Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/tapable
/ tapAsync
Method
tapAsync
lib/Hook.js:119–121 ·
view source on GitHub ↗
(options, fn)
Source
from the content-addressed store, hash-verified
117
}
118
119
tapAsync(options, fn) {
120
this._tap(
"async"
, options, fn);
121
}
122
123
tapPromise(options, fn) {
124
this._tap(
"promise"
, options, fn);
Callers
15
withOptions
Method · 0.95
HookMap.js
File · 0.45
makeHook
Function · 0.45
makeHook
Function · 0.45
makeHook
Function · 0.45
register
Function · 0.45
register
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
Calls
1
_tap
Method · 0.95
Tested by
2
runForLoopAsync
Method · 0.36
runAsync
Method · 0.36