Files
babel/packages/babel-parser/test/fixtures/esprima/invalid-syntax/migrated_0220/options.json
Daniel Tschinder 3932830535 Parse non-octals with leading zeros in non strict mode correctly (#9114)
* Parse non-octals with leading zeros in non strict mode correctly

* Better error message
2018-12-03 00:04:37 -08:00

4 lines
78 B
JSON

{
"throws": "Legacy octal literals are not allowed in strict mode (1:36)"
}