TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

CoffeeScript source maps

122 点作者 v33ra超过 12 年前

6 条评论

mnemonik超过 12 年前
I just want to note that the new CoffeeScript compiler is using ESCodeGen as a backend, which is doing the source map heavy lifting. Anyone writing a compiler which targets JS can use ESCodeGen as a backend and get source maps pretty much for free. Awesome news all around!<p><a href="https://github.com/Constellation/escodegen" rel="nofollow">https://github.com/Constellation/escodegen</a><p>Note: I do not want it to seem like I want to take anything away from Michael Ficarra and the new CoffeeScript compiler. He also wrote the code to integrate source maps with ESCodeGen, but it is something that many projects will be able to take advantage of, not just CoffeeScript.<p>In other source map news, if anyone hasn't seen it yet, UglifyJS v2 now supports source maps: <a href="http://lisperator.net/blog/uglifyjs-v2-news/" rel="nofollow">http://lisperator.net/blog/uglifyjs-v2-news/</a><p>Source map support is on the way for Firefox's debugger as well: <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=771597" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=771597</a>
评论 #4494969 未加载
cedrichurst超过 12 年前
This is possibly the most important thing to happen to my frontend development workflow all year. Amazing contribution. Thank you.
jarek-foksa超过 12 年前
Is CoffeeScriptRedux actually ready for production use? From my read of <a href="https://github.com/michaelficarra/CoffeeScriptRedux/wiki/Progress" rel="nofollow">https://github.com/michaelficarra/CoffeeScriptRedux/wiki/Pro...</a> there are many features missing.
评论 #4494081 未加载
danmaz74超过 12 年前
I would LOVE to see source maps implemented into Rails CS compilation. Any idea how to do it/when will this be added to rails?
calibraxis超过 12 年前
Will this affect debugging under node.js, or just browsers? (Googling doesn't seem to make this clear.)
评论 #4492884 未加载
pwpwp超过 12 年前
As the article mentions, the next big step will be access to the debug console.