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

Function resetOptions

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

Source from the content-addressed store, hash-verified

271 }
272
273 function resetOptions() {
274 cachedProgram = undefined;
275 cachedCompilerHost = undefined;
276 cachedOptions = undefined;
277 }
278
279 function watchedFileChanged(event: FileChangeEvent, fileName: string) {
280 const normalizedPath = path.normalize(fileName);

Callers 1

watchedFileChangedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…