Module ecmascript::ast[][src]

Structs

NullLiteral

NullLiteral is the syntax element for null. Reference

Program
Property
RegexLiteral
TemplateElement

Enums

AssignmentOperator
BinaryOperator
Expression
ExpressionLiteral
JsxAttribute
PropertyKind
SourceType
Statement
UnaryOperator
UpdateOperator

Type Definitions

BooleanLiteral

BooleanLiteral is the syntax element for true and false. Reference

Id

Id is an identifier in the ecmascript language eg. var foo = {}; foo is the identifier. Reference.

NumberLiteral
StringLiteral

StringLiteral is a syntax element with quotes (single or double). eg. var foo = 'my string literal'; 'my string literal' is the literal. Reference