CoffeeScript 1.11.0 发布,脚本语言

栏目: CoffeeScript · 发布时间: 6年前

内容简介:CoffeeScript 1.11.0 发布,脚本语言

CoffeeScript 1.11.0 发布了。

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

此次更新内容:

  • CoffeeScript now supports ES2015 import  and  export  syntax .

  • Added the -M, --inline-map flag to the compiler, allowing you embed the source map directly into the output JavaScript, rather than as a separate file.

  • A bunch of fixes for yield :

    • yield return can no longer mistakenly be used as an expression.

    • yield now mirrors  return in that it can be used stand-alone as well as with expressions. Where you previously wrote  yield undefined , you may now write simply  yield . However, this means also inheriting the same syntax limitations that  return has, so these examples no longer compile:

      doubles = ->
        yield for i in [1..3]
          i * 2
      
      six = ->
        yield
          2 * 3
    • The JavaScript output is a bit nicer, with unnecessary parentheses and spaces, double indentation and double semicolons around yield no longer present.

  • Improved several error messages.

  • Just like undefined compiles to  void 0NaN now compiles into  0/0 and  Infinity into  2e308 .

  • Bugfix for renamed destrucured parameters with defaults. ({a: b = 1}) -> no longer crashes the compiler.

  • Improved the internal representation of a CoffeeScript program. This is only noticeable to tools that use CoffeeScript.tokens or  CoffeeScript.nodes . Such tools need to update to take account for changed or added tokens and nodes.

  • Several minor bug fixes.

详细内容,请查看 发行日志

下载地址:


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

零成本实现Web性能测试

零成本实现Web性能测试

温素剑 / 电子工业出版社 / 2012-2 / 59.00元

《零成本实现Web性能测试:基于Apache JMeter》是一本关于Web性能测试的实战书籍,读者朋友们在认真阅读完《零成本实现Web性能测试:基于Apache JMeter》后,相信能够将所学知识应用到生产实践中。《零成本实现Web性能测试:基于Apache JMeter》首先介绍基础的性能测试理论,接着详细介绍如何使用JMeter完成各种类型的性能测试。实战章节中作者以测试某大型保险公司电话......一起来看看 《零成本实现Web性能测试》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换