Skip to content

v15.0.0

Choose a tag to compare

@eventualbuddha eventualbuddha released this 08 Feb 21:06

<a name"15.0.0">

15.0.0 (2017-02-08)

Breaking Changes

  • Previously, we made a bare super call (i.e. super) just another FunctionApplication with a virtual spread argument. This replaces the whole call with a new node type, BareSuperFunctionApplication, with no callee or arguments.
    (bd0e1557)