switch rest and default parameters to new ast type
This commit is contained in:
@@ -1 +0,0 @@
|
||||
function foo(a=b, b) {}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"throws": "Temporal dead zone - accessing a variable before it's initialized"
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
function foo(a=a) {}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"throws": "Temporal dead zone - accessing a variable before it's initialized"
|
||||
}
|
||||
Reference in New Issue
Block a user