Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Declaration<T>

Type parameters

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new Declaration(__namedParameters: object): Declaration

Properties

Protected declaration

declaration: T

file

file: File

original

original: string

Accessors

isMapped

  • get isMapped(): Promise<boolean>

module

  • get module(): Path

path

  • get path(): string

Methods

map

  • map(options: CompilerOptions): Promise<boolean>

toString

  • toString(): string

Protected update

  • update(value: string): void