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

Method onFileChange

packages/compiler-cli/src/perform_watch.ts:52–52  ·  view source on GitHub ↗
(
    options: api.CompilerOptions,
    listener: (event: FileChangeEvent, fileName: string) => void,
    ready: () => void,
  )

Source from the content-addressed store, hash-verified

50 createCompilerHost(options: api.CompilerOptions): api.CompilerHost;
51 createEmitCallback(options: api.CompilerOptions): api.TsEmitCallback<CbEmitRes> | undefined;
52 onFileChange(
53 options: api.CompilerOptions,
54 listener: (event: FileChangeEvent, fileName: string) => void,
55 ready: () => void,

Callers 1

performWatchCompilationFunction · 0.65

Implementers 1

MockWatchHostpackages/compiler-cli/test/perform_wat

Calls

no outgoing calls

Tested by

no test coverage detected