Expand description
The top-level Program node.
Enums§
- Program
Kind - Whether the program is a Script or a Module. ECMA-262 treats the two
goals as distinct, with differences such as top-level
awaitand the availability ofimport/export.
Type Aliases§
- Program
- A complete parsed ECMAScript source paired with its source span.