Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/tapable
/ COMPILE
Function
COMPILE
lib/SyncWaterfallHook.js:39–42 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
37
};
38
39
function
COMPILE(options) {
40
factory.setup(this, options);
41
return
factory.create(options);
42
}
43
44
function
SyncWaterfallHook(args = [], name = undefined) {
45
if
(args.length < 1) {
Callers
nothing calls this directly
Calls
2
setup
Method · 0.80
create
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…