Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ createSingleCompiler
Function
createSingleCompiler
test/WatcherEvents.test.js:28–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
};
27
28
const
createSingleCompiler = () =>
29
createCompiler({
30
context: path.join(__dirname,
"fixtures"
),
31
entry:
"./a.js"
32
});
33
34
const
createMultiCompiler = () =>
35
createCompiler([
Callers
1
WatcherEvents.test.js
File · 0.70
Calls
1
createCompiler
Function · 0.70
Tested by
no test coverage detected