MCPcopy
hub / github.com/webpack/webpack / enableInlineExports

Function enableInlineExports

lib/optimize/InlineExports.js:135–137  ·  view source on GitHub ↗
(moduleGraph)

Source from the content-addressed store, hash-verified

133 * @returns {void}
134 */
135const enableInlineExports = (moduleGraph) => {
136 inlineEnabledModuleGraphs.add(moduleGraph);
137};
138
139/**
140 * @param {ModuleGraph} moduleGraph module graph

Callers 1

applyMethod · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected