Files
babel/packages/babel-parser/test/fixtures/experimental/pipeline-operator/invalid-proposal/options.json
2019-06-30 12:53:22 +02:00

5 lines
187 B
JSON

{
"plugins": [["pipelineOperator", { "proposal": "invalid" }]],
"throws": "'pipelineOperator' requires 'proposal' option whose value should be one of: 'minimal', 'smart', 'fsharp'"
}