CoffeeScript 1.12.3 发布,脚本语言
栏目: CoffeeScript · 发布时间: 8年前
内容简介:CoffeeScript 1.12.3 发布,脚本语言
CoffeeScript 1.12.3 发布了,本次更新如下:
-
@值现在可以在for表达式中用作索引。这放松了对for表达式的编译,以允许索引变量为@值。例子,do @visit for @node, @index in nodes。在@visit中,当前节点(@node) 的索引作为@index使用 -
CoffeeScript 的补丁
Error.prepareStackTrace已经恢复,一些修订版本应该可以防止错误的异常,这些异常使一些下游项目变得困难。这修复了自 1.12.2 以来堆栈跟踪中的不正确的行号 -
//=运算符的输出现在在右操作数周围添加括号,就像其他赋值运算符一样
下载地址
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Ajax Design Patterns
Michael Mahemoff / O'Reilly Media / 2006-06-29 / USD 44.99
Ajax, or Asynchronous JavaScript and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a s......一起来看看 《Ajax Design Patterns》 这本书的介绍吧!