Simplify await and yield tracking in params (#9405)
This commit is contained in:
committed by
Nicolò Ribaudo
parent
fe71154626
commit
344d35bbe9
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:7)"
|
||||
"throws": "Yield cannot be used as name inside a generator function (2:7)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:15)"
|
||||
"throws": "Yield cannot be used as name inside a generator function (2:15)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:7)"
|
||||
"throws": "Yield cannot be used as name inside a generator function (2:7)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:17)"
|
||||
"throws": "Yield cannot be used as name inside a generator function (2:17)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:8)"
|
||||
"throws": "Yield cannot be used as name inside a generator function (2:8)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:8)"
|
||||
"throws": "Yield cannot be used as name inside a generator function (2:8)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:3)"
|
||||
"throws": "Yield cannot be used as name inside a generator function (2:3)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:3)"
|
||||
"throws": "Yield cannot be used as name inside a generator function (2:3)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:9)"
|
||||
"throws": "Yield cannot be used as name inside a generator function (2:9)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "await is not allowed in the parameters of an arrow function inside an async function (2:23)"
|
||||
"throws": "Await cannot be used as name inside an async function (2:23)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "await is not allowed in the parameters of an arrow function inside an async function (2:7)"
|
||||
"throws": "Await cannot be used as name inside an async function (2:7)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "await is not allowed in the parameters of an arrow function inside an async function (2:13)"
|
||||
"throws": "Await cannot be used as name inside an async function (2:13)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (1:21)"
|
||||
"throws": "Yield cannot be used as name inside a generator function (1:21)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (1:16)"
|
||||
"throws": "Yield cannot be used as name inside a generator function (1:16)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (1:25)"
|
||||
"throws": "Yield cannot be used as name inside a generator function (1:25)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (1:21)"
|
||||
"throws": "Yield cannot be used as name inside a generator function (1:21)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user