Represents the JavaScript AST from the ESTree spec. Includes tools for building an AST and generating code from it.
Current section
Files
defmodule ESTree.ObjectPattern do @type t :: %ESTree.ObjectPattern{ type: binary, loc: ESTree.SourceLocation.t | nil, properties: [ESTree.Property.t] } defstruct type: "ObjectPattern", loc: nil, properties: [] 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"