Skip to main content

Module expression

Module expression 

Source
Expand description

ECMAScript expressions.

Enums§

ExpressionKind
The shape of an ECMAScript expression.
MemberProperty
How a member access selects its property.
ObjectMember
One member of an object literal.
ObjectPropertyKind
Distinguishes the kinds of object-literal members.
PropertyKey
A property key as used in object literals, class members, and destructuring patterns.

Type Aliases§

Expression
An expression paired with its source span.