Skip to content

v13.0.0

Choose a tag to compare

@eventualbuddha eventualbuddha released this 11 Jan 16:36

<a name"13.0.0">

13.0.0 (2017-01-11)

Breaking Changes

  • Previously, ProtoMemberAccessOp represented both a::b and a::. Now, it represents just a::, meaning that a::b is now a MemberAccessOp that wraps a ProtoMemberAccessOp. MemberAccessOp#memberName property has also been replaced by the member property, which is an Identifier node. decaffeinate needs the position information for the member anyway, and this allows it to discard the code that looks for it.
    (28f5c1d8)