MCPcopy
hub / github.com/webpack/webpack / module

Method module

lib/optimize/ConcatenatedModule.js:1314–1319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1312 list.push({
1313 type: "external",
1314 get module() {
1315 // We need to use a getter here, because the module in the dependency
1316 // could be replaced by some other process (i. e. also replaced with a
1317 // concatenated module)
1318 return connection.module;
1319 },
1320 runtimeCondition: reducedRuntimeCondition,
1321 nonDeferAccess: reducedNonDeferAccess
1322 });

Callers 1

applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected