🚧
Still under progress. Soon will be finished.
Description
Represents the reflected node of a side effect import declaration.
For example: import './foo.js'
Methods
-
getTSNode
codegetTSNode(): ImportDeclarationReturns
ImportDeclaration: -
getNodeType
codegetNodeType(): RootNodeTypeReturns
RootNodeType: -
getKind
codegetKind(): ImportKind.SideEffectReturns
ImportKind.SideEffect: -
getContext
codegetContext(): ProjectContextReturns
ProjectContext: -
getImportPath
codegetImportPath(): stringReturns
string: -
isBareModuleSpecifier
codeisBareModuleSpecifier(): booleanReturns
boolean: -
serialize
codeSerializes the reflected node
serialize(): ImportReturns
Import:The reflected node as a serializable object