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