MCPcopy
hub / github.com/webpack/webpack / loader.js

File loader.js

test/configCases/errors/generator-generate-error/loader.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/** @type {import("../../../../").LoaderDefinition<{ message: string }>} */
2module.exports = function() {
3 const callback = this.async();
4 const options = this.getOptions();

Callers

nothing calls this directly

Calls 3

asyncMethod · 0.65
getOptionsMethod · 0.65
callbackFunction · 0.50

Tested by

no test coverage detected