基于JavaScript的ES6虚拟机 Continuum

码农软件 · 软件分类 · 浏览器/JS引擎 · 2019-04-05 16:42:29

软件介绍

ECMAScript6(ES6)规范计划在今年正式发布,作为JavaScript的核心,新版本的一些特性可能会让目前的开发方式发生巨大的变化。目前一些现代浏览器(如Chrome、Firefox等)中已经逐步实现了ES6的一些新特性。

Continuum是一个基于JavaScript构建的ES6虚拟机,它可以从源代码中集合字节码并在一个ES6运行时环境中执行。该虚拟机的代码使用ES3编写,这意味着它也可以运行在一些老版本的浏览器(如IE6)中。

Continuum

目前该虚拟机可以实现的ES6特性包括:

  • 解构赋值和参数
  • 扩展参数和数组初始化
  • rest参数
  • 类和super类
  • 箭头函数(Arrow Function)
  • 块范围
  • 新的Math、Object、String 函数
  • 对象字面量的简洁方法
  • 可变、可删除的proto
  • Map、Set和WeakMap
  • 迭代器和for...of
  • 模板
  • 带导入导出的模块系统
  • 内置@std模块
  • Generators、Proxy和Reflect
  • 支持符号@name
  • 类型化数组
  • Object.observe
  • Default 参数
  • 尾部调用优化
  • 数组解析

介绍内容来自 iteye

本文地址:https://codercto.com/soft/d/2926.html

Transcending CSS

Transcending CSS

Andy Clarke、Molly E. Holzschlag / New Riders / November 15, 2006 / $49.99

As the Web evolves to incorporate new standards and the latest browsers offer new possibilities for creative design, the art of creating Web sites is also changing. Few Web designers are experienced p......一起来看看 《Transcending CSS》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码