Module operators

Source
Expand description

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,

Structs§

UnaryPostfixAssignmentOperator

Enums§

AssociativityDirection
BinaryAssignmentOperator
Straight assignment is not here because LHS can be destructuring
BinaryOperator
Comma operator is on [crate::MultipleExpression]
IncrementOrDecrement
UnaryOperator
UnaryPrefixAssignmentOperator

Traits§

Operator