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 | typingsInstaller.js | 121495 …function createCreateProgramOptions(rootNames, options, host, oldProgram, configFileParsingDiagnos… function 121506 …var createProgramOptions = ts.isArray(rootNamesOrOptions) ? createCreateProgramOptions(rootNamesOr…
|
| D | tsc.js | 100788 …function createCreateProgramOptions(rootNames, options, host, oldProgram, configFileParsingDiagnos… function 100799 …var createProgramOptions = ts.isArray(rootNamesOrOptions) ? createCreateProgramOptions(rootNamesOr…
|