MCPcopy
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

1it("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

expectAOnlyFunction · 0.85
contextMethod · 0.80
fnFunction · 0.70
itFunction · 0.50
requireFunction · 0.50
replaceMethod · 0.45

Tested by

no test coverage detected