Home
last modified time | relevance | path

Searched defs:onWatchStatusChange (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
DwatchPublic.ts62onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount… method
Dwatch.ts531 const onWatchStatusChange = reportWatchStatus || createWatchStatusReporter(system); constant
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts754 const onWatchStatusChange = buildHost.onWatchStatusChange; constant
/third_party/typescript/lib/
Dtsc.js109932 buildHost_1.onWatchStatusChange = function (d, newLine, options, errorCount) { function