js2coffee / js2coffee

Compile JavaScript to CoffeeScript

Home Page:http://js2.coffee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use web version for code with 3rd party dependency

SampsonCrowley opened this issue · comments

I just wanted to convert a jquery snippet to coffeescript. I don't need that whole package, but the web version seems to actually try to run the JS instead of just parse it. getting '$' undefined issues