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/
Dtsc.js101064 …function createCreateProgramOptions(rootNames, options, host, oldProgram, configFileParsingDiagnos… function
101075 …var createProgramOptions = ts.isArray(rootNamesOrOptions) ? createCreateProgramOptions(rootNamesOr…
DtypingsInstaller.js121795 …function createCreateProgramOptions(rootNames, options, host, oldProgram, configFileParsingDiagnos… function
121806 …var createProgramOptions = ts.isArray(rootNamesOrOptions) ? createCreateProgramOptions(rootNamesOr…