MCPcopy
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

1import { foo } from "./module";
2
3it("should handle star import with name collision", () => {
4 expect(foo()).toBe("1 21 2");

Callers

nothing calls this directly

Calls 2

fooFunction · 0.90
itFunction · 0.50

Tested by

no test coverage detected