Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ index.js
File
index.js
test/cases/parsing/evaluate/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
it(
"should evaluate null"
,
function
() {
2
const
y = null ? require(
"fail"
) : require(
"./a"
);
3
if
(null) require(
"fail"
);
4
});
Callers
nothing calls this directly
Calls
6
expectAOnly
Function · 0.85
context
Method · 0.80
fn
Function · 0.70
it
Function · 0.50
require
Function · 0.50
replace
Method · 0.45
Tested by
no test coverage detected