Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ exportsFromEnumerable
Function
exportsFromEnumerable
lib/dependencies/ImportParserPlugin.js:172–173 ·
view source on GitHub ↗
(enumerable)
Source
from the content-addressed store, hash-verified
170
* @returns {T[][]} array of array
171
*/
172
const
exportsFromEnumerable = (enumerable) =>
173
Array.from(enumerable, (e) => [e]);
174
175
const
PLUGIN_NAME =
"ImportParserPlugin"
;
176
Callers
1
apply
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected