MCPcopy
hub / github.com/webpack/webpack / makeModuleGraph

Function makeModuleGraph

test/CssIcssExportDependency.unittest.js:12–21  ·  view source on GitHub ↗
(
	/** @type {unknown} */ module,
	/** @type {unknown} */ exportsInfo = undefined
)

Source from the content-addressed store, hash-verified

10});
11
12const makeModuleGraph = (
13 /** @type {unknown} */ module,
14 /** @type {unknown} */ exportsInfo = undefined
15) =>
16 /** @type {import("../lib/ModuleGraph")} */ (
17 /** @type {unknown} */ ({
18 getParentModule: () => module,
19 getExportsInfo: () => exportsInfo
20 })
21 );
22
23const entry = (
24 /** @type {Partial<import("../lib/dependencies/CssIcssExportDependency").CssExportEntry>} */ over

Calls

no outgoing calls

Tested by

no test coverage detected