CoffeeScript 1.12.1 发布,脚本语言
栏目: CoffeeScript · 发布时间: 6年前
内容简介:脚本语言 CoffeeScript 1.12.1 发布了。本次更新如下:
脚本语言 CoffeeScript 1.12.1 发布了。本次更新如下:
-
您现在可以导入名为默认的模块成员,例如 import {default} from'lib'。 虽然在 ES2015 中,你不能导入整个模块,并将其命名为默认值(因此不允许从 'lib' 导入默认值)。
-
Fix regression where
from
as a variable name was breakingfor
loop declarations. For the record,from
is not a reserved word in CoffeeScript; you may use it for variable names.from
behaves like a keyword within the context ofimport
andexport
statements, and in the declaration of afor
loop; though you should also be able to use variables namedfrom
in those contexts, and the compiler should be able to tell the difference.
下载地址
以上所述就是小编给大家介绍的《CoffeeScript 1.12.1 发布,脚本语言》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 凹 (“Wa”) 语言:可以嵌入 Go 语言环境的脚本语言
- Python 脚本语言
- Go 语言实现的小型、动态、快速、安全的脚本语言
- 让C#语言充当自身脚本!
- awk脚本语言编程指南
- CoffeeScript 1.12.6 发布,脚本语言
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。