Files
babel/packages/babel-parser/test/fixtures/es2017/async-functions/2/options.json
2018-09-09 17:57:52 -07:00

5 lines
114 B
JSON

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