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

We broke `lsc -c package.json.ls` #1022

Closed rhendric closed 6 years ago

rhendric commented 6 years ago

Now it compiles to stdout instead of package.json. I think this was caused by #995?

vendethiel commented 6 years ago

Probably. It doesn't help that we don't have any tests at all.

rhendric commented 6 years ago

We have some, in test/cli.ls. I'm adding more in a PR arriving shortly (in retrospect, this probably wasn't worth creating an issue for).