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

1601 Commits

Author SHA1 Message Date
ruanyf
7523f55ca8 docs(arraybuffer): update DataView methods 2023-02-02 08:55:08 +08:00
peter
7fc248d6f3
Update arraybuffer.md
DataView add setBigInt64 getBigInt64 setBigUint64 getBigUint64
2023-02-01 15:31:01 +08:00
ruanyf
90c0ea7cc8 docs(class-extends): add new materials into super() 2022-12-23 19:30:24 +08:00
add0bba14e
docs(decorator): fix typo 2022-12-04 11:04:22 +08:00
ruanyf
ef2f878473 docs(decorator): edit text 2022-10-23 18:00:26 +08:00
ruanyf
406ba6da6d docs(module): fix import.meta typo 2022-10-23 15:12:22 +08:00
ruanyf
7f1acfe29b docs(module): move import.meta from proposals to module 2022-10-23 15:00:04 +08:00
ruanyf
ef5e3a2ea3 docs(class): fix typo 2022-10-18 21:11:54 +08:00
ruanyf
36b55b9ec9 docs(class): 静态块 2022-09-21 15:28:20 +08:00
1a8f46c628
docs(class): fix typo 2022-09-20 21:39:05 +08:00
e808d04dc4
Update class-extends.md
docs(class-extends): fix typo
2022-09-18 18:06:46 +08:00
CondorHero
5730890e86
fix: line feed causes HTML rendering error view 2022-09-01 14:45:02 +08:00
ruanyf
eba1ada2e0 docs(proposals): edit Math.signbit() 2022-09-01 01:47:37 +08:00
ruanyf
cf4c9471db docs(proposals): edit links 2022-09-01 01:32:10 +08:00
ruanyf
2b448b6b16 docs(clss-extends): add inheritance of private property 2022-08-13 21:24:40 +08:00
ruanyf
21edbe4ea6 docs(symbol): edit text 2022-08-08 21:58:20 +08:00
nicong
010de735fe
docs(set-map): fix typo 2022-07-24 21:56:08 +08:00
ruanyf
4c0201cf2f docs(class): fixed #1125 private class field 2022-07-13 15:25:57 +08:00
ruanyf
7d030c6ae0 docs(async): edit top-level await 2022-07-06 12:11:29 +08:00
Ruan YiFeng
7d22df8e29
Merge pull request #1122 from condorheroblog/patch-1
docs(async):  fix typo
2022-07-06 12:03:15 +08:00
ruanyf
a0c47d5e6e docs(regex): edit d 修饰符 2022-07-06 11:56:11 +08:00
CondorHero
a090a27f20
docs(async): fix typo 2022-07-01 15:38:34 +08:00
xt1995726
d4d888e94e typo: match -> match() 2022-06-30 20:46:54 +08:00
xt1995726
f45f032a23 docs(regex): fix es2022 indices 2022-06-30 20:31:26 +08:00
ruanyf
f6bb1b931d docs(decorator): edit editor notes 2022-06-28 04:24:14 +08:00
ruanyf
fbd7faf0bc docs(decorator): add stage 3 proposal content 2022-06-28 04:06:38 +08:00
ruanyf
41970f7db0 docs: update latest proposals 2022-06-26 22:17:23 +08:00
ruanyf
6880b36897 docs(class): fix typo 2022-06-25 21:59:29 +08:00
ruanyf
a837d8f2ce docs: update ES2022 2022-06-25 21:25:13 +08:00
ruanyf
e0772de8ec docs(promise): edit AggregateError 2022-06-07 15:27:41 +08:00
彼術向
8b9f1924a8 docs(promise): edit Promise.any() 2022-06-04 18:49:46 +08:00
ruanyf
ef7033411b docs(module): edit import() 2022-05-29 15:18:40 +08:00
ruanyf
95e2e79219 docs(object): edit 对象的扩展运算符 2022-04-09 20:38:45 +08:00
ruanyf
e856f9e4cb docs(function): edit 函数参数的解构赋值 2022-04-09 20:01:36 +08:00
ruanyf
8a214a6ead docs(array): edit Array.from() 2022-03-31 14:23:23 +08:00
5unnyWind
ce7fd81845
Update object.md
Delete an extra comma.
2022-03-02 11:41:21 +08:00
ruanyf
b2a122e4d6 docs(symbol): fixed #1107 2022-02-06 15:05:09 +08:00
Liu Xuan
e064886347
Update class-extends.md
clss =>  class
2022-02-05 16:31:02 +08:00
ruanyf
7fa7ee1af3 docs(class-extends): edit text 2022-01-24 14:33:44 +08:00
ruanyf
255eedbeee docs(reg): edit Unicode 属性类 2022-01-06 15:53:33 +08:00
ruanyf
fd3eb89a6c docs(proxy): fixed #1100 2021-12-03 01:59:35 +08:00
ruanyf
664f6850f7 docs(class): fixed #1099 2021-12-03 01:46:25 +08:00
ruanyf
a066b9a389 docs(module-loader): fix typo 2021-11-23 18:00:34 +08:00
ConradZhangcong
74de293878 Update array.md 2021-11-23 11:30:52 +08:00
ConradZhangcong
2215773121 Update string-methods.md 2021-11-16 15:55:20 +08:00
Ruan YiFeng
79e871c872 docs(array): add at() 2021-11-15 03:33:33 +08:00
ruanyf
1a0eaa5ffc docs(iterator): fixed #1093 2021-11-14 00:51:52 +08:00
Chenwei Xiao
728b545742
Add script suffix to prevent error
增加文件后缀,否则会报错 `Error [ERR_MODULE_NOT_FOUND]`
2021-10-31 19:18:47 +08:00
Huyue
5b57360b2d
Update function.md 2021-10-19 11:33:57 +08:00
ruanyf
de768691a7 docs(string): fixed #1086 2021-10-19 09:07:31 +08:00