Files
babel/packages/babel-parser/test/fixtures/es2017/async-functions/2/options.json
2018-09-24 18:09:54 -05:00

4 lines
110 B
JSON

{
"throws": "await* has been removed from the async functions proposal. Use Promise.all() instead. (2:2)"
}