Searched refs:updateCreateProgram (Results 1 – 2 of 2) sorted by relevance
| /third_party/typescript/src/executeCommandLine/ |
| D | executeCommandLine.ts | 853 updateCreateProgram(sys, buildHost, /*isBuildMode*/ true); 861 …function updateCreateProgram<T extends BuilderProgram>(sys: System, host: { createProgram: CreateP… function 877 updateCreateProgram(sys, watchCompilerHost, /*isBuildMode*/ false);
|
| /third_party/typescript/lib/ |
| D | tsc.js | 109998 updateCreateProgram(sys, buildHost, true); 110005 function updateCreateProgram(sys, host, isBuildMode) { function 110016 updateCreateProgram(sys, watchCompilerHost, false);
|