Commit Graph
83 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 43222de51b docs(set-map): fixed #1155 2023-06-06 16:14:47 +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
nicongandGitHub 010de735fe docs(set-map): fix typo 2022-07-24 21:56:08 +08:00
ruanyf 41970f7db0 docs: update latest proposals 2022-06-26 22:17:23 +08:00
ruanyf 6a972dfdee docs(operator): fix WeakRef typo 2021-07-15 00:12:22 +08:00
ruanyf fdac6ccb2e docs: add ES2021 2021-07-10 14:58:15 +08:00
ruanyf ee1b51ecd1 docs(set-map): edit text 2021-05-12 08:42:53 +08:00
daungui 85b8174db3 docs(set-map): 改进 WeakSet 和 WeakMap 文档 2021-05-08 22:44:31 +08:00
ruanyf c2d1792c62 docs(set-map): edit WeakMap 2020-09-23 01:15:20 +08:00
ruanyf 323e9620a7 docs(set): fix #991 2020-05-31 20:17:06 +08:00
ruanyf 412b298605 docs(map): fix #949 2020-02-13 18:23:59 +08:00
ruanyf 0cc6602aca docs: fix #947 2020-01-29 19:50:24 +08:00
Vincent Hy 6128c2eec3 更新 'WeaKSet' 名词拼写 2019-09-11 14:02:19 +08:00
龙腾道andGitHub 6e1e8d933c 改进措辞 2019-08-26 05:23:50 +08:00
ruanyf f828a2c6b4 docs(map): fixed #887 2019-07-25 23:05:21 +08:00
AnHongpengandGitHub e1552ad457 Update set-map.md
统一 Set、WeakSet、Map 实例属性和方法描述,使用 xxx.prototype.xxx 表示。
2019-07-02 14:37:25 +08:00
AnHongpengandGitHub 0cd5d54883 Update set-map.md
这里补充了前提条件以消除阅读时的歧义,读起来也更加通畅了 ^_^
2019-07-02 10:34:39 +08:00
ruanyf b563fcb929 docs(set): edit set 2018-12-31 18:00:47 +08:00
Hencky2018 c04151cde4 add let 2018-11-22 11:30:44 +08:00
ruanyf df00e8abba docs(set): edit WeakMap 2018-05-09 13:06:28 +08:00
ruanyf c26d2a55e6 docs(set): fix bug #623 2018-03-10 16:57:58 +08:00
ruanyf 52e67f71da docs(map): fix map #614 2018-02-26 15:20:30 +08:00
ruanyf 3c4b9d1a63 docs(arraybuffer): edit arraybuffer 2018-02-08 18:17:29 +08:00
ruanyf 3bddf9cd88 docs(set-map): edit set-map 2018-02-02 18:45:46 +08:00
LucasLee92 537c06d8de set-map 文章表达错误修正 2018-02-01 14:20:25 +08:00
ruanyf b424224cb7 docs(set): edit set 2017-11-21 13:38:59 +08:00
Ika e8fdb00040 docs: consistent style 2017-11-12 18:01:54 +08:00
ruanyf 2ac6e76b38 docs(weakmap): 修正 weakMap 的例子 #536 2017-11-03 08:18:18 +08:00
ruanyf 70efc5d7d6 docs(set): edit set/forEach 2017-10-11 13:07:23 +08:00
ruanyf 9974c8b919 docs(generator-async): edit generator-async 2017-08-24 10:20:49 +08:00
ruanyf 2eb11d7026 docs(class): edit class 2017-08-17 20:10:28 +08:00
ruanyf 76e1b1a9d9 docs(set): edit weakSet 2017-07-27 12:02:23 +08:00
ruanyf b9f14136be docs(set-map): edit Map 2017-07-02 21:34:55 +08:00
ruanyf 9deab619d1 docs(regex): 新增具名组匹配 2017-07-01 21:09:04 +08:00
ruanyf 4de0cd6b50 docs(set): edit WeakMap 2017-06-28 21:41:08 +08:00
泉壹andGitHub 7e373d95bf 修改WeakMap内存测试demo;
WeakMap中的弱引用是针对key的,而不是针对vlaue;
2017-06-27 23:50:22 +08:00
ruanyf 6cffe77c7c docs(decorator): edit decorator 2017-05-19 16:41:41 +08:00
JactyandGitHub 6867e870bc typo
typo
2017-04-27 02:18:55 +08:00
ruanyf e2867f1956 docs(set): edit weakmap 2017-04-26 23:03:25 +08:00
ruanyf e1bfba24ed docs(set): edit weakMap & weakSet 2017-04-17 12:56:24 +08:00
ruanyf c17b484d0e docs(set): edit map 2017-04-13 17:23:37 +08:00
ruanyf efc5f2f8b6 docs(set): fix text 2017-02-03 19:51:40 +08:00
ruanyf aab07bdbc8 docs(set): edit set 2016-12-15 15:24:30 +08:00
ruanyf c1b6c6fc55 docs(map): edit weakMap 2016-11-26 23:08:38 +08:00
ruanyf d0fd2b623e docs(map): edit map 2016-09-04 01:38:44 +08:00
ruanyf e1cb574009 docs(function): edit default parameter 2016-07-22 17:15:38 +08:00
ruanyf 717ddb15dc docs(set): fix example 2016-07-21 09:29:36 +08:00
ruanyf fdf489eafb docs(class): edit extends 2016-07-14 21:27:34 +08:00