MCPcopy
hub / github.com/angular/angular-cli / AngularCompilationState

Interface AngularCompilationState

packages/ngtools/webpack/src/ivy/plugin.ts:68–72  ·  view source on GitHub ↗

* The Angular compilation state that is maintained across each Webpack compilation.

Source from the content-addressed store, hash-verified

66 * The Angular compilation state that is maintained across each Webpack compilation.
67 */
68interface AngularCompilationState {
69 resourceLoader?: WebpackResourceLoader;
70 previousUnused?: Set<string>;
71 pathsPlugin: TypeScriptPathsPlugin;
72}
73
74const PLUGIN_NAME = 'angular-compiler';
75const compilationFileEmitters = new WeakMap<Compilation, FileEmitterCollection>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected