Created
April 24, 2011 01:11
-
-
Save jasonm/939199 to your computer and use it in GitHub Desktop.
Investigating browser support for compile-to-JS languages (line:line mappings, debugging, etc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Where is the work/proposal going on to support debugging compile-to-JS langs in browser? | |
How can we move this forward? | |
I'm specifically interested in CoffeeScript. | |
Coffeescript Issue 558 | |
line number mapping for debug | |
https://github.com/jashkenas/coffee-script/issues/558 | |
Firefox Bugzilla 618650 | |
map JS source coordinates to source language that was translated to JS | |
https://bugzilla.mozilla.org/show_bug.cgi?id=618650 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=618652 | |
WebKit Bugzilla 30933 | |
Web Inspector: support for debugging alt-JS files which generate JS | |
https://bugs.webkit.org/show_bug.cgi?id=30933 | |
Sam Ruby, Jeremy Ashkenas, Brendan Eich discuss plans | |
http://intertwingly.net/blog/2010/11/25/Hobgoblin-of-Little-Minds#c1292138238 | |
Not Javascript, but similar: | |
FireSass Bridges the Gap Between Sass and Firebug | |
http://nex-3.com/posts/92-firesass-bridges-the-gap-between-sass-and-firebug | |
========= | |
more notes... | |
Languages that compile to JS | |
https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS | |
Zaphod | |
FF Research Engine for Experimental JavaScript | |
https://mozillalabs.com/zaphod/ | |
Narcissus | |
JS metacirc | |
https://github.com/mozilla/narcissus/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment