Files
babel/packages/babel-plugin-transform-parameters/test/fixtures/regression/11344-flow/options.json
Nicolò Ribaudo 65d09e46a0 Don't check type annotations when deciding params scope (#11349)
* Don't check type annotations when deciding params scope

* Also type params
2020-04-05 23:43:20 +02:00

7 lines
69 B
JSON

{
"plugins": [
"transform-parameters",
"syntax-flow"
]
}