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.32k stars 155 forks source link

fix regression caused by 41fb1a8 #1050

Closed rhendric closed 6 years ago

rhendric commented 6 years ago

That attempt to move shebang lines above the header comment also moved initial source comments above the header comment, which was unintended. If any of these three elements are present, the correct order is:


See report in #1032. Closes #1030 (again).

Will hold for one week, merging on or after April 20 if there are no objections.

nazar-pc commented 6 years ago

Works good for me locally, thanks!