* Transform for F#-style await Inludes support for optimizing single-parameter arrow functions * Wait until optimization before pushing placeholder into scope
9 lines
146 B
JSON
9 lines
146 B
JSON
{
|
|
"plugins": [
|
|
["proposal-pipeline-operator", { "proposal": "fsharp" }]
|
|
],
|
|
"parserOpts": {
|
|
"allowReturnOutsideFunction": true
|
|
}
|
|
}
|