1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

doc: ES7 feature list

This commit is contained in:
ruanyf 2016-02-09 10:02:58 +08:00
parent b13b07d960
commit bce7843d22

View File

@ -631,12 +631,12 @@ fs.writeFileSync('out.js.map', result.sourceMap);
- Class and Property DecoratorsClass的修饰器 - Class and Property DecoratorsClass的修饰器
- Class Property DeclarationsClass的属性声明 - Class Property DeclarationsClass的属性声明
- es7.exportExtensionsexport的写法改进 - Additional export-from Statementsexport的写法改进
- String.prototype.{trimLeft,trimRight}:字符串删除头尾空格的方法 - String.prototype.{trimLeft,trimRight}:字符串删除头尾空格的方法
**Stage 2** **Stage 2**
- es7.objectRestSpread对象的Rest参数和扩展运算符 - Rest/Spread Properties对象的Rest参数和扩展运算符
**Stage 3** **Stage 3**