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

70 Commits

Author SHA1 Message Date
hanty
94024df0f1
Update async.md 2018-07-11 14:46:51 +08:00
shenzhim
dfd5c0ac0e @std/esm 已经deprecated,改为esm 2018-05-31 19:30:36 +08:00
ruanyf
58767f55b2 docs(async): edit async 2018-05-09 11:26:52 +08:00
ruanyf
7fab96c932 docs(async): 增加 Stream 异步遍历器的例子 2018-04-17 15:53:05 +08:00
ruanyf
5e2ed331aa docs(class-extends): edit class-extends 2018-04-03 18:35:59 +08:00
xianshenglu
9e86918b4a
完善下表述
原表述可能有误导,完善了下
2018-03-31 11:21:26 +08:00
ruanyf
3cf3f8fdb6 docs(async): fix 异步遍历器函数 #622 2018-03-06 12:12:55 +08:00
ruanyf
14c45fe2f5 doc: update to ES2018 2018-01-29 08:47:04 +08:00
Ika
e8fdb00040 docs: consistent style 2017-11-12 18:01:54 +08:00
waiting
37b125e7fa fix: variable scope 2017-09-24 16:56:34 +08:00
waiting
7030c70270 docs: use let/const instead of var 2017-09-24 16:55:15 +08:00
ruanyf
7f0180caca docs(async): edit await 2017-08-18 13:16:46 +08:00
ruanyf
2eeb5a1edc docs(iterator): edit iterator.return() 2017-08-08 08:13:24 +08:00
ruanyf
1b928fb71f docs(async): edit async 2017-07-25 13:47:42 +08:00
ruanyf
71eab1206c docs(Promise): edit Promise 2017-07-24 15:47:13 +08:00
ruanyf
618a150053 docs(async): add 异步 Generator 函数的例子 2017-07-16 18:42:11 +08:00
ruanyf
e35fcfda61 docs(asyce): edit async Generator 2017-07-02 17:15:38 +08:00
ruanyf
8c8be74712 docs(array): move spread operator into array chapter 2017-07-02 09:37:23 +08:00
ruanyf
c40de12fc0 docs(async): edit async 2017-06-28 20:34:42 +08:00
RookieDay
90b2a2047c fix: add parentheses 2017-06-18 15:19:31 +08:00
ruanyf
d51beedbd6 docs: edit number.isFinite 2017-03-28 19:46:30 +08:00
Willin Wang
2c4d545dcc 更新 async
这里不需要 `async` 去掉更容易理解其原理。
2017-03-23 11:31:50 +08:00
ruanyf
002dddabf9 docs(async): edit async 2017-02-12 14:39:14 +08:00
ruanyf
6e944000df docs(async): 拆分 generator 函数的异步操作与 async 函数 2017-02-03 01:44:26 +08:00
Zhao
c7f64377f8 rename function name to readFileThunk
这里使用 `readFileThunk` 更容易理解
2017-01-23 17:47:55 +08:00
Zhao
fa18d4a68b using Thunk function before defined
这里的 Thunk 函数是使用函数表达式定义的,意味着 Thunk 函数不能在定义前使用。
2017-01-09 16:39:55 +08:00
ruanyf
da273bb792 docs: edit async typo 2017-01-08 00:15:31 +08:00
ruanyf
a8cb58ba96 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2017-01-05 11:17:31 +08:00
ruanyf
2b74904568 docs(arraybuffer): edit arraybuffer 2017-01-05 11:17:25 +08:00
MRLuowen
884c008313 更新
修改异步编程接口一个对象名称错误
2017-01-03 18:34:09 +08:00
ruanyf
6609f64696 docs(async): edit async 2017-01-02 23:19:46 +08:00
ruanyf
f02924cd5a docs(async): edit async/asyncIterable 2017-01-01 19:21:09 +08:00
ruanyf
aab07bdbc8 docs(set): edit set 2016-12-15 15:24:30 +08:00
superxp1412
1ec87bd9a5 Update async.md 2016-11-26 12:22:49 +08:00
ruanyf
e0f36e61fc docs(async): edit async 2016-10-24 19:57:17 +08:00
ruanyf
e364ba968a docs(async): async Iterator 2016-10-12 22:22:23 +08:00
ruanyf
bf30299b48 docs(simd): add simd chapter 2016-10-04 18:41:24 +08:00
qingming
3d9dcd86ad fix typo
不加return会继续往下执行resolve
2016-07-27 11:09:41 +08:00
ruanyf
e18aa221da docs(generator): edit generator.throw() 2016-07-24 11:11:25 +08:00
ruanyf
e1cb574009 docs(function): edit default parameter 2016-07-22 17:15:38 +08:00
ruanyf
4b455c493e docs(async): edit async 2016-07-10 04:55:18 +08:00
ruanyf
eb53f2cef2 docs(async): edit async 2016-07-09 20:17:22 +08:00
catwarrior
2b9f9c350c Update async.md
横向 纵向的比喻的感觉不太自然, 还不如直接点。
2016-07-08 16:37:49 +08:00
Ruan YiFeng
3204a6b5e4 Merge pull request #223 from UFOwl/patch-6
Update async.md
2016-06-29 05:26:56 +08:00
hawkphantomnet
42c51c073e Fix typo in async.md 2016-06-28 00:36:05 +08:00
UFOwl
bea8187933 Update async.md
根据后面generator和async的写法,这里似乎应该用of。
2016-06-20 16:20:05 +08:00
ruanyf
96dfa3b858 docs(promise): edit Promise.resolve() 2016-06-12 06:21:58 +08:00
ruanyf
36edba382d docs(async): async 语法 2016-06-08 09:02:42 +08:00
ruanyf
571088b40d docs(async): async函数的语法 2016-06-07 17:14:39 +08:00
ruanyf
c41e6261f4 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-05-20 07:58:30 +08:00