* Correctly delegate .return() in async generator * Add catch param * minNodeVersion * Add another test
10 lines
185 B
JSON
10 lines
185 B
JSON
{
|
|
"parserOpts": {
|
|
"allowReturnOutsideFunction": true
|
|
},
|
|
"plugins": [
|
|
"external-helpers",
|
|
"transform-async-to-generator",
|
|
"proposal-async-generator-functions"
|
|
]
|
|
} |