1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-01-09 23:16:01 +00:00
Commit Graph

2142 Commits

Author SHA1 Message Date
ruanyf
4c80184abe docs(string-methonds): fixed typo 2024-12-31 16:24:06 +08:00
ruanyf
a100783a99 docs(object): fixed typo 2024-12-25 10:03:33 +08:00
ruanyf
b7b6c91295 docs(number): fixed space style 2024-09-24 22:13:39 +08:00
ruanyf
a434080ef3 docs(temporal): edit ZonedTimezome 2024-08-25 19:11:48 +08:00
ruanyf
43e44201a8 docs(module): edit import.meta 2024-07-25 17:06:22 +08:00
ruanyf
3b89ca42e8 docs(temporal): add temporal API 2024-07-25 16:51:38 +08:00
ruanyf
ff265f7982 docs(set): edit set operator methods 2024-07-25 14:42:35 +08:00
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
Ruan YiFeng
128c0faf43
Merge pull request from liliangrong777/patch-1
Update module-loader.md
2024-04-10 18:01:15 +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 2023-11-09 19:38:57 +08:00
ruanyf
17246d85bb docs(proxy): fixed Proxy get() 2023-08-24 14:20:57 +08:00
ruanyf
b1b35cde31 docs(symbol): edit Symbol.toStringTag 2023-08-24 14:01:03 +08:00
ruanyf
4c06dfbfca docs(symbol): fixed Symbol.toStringTag 2023-08-22 18:57:53 +08:00
ruanyf
e8c2d2ea7f docs(decorator): fixed 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
16f567b074 doc: edit README 2023-08-07 12:03:50 +08:00
ruanyf
4561420490 doc: edit README 2023-08-07 12:00:15 +08:00
ruanyf
d47a259b13 docs(set-map): fix Symbol() as WeakSet/WeakMap key 2023-07-26 19:06:24 +08:00
ruanyf
49351992ce docs(array): fix .group() 2023-07-20 14:38:25 +08:00
Ruan YiFeng
afa1b0dbee
Merge pull request from succyag/patch-1
Update regex.md
2023-07-17 16:17:14 +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 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 2023-06-15 13:18:56 +08:00
ruanyf
43222de51b docs(set-map): fixed 2023-06-06 16:14:47 +08:00
Ruan YiFeng
116b46f5ab
Merge pull request from qijizh/gh-pages
docs(generator): update example
2023-05-18 13:27:56 +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
Ruan YiFeng
b68c36d912
Merge pull request from Hencky/gh-pages
docs(set-map): WeakSet methods
2023-03-06 15:24:12 +08:00
Hencky
0928b9cc15 docs(set-map): WeakSet methods 2023-03-06 13:56:07 +08:00
Ruan YiFeng
badabbffe7
Merge pull request from Hencky/gh-pages
docs(set): fix delete fn
2023-03-02 23:40:45 +08:00
Hencky
b20e38b7b8 docs(set): fix delete fn 2023-03-02 19:04:49 +08:00
Ruan YiFeng
f7b84f228a
Merge pull request from islishude/patch-1
module-loader: remove `--experimental-conditional-exports`
2023-02-12 10:22:51 +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
Ruan YiFeng
07e9c1553c
Merge pull request from peterwangfeng/patch-1
Update arraybuffer.md
2023-02-02 08:50:23 +08:00
peter
7fc248d6f3
Update arraybuffer.md
DataView add setBigInt64 getBigInt64 setBigUint64 getBigUint64
2023-02-01 15:31:01 +08:00
Ruan YiFeng
6d244f60ba
Merge pull request from likeke1997/gh-pages
refactor: prism添加对typescript的支持
2023-01-20 00:49:55 +08:00
柯柯
9007f1ff42
refactor: prism添加对typescript的支持 2023-01-16 16:49:30 +08:00