Commit Graph
1615 Commits
Author SHA1 Message Date
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
succyagandGitHub 996628943c Update regex.md 2023-07-17 08:12:51 +08:00
succyagandGitHub 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
qijizhandGitHub 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 LiandGitHub 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
peterandGitHub 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
andGitHub 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
andGitHub 1a8f46c628 docs(class): fix typo 2022-09-20 21:39:05 +08:00
andGitHub e808d04dc4 Update class-extends.md
docs(class-extends): fix typo
2022-09-18 18:06:46 +08:00
CondorHeroandGitHub 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
nicongandGitHub 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 YiFengandGitHub 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
CondorHeroandGitHub 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
5unnyWindandGitHub ce7fd81845 Update object.md
Delete an extra comma.
2022-03-02 11:41:21 +08:00