Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular-cli
/ addError
Function
addError
packages/ngtools/webpack/src/ivy/diagnostics.ts:34–36 ·
view source on GitHub ↗
(compilation: Compilation, message: string)
Source
from the content-addressed store, hash-verified
32
}
33
34
export
function
addError(compilation: Compilation, message: string): void {
35
compilation.errors.push(
new
compilation.compiler.webpack.WebpackError(message));
36
}
Callers
3
_compile
Method · 0.90
apply
Method · 0.90
createDiagnosticsReporter
Function · 0.70
Calls
1
push
Method · 0.45
Tested by
no test coverage detected