Files
babel/packages/babel-plugin-transform-es2015-parameters/test/fixtures/use-loose-option/options.json

15 lines
366 B
JSON

{
"plugins": [
"transform-class-properties",
"external-helpers",
"syntax-flow",
["transform-es2015-parameters", { "loose": true } ],
"transform-es2015-block-scoping",
"transform-es2015-spread",
"transform-es2015-classes",
"transform-es2015-destructuring",
"transform-es2015-arrow-functions",
"transform-es2015-for-of"
]
}