Files
babel/packages/babel-plugin-transform-spread/test/fixtures/spread/super-no-classes-plugin/options.json
Nicolò Ribaudo d0a965b71f Throw when compiling spread in super() but not classes (#12722)
* Throw when compiling spread in `super()` but not classes

* Add comment
2021-02-01 20:16:10 +01:00

8 lines
205 B
JSON

{
"plugins": [
["external-helpers", { "helperVersion": "7.100.0" }],
"transform-spread"
],
"throws": "It's not possible to compile spread arguments in `super()` without compiling classes."
}