v15.0.0
<a name"15.0.0">
15.0.0 (2017-02-08)
Breaking Changes
- Previously, we made a bare super call (i.e.
super) just anotherFunctionApplicationwith a virtual spread argument. This replaces the whole call with a new node type,BareSuperFunctionApplication, with no callee or arguments.
(bd0e1557)