MCPcopy Index your code
hub / github.com/angular/angular / recompile

Function recompile

packages/compiler-cli/src/perform_watch.ts:329–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327 }
328
329 function recompile() {
330 host.reportDiagnostics([
331 createMessageDiagnostic('File change detected. Starting incremental compilation.'),
332 ]);
333 doCompilation();
334 timerHandleForRecompilation = undefined;
335 }
336}

Callers

nothing calls this directly

Calls 3

createMessageDiagnosticFunction · 0.90
doCompilationFunction · 0.85
reportDiagnosticsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…