Options
All
  • Public
  • Public/Protected
  • All
Menu

Module scripts/compile

Variables

Functions

Variables

EOL

EOL: string

Const path

path: PlatformPath = require(`path`)

Const ts

ts: ts = require(`typescript`)

Functions

compile

  • compile(tsConfigPath: string, folder: string, ...opts: any[]): 0 | 1
  • Parameters

    • tsConfigPath: string
    • folder: string
    • Rest ...opts: any[]

    Returns 0 | 1

reportErrors

  • reportErrors(allDiagnostics: ReadonlyArray<Diagnostic>): 0 | 1

Generated using TypeDoc