Represents the JavaScript AST from the ESTree spec. Includes tools for building an AST and generating code from it.
Current section
Files
defmodule ESTree.DebuggerStatement do @type t :: %ESTree.DebuggerStatement{ type: binary, loc: ESTree.SourceLocation.t | nil } defstruct type: "DebuggerStatement", loc: nil end
Type any of these into the search box. They can be combined with free text which searches package names and descriptions.
Wrap values in double quotes to include spaces, e.g. name:"my package".
name:"my package"