Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
it(
"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
it
Function · 0.50
a
Function · 0.50
b
Function · 0.50
c
Function · 0.50
d
Function · 0.50
Tested by
no test coverage detected