Home
last modified time | relevance | path

Searched refs:onWatchStatusChange (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts754 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/
DwatchApi.ts134 const existing = host.onWatchStatusChange!;
136 host.onWatchStatusChange = (diagnostic, newLine, options, errorCount) => {
/third_party/typescript/src/compiler/
Dwatch.ts531 const onWatchStatusChange = reportWatchStatus || createWatchStatusReporter(system); constant
533 onWatchStatusChange,
726 errorCount => result.onWatchStatusChange!(
DwatchPublic.ts77onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount… method
661 if (host.onWatchStatusChange) {
662 …host.onWatchStatusChange(createCompilerDiagnostic(message), newLine, compilerOptions || optionsToE…
DtsbuildPublic.ts2296 …state.hostWithWatch.onWatchStatusChange?.(createCompilerDiagnostic(message, ...args), state.host.g…
/third_party/typescript/lib/
Dtypescript.d.ts5784onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount…
DtypescriptServices.d.ts5784onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount…
Dtsserverlibrary.d.ts5784onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount…
Dtsc.js107103 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
DtypingsInstaller.js128780 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/
Dtypescript.d.ts5784onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount…
Dtsserverlibrary.d.ts5784onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount…