Bump lint-related deps (#8765)

This commit is contained in:
Brian Ng
2018-09-24 18:09:54 -05:00
committed by GitHub
parent be027fd36c
commit 38cf318f61
143 changed files with 386 additions and 467 deletions

View File

@@ -1,4 +1,3 @@
{
"throws":
"The rest element has to be the last element when destructuring (1:1)"
"throws": "The rest element has to be the last element when destructuring (1:1)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"super() is only valid inside a class constructor. Make sure the method name is spelled exactly as 'constructor'. (2:8)"
"throws": "super() is only valid inside a class constructor. Make sure the method name is spelled exactly as 'constructor'. (2:8)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"You're trying to assign to a parenthesized expression, eg. instead of `([a]) = 0` use `([a] = 0)` (1:1)"
"throws": "You're trying to assign to a parenthesized expression, eg. instead of `([a]) = 0` use `([a] = 0)` (1:1)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"You're trying to assign to a parenthesized expression, eg. instead of `({a}) = 0` use `({a} = 0)` (1:1)"
"throws": "You're trying to assign to a parenthesized expression, eg. instead of `({a}) = 0` use `({a} = 0)` (1:1)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`Foo` has already been exported. Exported identifiers must be unique. (2:0)"
"throws": "`Foo` has already been exported. Exported identifiers must be unique. (2:0)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:20)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:20)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo4` has already been exported. Exported identifiers must be unique. (2:50)"
"throws": "`foo4` has already been exported. Exported identifiers must be unique. (2:50)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo4` has already been exported. Exported identifiers must be unique. (2:49)"
"throws": "`foo4` has already been exported. Exported identifiers must be unique. (2:49)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo4` has already been exported. Exported identifiers must be unique. (2:58)"
"throws": "`foo4` has already been exported. Exported identifiers must be unique. (2:58)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:21)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:21)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo2` has already been exported. Exported identifiers must be unique. (2:13)"
"throws": "`foo2` has already been exported. Exported identifiers must be unique. (2:13)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:22)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:22)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`bar` has already been exported. Exported identifiers must be unique. (2:13)"
"throws": "`bar` has already been exported. Exported identifiers must be unique. (2:13)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:28)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:28)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:29)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:29)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:15)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:15)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:0)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:0)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:14)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:14)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:0)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:0)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:14)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:14)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:15)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:15)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`Foo` has already been exported. Exported identifiers must be unique. (2:15)"
"throws": "`Foo` has already been exported. Exported identifiers must be unique. (2:15)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`Foo` has already been exported. Exported identifiers must be unique. (2:14)"
"throws": "`Foo` has already been exported. Exported identifiers must be unique. (2:14)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:0)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:0)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:13)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:13)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:9)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:9)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"Only expressions, functions or classes are allowed as the `default` export. (1:15)"
"throws": "Only expressions, functions or classes are allowed as the `default` export. (1:15)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"Only expressions, functions or classes are allowed as the `default` export. (1:15)"
"throws": "Only expressions, functions or classes are allowed as the `default` export. (1:15)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"Only expressions, functions or classes are allowed as the `default` export. (1:15)"
"throws": "Only expressions, functions or classes are allowed as the `default` export. (1:15)"
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"ES2015 named imports do not destructure. Use another statement for destructuring after the import. (1:19)",
"throws": "ES2015 named imports do not destructure. Use another statement for destructuring after the import. (1:19)",
"sourceType": "module"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"yield is not allowed in the parameters of an arrow function inside a generator (2:7)"
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:7)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"yield is not allowed in the parameters of an arrow function inside a generator (2:15)"
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:15)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"yield is not allowed in the parameters of an arrow function inside a generator (2:7)"
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:7)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"yield is not allowed in the parameters of an arrow function inside a generator (2:17)"
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:17)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"yield is not allowed in the parameters of an arrow function inside a generator (2:8)"
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:8)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"yield is not allowed in the parameters of an arrow function inside a generator (2:3)"
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:3)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"yield is not allowed in the parameters of an arrow function inside a generator (2:3)"
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:3)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"yield is not allowed in the parameters of an arrow function inside a generator (2:9)"
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (2:9)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"Illegal expression. Wrap left hand side or entire exponentiation in parentheses. (1:1)"
"throws": "Illegal expression. Wrap left hand side or entire exponentiation in parentheses. (1:1)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"Illegal expression. Wrap left hand side or entire exponentiation in parentheses. (1:2)"
"throws": "Illegal expression. Wrap left hand side or entire exponentiation in parentheses. (1:2)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"Illegal expression. Wrap left hand side or entire exponentiation in parentheses. (1:2)"
"throws": "Illegal expression. Wrap left hand side or entire exponentiation in parentheses. (1:2)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"await* has been removed from the async functions proposal. Use Promise.all() instead. (2:2)"
"throws": "await* has been removed from the async functions proposal. Use Promise.all() instead. (2:2)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'classProperties' (3:2)"
"throws": "This experimental syntax requires enabling the parser plugin: 'classProperties' (3:2)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'exportDefaultFrom' (1:7)"
"throws": "This experimental syntax requires enabling the parser plugin: 'exportDefaultFrom' (1:7)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"'import' and 'export' may appear only with 'sourceType: \"module\"' (1:0)"
"throws": "'import' and 'export' may appear only with 'sourceType: \"module\"' (1:0)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"'import' and 'export' may appear only with 'sourceType: \"module\"' (1:0)"
"throws": "'import' and 'export' may appear only with 'sourceType: \"module\"' (1:0)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"yield is not allowed in the parameters of an arrow function inside a generator (1:21)"
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (1:21)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"yield is not allowed in the parameters of an arrow function inside a generator (1:16)"
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (1:16)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"yield is not allowed in the parameters of an arrow function inside a generator (1:25)"
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (1:25)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"'import' and 'export' may appear only with 'sourceType: \"module\"' (1:0)"
"throws": "'import' and 'export' may appear only with 'sourceType: \"module\"' (1:0)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"yield is not allowed in the parameters of an arrow function inside a generator (1:21)"
"throws": "yield is not allowed in the parameters of an arrow function inside a generator (1:21)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"Error parsing regular expression: Invalid regular expression: /(s/: Unterminated group (1:9)"
"throws": "Error parsing regular expression: Invalid regular expression: /(s/: Unterminated group (1:9)"
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'bigInt' (1:1)",
"throws": "This experimental syntax requires enabling the parser plugin: 'bigInt' (1:1)",
"plugins": []
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'classPrivateProperties' (2:3)",
"throws": "This experimental syntax requires enabling the parser plugin: 'classPrivateProperties' (2:3)",
"plugins": []
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'numericSeparator' (1:17)",
"throws": "This experimental syntax requires enabling the parser plugin: 'numericSeparator' (1:17)",
"plugins": []
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'asyncGenerators' (1:15)",
"throws": "This experimental syntax requires enabling the parser plugin: 'asyncGenerators' (1:15)",
"plugins": []
}

View File

@@ -1,5 +1,4 @@
{
"plugins": ["flow"],
"throws":
"This experimental syntax requires enabling the parser plugin: 'classProperties' (2:14)"
"throws": "This experimental syntax requires enabling the parser plugin: 'classProperties' (2:14)"
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'classProperties' (2:6)",
"throws": "This experimental syntax requires enabling the parser plugin: 'classProperties' (2:6)",
"plugins": []
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'classProperties' (2:5)",
"throws": "This experimental syntax requires enabling the parser plugin: 'classProperties' (2:5)",
"plugins": []
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling one of the following parser plugin(s): 'decorators-legacy, decorators' (1:0)",
"throws": "This experimental syntax requires enabling one of the following parser plugin(s): 'decorators-legacy, decorators' (1:0)",
"plugins": []
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'doExpressions' (1:1)",
"throws": "This experimental syntax requires enabling the parser plugin: 'doExpressions' (1:1)",
"plugins": []
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'dynamicImport' (1:8)",
"throws": "This experimental syntax requires enabling the parser plugin: 'dynamicImport' (1:8)",
"plugins": []
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'exportDefaultFrom' (1:7)",
"throws": "This experimental syntax requires enabling the parser plugin: 'exportDefaultFrom' (1:7)",
"plugins": []
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'exportNamespaceFrom' (1:9)",
"throws": "This experimental syntax requires enabling the parser plugin: 'exportNamespaceFrom' (1:9)",
"plugins": []
}

View File

@@ -1,6 +1,5 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'importMeta' (1:17)",
"throws": "This experimental syntax requires enabling the parser plugin: 'importMeta' (1:17)",
"sourceType": "module",
"plugins": []
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'objectRestSpread' (1:2)",
"throws": "This experimental syntax requires enabling the parser plugin: 'objectRestSpread' (1:2)",
"plugins": []
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'optionalChaining' (1:1)"
"throws": "This experimental syntax requires enabling the parser plugin: 'optionalChaining' (1:1)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'classProperties' (3:2)"
"throws": "This experimental syntax requires enabling the parser plugin: 'classProperties' (3:2)"
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'classPrivateMethods' (3:2)",
"throws": "This experimental syntax requires enabling the parser plugin: 'classPrivateMethods' (3:2)",
"plugins": ["classPrivateProperties"]
}

View File

@@ -1,5 +1,4 @@
{
"plugins": ["classPrivateProperties"],
"throws":
"super() is only valid inside a class constructor. Make sure the method name is spelled exactly as 'constructor'. (4:13)"
"throws": "super() is only valid inside a class constructor. Make sure the method name is spelled exactly as 'constructor'. (4:13)"
}

View File

@@ -1,5 +1,4 @@
{
"plugins": ["classProperties"],
"throws":
"super() is only valid inside a class constructor. Make sure the method name is spelled exactly as 'constructor'. (4:12)"
"throws": "super() is only valid inside a class constructor. Make sure the method name is spelled exactly as 'constructor'. (4:12)"
}

View File

@@ -1,6 +1,5 @@
{
"sourceType": "module",
"plugins": [["decorators", { "decoratorsBeforeExport": true }]],
"throws":
"Decorators must be placed *before* the 'export' keyword. You can set the 'decoratorsBeforeExport' option to false to use the 'export @decorator class {}' syntax (1:15)"
"throws": "Decorators must be placed *before* the 'export' keyword. You can set the 'decoratorsBeforeExport' option to false to use the 'export @decorator class {}' syntax (1:15)"
}

View File

@@ -1,5 +1,4 @@
{
"plugins": ["decorators"],
"throws":
"The 'decorators' plugin requires a 'decoratorsBeforeExport' option, whose value must be a boolean. If you are migrating from Babylon/Babel 6 or want to use the old decorators proposal, you should use the 'decorators-legacy' plugin instead of 'decorators'."
"throws": "The 'decorators' plugin requires a 'decoratorsBeforeExport' option, whose value must be a boolean. If you are migrating from Babylon/Babel 6 or want to use the old decorators proposal, you should use the 'decorators-legacy' plugin instead of 'decorators'."
}

View File

@@ -1,6 +1,5 @@
{
"sourceType": "module",
"plugins": [["decorators", { "decoratorsBeforeExport": true }]],
"throws":
"Decorators must be placed *before* the 'export' keyword. You can set the 'decoratorsBeforeExport' option to false to use the 'export @decorator class {}' syntax (1:7)"
"throws": "Decorators must be placed *before* the 'export' keyword. You can set the 'decoratorsBeforeExport' option to false to use the 'export @decorator class {}' syntax (1:7)"
}

View File

@@ -1,6 +1,5 @@
{
"sourceType": "module",
"throws":
"This experimental syntax requires enabling one of the following parser plugin(s): 'decorators, decorators-legacy' (1:7)",
"throws": "This experimental syntax requires enabling one of the following parser plugin(s): 'decorators, decorators-legacy' (1:7)",
"plugins": null
}

View File

@@ -1,5 +1,4 @@
{
"sourceType": "module",
"throws":
"Using the export keyword between a decorator and a class is not allowed. Please use `export @dec class` instead. (2:0)"
"throws": "Using the export keyword between a decorator and a class is not allowed. Please use `export @dec class` instead. (2:0)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"Stage 2 decorators disallow object literal property decorators (2:2)"
"throws": "Stage 2 decorators disallow object literal property decorators (2:2)"
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"You can only use decorators on an export when exporting a class (2:0)",
"throws": "You can only use decorators on an export when exporting a class (2:0)",
"sourceType": "module"
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"You can only use decorators on an export when exporting a class (2:0)",
"throws": "You can only use decorators on an export when exporting a class (2:0)",
"sourceType": "module"
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'dynamicImport' (1:0)",
"throws": "This experimental syntax requires enabling the parser plugin: 'dynamicImport' (1:0)",
"plugins": []
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'functionSent' (2:11)"
"throws": "This experimental syntax requires enabling the parser plugin: 'functionSent' (2:11)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'functionSent' (2:12)"
"throws": "This experimental syntax requires enabling the parser plugin: 'functionSent' (2:12)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'functionSent' (2:18)"
"throws": "This experimental syntax requires enabling the parser plugin: 'functionSent' (2:18)"
}

View File

@@ -1,5 +1,4 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'importMeta' (1:7)",
"throws": "This experimental syntax requires enabling the parser plugin: 'importMeta' (1:7)",
"plugins": []
}

View File

@@ -1,5 +1,4 @@
{
"plugins": [],
"throws":
"This experimental syntax requires enabling the parser plugin: 'logicalAssignment' (1:2)"
"throws": "This experimental syntax requires enabling the parser plugin: 'logicalAssignment' (1:2)"
}

View File

@@ -1,5 +1,4 @@
{
"plugins": [],
"throws":
"This experimental syntax requires enabling the parser plugin: 'logicalAssignment' (1:2)"
"throws": "This experimental syntax requires enabling the parser plugin: 'logicalAssignment' (1:2)"
}

View File

@@ -1,5 +1,4 @@
{
"plugins": ["logicalAssignment"],
"throws":
"This experimental syntax requires enabling the parser plugin: 'nullishCoalescingOperator' (1:2)"
"throws": "This experimental syntax requires enabling the parser plugin: 'nullishCoalescingOperator' (1:2)"
}

View File

@@ -1,5 +1,4 @@
{
"plugins": ["nullishCoalescingOperator"],
"throws":
"This experimental syntax requires enabling the parser plugin: 'logicalAssignment' (1:2)"
"throws": "This experimental syntax requires enabling the parser plugin: 'logicalAssignment' (1:2)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'nullishCoalescingOperator' (1:4)"
"throws": "This experimental syntax requires enabling the parser plugin: 'nullishCoalescingOperator' (1:4)"
}

View File

@@ -1,5 +1,4 @@
{
"sourceType": "module",
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:23)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:23)"
}

View File

@@ -1,5 +1,4 @@
{
"sourceType": "module",
"throws":
"`bar` has already been exported. Exported identifiers must be unique. (2:13)"
"throws": "`bar` has already been exported. Exported identifiers must be unique. (2:13)"
}

View File

@@ -1,5 +1,4 @@
{
"sourceType": "module",
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:30)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:30)"
}

View File

@@ -1,5 +1,4 @@
{
"sourceType": "module",
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:29)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:29)"
}

View File

@@ -1,5 +1,4 @@
{
"sourceType": "module",
"throws":
"`foo` has already been exported. Exported identifiers must be unique. (2:30)"
"throws": "`foo` has already been exported. Exported identifiers must be unique. (2:30)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"The rest element has to be the last element when destructuring (1:10)"
"throws": "The rest element has to be the last element when destructuring (1:10)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"The rest element has to be the last element when destructuring (1:2)"
"throws": "The rest element has to be the last element when destructuring (1:2)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'optionalCatchBinding' (4:6)"
"throws": "This experimental syntax requires enabling the parser plugin: 'optionalCatchBinding' (4:6)"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'optionalCatchBinding' (4:6)"
"throws": "This experimental syntax requires enabling the parser plugin: 'optionalCatchBinding' (4:6)"
}

View File

@@ -1,5 +1,4 @@
{
"plugins": [["pipelineOperator", { "proposal": "invalid" }]],
"throws":
"'pipelineOperator' requires 'proposal' option whose value should be one of: minimal"
"throws": "'pipelineOperator' requires 'proposal' option whose value should be one of: minimal"
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"This experimental syntax requires enabling the parser plugin: 'pipelineOperator' (1:2)"
"throws": "This experimental syntax requires enabling the parser plugin: 'pipelineOperator' (1:2)"
}

Some files were not shown because too many files have changed in this diff Show More