Home
last modified time | relevance | path

Searched defs:builderProgram (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tscWatch/
Dincremental.ts151 const builderProgram = ts.createIncrementalProgram({ constant
/third_party/typescript/src/compiler/
DwatchUtilities.ts570 … const builderProgram = !realProgram && !isArray(program) ? program as BuilderProgram : undefined; constant
Dwatch.ts879 const builderProgram = createIncrementalProgram(input); constant
Dbuilder.ts1418 const builderProgram = createRedirectedBuilderProgram(getState, configFileParsingDiagnostics); constant
/third_party/typescript/lib/
Dtsc.js110903 result.afterProgramCreate = (builderProgram) => { argument
114256 afterProgramEmitAndDiagnostics: (builderProgram) => { argument
114284 watchCompilerHost.afterProgramCreate = (builderProgram) => { argument