CoffeeScript 1.12.1 发布,脚本语言
栏目: CoffeeScript · 发布时间: 9年前
内容简介:CoffeeScript 1.12.1 发布,脚本语言
脚本语言 CoffeeScript 1.12.1 发布了。本次更新如下:
-
您现在可以导入名为默认的模块成员,例如 import {default} from'lib'。 虽然在 ES2015 中,你不能导入整个模块,并将其命名为默认值(因此不允许从 'lib' 导入默认值)。
-
Fix regression where
fromas a variable name was breakingforloop declarations. For the record,fromis not a reserved word in CoffeeScript; you may use it for variable names.frombehaves like a keyword within the context ofimportandexportstatements, and in the declaration of aforloop; though you should also be able to use variables namedfromin those contexts, and the compiler should be able to tell the difference.
下载地址
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Computers and Intractability
M R Garey、D S Johnson / W. H. Freeman / 1979-4-26 / GBP 53.99
This book's introduction features a humorous story of a man with a line of people behind him, who explains to his boss, "I can't find an efficient algorithm, but neither can all these famous people." ......一起来看看 《Computers and Intractability》 这本书的介绍吧!