MCPcopy
hub / github.com/webpack/webpack / index.js

File index.js

test/cases/parsing/issue-6867/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1it("should compile default export unnamed function declaration", function() {
2 return import(/* webpackChunkName: "a" */ "./a")
3 .then(({ default: a }) => {
4 a()

Callers

nothing calls this directly

Calls 5

itFunction · 0.50
aFunction · 0.50
bFunction · 0.50
cFunction · 0.50
dFunction · 0.50

Tested by

no test coverage detected