gkz / LiveScript

LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.
http://livescript.net
MIT License
2.31k stars 156 forks source link

Fix rewrite-shorthand regressions #1105

Closed rhendric closed 3 years ago

rhendric commented 4 years ago

As a continuation of the mea culpas in #1103, here are some more things that broke with my rewrite-shorthand refactoring.

This is a simpler pack of fixes than the last one, so I'm giving it two weeks, to be merged on or after July 14 if there are no comments.

I'd also like to attempt a point release after this and possibly #1104 are merged, since there are now a substantial number of regressions associated with the previous release which will be fixed.