Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ func2
Function
func2
test/cases/parsing/issue-2622/index.js:7–9 ·
view source on GitHub ↗
(x = a, y = b)
Source
from the content-addressed store, hash-verified
5
}
6
7
var
func2 =
function
(x = a, y = b) {
8
return
[x, y];
9
}
10
11
it(
"should import into default parameters"
,
function
() {
12
expect(func()).toEqual([
"a"
,
"b"
]);
Callers
2
index.js
File · 0.70
esm-with-commonjs.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected