* Set correct async/generator in IIFE for params * Reject in async params * Skip async test on node 6 (it doesn't support async fns)
10 lines
141 B
JSON
10 lines
141 B
JSON
{
|
|
"plugins": [
|
|
"transform-parameters"
|
|
],
|
|
"parserOpts": {
|
|
"allowReturnOutsideFunction": true
|
|
},
|
|
"minNodeVersion": "8.0.0"
|
|
}
|