Files
babel/packages/babel-parser/test/fixtures/es2015/array-rest-spread/comma-after-rest/options.json
Nicolò Ribaudo 9764718c32 Disallow trailing comma after rest (#9311)
* Add new tests

* Use state instead of param and disallow comma in [...a,]=[]

* Unify error messages

* Object destructuring

* Update whitelist
2019-01-11 13:08:38 +01:00

4 lines
81 B
JSON

{
"throws": "A trailing comma is not permitted after the rest element (1:5)"
}