MCPcopy
hub / github.com/webpack/webpack / addWarning

Function addWarning

test/HtmlParser.unittest.js:49–51  ·  view source on GitHub ↗
(/** @type {EXPECTED_OBJECT} */ warning)

Source from the content-addressed store, hash-verified

47 },
48 addCodeGenerationDependency() {},
49 addWarning(/** @type {EXPECTED_OBJECT} */ warning) {
50 warnings.push(warning);
51 },
52 addError(/** @type {EXPECTED_OBJECT} */ error) {
53 errors.push(error);
54 }

Callers 1

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected