v10.0.0
<a name"10.0.0">
10.0.0 (2016-12-31)
Bug Fixes
Breaking Changes
- Previously, regular expressions were represented as
Identifiernodes, which hasn't been a problem for decaffeinate because all we wanted to do was pass them through anyway. Now, however, we want to do some processing on them and so need to identify them separately. Not to mention the fact that they are not identifiers!
(97d9c7d6)