🚧 Still under progress. Soon will be finished.

ExportDeclarationNode

CLASS code

Methods

  • getName

    code
    getName(): string

    Returns

    string:
  • getFullyQualifiedName

    code

    The qualified name of the symbol is considered the name of the symbol including the parent namespaces where the symbol is defined. For example: <NamespaceName1>.<Namespace2>.<SymbolName>

    getFullyQualifiedName(): string

    Returns

    string:

    The name of the symbol prefixed by any parent namespace is inside

  • getOriginalName

    code
    getOriginalName(): string

    Returns

    string:
  • getNodeType

    code
    getNodeType(): RootNodeType

    Returns

    RootNodeType:
  • getContext

    code
    getContext(): ProjectContext

    Returns

    ProjectContext:
  • getKind

    code
    getKind(): ExportKind

    Returns

    ExportKind:
  • getTSNode

    code
    getTSNode(): ExportDeclarationNodeType

    Returns

    ExportDeclarationNodeType:
  • serialize

    code

    Serializes the reflected node

    serialize(): Export

    Returns

    Export:

    The reflected node as a serializable object