Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ index.js
File
index.js
test/cases/optimize/concat-star-import/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ foo } from
"./module"
;
2
3
it(
"should handle star import with name collision"
, () => {
4
expect(foo()).toBe(
"1 21 2"
);
Callers
nothing calls this directly
Calls
2
foo
Function · 0.90
it
Function · 0.50
Tested by
no test coverage detected