obeckham 发表于 2016-10-29 08:17:04

CoffeeScript 1.11.1 发布,脚本语言

欢迎加入运维网交流群:263444886http://onexin.iyunv.com/source/plugin/onexin_bigdata/https://my.oschina.net/img/hot3.png
                http://onexin.iyunv.com/source/plugin/onexin_bigdata/https://static.oschina.net/uploads/logo/coffeescript_IQvEh.png  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).
点此查看完整更新内容
下载地址:

[*]  Source code (zip)
[*]  Source code (tar.gz)
页: [1]
查看完整版本: CoffeeScript 1.11.1 发布,脚本语言