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

File index.js

test/cases/loaders/issue-2299/loader/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var asyncLib = require("neo-async");
2module.exports = function(content) {
3 var cb = this.async();
4 var json = JSON.parse(content);

Callers

nothing calls this directly

Calls 5

asyncMethod · 0.65
loadModuleMethod · 0.65
requireFunction · 0.50
callbackFunction · 0.50
parseMethod · 0.45

Tested by

no test coverage detected