Skip to main content

Module program

Module program 

Source
Expand description

The top-level Program node.

Enums§

ProgramKind
Whether the program is a Script or a Module. ECMA-262 treats the two goals as distinct, with differences such as top-level await and the availability of import/export.

Type Aliases§

Program
A complete parsed ECMAScript source paired with its source span.