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

1233 Commits

Author SHA1 Message Date
hanty
94024df0f1
Update async.md 2018-07-11 14:46:51 +08:00
ruanyf
a46664f54a docs(iterator): fix return() 2018-07-06 10:36:01 +08:00
ruanyf
d4c8df426a docs(class-extends): fix super() #711 2018-07-06 10:32:43 +08:00
Shaoyao·琚
efafe678d1
Update module.md
修正描述
2018-07-04 08:11:26 +02:00
ruanyf
e85f4dd15a docs(iterator): edit return() #708 2018-07-02 14:16:27 +08:00
ruanyf
3c44084f4b docs(class-extends): 删除 class X extends null 的讨论 2018-06-25 12:26:32 +08:00
Ruan YiFeng
b88434100d
Merge pull request #701 from favefan/patch-1
word change.
2018-06-21 17:01:41 +08:00
ruanyf
83bad90346 docs: edit class-extends 2018-06-21 16:57:09 +08:00
ruanyf
19e1974afe docs: edit class-extends 2018-06-21 16:40:25 +08:00
favefan
e4351e2a70
word change. 2018-06-21 09:28:48 +08:00
snow212-cn
6583714f3b
Update object.md
这两段不知所云的英文插进代码段要干什么
2018-06-07 22:34:19 +08:00
ruanyf
cdc7e48d93 docs(array): edit spread operator #694 2018-06-05 16:48:43 +08:00
ruanyf
688ca45e6f docs(Reflect): fix Reflect.setPrototypeOf #693 2018-06-05 13:33:35 +08:00
ruanyf
0f536b7217 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2018-06-04 11:13:17 +08:00
ruanyf
42e06a84d9 docs(reference): edit reference 2018-06-04 11:12:30 +08:00
shenzhim
dfd5c0ac0e @std/esm 已经deprecated,改为esm 2018-05-31 19:30:36 +08:00
taxilng
54eba0dc17
Update symbol.md
demo不能在游览器上直接运行,故修改下;
2018-05-24 10:30:28 +08:00
taxilng
4f5db47055
Update object.md
__proto__属性:第一个例子,注释,ES5,ES6写反了
2018-05-22 14:30:21 +08:00
ruanyf
76b6bce980 docs(generator): edit generator 2018-05-22 12:34:53 +08:00
ruanyf
37cf4844db Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2018-05-22 12:20:10 +08:00
07akioni
1ac13240a9
修改了模块循环应用章节一个变量的错误
odd 中的 even 应为 undefined 而不是 null
2018-05-21 14:31:10 +08:00
ruanyf
36c2fdb05d docs(proxy): edit proxyw 2018-05-20 06:38:28 +08:00
ruanyf
7c7f1ce7d1 docs(proxy): edit proxyw 2018-05-20 06:37:23 +08:00
Ruan YiFeng
e3769745ce
Merge pull request #671 from Tomotoes/patch-1
Update proxy.md
2018-05-17 22:41:27 +08:00
ruanyf
2d86fc3f9c docs(generator): edit throw 2018-05-17 22:39:21 +08:00
Simon Ma
9708a21581
Update proxy.md
1. 纠正错别字 
> **构建函数** 为 构造函数
2. 纠正语义 
> 有被`for...in`循环所排除。
3. 增加
> `has` 方法的参数说明
2018-05-16 20:43:29 +08:00
ruanyf
7d5a56292a docs(proxy): edit receiver 2018-05-16 14:16:28 +08:00
ruanyf
df00e8abba docs(set): edit WeakMap 2018-05-09 13:06:28 +08:00
ruanyf
58767f55b2 docs(async): edit async 2018-05-09 11:26:52 +08:00
ruanyf
6733d07c71 docs(proposal): edit BigInt 2018-05-03 17:21:01 +08:00
ruanyf
25cc21754d docs(class-extends): fix super() #657 2018-05-03 16:57:30 +08:00
wuzhiyu5
31bef7b0bc 调整描述以符合伪代码中展示内容 2018-05-03 16:06:51 +08:00
wuzhiyu5
4533f407a7 修复es6文档章节链接和伪代码格式 2018-05-03 16:06:51 +08:00
ruanyf
165d5e0c19 docs(class): edit class private property 2018-05-03 16:02:42 +08:00
ruanyf
63580eb1ff Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2018-04-25 17:40:20 +08:00
ruanyf
3226888ad8 docs(acknowledgement): edit acknowledgement 2018-04-25 17:39:57 +08:00
KinFeng
da319a110f
fs的接口应该是readFile,'f'改成大写'F' 2018-04-24 15:53:28 +08:00
ruanyf
b48a35bebb docs(proxy): edit proxy.ownkeys 2018-04-18 15:34:42 +08:00
ruanyf
7fab96c932 docs(async): 增加 Stream 异步遍历器的例子 2018-04-17 15:53:05 +08:00
ruanyf
2430650233 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2018-04-15 21:33:01 +08:00
ruanyf
caeb8706bd docs(decorator): edit decorator 2018-04-15 21:31:19 +08:00
GJ Wang
2416e5685b
Update promise.md
shouldn't use cooma.
2018-04-09 22:52:56 +08:00
Ruan YiFeng
893a34ba27
Merge pull request #639 from xianshenglu/patch-1
删除无效冗余字符
2018-04-09 10:55:40 +08:00
ruanyf
53cf097ccb Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2018-04-09 10:47:40 +08:00
ruanyf
5d16ab071f docs(module): edit import() 2018-04-09 10:47:22 +08:00
Ruan YiFeng
91c2c8db48
Merge pull request #636 from lemondreamtobe/patch-1
Update destructuring.md
2018-04-07 09:30:12 -05:00
xianshenglu
2eccfb5a35
删除无效字符 2018-04-05 18:27:56 +08:00
ruanyf
013f7370fd doc(function): edit arrow function 2018-04-05 13:50:18 +08:00
Lemon_zhang
536d2c408c
Update destructuring.md 2018-04-04 11:29:25 +08:00
ruanyf
577dcc4a97 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2018-04-03 18:36:31 +08:00