MCPcopy
hub / github.com/webpack/tapable / COMPILE

Function COMPILE

lib/AsyncSeriesWaterfallHook.js:29–32  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

27const factory = new AsyncSeriesWaterfallHookCodeFactory();
28
29function COMPILE(options) {
30 factory.setup(this, options);
31 return factory.create(options);
32}
33
34function AsyncSeriesWaterfallHook(args = [], name = undefined) {
35 if (args.length < 1) {

Callers

nothing calls this directly

Calls 2

setupMethod · 0.80
createMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…