@@ -624,33 +624,33 @@ fs.writeFileSync('out.js.map', result.sourceMap);
624624
625625** Stage 0** :
626626
627- - Function Bind Syntax 函数的绑定运算符
628- - String.prototype.at 字符串的静态方法at
627+ - Function Bind Syntax: 函数的绑定运算符
628+ - String.prototype.at: 字符串的静态方法at
629629
630630** Stage 1** :
631631
632- - Class and Property Decorators Class的修饰器
633- - Class Property Declarations Class的属性声明
632+ - Class and Property Decorators: Class的修饰器
633+ - Class Property Declarations: Class的属性声明
634634- es7.exportExtensions:export的写法改进
635- - String.prototype.{trimLeft,trimRight} 字符串删除头尾空格的方法
635+ - String.prototype.{trimLeft,trimRight}: 字符串删除头尾空格的方法
636636
637637** Stage 2** :
638638
639639- es7.objectRestSpread:对象的Rest参数和扩展运算符
640640
641641** Stage 3**
642642
643- - SIMD API “单指令,多数据”命令集
644- - Async Functions async函数
645- - Object.values/Object.entries Object的静态方法values()和entries()
646- - String padding 字符串长度补全
647- - Trailing commas in function parameter lists and calls 函数参数的尾逗号
648- - Object.getOwnPropertyDescriptors Object的静态方法getOwnPropertyDescriptors
643+ - SIMD API: “单指令,多数据”命令集
644+ - Async Functions: async函数
645+ - Object.values/Object.entries: Object的静态方法values()和entries()
646+ - String padding: 字符串长度补全
647+ - Trailing commas in function parameter lists and calls: 函数参数的尾逗号
648+ - Object.getOwnPropertyDescriptors: Object的静态方法getOwnPropertyDescriptors
649649
650650** Stage 4** :
651651
652- - Array.prototype.includes 数组实例的includes方法
653- - Exponentiation Operator 指数运算符
652+ - Array.prototype.includes: 数组实例的includes方法
653+ - Exponentiation Operator: 指数运算符
654654
655655ECMAScript当前的所有提案,可以在TC39的官方网站[ Github.com/tc39/ecma262] ( https://github.com/tc39/ecma262 ) 查看。
656656
0 commit comments