Nicolò Ribaudo 99035ca96e
Don't use args rest/spread to hoist super method calls (#9939)
* Don't use args rest/spread to hoist super method calls

* Hoist this in hoisted super method calls

* Make the code more readable

Review by edoardocavazza
2019-10-11 10:18:54 +02:00

17 lines
222 B
JSON

{
"presets": [
[
"env",
{
"targets": [
"Chrome >= 60",
"Safari >= 11",
"iOS >= 10.3",
"Firefox >= 55",
"Edge >= 16"
]
}
]
]
}