MCPcopy
hub / github.com/webpack/webpack / constructor

Method constructor

test/bun-preload.js:59–61  ·  view source on GitHub ↗
(code, options)

Source from the content-addressed store, hash-verified

57 OriginalSourceTextModule
58 ) {
59 constructor(code, options) {
60 super(code, wrapDynamicImport(options));
61 }
62 };
63}
64

Callers

nothing calls this directly

Calls 1

wrapDynamicImportFunction · 0.85

Tested by

no test coverage detected