MCPcopy
hub / github.com/webpack/webpack / originalSource

Method originalSource

lib/Module.js:1254–1256  ·  view source on GitHub ↗

* Gets the original source. * @returns {Source | null} the original source for the module before webpack transformation

()

Source from the content-addressed store, hash-verified

1252 * @returns {Source | null} the original source for the module before webpack transformation
1253 */
1254 originalSource() {
1255 return null;
1256 }
1257
1258 /**
1259 * Adds the provided file dependencies to the module.

Callers 15

getSizeMethod · 0.45
generateMethod · 0.45
getSizeMethod · 0.45
_renderHtmlMethod · 0.45
generateMethod · 0.45
getSizeMethod · 0.45
generateMethod · 0.45
generateMethod · 0.45
getSizeMethod · 0.45
getSizeMethod · 0.45
generateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected