Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ getWarnings
Method
getWarnings
lib/Compilation.js:5773–5775 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5771
}
5772
5773
getWarnings() {
5774
return
this.hooks.processWarnings.call(this.warnings);
5775
}
5776
5777
getErrors() {
5778
return
this.hooks.processErrors.call(this.errors);
Callers
2
finish
Method · 0.45
reportDependencyErrorsAndWarnings
Method · 0.45
Calls
1
call
Method · 0.45
Tested by
no test coverage detected