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

499 Commits

Author SHA1 Message Date
ruanyf
8ad3c20f5f Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-03-31 20:49:50 +08:00
ruanyf
0e991b41bf docs(decorator): 修饰器补充内容 2016-03-31 20:49:27 +08:00
hardfist
9e4665c305 删除错误的“()"
class FooComponent() {} 里的()似乎是错误的,经测试无法运行,故予以删除。
2016-03-28 16:51:51 +08:00
ruanyf
8c4187a2f7 docs(class): export 输出的是同一个实例 2016-03-27 11:07:29 +08:00
ruanyf
8796fc605f fix(class): 继承Object的子类行为 2016-03-26 21:00:11 +08:00
ruanyf
96c3de7eaa docs(arrayBuffer): TypedArray数组的溢出 2016-03-23 14:29:20 +08:00
ruanyf
d2fca7f2a1 docs(regex): RegExp构造函数 2016-03-23 13:31:04 +08:00
ruanyf
e0e471bdd4 docs(destructuring): parentheses 2016-03-19 17:41:35 +08:00
ruanyf
dff2069aec Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-03-19 16:41:13 +08:00
ruanyf
d14163cf5d docs(intro): fix babel 2016-03-19 16:40:52 +08:00
cntanglijun
2957811796 删除一个逗号 🙏 2016-03-16 00:55:46 +08:00
charlie
3b58e10991 修改用词 2016-03-14 04:10:31 +08:00
ruanyf
b9a5cb16f2 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-03-13 05:52:07 +08:00
ruanyf
285c194750 docs(promise): catch方法 2016-03-13 05:51:33 +08:00
Willin Wang
59ed5c3c8e 强迫症修改 "->' 2016-03-10 15:41:35 +08:00
Willin Wang
fdb0c2027e 强迫症修改 “->" 2016-03-10 15:17:18 +08:00
Willin Wang
814f733c45 拼写错误修改 2016-03-10 14:47:45 +08:00
Willin Wang
240a927a36 强迫症修改"->' 2016-03-10 14:40:17 +08:00
ruanyf
6067c0f34f Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-03-10 14:25:52 +08:00
ruanyf
afd15697ed docs(Object):Object.values() 2016-03-10 14:25:46 +08:00
Ruan YiFeng
5edf72df51 Merge pull request #153 from hisland/patch-1
下面的 -> 下一节的 可能表达更清晰
2016-03-09 11:15:30 +08:00
hisland
1e6aba2f3a Update module.md
下面的 -> 下一节的 可能表达更清晰
2016-03-08 11:33:06 +08:00
Frezc
c7768ecd19 修正两处代码书写错误 2016-03-07 20:38:04 +08:00
ruanyf
1ae51bdea5 docs(let): ES6的块级作用域使得函数可以在条件作用域内声明 2016-03-05 14:35:33 +08:00
ruanyf
f50a775466 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-03-03 16:42:20 +08:00
ruanyf
9af674d025 docs(function): 箭头函数的this 2016-03-03 16:31:42 +08:00
baye
21c5c22f3f fixed Hskell typo, should be Haskell 2016-02-29 20:28:24 +08:00
ruanyf
48c94cc9d6 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-02-29 18:16:31 +08:00
ruanyf
834431ecee docs(class): 完善类的静态属性 2016-02-29 18:16:12 +08:00
XGHeaven
8b3588a8ba fix decorator typo 2016-02-28 10:12:45 +08:00
ruanyf
c1c4592dda docs(regex): 修改后行断言的文字 2016-02-27 20:09:13 +08:00
ruanyf
b77c044003 docs(regex): 增加后行断言的介绍 2016-02-27 19:44:03 +08:00
ruanyf
fc7505278e Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-02-27 19:01:27 +08:00
ruanyf
342fe1da61 docs(regex): 增加后行断言的介绍 2016-02-27 19:01:07 +08:00
Zheng Guoli
73400107a3 修改一个小的拼写问题
结合上下文的关系来看,此处应该是拼写错误。
所以将 PEPL 修改为 REPL 。
2016-02-25 16:30:53 +08:00
ruanyf
1e8b21e22d Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-02-24 18:48:20 +08:00
ruanyf
098a3dc830 docs(generator): edit next method 2016-02-24 18:48:08 +08:00
Xuecheng Albert
71690edd72 更正 babel-core 示例代码片段
let x = n => n + 1 是 es6的语法,赋给se5Code变量容易误解
2016-02-19 16:52:53 +08:00
ruanyf
689081f7d8 docs(function): 箭头函数 2016-02-19 13:47:54 +08:00
ruanyf
68a50598b2 docs(string): String.prototype.at() 2016-02-18 16:39:10 +08:00
ruanyf
19506b0b56 docs(module): 加入解释export default var a = 1为什么不对 2016-02-17 09:57:16 +08:00
ruanyf
c957ce868a Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-02-17 09:40:15 +08:00
ruanyf
3cec648ff2 docs(module): 解释CommonJS与ES6模块加载机制的差异 2016-02-17 09:39:55 +08:00
J.K.SAGE
8408a3c4f9 Update string.md
line626
也就是说,`tag`数实际上以下面的形式调用。->
也就是说,`tag`函数实际上以下面的形式调用。
2016-02-16 13:52:11 +09:00
ruanyf
ccbc40a61b docs: edit object/rest & spread 2016-02-15 16:13:24 +08:00
ruanyf
bce7843d22 doc: ES7 feature list 2016-02-09 10:02:58 +08:00
ruanyf
b13b07d960 doc: ES7 feature list 2016-02-09 10:00:25 +08:00
ruanyf
fd088aceab doc: ES7 feature list 2016-02-09 09:57:28 +08:00
ruanyf
40437de61a doc: add ES7 stage 3 features 2016-02-09 09:23:29 +08:00
ruanyf
0be4b18312 edit function/tco 2016-02-03 17:41:36 +08:00