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

122 Commits

Author SHA1 Message Date
ruanyf
e5b32087c9 docs(promise): add Promise.try() 2016-11-30 11:39:40 +08:00
ruanyf
ff35ad8399 docs(proxy): add proxy 实现观察者模式 2016-11-28 14:38:58 +08:00
ruanyf
ba0744a7a4 docs(proxy): edit proxy 2016-11-27 23:28:35 +08:00
ruanyf
9e974525c1 docs(symbol): edit symbol 2016-11-25 13:12:10 +08:00
ruanyf
e0f36e61fc docs(async): edit async 2016-10-24 19:57:17 +08:00
ruanyf
5258e43dd0 docs(function): 使用参数默认值,不能在函数内部显式开启严格模式 2016-10-19 14:00:22 +08:00
ruanyf
e364ba968a docs(async): async Iterator 2016-10-12 22:22:23 +08:00
ruanyf
ddf6220289 docs(let): edit let/global 2016-10-08 01:35:33 +08:00
ruanyf
20f27c2833 docs(reference): edit reference 2016-10-04 18:50:56 +08:00
ruanyf
bf30299b48 docs(simd): add simd chapter 2016-10-04 18:41:24 +08:00
ruanyf
96b6c5a3fd docs(regex): add Unicode property class 2016-10-03 22:46:08 +08:00
ruanyf
3cbb8476e3 docs(generator): 使用 for...of 循环依次执行预定的操作步骤 2016-09-05 18:53:57 +08:00
ruanyf
8c06336a27 docs(generator): 使用 for...of 循环依次执行预定的操作步骤 2016-09-05 14:04:01 +08:00
ruanyf
d0fd2b623e docs(map): edit map 2016-09-04 01:38:44 +08:00
ruanyf
8b9202cd6c docs(symbol): add an example of Singleton 2016-07-21 21:41:19 +08:00
ruanyf
e6c5f9e1ff doc(generator): generator 函数模拟构造函数 2016-05-11 07:47:54 +08:00
ruanyf
afd15697ed docs(Object):Object.values() 2016-03-10 14:25:46 +08:00
ruanyf
342fe1da61 docs(regex): 增加后行断言的介绍 2016-02-27 19:01:07 +08:00
ruanyf
19506b0b56 docs(module): 加入解释export default var a = 1为什么不对 2016-02-17 09:57:16 +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
ruanyf
fc01552d64 edit docs/symbol 2016-01-29 09:25:39 +08:00
ruanyf
29e8701258 edit async 2016-01-22 23:46:11 +08:00
ruanyf
1248f27af2 edit decorator/mixin 2016-01-19 18:37:18 +08:00
ruanyf
de33b8cca6 edit Promise 2016-01-04 04:06:02 +08:00
ruanyf
6be5d7e49b edit module 2015-12-06 23:10:32 +08:00
ruanyf
c6b9b0ce0d add string/padStart & padEnd 2015-11-28 19:27:17 +08:00
ruanyf
3dcf078440 edit destructuring & class 2015-11-16 21:36:29 +08:00
ruanyf
a6ec140c7f edit object 2015-11-05 11:23:07 +08:00
ruanyf
5c76160bc0 edit function 2015-10-22 17:44:44 +08:00
ruanyf
2fc2441269 edit destructuring 2015-10-21 21:04:03 +08:00
ruanyf
22afca322c edit destruring 2015-10-20 11:08:03 +08:00
ruanyf
0246e72052 edit Object/enumerable 2015-10-06 11:59:22 +08:00
ruanyf
6c4a5c1bda edit decorator 2015-10-04 18:06:56 +08:00
ruanyf
64a579529c edit symbol 2015-10-04 09:49:14 +08:00
ruanyf
498db6f954 edit Array/hole 2015-10-04 07:44:04 +08:00
ruanyf
e47cb10188 add arraybuffer 2015-10-01 21:26:03 +08:00
ruanyf
e509bec9f2 edit object/__proto__ 2015-09-20 13:11:46 +08:00
ruanyf
9971d06926 edit Number 2015-09-20 08:41:12 +08:00
ruanyf
8843f24291 edit proxy 2015-09-19 12:07:45 +08:00
ruanyf
24548c3f3f add function's name property 2015-09-13 21:17:33 +08:00
ruanyf
3150ae90fe edit symbol 2015-09-10 08:51:40 +08:00
ruanyf
79b1d30404 edit Generator 2015-09-09 09:59:14 +08:00
ruanyf
1b550c7627 edit let 2015-09-05 10:46:59 +08:00
ruanyf
9dcdc6a9e8 edit module, array 2015-08-31 11:12:16 +08:00
ruanyf
6d259c3388 edit Map 2015-08-18 09:02:16 +08:00
ruanyf
77f16ab5f7 修改 class,新增 proxy和reflect 2015-08-12 08:10:34 +08:00
ruanyf
2ffd5f9e97 edit class/decorator 2015-08-09 17:32:24 +08:00
ruanyf
4960a1808f Symbol列为单独的章节 2015-08-07 07:39:40 +08:00
Ruan Yifeng
46268a659d add docs/regex 2015-08-02 13:25:05 +08:00