Options
All
  • Public
  • Public/Protected
  • All
Menu

Class File

Hierarchy

Index

Constructors

constructor

  • new File(__namedParameters: object): File

Properties

Protected extension

extension: string

Protected options

options: ICompilerOptions

Protected root

root: Path

source

source: Path

Accessors

destination

  • get destination(): Path

isMapped

  • get isMapped(): Promise<boolean>

Methods

exports

  • exports(): AsyncIterableIterator<Export>

imports

map

toString

  • toString(): string

write

  • write(path?: PathLike | number, options?: object | string | null): Promise<void>
  • Parameters

    • Optional path: PathLike | number
    • Optional options: object | string | null

    Returns Promise<void>