Files
babel/test/fixtures/esprima/es2015-arrow-function/arrow-with-multiple-rest/options.json
Daniel Tschinder d4d6d05d25 Slightly better error messages (#150)
* Slightly better errors

Instead of "Unexpected token" we now print
"Unexpected token, expected <type.label>"
2016-10-12 10:38:26 -04:00

4 lines
53 B
JSON

{
"throws": "Unexpected token, expected ) (1:5)"
}