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

File loader.js

test/cases/errors/load-module-cycle-multiple/loader.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { promisify } = require("util");
2
3/** @type {import("../../../../").LoaderDefinitionFunction} */
4exports.default = function (source) {

Callers

nothing calls this directly

Calls 6

loadReferencedModulesFunction · 0.85
isArrayMethod · 0.80
asyncMethod · 0.65
requireFunction · 0.50
callbackFunction · 0.50
parseMethod · 0.45

Tested by

no test coverage detected