Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ loader.js
File
loader.js
test/cases/errors/load-module-cycle/loader.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/** @
type
{
import
(
"../../../../"
).LoaderDefinition} */
2
exports.default =
function
(source) {
3
const
ref = JSON.parse(source);
4
const
callback = this.
async
();
Callers
nothing calls this directly
Calls
4
async
Method · 0.65
loadModule
Method · 0.65
callback
Function · 0.50
parse
Method · 0.45
Tested by
no test coverage detected