/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | watchApi.ts | 171 … const { sys, watch, mainFile, otherFile } = setup(createSemanticDiagnosticsBuilderProgram, "{}"); 183 …const { sys, watch, config, mainFile } = setup(createSemanticDiagnosticsBuilderProgram, configText… 198 …verifyBuilder(config, sys, emitSys, createSemanticDiagnosticsBuilderProgram, createEmitAndSemantic… 208 …verifyBuilder(config, sys, emitSys, createSemanticDiagnosticsBuilderProgram, createEmitAndSemantic… 228 …verifyBuilder(config, sys, emitSys, createSemanticDiagnosticsBuilderProgram, createEmitAndSemantic… 235 …verifyBuilder(config, sys, emitSys, createSemanticDiagnosticsBuilderProgram, createEmitAndSemantic… 243 …verifyBuilder(config, sys, emitSys, createSemanticDiagnosticsBuilderProgram, createEmitAndSemantic…
|
/third_party/typescript/src/compiler/ |
D | builderPublic.ts | 139 …export function createSemanticDiagnosticsBuilderProgram(newProgram: Program, host: BuilderProgramH… function 140 …export function createSemanticDiagnosticsBuilderProgram(rootNames: readonly string[] | undefined, … 141 …export function createSemanticDiagnosticsBuilderProgram(newProgramOrRootNames: Program | readonly …
|
/third_party/typescript/tests/baselines/reference/ |
D | APISample_Watch.js | 45 ts.createSemanticDiagnosticsBuilderProgram, 114 … = ts.createWatchCompilerHost(configPath, {}, ts.sys, ts.createSemanticDiagnosticsBuilderProgram, …
|
/third_party/typescript/tests/cases/compiler/ |
D | APISample_Watch.ts | 49 ts.createSemanticDiagnosticsBuilderProgram,
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 5057 …function createSemanticDiagnosticsBuilderProgram(newProgram: Program, host: BuilderProgramHost, ol… function 5058 …function createSemanticDiagnosticsBuilderProgram(rootNames: readonly string[] | undefined, options…
|
D | tsserverlibrary.d.ts | 5057 …function createSemanticDiagnosticsBuilderProgram(newProgram: Program, host: BuilderProgramHost, ol… function 5058 …function createSemanticDiagnosticsBuilderProgram(rootNames: readonly string[] | undefined, options…
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 4993 …function createSemanticDiagnosticsBuilderProgram(newProgram: Program, host: BuilderProgramHost, ol… function 4994 …function createSemanticDiagnosticsBuilderProgram(rootNames: readonly string[] | undefined, options…
|
D | typescriptServices.d.ts | 4993 …function createSemanticDiagnosticsBuilderProgram(newProgram: Program, host: BuilderProgramHost, ol… function 4994 …function createSemanticDiagnosticsBuilderProgram(rootNames: readonly string[] | undefined, options…
|
D | tsserverlibrary.d.ts | 4993 …function createSemanticDiagnosticsBuilderProgram(newProgram: Program, host: BuilderProgramHost, ol… function 4994 …function createSemanticDiagnosticsBuilderProgram(rootNames: readonly string[] | undefined, options…
|
D | tsc.js | 91261 …function createSemanticDiagnosticsBuilderProgram(newProgramOrRootNames, hostOrOptions, oldProgramO… function 91264 ts.createSemanticDiagnosticsBuilderProgram = createSemanticDiagnosticsBuilderProgram;
|
D | typingsInstaller.js | 110949 …function createSemanticDiagnosticsBuilderProgram(newProgramOrRootNames, hostOrOptions, oldProgramO… function 110952 ts.createSemanticDiagnosticsBuilderProgram = createSemanticDiagnosticsBuilderProgram;
|
D | typescriptServices.js | 111154 …function createSemanticDiagnosticsBuilderProgram(newProgramOrRootNames, hostOrOptions, oldProgramO… function 111157 ts.createSemanticDiagnosticsBuilderProgram = createSemanticDiagnosticsBuilderProgram;
|
D | tsserverlibrary.js | 111154 …function createSemanticDiagnosticsBuilderProgram(newProgramOrRootNames, hostOrOptions, oldProgramO… function 111157 ts.createSemanticDiagnosticsBuilderProgram = createSemanticDiagnosticsBuilderProgram;
|
D | tsserver.js | 110960 …function createSemanticDiagnosticsBuilderProgram(newProgramOrRootNames, hostOrOptions, oldProgramO… function 110963 ts.createSemanticDiagnosticsBuilderProgram = createSemanticDiagnosticsBuilderProgram;
|
D | typescript.js | 111154 …function createSemanticDiagnosticsBuilderProgram(newProgramOrRootNames, hostOrOptions, oldProgramO… function 111157 ts.createSemanticDiagnosticsBuilderProgram = createSemanticDiagnosticsBuilderProgram;
|