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

510 Commits

Author SHA1 Message Date
ruanyf
e6c5f9e1ff doc(generator): generator 函数模拟构造函数 2016-05-11 07:47:54 +08:00
兔哥
71b13a4351 docs(let): 修正函数默认参数的死区问题 2016-05-04 14:02:22 +08:00
ruanyf
6e8505bf8c docs(regex): edit regex/y flag 2016-05-04 08:12:05 +08:00
ruanyf
7d57425beb docs(generator): edit Symbol.iterator 2016-05-02 10:22:18 +08:00
ruanyf
adefd4c365 docs(style): adjust style 2016-04-29 09:25:11 +08:00
ruanyf
202f04bc43 docs: add mixin.md 2016-04-24 10:09:27 +08:00
ruanyf
9da130f1ab docs(class): edit super 关键字的含义 2016-04-20 11:17:03 +08:00
ruanyf
81e186f62a docs(function): fix 函数的默认参数 2016-04-19 09:12:01 +08:00
ruanyf
d4ae227730 docs(object): fix object.assign 2016-04-15 21:49:53 +08:00
ruanyf
d7f742af69 docs(Object): edit Object.assign 2016-04-13 07:54:12 +08:00
ruanyf
ffe44108ea feat(intro): 重写Traceur的介绍 2016-04-04 06:46:08 +08:00
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