Vize.Vapor.Result (Vize v0.12.0)

Copy Markdown View Source

Result of Vapor template compilation.

Summary

Types

t()

@type t() :: %Vize.Vapor.Result{
  code: String.t(),
  diagnostics: [Vize.Diagnostic.t()],
  templates: [String.t()]
}

Functions

new(map)

@spec new(map()) :: t()