Simplify await and yield tracking in params (#9405)

This commit is contained in:
Daniel Tschinder
2019-02-04 13:01:17 -08:00
committed by Nicolò Ribaudo
parent fe71154626
commit 344d35bbe9
20 changed files with 90 additions and 82 deletions

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}