Skip to content

Add the implementation of LiveScript #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 23, 2015

Conversation

dotmobo
Copy link
Contributor

@dotmobo dotmobo commented Oct 27, 2015

Hi,

If you are interested, I added the implementation of LiveScript (http://livescript.net/).
It's a functional language that compiles to JavaScript. It was created by Jeremy Ashkenas, the creator of CoffeeScript.

Best Regards,

Morgan

@codecov-io
Copy link

Current coverage is 88.22%

Merging #72 into master will increase coverage by +0.39% as of 78e73cb

@@            master     #72   diff @@
======================================
  Files           16      17     +1
  Stmts          855     900    +45
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            751     794    +43
  Partial          0       0       
- Missed         104     106     +2

Review entire Coverage Diff as of 78e73cb

Powered by Codecov. Updated on successful CI builds.

@andreyfedoseev
Copy link
Owner

Hey @dotmobo

Thank you for your contribution. It seems that everything is in place here, including tests, so I'll be happy to merge the pull request. I have one question though: did you test the generated source maps in browser?

…neration if the 'compiled' folder isn't already present
@dotmobo
Copy link
Contributor Author

dotmobo commented Oct 28, 2015

Hi, i pushed a little correction for the livescript source map.
Now, it works under Firefox and Google Chrome. Thank you :)

@andreyfedoseev andreyfedoseev added this to the 1.2 milestone Nov 22, 2015
@andreyfedoseev andreyfedoseev merged commit 78e73cb into andreyfedoseev:master Nov 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants