IncludeSourceSpans
@Js
@Serializable { simple=true }
const class IncludeSourceSpans : Enum
Enum for configuring whether to include SourceSpans or not while parsing.
Return the IncludeSourceSpans instance for the specified name
List of IncludeSourceSpans values indexed by ordinal
Include source spans on Block nodes
Include source spans on block nodes and inline nodes
Do not include source spans
const static IncludeSourceSpans : blocks
Include source spans on Block nodes
const static IncludeSourceSpans : blocks_and_inlines
Include source spans on block nodes and inline nodes
static new fromStr(Str name, Bool checked)
Return the IncludeSourceSpans instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static IncludeSourceSpans : none
Do not include source spans
const static IncludeSourceSpans[] : vals
List of IncludeSourceSpans values indexed by ordinal