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§
Enums§
- Associativity
Direction - Binary
Assignment Operator - Straight assignment is not here because LHS can be destructuring
- Binary
Operator - Comma operator is on [
crate::MultipleExpression] - Increment
OrDecrement - Unary
Operator - Unary
Prefix Assignment Operator