Vize.Croquis (Vize v0.12.0)

Copy Markdown View Source

Semantic analysis summary for a Vue SFC.

Summary

Types

t()

@type t() :: %Vize.Croquis{
  bindings: term(),
  component_usages: term(),
  emits: term(),
  models: term(),
  props: term(),
  stats: term(),
  template_expressions: term(),
  undefined_refs: term(),
  used_components: term(),
  used_directives: term()
}

Functions

new(map)

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