MCPcopy
hub / github.com/webpack/webpack / getWarnings

Method getWarnings

lib/Module.js:773–775  ·  view source on GitHub ↗

* Returns list of warnings if any. * @returns {Error[] | undefined} list of warnings if any

()

Source from the content-addressed store, hash-verified

771 * @returns {Error[] | undefined} list of warnings if any
772 */
773 getWarnings() {
774 return this._warnings;
775 }
776
777 /**
778 * Gets number of warnings.

Callers 2

hasWarningsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected