Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ parseJson.unittest.js
File
parseJson.unittest.js
test/parseJson.unittest.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
"use strict"
;
2
3
const
JSONParseError = require(
"../lib/errors/JSONParseError"
);
4
const
parseJson = require(
"../lib/util/parseJson"
);
Callers
nothing calls this directly
Calls
9
parseJson
Function · 0.85
catchError
Function · 0.85
wrap
Function · 0.85
entries
Method · 0.80
slice
Method · 0.80
require
Function · 0.70
it
Function · 0.50
parse
Method · 0.45
concat
Method · 0.45
Tested by
no test coverage detected