Files
babel/packages/babel-parser/test/fixtures/es2017/async-functions/export-invalid/options.json
Daniel Tschinder 2dc1c91955 perf: Move input to state and precalculate length
This also fixes a bug with async functions
2019-01-17 16:14:54 -08:00

5 lines
85 B
JSON

{
"sourceType": "module",
"throws": "Unexpected token, expected \"=>\" (1:31)"
}