Expand description
ECMAScript module-level items: imports and exports.
Structs§
- Export
Specifier - One specifier inside a named-export declaration.
- Import
Declaration - An
importdeclaration.
Enums§
- Export
Declaration - An
exportdeclaration. - Export
Default - What may appear after
export default. - Import
Specifier - One specifier inside an
importdeclaration. - Module
Item Kind - The shape of a module-level item.
Type Aliases§
- Module
Item - One top-level item inside a module (either a statement or a module declaration).