🚧
Still under progress. Soon will be finished.
Description
Represents the reflected node of a re-export declaration.
For example: export * from './foo.js'
Methods
-
getName
codegetName(): stringReturns
string: -
getOriginalName
codegetOriginalName(): stringReturns
string: -
getKind
codegetKind(): ExportKindReturns
ExportKind: -
getNodeType
codegetNodeType(): RootNodeTypeReturns
RootNodeType: -
getContext
codegetContext(): ProjectContextReturns
ProjectContext: -
getModule
codegetModule(): stringReturns
string: -
getTSNode
codegetTSNode(): ExportDeclarationReturns
ExportDeclaration: -
isTypeOnly
codeisTypeOnly(): booleanReturns
boolean: -
serialize
codeSerializes the reflected node
serialize(): ExportReturns
Export:The reflected node as a serializable object