Surface.Compiler.CompileMeta (surface v0.7.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Surface.Compiler.CompileMeta{
  caller: Macro.Env.t(),
  checks: Keyword.t(boolean()),
  file: binary(),
  line: non_neg_integer(),
  module: term(),
  variables: keyword()
}