Re-exports§
pub use arrow_function::ArrowFunction;
pub use arrow_function::ExpressionOrBlock;
pub use template_literal::TemplateLiteral;
Modules§
- arrow_
function - assignments
- object_
literal - operators
- Contains the definitions for expressions
Operators marked in spec but implemented as a variant of
crate::Expression
rather than a operator:OptionalChain
,OptionalCall
,OptionalIndex
, Index, Group, Initialize, Call, - template_
literal
Structs§
Enums§
- Expression
- Expression structures
- Function
Argument - InExpressionLHS
- Multiple
Expression - Represents expressions under the comma operator
- Property
Reference - Special
Operators - Binary operations whose RHS are types rather than Expressions
- Super
Reference - “super” cannot be used alone
- Type
OrConst