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

1631 Commits

Author SHA1 Message Date
ruanyf
bdbcf3e520 docs(proposals): edit pipe operator 2024-07-24 21:54:13 +08:00
ruanyf
cc18cea57c docs(regex): edit v flag 2024-07-24 21:31:02 +08:00
ruanyf
f6e88af4bd docs(string-methods): add .toWellFormed() 2024-07-24 20:57:35 +08:00
ruanyf
1a445eca49 docs(generator): fixed typo 2024-07-19 17:47:06 +08:00
ruanyf
642a4ab3e7 docs(array): fixed https://github.com/wangdoc/es6-tutorial/issues/22 2024-06-08 18:08:04 +08:00
ruanyf
9c0896c683 docs(class): 删除错误描述(in 运算符判断继承的私有属性) 2024-05-22 12:24:13 +08:00
ruanyf
9324fdabef docs(regex): 正则匹配 Emoji 字符 2024-05-15 13:57:19 +08:00
ruanyf
bae421dcdf docs(module-loader): edit text 2024-04-10 18:04:27 +08:00
liliangrong777
79e15346b2
Update module-loader.md
fix: 内容修正
2024-04-10 17:32:06 +08:00
ruanyf
fc58b0c150 docs(class-extends): fix typo 2023-12-30 14:42:23 +08:00
ruanyf
a623e19fb9 docs(intro): fix #1170 2023-11-09 19:38:57 +08:00
ruanyf
17246d85bb docs(proxy): fixed #1167 Proxy get() 2023-08-24 14:20:57 +08:00
ruanyf
b1b35cde31 docs(symbol): edit Symbol.toStringTag #1166 2023-08-24 14:01:03 +08:00
ruanyf
4c06dfbfca docs(symbol): fixed #1166 Symbol.toStringTag 2023-08-22 18:57:53 +08:00
ruanyf
e8c2d2ea7f docs(decorator): fixed #1165 2023-08-19 16:07:40 +08:00
ruanyf
1b9a0ccfe0 docs(class): add Chrome 111 devtool supporting private field access 2023-08-19 15:31:01 +08:00
ruanyf
d47a259b13 docs(set-map): fix Symbol() as WeakSet/WeakMap key #1162 2023-07-26 19:06:24 +08:00
ruanyf
49351992ce docs(array): fix .group() #1161 2023-07-20 14:38:25 +08:00
succyag
996628943c
Update regex.md 2023-07-17 08:12:51 +08:00
succyag
ece963d6ab
Update regex.md 2023-07-16 21:46:01 +08:00
ruanyf
a342ebff14 docs(class): fix private field #1159 2023-07-13 16:27:54 +08:00
ruanyf
7dbca2b4bd docs(class): edit text 2023-06-27 15:03:55 +08:00
ruanyf
4e40582916 docs(module): fixed #1157 2023-06-15 13:18:56 +08:00
ruanyf
43222de51b docs(set-map): fixed #1155 2023-06-06 16:14:47 +08:00
qijizh
982f4983a9
docs(generator): update example 2023-05-15 02:51:11 +08:00
ruanyf
87d5dedb2d docs(style): edit text 2023-05-09 14:00:30 +08:00
ruanyf
50e9ced0da docs(operator): #! 命令 2023-04-08 00:17:12 +08:00
Hencky
0928b9cc15 docs(set-map): WeakSet methods 2023-03-06 13:56:07 +08:00
Hencky
b20e38b7b8 docs(set): fix delete fn 2023-03-02 19:04:49 +08:00
Shude Li
60e128cb93
module-loader: remove --experimental-conditional-exports
ref: https://nodejs.org/api/packages.html#modules-packages

> Remove the --experimental-conditional-exports option. In 12.16.0, conditional exports are still behind --experimental-modules.
2023-02-12 10:05:16 +08:00
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