Home
last modified time | relevance | path

Searched refs:createCreateProgramOptions (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts989 …function createCreateProgramOptions(rootNames: readonly string[], options: CompilerOptions, host?:… function
1026 …const createProgramOptions = isArray(rootNamesOrOptions) ? createCreateProgramOptions(rootNamesOrO…
/third_party/typescript/lib/
DtypingsInstaller.js121495 …function createCreateProgramOptions(rootNames, options, host, oldProgram, configFileParsingDiagnos… function
121506 …var createProgramOptions = ts.isArray(rootNamesOrOptions) ? createCreateProgramOptions(rootNamesOr…
Dtsc.js100788 …function createCreateProgramOptions(rootNames, options, host, oldProgram, configFileParsingDiagnos… function
100799 …var createProgramOptions = ts.isArray(rootNamesOrOptions) ? createCreateProgramOptions(rootNamesOr…