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

File index.js

test/cases/chunks/weak-dependencies/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1it("should not include a module with a weak dependency", function() {
2 var a = !!__webpack_modules__[require.resolveWeak("./a")];
3 var b = !!__webpack_modules__[require.resolve("./b")];
4 var c = !!__webpack_modules__[require.resolveWeak("./c")];

Callers

nothing calls this directly

Calls 4

resolveWeakMethod · 0.80
resolveMethod · 0.65
itFunction · 0.50
requireFunction · 0.50

Tested by

no test coverage detected