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

Function COMPILE

lib/AsyncParallelBailHook.js:71–74  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

69const factory = new AsyncParallelBailHookCodeFactory();
70
71function COMPILE(options) {
72 factory.setup(this, options);
73 return factory.create(options);
74}
75
76function AsyncParallelBailHook(args = [], name = undefined) {
77 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…