v13.0.0
<a name"13.0.0">
13.0.0 (2017-01-11)
Breaking Changes
- Previously,
ProtoMemberAccessOprepresented botha::banda::. Now, it represents justa::, meaning thata::bis now aMemberAccessOpthat wraps aProtoMemberAccessOp.MemberAccessOp#memberNameproperty has also been replaced by thememberproperty, which is anIdentifiernode. decaffeinate needs the position information for the member anyway, and this allows it to discard the code that looks for it.
(28f5c1d8)