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

Function COMPILE

lib/AsyncSeriesHook.js:21–24  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

19const factory = new AsyncSeriesHookCodeFactory();
20
21function COMPILE(options) {
22 factory.setup(this, options);
23 return factory.create(options);
24}
25
26function AsyncSeriesHook(args = [], name = undefined) {
27 const hook = new Hook(args, name);

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…