1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 CoffeeScript 1.12.1 发布,脚本语言 下载

本帖由 漂亮的石头2016-12-09 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    485,189
    赞:
    46
    脚本语言 CoffeeScript 1.12.1 发布了。本次更新如下:


    • 您现在可以导入名为默认的模块成员,例如 import {default} from'lib'。 虽然在 ES2015 中,你不能导入整个模块,并将其命名为默认值(因此不允许从 'lib' 导入默认值)。


    • Fix regression where from as a variable name was breaking for 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 of import and export statements, and in the declaration of a for loop; though you should also be able to use variables named fromin those contexts, and the compiler should be able to tell the difference.

    发布说明完整更新内容

    下载地址

    CoffeeScript 1.12.1 发布,脚本语言下载地址
     
正在加载...