Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
135
const
enableInlineExports = (moduleGraph) => {
136
inlineEnabledModuleGraphs.add(moduleGraph);
137
};
138
139
/**
140
* @param {ModuleGraph} moduleGraph module graph
Callers
1
apply
Method · 0.85
Calls
1
add
Method · 0.45
Tested by
no test coverage detected