Searched refs:createCreateProgramOptions (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | program.ts | 989 …function createCreateProgramOptions(rootNames: readonly string[], options: CompilerOptions, host?:… function 1026 …const createProgramOptions = isArray(rootNamesOrOptions) ? createCreateProgramOptions(rootNamesOrO…
|
| /third_party/typescript/lib/ |
| D | tsc.js | 101064 …function createCreateProgramOptions(rootNames, options, host, oldProgram, configFileParsingDiagnos… function 101075 …var createProgramOptions = ts.isArray(rootNamesOrOptions) ? createCreateProgramOptions(rootNamesOr…
|
| D | typingsInstaller.js | 121795 …function createCreateProgramOptions(rootNames, options, host, oldProgram, configFileParsingDiagnos… function 121806 …var createProgramOptions = ts.isArray(rootNamesOrOptions) ? createCreateProgramOptions(rootNamesOr…
|