The module specifier being imported from
Whether the import specifier is a constant string literal
The import clause details
The type of import clause
The imported identifier name
Optionalalias?: stringOptional alias for named imports with 'as' keyword
Represents an import statement parsed from TypeScript/JavaScript code
Example