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

Summary

Types

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