MCPcopy
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
7var func2 = function(x = a, y = b) {
8 return [x, y];
9}
10
11it("should import into default parameters", function() {
12 expect(func()).toEqual(["a", "b"]);

Callers 2

index.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected