Files
babel/packages/babel-plugin-proposal-pipeline-operator/test/fixtures/smart/options.json
2019-02-04 21:58:46 +01:00

9 lines
145 B
JSON

{
"plugins": [
["proposal-pipeline-operator", { "proposal": "smart" }]
],
"parserOpts": {
"allowReturnOutsideFunction": true
}
}