Structure that represents the export.
Add export assignments.
Structures that represent the exports.
Add export declarations.
Structure that represents the export.
Add export declarations.
Structures that represent the exports.
Adds an import.
Structure that represents the import.
Adds imports.
Structures that represent the imports.
Gets the default export symbol.
Gets the default export symbol or throws if it doesn't exist.
Optionalmessage: string | (() => string)Gets the first export assignment that matches a condition, or undefined if it doesn't exist.
Condition to get the export assignment by.
Gets the first export assignment that matches a condition, or throws if it doesn't exist.
Condition to get the export assignment by.
Optionalmessage: string | (() => string)Get the file's export assignments.
Optionalmessage: string | (() => string)Gets the first export declaration that matches a module specifier, or undefined if it doesn't exist.
Gets the first export declaration that matches a condition, or throws if it doesn't exist.
Condition to get the export declaration by.
Optionalmessage: string | (() => string)Gets the first export declaration that matches a module specifier, or throws if it doesn't exist.
Optionalmessage: string | (() => string)Get the export declarations.
Gets all the declarations that are exported from the module.
The key is the name it's exported on and the value is the array of declarations for that name.
This will include declarations that are transitively exported from other modules. If you mean to get the export
declarations then use .getExportDeclarations().
Gets the export symbols.
Gets the first import declaration that matches a condition, or undefined if it doesn't exist.
Condition to get the import declaration by.
Gets the first import declaration that matches a module specifier, or undefined if it doesn't exist.
Gets the first import declaration that matches a condition, or throws if it doesn't exist.
Condition to get the import declaration by.
Gets the first import declaration that matches a module specifier, or throws if it doesn't exist.
Get the module's import declarations.
Insert an export assignment.
Child index to insert at.
Structure that represents the export.
Insert export assignments into a file.
Child index to insert at.
Structures that represent the exports to insert.
Insert an export declaration.
Child index to insert at.
Structure that represents the export.
Insert export declarations.
Child index to insert at.
Structures that represent the exports to insert.
Insert an import.
Child index to insert at.
Structure that represents the import.
Inserts imports.
Child index to insert at.
Structures that represent the imports to insert.
Add export assignments.