Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
var
asyncLib = require(
"neo-async"
);
2
module.exports =
function
(content) {
3
var
cb = this.
async
();
4
var
json = JSON.parse(content);
Callers
nothing calls this directly
Calls
5
async
Method · 0.65
loadModule
Method · 0.65
require
Function · 0.50
callback
Function · 0.50
parse
Method · 0.45
Tested by
no test coverage detected