MCPcopy
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

finishMethod · 0.45

Calls 1

callMethod · 0.45

Tested by

no test coverage detected