estree v2.7.0 ESTree.Literal View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %ESTree.Literal{
loc: ESTree.SourceLocation.t() | nil,
regex: ESTree.Regex.t() | nil,
type: binary(),
value: binary() | boolean() | number() | nil
}
t() :: %ESTree.Literal{ loc: ESTree.SourceLocation.t() | nil, regex: ESTree.Regex.t() | nil, type: binary(), value: binary() | boolean() | number() | nil }