1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 19:22:21 +00:00

845 Commits

Author SHA1 Message Date
ruanyf
c41e6261f4 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-05-20 07:58:30 +08:00
ruanyf
40b5f23e0b doc(async): Thunk函数的ES6版本 2016-05-20 07:58:21 +08:00
Ruan YiFeng
492d2e7182 Merge pull request #205 from xcatliu/fix-code-css
Fix code css
2016-05-19 17:57:06 -05:00
Ruan YiFeng
763f6e9395 Merge pull request #204 from xcatliu/patch-15
Fix coding style in docs/async.md
2016-05-19 17:24:50 -05:00
ruanyf
1764e48fdf Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-05-19 23:25:43 +08:00
ruanyf
f8eaa77091 doc(module): ES6模块的循环加载 2016-05-19 23:25:29 +08:00
Ruan YiFeng
7d773f5280 Merge pull request #203 from xcatliu/patch-14
Fix coding style in docs/module.md
2016-05-19 19:55:48 +08:00
molunerfinn
b02a848b45 Fix coding style in docs/string.md 2016-05-19 14:57:24 +08:00
Ruan YiFeng
9a2b7bfde9 Merge pull request #202 from xcatliu/patch-13
Fix coding style in docs/decorator.md
2016-05-19 10:39:21 +08:00
Ruan YiFeng
b9a53eb8dc Merge pull request #201 from xcatliu/patch-12
Fix coding style in docs/class.md
2016-05-19 10:30:22 +08:00
Ruan YiFeng
5def873ed6 Merge pull request #199 from xcatliu/patch-11
Fix coding style in docs/iterator.md
2016-05-19 10:29:18 +08:00
Ruan YiFeng
a502555c54 Merge pull request #198 from NumerHero/patch-3
问题修改
2016-05-19 10:18:14 +08:00
Ruan YiFeng
1c555f63bf Merge pull request #197 from xcatliu/patch-10
Fix coding style in docs/set-map.md
2016-05-19 09:01:33 +08:00
Ruan YiFeng
6bbd9a2bee Merge pull request #196 from xcatliu/patch-9
Fix coding style in docs/proxy.md
2016-05-19 09:00:44 +08:00
Ruan YiFeng
f9b93a12bd Merge pull request #195 from xcatliu/patch-8
Fix coding style in docs/symbol.md
2016-05-19 09:00:02 +08:00
Ruan YiFeng
fabd48826f Merge pull request #194 from xcatliu/patch-7
Fix coding style in docs/object.md
2016-05-19 08:58:25 +08:00
ruanyf
21f79e4346 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-05-19 08:54:13 +08:00
ruanyf
002862d50c feat: add 404.html 2016-05-19 08:53:57 +08:00
xcatliu
bdff954876 Fix code css 2016-05-18 18:59:08 +09:00
Xcat Liu
e8748dfbcd Fix coding style in docs/async.md
这一篇由于引入了其他源码,所以我改动比较保守,只改了明显可以改进的地方
2016-05-18 17:43:04 +08:00
Xcat Liu
0dd87edc44 Fix coding style in docs/module.md 2016-05-18 17:07:03 +08:00
Xcat Liu
c4b46e3621 Fix coding style in docs/decorator.md 2016-05-18 16:40:23 +08:00
Xcat Liu
96b4a4a33d Fix coding style in docs/class.md 2016-05-18 16:19:26 +08:00
Xcat Liu
3c84554957 Fix coding style in docs/iterator.md 2016-05-18 14:49:05 +08:00
Xcat Liu
82c1ab1d40 Fix coding style in docs/set-map.md 2016-05-18 14:23:01 +08:00
Owen
37db7edecf 问题修改
你好,阮老师,在282行的例子中,我使用新版本chrome 测试了例子,出现了错误

发现const dom 产生了暂时性死区

如理解有误,浪费了老师时间,望见谅
2016-05-18 14:22:59 +08:00
Xcat Liu
24bcfb52ed Fix coding style in docs/proxy.md 2016-05-18 13:43:26 +08:00
Xcat Liu
60c1576ccf Fix coding style in docs/symbol.md 2016-05-18 13:01:15 +08:00
Ruan YiFeng
307932e155 Merge pull request #193 from xcatliu/patch-6
Fix coding style in docs/function.md
2016-05-18 12:45:03 +08:00
Xcat Liu
247ac78230 Fix coding style in docs/object.md 2016-05-18 12:33:27 +08:00
ruanyf
4ba798a774 doc(proxy): 修改proxy链式使用的例子 2016-05-18 11:54:20 +08:00
ruanyf
8482c89f41 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-05-18 11:51:34 +08:00
Ruan YiFeng
58351059b9 Merge pull request #192 from NumerHero/patch-2
问题修改
2016-05-18 11:51:15 +08:00
ruanyf
b28145ef26 doc(string): edit 模板字符串 2016-05-18 11:50:08 +08:00
Xcat Liu
b3d9aa82bf Fix coding style in docs/function.md 2016-05-18 11:13:05 +08:00
Owen
341e3c1907 问题修改
阮老师你好,在251行这个例子中,我在chrome (版本号Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36) 下 测试的时候出现了问题, 报了错误

 我研究完代码,发现在263行您return pipeObject , pipeObject 指向应该是被代理的对象而不是,Proxy对象本身

当我做出如上修改后,代码即可正确运行,返回63

我也是初学者,我不知道是否是因为编译环境的原因导致如上问题的产生,但对于使用新chrome学习es6的同学可能会产生一些误导
也许是我理解有误,耽误您宝贵的时间,为此感到抱歉。
2016-05-17 14:24:09 +08:00
ruanyf
73cff90609 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-05-15 12:07:44 +08:00
ruanyf
17ae0fa973 doc(let): 全局对象的属性 2016-05-15 12:06:22 +08:00
Ruan YiFeng
71c07c8704 Merge pull request #189 from xcatliu/patch-5
Fix coding style in docs/number.md
2016-05-15 08:16:40 +08:00
Ruan YiFeng
77d1a53ae6 Merge pull request #188 from xcatliu/patch-4
Fix code wrapper in docs/regex.md
2016-05-15 08:13:20 +08:00
Ruan YiFeng
2e6738a1e1 Merge pull request #186 from xcatliu/patch-2
Fix coding style in docs/destructuring.md
2016-05-15 08:07:22 +08:00
Ruan YiFeng
c433756faf Merge pull request #185 from xcatliu/patch-1
Fix some code syntax problem in docs/let.md
2016-05-14 20:33:05 +08:00
Ruan YiFeng
4cbf679749 Merge pull request #184 from xcatliu/xcatliu-patch-1
Adding code padding
2016-05-14 20:31:00 +08:00
Ruan YiFeng
1b6177de68 Merge pull request #183 from erniu/gh-pages
修正八进制的笔误
2016-05-14 05:48:19 +08:00
Xcat Liu
aecabb2e2b Fix coding style in docs/number.md 2016-05-13 19:23:53 +08:00
Xcat Liu
732701ac35 Fix code wrapper in docs/regex.md
这一篇的代码标签有点乱,我整理了一下
2016-05-13 17:22:12 +08:00
Xcat Liu
fd714a39bf Fix coding style in docs/destructuring.md 2016-05-13 16:35:06 +08:00
Xcat Liu
78112e85b0 Fix some code syntax problem in docs/let.md
Followed the previous coding style, added some `;` and space to the code.
2016-05-13 16:17:59 +08:00
Xcat Liu
e448091da7 Adding code padding
Adding padding-left to code
2016-05-13 15:57:54 +08:00
erniu
8bf0e77b00 修正笔误 2016-05-12 18:02:05 +08:00