MCPcopy
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 */
172const exportsFromEnumerable = (enumerable) =>
173 Array.from(enumerable, (e) => [e]);
174
175const PLUGIN_NAME = "ImportParserPlugin";
176

Callers 1

applyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected