Skip to content

Spread apply syntax fails to translate with `new` keyword prepend

sample code:

new Test(...[1, 2])
Test(...[1, 2])

Check out buble result, and the same code on babel.