Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ index.js
File
index.js
test/cases/resolving/query/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
it(
"should make different modules for query"
,
function
() {
2
var
a = require(
"./empty"
);
3
var
b = require(
"./empty?1"
);
4
var
c = require(
"./empty?2"
);
Callers
nothing calls this directly
Calls
2
it
Function · 0.50
require
Function · 0.50
Tested by
no test coverage detected