Huáng Jùnliàng 814212f0be
Remove babel polyfill from fixture test runner (#12130)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2020-12-22 02:42:39 +01:00

12 lines
216 B
JSON

{
"parserOpts": {
"allowReturnOutsideFunction": true
},
"plugins": [
"external-helpers",
"transform-async-to-generator",
"proposal-async-generator-functions"
],
"minNodeVersion": "10.0.0"
}