ESTree.Literal

Summary

Types

t :: %ESTree.Literal{type: binary, loc: ESTree.SourceLocation.t | nil, value: binary | boolean | number | nil, regex: ESTree.Regex.t | nil}