Skip to content

v11.0.0

Choose a tag to compare

@eventualbuddha eventualbuddha released this 31 Dec 23:38

<a name"11.0.0">

11.0.0 (2016-12-31)

Bug Fixes

  • map break and continue to Break and Continue nodes (#123) (603fd659, closes #92)

Breaking Changes

  • Previously, these statements were mapped to Identifier, which was fine because decaffeinate just passed them through anyway. However, it's not the right representation for these statements so this introduces new nodes to represent them.

Fixes #92
(603fd659)