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

新闻 ease.js 0.2.7 版本发布,JavaScript 面向对象框架 下载

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

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,354
    赞:
    47
    ease.js 0.2.7 版本发布,此版本相比 0.2.6 版本改进如下:

    * ES6-style constructor method supported.
    - Directly invoking the easejs object with a constructor will now perform
    the equivalent of a Class.extend( ctor, {} ).
    - Documentation now compiles with Texinfo 5.2.

    * [preview] Traits can now override public and protected methods of class
    supertypes.
    - [preview] Error now provided when attempting to declare a mixin that is
    not a trait.

    更多内容请看这里:https://www.gnu.org/software/easejs/

    GNU ease.js是一个经典的JavaScript面向对象的框架,旨在消除样板代码和简化从其他面向对象语言转换成JavaScript。
    特性包括:

    简单而直观的类定义
    经典继承
    抽象类和方法
    接口
    访问修饰符(public,protected和private)
    静态和常量成员

    GNU ease.js是一个框架,不是一个编译器。
    ease.js 0.2.7 版本发布,JavaScript 面向对象框架下载地址
     
正在加载...