Searched refs:onWatchStatusChange (Results 1 – 12 of 12) sorted by relevance
/third_party/typescript/src/executeCommandLine/ |
D | executeCommandLine.ts | 754 const onWatchStatusChange = buildHost.onWatchStatusChange; constant 755 buildHost.onWatchStatusChange = (d, newLine, options, errorCount) => { 756 onWatchStatusChange?.(d, newLine, options, errorCount);
|
/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | watchApi.ts | 134 const existing = host.onWatchStatusChange!; 136 host.onWatchStatusChange = (diagnostic, newLine, options, errorCount) => {
|
/third_party/typescript/src/compiler/ |
D | watch.ts | 531 const onWatchStatusChange = reportWatchStatus || createWatchStatusReporter(system); constant 533 onWatchStatusChange, 726 errorCount => result.onWatchStatusChange!(
|
D | watchPublic.ts | 77 …onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount… method 661 if (host.onWatchStatusChange) { 662 …host.onWatchStatusChange(createCompilerDiagnostic(message), newLine, compilerOptions || optionsToE…
|
D | tsbuildPublic.ts | 2296 …state.hostWithWatch.onWatchStatusChange?.(createCompilerDiagnostic(message, ...args), state.host.g…
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 5784 …onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount…
|
D | typescriptServices.d.ts | 5784 …onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount…
|
D | tsserverlibrary.d.ts | 5784 …onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount…
|
D | tsc.js | 107103 var onWatchStatusChange = reportWatchStatus || createWatchStatusReporter(system); 107105 onWatchStatusChange: onWatchStatusChange, 107250 …am, reportDiagnostic, write, function (errorCount) { return result.onWatchStatusChange(ts.createCo… 107686 if (host.onWatchStatusChange) { 107687 …host.onWatchStatusChange(ts.createCompilerDiagnostic(message), newLine, compilerOptions || options… 109595 …(_b = (_a = state.hostWithWatch).onWatchStatusChange) === null || _b === void 0 ? void 0 : _b.call… 110260 var onWatchStatusChange_1 = buildHost_1.onWatchStatusChange; 110261 buildHost_1.onWatchStatusChange = function (d, newLine, options, errorCount) { function
|
D | typingsInstaller.js | 128780 var onWatchStatusChange = reportWatchStatus || createWatchStatusReporter(system); 128782 onWatchStatusChange: onWatchStatusChange, 128936 …am, reportDiagnostic, write, function (errorCount) { return result.onWatchStatusChange(ts.createCo… 129411 if (host.onWatchStatusChange) { 129412 …host.onWatchStatusChange(ts.createCompilerDiagnostic(message), newLine, compilerOptions || options… 131467 …(_b = (_a = state.hostWithWatch).onWatchStatusChange) === null || _b === void 0 ? void 0 : _b.call…
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 5784 …onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount…
|
D | tsserverlibrary.d.ts | 5784 …onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount…
|