CoffeeScript 1.11.0 发布了。 coffeeScript这一门编程语言构建在JavaScript之上,其被编译成高效的JavaScript,这样你就可以在web浏览器上运 行它,或是通过诸如用于服务器端应用的Node.js一类的技术来使用它。编译过程通常都很简单,产生出来的JavaScript与许多的最佳做法都保持了一致。 此次更新内容:
Bugfix for shorthand object syntax after interpolated keys.
Bugfix for indentation-stripping in
"""
strings.Bugfix for not being able to use the name "arguments" for a prototype property of class.
Correctly compile large hexadecimal numbers literals to
2e308
(just like all other large number literals do).
下载地址: