Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/tapable
/ compile
Method
compile
lib/Hook.js:53–55 ·
view source on GitHub ↗
(_options)
Source
from the content-addressed store, hash-verified
51
}
52
53
compile(_options) {
54
throw
new
Error(
"Abstract: should be overridden"
);
55
}
56
57
_createCall(
type
) {
58
return
this.compile({
Callers
2
_createCall
Method · 0.95
Hook.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected