Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/tapable
/ tapPromise
Method
tapPromise
lib/Hook.js:123–125 ·
view source on GitHub ↗
(options, fn)
Source
from the content-addressed store, hash-verified
121
}
122
123
tapPromise(options, fn) {
124
this._tap(
"promise"
, options, fn);
125
}
126
127
_runRegisterInterceptors(options) {
128
const
{ interceptors } = this;
Callers
15
withOptions
Method · 0.95
HookMap.js
File · 0.45
makeHook
Function · 0.45
makeHook
Function · 0.45
register
Function · 0.45
makeHook
Function · 0.45
SyncLoopHook.test.js
File · 0.45
HookStackOverflow.test.js
File · 0.45
SyncBailHook.test.js
File · 0.45
runForLoopAsync
Method · 0.45
runAsync
Method · 0.45
runIntercept
Method · 0.45
Calls
1
_tap
Method · 0.95
Tested by
3
runForLoopAsync
Method · 0.36
runAsync
Method · 0.36
runIntercept
Method · 0.36