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
129 B
JSON

{
"plugins": [
["external-helpers", { "helperVersion": "7.100.0" }],
"transform-classes",
"transform-spread"
]
}