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

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

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

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,318
    赞:
    47
    CoffeeScript 1.10.0 发布,更新内容如下:


    • CoffeeScript now supports ES6-style destructuring defaults.


    • (offsetHeight: height) -> no longer compiles. That syntax was accidental and partly broken. Use ({offsetHeight: height}) -> instead. Object destructuring always requires braces.


    • Several minor bug fixes, including:


      • A bug where the REPL would sometimes report valid code as invalid, based on what you had typed earlier.


      • A problem with multiple JS contexts in the jest test framework.


      • An error in io.js where strict mode is set on internal modules.


      • A variable name clash for the caught error in catch blocks.

    详细信息请查看更新日志

    下载页面:1.10.0

    offeeScript这一门编程语言构建在JavaScript之上,其被编译成高效的JavaScript,这样你就可以在web浏览器上运 行它,或是通过诸如用于服务器端应用的Node.js一类的技术来使用它。编译过程通常都很简单,产生出来的JavaScript与许多的最佳做法都保持 了一致。

    先来看下对比代码(左为CoffeeScript):

    [​IMG]
    CoffeeScript 1.10.0 发布,脚本语言下载地址
     
正在加载...