koatty_store 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +540 -0
- package/CHANGELOG.md +40 -38
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +6 -10
- package/package.json +18 -23
|
@@ -0,0 +1,540 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> koatty_store@1.9.1 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store
|
|
4
|
+
> npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
> koatty_store@1.9.1 build:js
|
|
8
|
+
> npx rollup --bundleConfigAsCjs -c .rollup.config.js
|
|
9
|
+
|
|
10
|
+
[1G[0K[1G[0K[36m
|
|
11
|
+
[1m./src/index.ts[22m → [1m./dist/index.js, ./dist/index.mjs[22m...[39m
|
|
12
|
+
[32mcreated [1m./dist/index.js, ./dist/index.mjs[22m in [1m1.1s[22m[39m
|
|
13
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
14
|
+
> koatty_store@1.9.1 build:dts
|
|
15
|
+
> npx tsc && npx api-extractor run --local --verbose
|
|
16
|
+
|
|
17
|
+
[1G[0K[1G[0K[1G[0K⠙[1G[0K[1G[0K
|
|
18
|
+
[1mapi-extractor 7.55.2 [36m - https://api-extractor.com/[39m
|
|
19
|
+
[22m
|
|
20
|
+
Using configuration from ./api-extractor.json
|
|
21
|
+
Analysis will use the bundled TypeScript version 5.8.2
|
|
22
|
+
*** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
|
|
23
|
+
[36mWriting: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store/temp/koatty_store.api.json[39m
|
|
24
|
+
[36mWriting package typings: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store/dist/index.d.ts[39m
|
|
25
|
+
[33mWarning: src/index.ts:13:1 - (ae-forgotten-export) The symbol "MemoryStoreOpt" needs to be exported by the entry point index.d.ts[39m
|
|
26
|
+
[33mWarning: src/index.ts:13:1 - (ae-forgotten-export) The symbol "RedisStoreOpt" needs to be exported by the entry point index.d.ts[39m
|
|
27
|
+
[33mWarning: src/index.ts:28:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration[39m
|
|
28
|
+
[33mWarning: src/index.ts:29:4 - (tsdoc-undefined-tag) The TSDoc tag "@class" is not defined in this configuration[39m
|
|
29
|
+
[33mWarning: src/index.ts:31:1 - (ae-forgotten-export) The symbol "CacheStoreInterface" needs to be exported by the entry point index.d.ts[39m
|
|
30
|
+
[33mWarning: src/index.ts:32:3 - (ae-forgotten-export) The symbol "MemoryStore" needs to be exported by the entry point index.d.ts[39m
|
|
31
|
+
[33mWarning: src/index.ts:32:3 - (ae-forgotten-export) The symbol "RedisStore" needs to be exported by the entry point index.d.ts[39m
|
|
32
|
+
[33mWarning: src/index.ts:38:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
33
|
+
[33mWarning: src/index.ts:39:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
34
|
+
[33mWarning: src/index.ts:57:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration[39m
|
|
35
|
+
[33mWarning: src/index.ts:58:28 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
36
|
+
[33mWarning: src/index.ts:58:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
37
|
+
[33mWarning: src/index.ts:59:22 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
38
|
+
[33mWarning: src/index.ts:59:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
39
|
+
[33mWarning: src/index.ts:60:26 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
40
|
+
[33mWarning: src/index.ts:60:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
41
|
+
[33mWarning: src/index.ts:78:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
42
|
+
[33mWarning: src/index.ts:79:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration[39m
|
|
43
|
+
[33mWarning: src/index.ts:80:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
44
|
+
[33mWarning: src/index.ts:81:22 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
45
|
+
[33mWarning: src/index.ts:81:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
46
|
+
[33mWarning: src/index.ts:103:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration[39m
|
|
47
|
+
[33mWarning: src/index.ts:104:22 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
48
|
+
[33mWarning: src/index.ts:104:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
49
|
+
[33mWarning: src/index.ts:122:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration[39m
|
|
50
|
+
[33mWarning: src/index.ts:130:3 - (ae-forgotten-export) The symbol "MemoryCache" needs to be exported by the entry point index.d.ts[39m
|
|
51
|
+
[33mWarning: src/index.ts:143:40 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
52
|
+
[33mWarning: src/index.ts:143:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
53
|
+
[33mWarning: src/index.ts:152:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
54
|
+
[33mWarning: src/index.ts:153:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
55
|
+
[33mWarning: src/index.ts:154:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
56
|
+
[33mWarning: src/index.ts:154:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
57
|
+
[33mWarning: src/index.ts:155:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
58
|
+
[33mWarning: src/index.ts:194:23 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
59
|
+
[33mWarning: src/index.ts:194:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
60
|
+
[33mWarning: src/index.ts:206:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
61
|
+
[33mWarning: src/index.ts:206:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
62
|
+
[33mWarning: src/index.ts:224:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
63
|
+
[33mWarning: src/index.ts:250:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
64
|
+
[33mWarning: src/index.ts:250:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
65
|
+
[33mWarning: src/index.ts:260:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
66
|
+
[33mWarning: src/index.ts:260:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
67
|
+
[33mWarning: src/index.ts:269:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
68
|
+
[33mWarning: src/index.ts:270:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
69
|
+
[33mWarning: src/index.ts:292:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
70
|
+
[33mWarning: src/index.ts:292:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
71
|
+
[33mWarning: src/index.ts:303:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
72
|
+
[33mWarning: src/index.ts:303:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
73
|
+
[33mWarning: src/index.ts:314:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
74
|
+
[33mWarning: src/index.ts:314:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
75
|
+
[33mWarning: src/index.ts:324:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
76
|
+
[33mWarning: src/index.ts:324:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
77
|
+
[33mWarning: src/index.ts:335:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
78
|
+
[33mWarning: src/index.ts:335:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
79
|
+
[33mWarning: src/index.ts:344:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
80
|
+
[33mWarning: src/index.ts:344:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
81
|
+
[33mWarning: src/index.ts:353:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
82
|
+
[33mWarning: src/index.ts:353:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
83
|
+
[33mWarning: src/index.ts:362:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
84
|
+
[33mWarning: src/index.ts:362:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
85
|
+
[33mWarning: src/index.ts:371:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
86
|
+
[33mWarning: src/index.ts:371:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
87
|
+
[33mWarning: src/index.ts:381:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
88
|
+
[33mWarning: src/index.ts:381:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
89
|
+
[33mWarning: src/index.ts:390:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
90
|
+
[33mWarning: src/index.ts:391:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
91
|
+
[33mWarning: src/index.ts:392:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
92
|
+
[33mWarning: src/index.ts:392:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
93
|
+
[33mWarning: src/index.ts:393:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
94
|
+
[33mWarning: src/index.ts:402:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
95
|
+
[33mWarning: src/index.ts:402:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
96
|
+
[33mWarning: src/index.ts:411:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
97
|
+
[33mWarning: src/index.ts:412:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
98
|
+
[33mWarning: src/index.ts:412:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
99
|
+
[33mWarning: src/index.ts:413:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
100
|
+
[33mWarning: src/index.ts:424:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
101
|
+
[33mWarning: src/index.ts:424:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
102
|
+
[33mWarning: src/index.ts:435:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
103
|
+
[33mWarning: src/index.ts:435:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
104
|
+
[33mWarning: src/index.ts:448:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
105
|
+
[33mWarning: src/index.ts:448:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
106
|
+
[33mWarning: src/index.ts:458:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
107
|
+
[33mWarning: src/index.ts:458:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
108
|
+
[33mWarning: src/index.ts:467:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
109
|
+
[33mWarning: src/index.ts:467:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
110
|
+
[33mWarning: src/index.ts:476:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
111
|
+
[33mWarning: src/index.ts:476:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
112
|
+
[33mWarning: src/index.ts:486:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
113
|
+
[33mWarning: src/index.ts:486:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
114
|
+
[33mWarning: src/index.ts:497:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
115
|
+
[33mWarning: src/index.ts:497:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
116
|
+
[33mWarning: src/store/memory.ts:27:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
117
|
+
[33mWarning: src/store/memory.ts:28:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
118
|
+
[33mWarning: src/store/memory.ts:51:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
119
|
+
[33mWarning: src/store/memory.ts:51:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
120
|
+
[33mWarning: src/store/memory.ts:52:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
121
|
+
[33mWarning: src/store/memory.ts:62:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
122
|
+
[33mWarning: src/store/memory.ts:62:34 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
123
|
+
[33mWarning: src/store/memory.ts:62:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
124
|
+
[33mWarning: src/store/memory.ts:62:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
125
|
+
[33mWarning: src/store/memory.ts:63:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
126
|
+
[33mWarning: src/store/memory.ts:74:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
127
|
+
[33mWarning: src/store/memory.ts:75:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
128
|
+
[33mWarning: src/store/memory.ts:75:34 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
129
|
+
[33mWarning: src/store/memory.ts:75:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
130
|
+
[33mWarning: src/store/memory.ts:75:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
131
|
+
[33mWarning: src/store/memory.ts:76:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
132
|
+
[33mWarning: src/store/memory.ts:86:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
133
|
+
[33mWarning: src/store/memory.ts:87:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
134
|
+
[33mWarning: src/store/memory.ts:88:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
135
|
+
[33mWarning: src/store/memory.ts:97:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
136
|
+
[33mWarning: src/store/memory.ts:98:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
137
|
+
[33mWarning: src/store/memory.ts:99:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
138
|
+
[33mWarning: src/store/memory.ts:99:33 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
139
|
+
[33mWarning: src/store/memory.ts:99:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
140
|
+
[33mWarning: src/store/memory.ts:99:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
141
|
+
[33mWarning: src/store/memory.ts:100:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
142
|
+
[33mWarning: src/store/memory_cache.ts:58:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration[39m
|
|
143
|
+
[33mWarning: src/store/memory_cache.ts:83:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
144
|
+
[33mWarning: src/store/memory_cache.ts:84:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
145
|
+
[33mWarning: src/store/memory_cache.ts:177:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
146
|
+
[33mWarning: src/store/memory_cache.ts:188:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
147
|
+
[33mWarning: src/store/memory_cache.ts:188:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
148
|
+
[33mWarning: src/store/memory_cache.ts:189:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
149
|
+
[33mWarning: src/store/memory_cache.ts:207:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
150
|
+
[33mWarning: src/store/memory_cache.ts:207:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
151
|
+
[33mWarning: src/store/memory_cache.ts:208:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
152
|
+
[33mWarning: src/store/memory_cache.ts:222:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
153
|
+
[33mWarning: src/store/memory_cache.ts:222:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
154
|
+
[33mWarning: src/store/memory_cache.ts:223:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
155
|
+
[33mWarning: src/store/memory_cache.ts:272:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
156
|
+
[33mWarning: src/store/memory_cache.ts:273:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
157
|
+
[33mWarning: src/store/memory_cache.ts:273:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
158
|
+
[33mWarning: src/store/memory_cache.ts:274:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
159
|
+
[33mWarning: src/store/memory_cache.ts:274:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
160
|
+
[33mWarning: src/store/memory_cache.ts:275:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
161
|
+
[33mWarning: src/store/memory_cache.ts:284:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
162
|
+
[33mWarning: src/store/memory_cache.ts:285:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
163
|
+
[33mWarning: src/store/memory_cache.ts:285:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
164
|
+
[33mWarning: src/store/memory_cache.ts:286:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
165
|
+
[33mWarning: src/store/memory_cache.ts:286:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
166
|
+
[33mWarning: src/store/memory_cache.ts:287:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
167
|
+
[33mWarning: src/store/memory_cache.ts:297:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
168
|
+
[33mWarning: src/store/memory_cache.ts:298:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
169
|
+
[33mWarning: src/store/memory_cache.ts:298:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
170
|
+
[33mWarning: src/store/memory_cache.ts:299:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
171
|
+
[33mWarning: src/store/memory_cache.ts:299:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
172
|
+
[33mWarning: src/store/memory_cache.ts:300:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
173
|
+
[33mWarning: src/store/memory_cache.ts:309:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
174
|
+
[33mWarning: src/store/memory_cache.ts:310:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
175
|
+
[33mWarning: src/store/memory_cache.ts:310:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
176
|
+
[33mWarning: src/store/memory_cache.ts:311:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
177
|
+
[33mWarning: src/store/memory_cache.ts:311:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
178
|
+
[33mWarning: src/store/memory_cache.ts:312:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
179
|
+
[33mWarning: src/store/memory_cache.ts:343:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
180
|
+
[33mWarning: src/store/memory_cache.ts:344:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
181
|
+
[33mWarning: src/store/memory_cache.ts:345:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
182
|
+
[33mWarning: src/store/memory_cache.ts:346:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
183
|
+
[33mWarning: src/store/memory_cache.ts:346:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
184
|
+
[33mWarning: src/store/memory_cache.ts:347:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
185
|
+
[33mWarning: src/store/memory_cache.ts:415:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
186
|
+
[33mWarning: src/store/memory_cache.ts:416:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
187
|
+
[33mWarning: src/store/memory_cache.ts:416:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
188
|
+
[33mWarning: src/store/memory_cache.ts:417:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
189
|
+
[33mWarning: src/store/memory_cache.ts:417:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
190
|
+
[33mWarning: src/store/memory_cache.ts:418:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
191
|
+
[33mWarning: src/store/memory_cache.ts:431:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
192
|
+
[33mWarning: src/store/memory_cache.ts:432:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
193
|
+
[33mWarning: src/store/memory_cache.ts:433:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
194
|
+
[33mWarning: src/store/memory_cache.ts:433:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
195
|
+
[33mWarning: src/store/memory_cache.ts:434:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
196
|
+
[33mWarning: src/store/memory_cache.ts:434:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
197
|
+
[33mWarning: src/store/memory_cache.ts:435:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
198
|
+
[33mWarning: src/store/memory_cache.ts:450:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
199
|
+
[33mWarning: src/store/memory_cache.ts:451:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
200
|
+
[33mWarning: src/store/memory_cache.ts:451:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
201
|
+
[33mWarning: src/store/memory_cache.ts:452:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
202
|
+
[33mWarning: src/store/memory_cache.ts:474:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
203
|
+
[33mWarning: src/store/memory_cache.ts:475:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
204
|
+
[33mWarning: src/store/memory_cache.ts:475:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
205
|
+
[33mWarning: src/store/memory_cache.ts:476:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
206
|
+
[33mWarning: src/store/memory_cache.ts:494:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
207
|
+
[33mWarning: src/store/memory_cache.ts:495:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
208
|
+
[33mWarning: src/store/memory_cache.ts:495:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
209
|
+
[33mWarning: src/store/memory_cache.ts:496:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
210
|
+
[33mWarning: src/store/memory_cache.ts:496:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
211
|
+
[33mWarning: src/store/memory_cache.ts:497:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
212
|
+
[33mWarning: src/store/memory_cache.ts:516:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
213
|
+
[33mWarning: src/store/memory_cache.ts:517:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
214
|
+
[33mWarning: src/store/memory_cache.ts:518:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
215
|
+
[33mWarning: src/store/memory_cache.ts:518:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
216
|
+
[33mWarning: src/store/memory_cache.ts:519:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
217
|
+
[33mWarning: src/store/memory_cache.ts:519:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
218
|
+
[33mWarning: src/store/memory_cache.ts:520:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
219
|
+
[33mWarning: src/store/memory_cache.ts:539:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
220
|
+
[33mWarning: src/store/memory_cache.ts:540:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
221
|
+
[33mWarning: src/store/memory_cache.ts:540:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
222
|
+
[33mWarning: src/store/memory_cache.ts:541:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
223
|
+
[33mWarning: src/store/memory_cache.ts:541:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
224
|
+
[33mWarning: src/store/memory_cache.ts:542:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
225
|
+
[33mWarning: src/store/memory_cache.ts:561:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
226
|
+
[33mWarning: src/store/memory_cache.ts:562:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
227
|
+
[33mWarning: src/store/memory_cache.ts:563:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
228
|
+
[33mWarning: src/store/memory_cache.ts:563:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
229
|
+
[33mWarning: src/store/memory_cache.ts:564:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
230
|
+
[33mWarning: src/store/memory_cache.ts:564:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
231
|
+
[33mWarning: src/store/memory_cache.ts:565:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
232
|
+
[33mWarning: src/store/memory_cache.ts:615:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
233
|
+
[33mWarning: src/store/memory_cache.ts:616:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
234
|
+
[33mWarning: src/store/memory_cache.ts:617:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
235
|
+
[33mWarning: src/store/memory_cache.ts:617:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
236
|
+
[33mWarning: src/store/memory_cache.ts:618:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
237
|
+
[33mWarning: src/store/memory_cache.ts:618:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
238
|
+
[33mWarning: src/store/memory_cache.ts:619:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
239
|
+
[33mWarning: src/store/memory_cache.ts:646:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
240
|
+
[33mWarning: src/store/memory_cache.ts:647:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
241
|
+
[33mWarning: src/store/memory_cache.ts:648:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
242
|
+
[33mWarning: src/store/memory_cache.ts:648:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
243
|
+
[33mWarning: src/store/memory_cache.ts:649:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
244
|
+
[33mWarning: src/store/memory_cache.ts:649:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
245
|
+
[33mWarning: src/store/memory_cache.ts:650:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
246
|
+
[33mWarning: src/store/memory_cache.ts:677:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
247
|
+
[33mWarning: src/store/memory_cache.ts:678:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
248
|
+
[33mWarning: src/store/memory_cache.ts:679:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
249
|
+
[33mWarning: src/store/memory_cache.ts:679:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
250
|
+
[33mWarning: src/store/memory_cache.ts:680:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
251
|
+
[33mWarning: src/store/memory_cache.ts:706:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
252
|
+
[33mWarning: src/store/memory_cache.ts:707:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
253
|
+
[33mWarning: src/store/memory_cache.ts:707:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
254
|
+
[33mWarning: src/store/memory_cache.ts:708:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
255
|
+
[33mWarning: src/store/memory_cache.ts:708:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
256
|
+
[33mWarning: src/store/memory_cache.ts:709:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
257
|
+
[33mWarning: src/store/memory_cache.ts:719:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
258
|
+
[33mWarning: src/store/memory_cache.ts:720:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
259
|
+
[33mWarning: src/store/memory_cache.ts:721:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
260
|
+
[33mWarning: src/store/memory_cache.ts:722:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
261
|
+
[33mWarning: src/store/memory_cache.ts:722:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
262
|
+
[33mWarning: src/store/memory_cache.ts:723:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
263
|
+
[33mWarning: src/store/memory_cache.ts:723:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
264
|
+
[33mWarning: src/store/memory_cache.ts:724:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
265
|
+
[33mWarning: src/store/memory_cache.ts:743:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
266
|
+
[33mWarning: src/store/memory_cache.ts:744:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
267
|
+
[33mWarning: src/store/memory_cache.ts:744:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
268
|
+
[33mWarning: src/store/memory_cache.ts:745:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
269
|
+
[33mWarning: src/store/memory_cache.ts:745:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
270
|
+
[33mWarning: src/store/memory_cache.ts:746:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
271
|
+
[33mWarning: src/store/memory_cache.ts:764:12 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
272
|
+
[33mWarning: src/store/memory_cache.ts:765:23 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
273
|
+
[33mWarning: src/store/memory_cache.ts:765:12 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
274
|
+
[33mWarning: src/store/memory_cache.ts:766:16 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
275
|
+
[33mWarning: src/store/memory_cache.ts:766:14 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
276
|
+
[33mWarning: src/store/memory_cache.ts:767:5 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
277
|
+
[33mWarning: src/store/memory_cache.ts:784:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
278
|
+
[33mWarning: src/store/memory_cache.ts:785:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
279
|
+
[33mWarning: src/store/memory_cache.ts:785:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
280
|
+
[33mWarning: src/store/memory_cache.ts:786:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
281
|
+
[33mWarning: src/store/memory_cache.ts:786:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
282
|
+
[33mWarning: src/store/memory_cache.ts:787:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
283
|
+
[33mWarning: src/store/memory_cache.ts:810:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
284
|
+
[33mWarning: src/store/memory_cache.ts:811:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
285
|
+
[33mWarning: src/store/memory_cache.ts:811:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
286
|
+
[33mWarning: src/store/memory_cache.ts:812:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
287
|
+
[33mWarning: src/store/memory_cache.ts:812:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
288
|
+
[33mWarning: src/store/memory_cache.ts:813:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
289
|
+
[33mWarning: src/store/memory_cache.ts:828:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
290
|
+
[33mWarning: src/store/memory_cache.ts:829:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
291
|
+
[33mWarning: src/store/memory_cache.ts:830:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
292
|
+
[33mWarning: src/store/memory_cache.ts:830:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
293
|
+
[33mWarning: src/store/memory_cache.ts:831:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
294
|
+
[33mWarning: src/store/memory_cache.ts:831:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
295
|
+
[33mWarning: src/store/memory_cache.ts:832:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
296
|
+
[33mWarning: src/store/memory_cache.ts:893:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
297
|
+
[33mWarning: src/store/memory_cache.ts:894:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
298
|
+
[33mWarning: src/store/memory_cache.ts:894:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
299
|
+
[33mWarning: src/store/memory_cache.ts:895:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
300
|
+
[33mWarning: src/store/memory_cache.ts:895:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
301
|
+
[33mWarning: src/store/memory_cache.ts:896:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
302
|
+
[33mWarning: src/store/memory_cache.ts:914:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
303
|
+
[33mWarning: src/store/memory_cache.ts:915:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
304
|
+
[33mWarning: src/store/memory_cache.ts:915:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
305
|
+
[33mWarning: src/store/memory_cache.ts:916:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
306
|
+
[33mWarning: src/store/memory_cache.ts:916:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
307
|
+
[33mWarning: src/store/memory_cache.ts:917:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
308
|
+
[33mWarning: src/store/memory_cache.ts:935:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
309
|
+
[33mWarning: src/store/memory_cache.ts:936:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
310
|
+
[33mWarning: src/store/memory_cache.ts:937:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
311
|
+
[33mWarning: src/store/memory_cache.ts:938:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
312
|
+
[33mWarning: src/store/memory_cache.ts:938:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
313
|
+
[33mWarning: src/store/memory_cache.ts:939:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
314
|
+
[33mWarning: src/store/memory_cache.ts:939:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
315
|
+
[33mWarning: src/store/memory_cache.ts:940:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
316
|
+
[33mWarning: src/store/memory_cache.ts:976:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
317
|
+
[33mWarning: src/store/memory_cache.ts:977:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
318
|
+
[33mWarning: src/store/memory_cache.ts:978:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
319
|
+
[33mWarning: src/store/memory_cache.ts:978:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
320
|
+
[33mWarning: src/store/memory_cache.ts:979:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
321
|
+
[33mWarning: src/store/memory_cache.ts:1002:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
322
|
+
[33mWarning: src/store/memory_cache.ts:1003:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
323
|
+
[33mWarning: src/store/memory_cache.ts:1003:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
324
|
+
[33mWarning: src/store/memory_cache.ts:1004:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
325
|
+
[33mWarning: src/store/memory_cache.ts:1004:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
326
|
+
[33mWarning: src/store/memory_cache.ts:1005:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
327
|
+
[33mWarning: src/store/memory_cache.ts:1019:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
328
|
+
[33mWarning: src/store/memory_cache.ts:1020:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
329
|
+
[33mWarning: src/store/memory_cache.ts:1021:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
330
|
+
[33mWarning: src/store/memory_cache.ts:1021:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
331
|
+
[33mWarning: src/store/memory_cache.ts:1022:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
332
|
+
[33mWarning: src/store/memory_cache.ts:1022:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
333
|
+
[33mWarning: src/store/memory_cache.ts:1023:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
334
|
+
[33mWarning: src/store/memory_cache.ts:1041:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
335
|
+
[33mWarning: src/store/memory_cache.ts:1042:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
336
|
+
[33mWarning: src/store/memory_cache.ts:1042:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
337
|
+
[33mWarning: src/store/memory_cache.ts:1043:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
338
|
+
[33mWarning: src/store/memory_cache.ts:1043:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
339
|
+
[33mWarning: src/store/memory_cache.ts:1044:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
340
|
+
[33mWarning: src/store/memory_cache.ts:1058:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
341
|
+
[33mWarning: src/store/memory_cache.ts:1059:22 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
342
|
+
[33mWarning: src/store/memory_cache.ts:1059:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
343
|
+
[33mWarning: src/store/memory_cache.ts:1060:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
344
|
+
[33mWarning: src/store/memory_cache.ts:1060:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
345
|
+
[33mWarning: src/store/memory_cache.ts:1061:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
346
|
+
[33mWarning: src/store/memory_cache.ts:1061:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
347
|
+
[33mWarning: src/store/memory_cache.ts:1062:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
348
|
+
[33mWarning: src/store/memory_cache.ts:1096:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
349
|
+
[33mWarning: src/store/memory_cache.ts:1097:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
350
|
+
[33mWarning: src/store/memory_cache.ts:1098:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
351
|
+
[33mWarning: src/store/memory_cache.ts:1098:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
352
|
+
[33mWarning: src/store/memory_cache.ts:1099:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
353
|
+
[33mWarning: src/store/memory_cache.ts:1125:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
354
|
+
[33mWarning: src/store/memory_cache.ts:1126:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
355
|
+
[33mWarning: src/store/memory_cache.ts:1127:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
356
|
+
[33mWarning: src/store/memory_cache.ts:1128:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
357
|
+
[33mWarning: src/store/memory_cache.ts:1128:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
358
|
+
[33mWarning: src/store/memory_cache.ts:1129:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
359
|
+
[33mWarning: src/store/memory_cache.ts:1129:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
360
|
+
[33mWarning: src/store/memory_cache.ts:1130:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
361
|
+
[33mWarning: src/store/memory_cache.ts:1174:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
362
|
+
[33mWarning: src/store/memory_cache.ts:1175:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
363
|
+
[33mWarning: src/store/memory_cache.ts:1175:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
364
|
+
[33mWarning: src/store/memory_cache.ts:1176:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
365
|
+
[33mWarning: src/store/memory_cache.ts:1176:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
366
|
+
[33mWarning: src/store/memory_cache.ts:1177:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
367
|
+
[33mWarning: src/store/memory_cache.ts:1198:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
368
|
+
[33mWarning: src/store/memory_cache.ts:1199:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
369
|
+
[33mWarning: src/store/memory_cache.ts:1200:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
370
|
+
[33mWarning: src/store/memory_cache.ts:1200:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
371
|
+
[33mWarning: src/store/memory_cache.ts:1201:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
372
|
+
[33mWarning: src/store/memory_cache.ts:1201:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
373
|
+
[33mWarning: src/store/memory_cache.ts:1202:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
374
|
+
[33mWarning: src/store/memory_cache.ts:1218:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
375
|
+
[33mWarning: src/store/memory_cache.ts:1219:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
376
|
+
[33mWarning: src/store/memory_cache.ts:1220:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
377
|
+
[33mWarning: src/store/memory_cache.ts:1220:28 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
378
|
+
[33mWarning: src/store/memory_cache.ts:1220:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
379
|
+
[33mWarning: src/store/memory_cache.ts:1220:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
380
|
+
[33mWarning: src/store/memory_cache.ts:1221:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
381
|
+
[33mWarning: src/store/memory_cache.ts:1230:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
382
|
+
[33mWarning: src/store/memory_cache.ts:1231:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
383
|
+
[33mWarning: src/store/memory_cache.ts:1232:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
384
|
+
[33mWarning: src/store/memory_cache.ts:1233:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
385
|
+
[33mWarning: src/store/memory_cache.ts:1234:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
386
|
+
[33mWarning: src/store/memory_cache.ts:1234:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
387
|
+
[33mWarning: src/store/memory_cache.ts:1235:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
388
|
+
[33mWarning: src/store/memory_cache.ts:1244:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
389
|
+
[33mWarning: src/store/memory_cache.ts:1245:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
390
|
+
[33mWarning: src/store/memory_cache.ts:1246:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
391
|
+
[33mWarning: src/store/memory_cache.ts:1246:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
392
|
+
[33mWarning: src/store/memory_cache.ts:1247:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
393
|
+
[33mWarning: src/store/memory_cache.ts:1257:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
394
|
+
[33mWarning: src/store/memory_cache.ts:1258:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
395
|
+
[33mWarning: src/store/memory_cache.ts:1259:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
396
|
+
[33mWarning: src/store/memory_cache.ts:1260:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
397
|
+
[33mWarning: src/store/memory_cache.ts:1260:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
398
|
+
[33mWarning: src/store/memory_cache.ts:1261:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
399
|
+
[33mWarning: src/store/memory_cache.ts:1261:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
400
|
+
[33mWarning: src/store/memory_cache.ts:1262:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
401
|
+
[33mWarning: src/store/memory_cache.ts:1287:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
402
|
+
[33mWarning: src/store/memory_cache.ts:1288:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
403
|
+
[33mWarning: src/store/memory_cache.ts:1289:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
404
|
+
[33mWarning: src/store/memory_cache.ts:1290:23 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
405
|
+
[33mWarning: src/store/memory_cache.ts:1290:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
406
|
+
[33mWarning: src/store/memory_cache.ts:1291:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
407
|
+
[33mWarning: src/store/memory_cache.ts:1291:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
408
|
+
[33mWarning: src/store/memory_cache.ts:1292:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
409
|
+
[33mWarning: src/store/memory_cache.ts:1292:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
410
|
+
[33mWarning: src/store/memory_cache.ts:1293:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
411
|
+
[33mWarning: src/store/memory_cache.ts:1310:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
412
|
+
[33mWarning: src/store/memory_cache.ts:1311:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
413
|
+
[33mWarning: src/store/memory_cache.ts:1312:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
414
|
+
[33mWarning: src/store/memory_cache.ts:1312:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
415
|
+
[33mWarning: src/store/memory_cache.ts:1313:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
416
|
+
[33mWarning: src/store/memory_cache.ts:1327:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
417
|
+
[33mWarning: src/store/memory_cache.ts:1328:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
418
|
+
[33mWarning: src/store/memory_cache.ts:1329:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
419
|
+
[33mWarning: src/store/memory_cache.ts:1330:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
420
|
+
[33mWarning: src/store/memory_cache.ts:1339:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
421
|
+
[33mWarning: src/store/memory_cache.ts:1340:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
422
|
+
[33mWarning: src/store/memory_cache.ts:1341:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
423
|
+
[33mWarning: src/store/memory_cache.ts:1342:22 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
424
|
+
[33mWarning: src/store/memory_cache.ts:1342:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
425
|
+
[33mWarning: src/store/memory_cache.ts:1343:23 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
426
|
+
[33mWarning: src/store/memory_cache.ts:1343:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
427
|
+
[33mWarning: src/store/memory_cache.ts:1344:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
428
|
+
[33mWarning: src/store/memory_cache.ts:1344:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
429
|
+
[33mWarning: src/store/memory_cache.ts:1345:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
430
|
+
[33mWarning: src/store/memory_cache.ts:1345:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
431
|
+
[33mWarning: src/store/memory_cache.ts:1346:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
432
|
+
[33mWarning: src/store/memory_cache.ts:1380:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
433
|
+
[33mWarning: src/store/memory_cache.ts:1381:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
434
|
+
[33mWarning: src/store/memory_cache.ts:1382:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
435
|
+
[33mWarning: src/store/memory_cache.ts:1383:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
436
|
+
[33mWarning: src/store/memory_cache.ts:1383:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
437
|
+
[33mWarning: src/store/memory_cache.ts:1384:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
438
|
+
[33mWarning: src/store/memory_cache.ts:1393:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
439
|
+
[33mWarning: src/store/memory_cache.ts:1394:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
440
|
+
[33mWarning: src/store/memory_cache.ts:1395:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
441
|
+
[33mWarning: src/store/memory_cache.ts:1396:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
442
|
+
[33mWarning: src/store/memory_cache.ts:1396:28 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
443
|
+
[33mWarning: src/store/memory_cache.ts:1396:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
444
|
+
[33mWarning: src/store/memory_cache.ts:1396:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
445
|
+
[33mWarning: src/store/memory_cache.ts:1397:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
446
|
+
[33mWarning: src/store/memory_cache.ts:1414:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
447
|
+
[33mWarning: src/store/memory_cache.ts:1415:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
448
|
+
[33mWarning: src/store/memory_cache.ts:1416:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
449
|
+
[33mWarning: src/store/memory_cache.ts:1417:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
450
|
+
[33mWarning: src/store/memory_cache.ts:1426:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
451
|
+
[33mWarning: src/store/memory_cache.ts:1427:24 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
452
|
+
[33mWarning: src/store/memory_cache.ts:1427:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
453
|
+
[33mWarning: src/store/memory_cache.ts:1428:21 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
454
|
+
[33mWarning: src/store/memory_cache.ts:1428:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
455
|
+
[33mWarning: src/store/memory_cache.ts:1429:17 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
456
|
+
[33mWarning: src/store/memory_cache.ts:1429:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
457
|
+
[33mWarning: src/store/memory_cache.ts:1430:23 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
458
|
+
[33mWarning: src/store/memory_cache.ts:1430:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
459
|
+
[33mWarning: src/store/memory_cache.ts:1431:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
460
|
+
[33mWarning: src/store/memory_cache.ts:1431:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
461
|
+
[33mWarning: src/store/memory_cache.ts:1432:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
462
|
+
[33mWarning: src/store/memory_cache.ts:1470:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
463
|
+
[33mWarning: src/store/memory_cache.ts:1471:21 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
464
|
+
[33mWarning: src/store/memory_cache.ts:1471:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
465
|
+
[33mWarning: src/store/memory_cache.ts:1472:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
466
|
+
[33mWarning: src/store/memory_cache.ts:1472:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
467
|
+
[33mWarning: src/store/memory_cache.ts:1473:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
468
|
+
[33mWarning: src/store/redis.ts:15:4 - (tsdoc-characters-after-block-tag) The token "@description" looks like a TSDoc tag but contains an invalid character ":"; if it is not a tag, use a backslash to escape the "@"[39m
|
|
469
|
+
[33mWarning: src/store/redis.ts:16:14 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
470
|
+
[33mWarning: src/store/redis.ts:16:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
471
|
+
[33mWarning: src/store/redis.ts:16:4 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration[39m
|
|
472
|
+
[33mWarning: src/store/redis.ts:27:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration[39m
|
|
473
|
+
[33mWarning: src/store/redis.ts:28:4 - (tsdoc-undefined-tag) The TSDoc tag "@class" is not defined in this configuration[39m
|
|
474
|
+
[33mWarning: src/store/redis.ts:40:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
475
|
+
[33mWarning: src/store/redis.ts:41:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
476
|
+
[33mWarning: src/store/redis.ts:100:22 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
477
|
+
[33mWarning: src/store/redis.ts:100:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
478
|
+
[33mWarning: src/store/redis.ts:101:44 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag[39m
|
|
479
|
+
[33mWarning: src/store/redis.ts:101:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
480
|
+
[33mWarning: src/store/redis.ts:101:45 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
481
|
+
[33mWarning: src/store/redis.ts:101:28 - (tsdoc-html-tag-missing-greater-than) The HTML tag has invalid syntax: Expecting an attribute or ">" or "/>"[39m
|
|
482
|
+
[33mWarning: src/store/redis.ts:101:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
483
|
+
[33mWarning: src/store/redis.ts:101:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
484
|
+
[33mWarning: src/store/redis.ts:102:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
485
|
+
[33mWarning: src/store/redis.ts:172:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
486
|
+
[33mWarning: src/store/redis.ts:173:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
487
|
+
[33mWarning: src/store/redis.ts:191:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
488
|
+
[33mWarning: src/store/redis.ts:191:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
489
|
+
[33mWarning: src/store/redis.ts:192:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
490
|
+
[33mWarning: src/store/redis.ts:236:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
491
|
+
[33mWarning: src/store/redis.ts:236:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
492
|
+
[33mWarning: src/store/redis.ts:237:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
493
|
+
[33mWarning: src/store/redis.ts:261:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
494
|
+
[33mWarning: src/store/redis.ts:262:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
495
|
+
[33mWarning: src/store/redis.ts:262:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
496
|
+
[33mWarning: src/store/redis.ts:263:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
497
|
+
[33mWarning: src/store/redis.ts:275:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
498
|
+
[33mWarning: src/store/redis.ts:276:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
499
|
+
[33mWarning: src/store/redis.ts:277:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
500
|
+
[33mWarning: src/store/redis.ts:277:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
501
|
+
[33mWarning: src/store/redis.ts:278:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
502
|
+
[33mWarning: src/store/redis.ts:292:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
503
|
+
[33mWarning: src/store/redis.ts:293:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
504
|
+
[33mWarning: src/store/redis.ts:294:17 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
505
|
+
[33mWarning: src/store/redis.ts:294:33 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
506
|
+
[33mWarning: src/store/redis.ts:294:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
507
|
+
[33mWarning: src/store/redis.ts:294:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
508
|
+
[33mWarning: src/store/redis.ts:295:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration[39m
|
|
509
|
+
|
|
510
|
+
API Extractor completed successfully
|
|
511
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
512
|
+
> koatty_store@1.9.1 build:doc
|
|
513
|
+
> npx api-documenter markdown --input temp --output docs/api
|
|
514
|
+
|
|
515
|
+
[1G[0K[1G[0K
|
|
516
|
+
[1mapi-documenter 7.28.2 [36m - https://api-extractor.com/[39m
|
|
517
|
+
[22m
|
|
518
|
+
Reading koatty_store.api.json
|
|
519
|
+
|
|
520
|
+
Deleting old output from docs/api
|
|
521
|
+
Writing koatty_store package
|
|
522
|
+
Unsupported block tag: @memberof
|
|
523
|
+
Unsupported block tag: @static
|
|
524
|
+
Unsupported block tag: @static
|
|
525
|
+
Unsupported block tag: @static
|
|
526
|
+
Unsupported block tag: @memberof
|
|
527
|
+
Unsupported block tag: @memberof
|
|
528
|
+
Unsupported block tag: @memberof
|
|
529
|
+
Unsupported block tag: @export
|
|
530
|
+
Unsupported block tag: @class
|
|
531
|
+
Unsupported block tag: @static
|
|
532
|
+
Unsupported block tag: @static
|
|
533
|
+
Unsupported block tag: @static
|
|
534
|
+
Unsupported block tag: @export
|
|
535
|
+
Unsupported block tag: @class
|
|
536
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
537
|
+
> koatty_store@1.9.1 build:cp
|
|
538
|
+
> node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/
|
|
539
|
+
|
|
540
|
+
[1G[0K[1G[0K[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
|
@@ -1,73 +1,77 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- koatty_lib@1.4.2
|
|
9
|
+
- koatty_logger@2.3.1
|
|
10
|
+
|
|
3
11
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
12
|
|
|
5
13
|
## [1.9.0](https://github.com/koatty/koatty_store/compare/v1.7.0...v1.9.0) (2025-11-02)
|
|
6
14
|
|
|
7
|
-
|
|
8
15
|
### Features
|
|
9
16
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
- enhance CacheStoreInterface with extended command support, memory store optimization options ([05c7513](https://github.com/koatty/koatty_store/commit/05c75137e45902570620a86714a260ae1f21aee9))
|
|
18
|
+
- enhance MemoryCache eviction event with additional insert event and detailed reason ([d1537f7](https://github.com/koatty/koatty_store/commit/d1537f70f2c8ba3aed676296575fde7f92caf9d4))
|
|
19
|
+
- implement comprehensive CacheStore with memory/redis support ([d10f36d](https://github.com/koatty/koatty_store/commit/d10f36d362ebb416755a6e5d10591c8d582d356b))
|
|
20
|
+
- implement field-level TTL, concurrency control and cleanup; fix lrange logic and hash TTL issues; improve type safety and error handling ([2f2c547](https://github.com/koatty/koatty_store/commit/2f2c54703ca224d89eb065cc6ed1a3c8f7fe533e))
|
|
21
|
+
- implement LRU cache ([a426b4b](https://github.com/koatty/koatty_store/commit/a426b4b93e8a0e7572972e7e823f24c6f9a9e3f0))
|
|
22
|
+
- implement multi-instance CacheStore management with configurable keys and cleanup methods ([7fdc773](https://github.com/koatty/koatty_store/commit/7fdc77389f2e37d18659444cac82bdfc5b9cd358))
|
|
23
|
+
- improve Redis connection handling with reconnection logic and pool configuration ([79b2836](https://github.com/koatty/koatty_store/commit/79b2836ba3dab7fef7a094d69697e1d7d52d1e90))
|
|
24
|
+
- optimize hash operations with field-level TTL in MemoryCache and improve error handling ([676772b](https://github.com/koatty/koatty_store/commit/676772b08fd2cb68d42388feb57d6ca2c3b8c6af))
|
|
19
25
|
|
|
20
26
|
### Bug Fixes
|
|
21
27
|
|
|
22
|
-
|
|
28
|
+
- ensure hash entries are not prematurely evicted when timeout is not specified ([961db57](https://github.com/koatty/koatty_store/commit/961db5761dd0d1ecf1e15da35ccc1e74d047d6e7))
|
|
23
29
|
|
|
24
30
|
## [1.8.1](https://github.com/koatty/koatty_store/compare/v1.8.0...v1.8.1) (2024-12-XX)
|
|
25
31
|
|
|
26
32
|
### Bug Fixes
|
|
27
33
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
34
|
+
- **memory_cache**: fix lrange method loop logic error that caused incomplete results ([#issue](https://github.com/koatty/koatty_store/issues/xxx))
|
|
35
|
+
- **hash**: fix hash TTL implementation to prevent data inconsistency in concurrent scenarios
|
|
36
|
+
- **memory_store**: simplify connection management design to remove unnecessary pool concept
|
|
31
37
|
|
|
32
38
|
### Features
|
|
33
39
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
40
|
+
- **hash**: implement field-level TTL support for hash operations
|
|
41
|
+
- **concurrency**: add lock protection for atomic operations (incr, decr, incrby, decrby, hincrby)
|
|
42
|
+
- **cleanup**: add comprehensive resource cleanup method to prevent memory leaks
|
|
43
|
+
- **error**: improve error handling with detailed context information
|
|
44
|
+
- **types**: make interface methods required for better type safety
|
|
39
45
|
|
|
40
46
|
### Performance Improvements
|
|
41
47
|
|
|
42
|
-
|
|
43
|
-
|
|
48
|
+
- **hash**: reduce hash TTL operations from 2 queries to 1 query
|
|
49
|
+
- **connection**: remove unnecessary connection pool overhead in MemoryStore
|
|
44
50
|
|
|
45
51
|
### BREAKING CHANGES
|
|
46
52
|
|
|
47
|
-
|
|
48
|
-
|
|
53
|
+
- MemoryStore and RedisStore no longer directly implement CacheStoreInterface (internal change, no API impact)
|
|
54
|
+
- All CacheStoreInterface methods are now required (improves type safety)
|
|
49
55
|
|
|
50
56
|
### Dependencies
|
|
51
57
|
|
|
52
|
-
|
|
53
|
-
|
|
58
|
+
- add `async-lock` for concurrency control
|
|
59
|
+
- add `@types/async-lock` for TypeScript support
|
|
54
60
|
|
|
55
61
|
## [1.8.0](https://github.com/koatty/koatty_store/compare/v1.7.0...v1.8.0) (2025-06-09)
|
|
56
62
|
|
|
57
|
-
|
|
58
63
|
### Features
|
|
59
64
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
- enhance CacheStoreInterface with extended command support, memory store optimization options ([05c7513](https://github.com/koatty/koatty_store/commit/05c75137e45902570620a86714a260ae1f21aee9))
|
|
66
|
+
- enhance MemoryCache eviction event with additional insert event and detailed reason ([d1537f7](https://github.com/koatty/koatty_store/commit/d1537f70f2c8ba3aed676296575fde7f92caf9d4))
|
|
67
|
+
- implement comprehensive CacheStore with memory/redis support ([d10f36d](https://github.com/koatty/koatty_store/commit/d10f36d362ebb416755a6e5d10591c8d582d356b))
|
|
68
|
+
- implement LRU cache ([a426b4b](https://github.com/koatty/koatty_store/commit/a426b4b93e8a0e7572972e7e823f24c6f9a9e3f0))
|
|
69
|
+
- implement multi-instance CacheStore management with configurable keys and cleanup methods ([7fdc773](https://github.com/koatty/koatty_store/commit/7fdc77389f2e37d18659444cac82bdfc5b9cd358))
|
|
70
|
+
- improve Redis connection handling with reconnection logic and pool configuration ([79b2836](https://github.com/koatty/koatty_store/commit/79b2836ba3dab7fef7a094d69697e1d7d52d1e90))
|
|
67
71
|
|
|
68
72
|
### Bug Fixes
|
|
69
73
|
|
|
70
|
-
|
|
74
|
+
- ensure hash entries are not prematurely evicted when timeout is not specified ([961db57](https://github.com/koatty/koatty_store/commit/961db5761dd0d1ecf1e15da35ccc1e74d047d6e7))
|
|
71
75
|
|
|
72
76
|
## [1.7.0](https://github.com/koatty/koatty_store/compare/v1.6.2...v1.7.0) (2024-11-07)
|
|
73
77
|
|
|
@@ -75,10 +79,9 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
75
79
|
|
|
76
80
|
### [1.6.1](https://github.com/koatty/koatty_store/compare/v1.6.0...v1.6.1) (2023-07-28)
|
|
77
81
|
|
|
78
|
-
|
|
79
82
|
### Bug Fixes
|
|
80
83
|
|
|
81
|
-
|
|
84
|
+
- remove words ([604d31d](https://github.com/koatty/koatty_store/commit/604d31df38814a530b32605668542821b608cb7d))
|
|
82
85
|
|
|
83
86
|
## [1.6.0](https://github.com/koatty/koatty_store/compare/v1.5.8...v1.6.0) (2023-02-18)
|
|
84
87
|
|
|
@@ -86,10 +89,9 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
86
89
|
|
|
87
90
|
### [1.5.6](https://github.com/koatty/koatty_store/compare/v1.5.5...v1.5.6) (2022-11-03)
|
|
88
91
|
|
|
89
|
-
|
|
90
92
|
### Bug Fixes
|
|
91
93
|
|
|
92
|
-
|
|
94
|
+
- upgrade deps ([cf54da2](https://github.com/koatty/koatty_store/commit/cf54da2c9e13ba843efa44b4631f3144946ebdff))
|
|
93
95
|
|
|
94
96
|
### [1.5.5](https://github.com/koatty/koatty_store/compare/v1.5.4...v1.5.5) (2022-05-27)
|
|
95
97
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_store",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"description": "Cache store for koatty.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
"prepublishOnly": "npm test && npm run build",
|
|
13
13
|
"prerelease": "npm test && npm run build",
|
|
14
14
|
"pub": "git push --follow-tags origin && npm publish",
|
|
15
|
-
"release": "standard-version",
|
|
16
|
-
"release:pre": "npm run release -- --prerelease",
|
|
17
|
-
"release:major": "npm run release -- --release-as major",
|
|
18
|
-
"release:minor": "npm run release -- --release-as minor",
|
|
19
15
|
"test": "npm run eslint && jest --passWithNoTests"
|
|
20
16
|
},
|
|
21
17
|
"main": "./dist/index.js",
|
|
@@ -95,13 +91,13 @@
|
|
|
95
91
|
"async-lock": "^1.4.1",
|
|
96
92
|
"generic-pool": "^3.9.0",
|
|
97
93
|
"ioredis": "^5.8.2",
|
|
98
|
-
"koatty_lib": "
|
|
99
|
-
"koatty_logger": "
|
|
94
|
+
"koatty_lib": "workspace:*",
|
|
95
|
+
"koatty_logger": "workspace:*",
|
|
100
96
|
"lodash": "^4.17.21",
|
|
101
97
|
"lru-cache": "^11.2.2"
|
|
102
98
|
},
|
|
103
99
|
"peerDependencies": {
|
|
104
|
-
"koatty_lib": "
|
|
105
|
-
"koatty_logger": "
|
|
100
|
+
"koatty_lib": "workspace:*",
|
|
101
|
+
"koatty_logger": "workspace:*"
|
|
106
102
|
}
|
|
107
|
-
}
|
|
103
|
+
}
|
package/package.json
CHANGED
|
@@ -1,23 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_store",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"description": "Cache store for koatty.",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|
|
7
|
-
"build:cp": "node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/",
|
|
8
|
-
"build:js": "npx rollup --bundleConfigAsCjs -c .rollup.config.js",
|
|
9
|
-
"build:doc": "npx api-documenter markdown --input temp --output docs/api",
|
|
10
|
-
"build:dts": "npx tsc && npx api-extractor run --local --verbose",
|
|
11
|
-
"eslint": "eslint --ext .ts,.js ./",
|
|
12
|
-
"prepublishOnly": "npm test && npm run build",
|
|
13
|
-
"prerelease": "npm test && npm run build",
|
|
14
|
-
"pub": "git push --follow-tags origin && npm publish",
|
|
15
|
-
"release": "standard-version",
|
|
16
|
-
"release:pre": "npm run release -- --prerelease",
|
|
17
|
-
"release:major": "npm run release -- --release-as major",
|
|
18
|
-
"release:minor": "npm run release -- --release-as minor",
|
|
19
|
-
"test": "npm run eslint && jest --passWithNoTests"
|
|
20
|
-
},
|
|
21
5
|
"main": "./dist/index.js",
|
|
22
6
|
"exports": {
|
|
23
7
|
"require": "./dist/index.js",
|
|
@@ -95,13 +79,24 @@
|
|
|
95
79
|
"async-lock": "^1.4.1",
|
|
96
80
|
"generic-pool": "^3.9.0",
|
|
97
81
|
"ioredis": "^5.8.2",
|
|
98
|
-
"koatty_lib": "^1.x.x",
|
|
99
|
-
"koatty_logger": "^2.x.x",
|
|
100
82
|
"lodash": "^4.17.21",
|
|
101
|
-
"lru-cache": "^11.2.2"
|
|
83
|
+
"lru-cache": "^11.2.2",
|
|
84
|
+
"koatty_lib": "1.4.3",
|
|
85
|
+
"koatty_logger": "2.8.1"
|
|
102
86
|
},
|
|
103
87
|
"peerDependencies": {
|
|
104
|
-
"koatty_lib": "
|
|
105
|
-
"koatty_logger": "
|
|
88
|
+
"koatty_lib": "1.4.3",
|
|
89
|
+
"koatty_logger": "2.8.1"
|
|
90
|
+
},
|
|
91
|
+
"scripts": {
|
|
92
|
+
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|
|
93
|
+
"build:cp": "node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/",
|
|
94
|
+
"build:js": "npx rollup --bundleConfigAsCjs -c .rollup.config.js",
|
|
95
|
+
"build:doc": "npx api-documenter markdown --input temp --output docs/api",
|
|
96
|
+
"build:dts": "npx tsc && npx api-extractor run --local --verbose",
|
|
97
|
+
"eslint": "eslint --ext .ts,.js ./",
|
|
98
|
+
"prerelease": "npm test && npm run build",
|
|
99
|
+
"pub": "git push --follow-tags origin && npm publish",
|
|
100
|
+
"test": "npm run eslint && jest --passWithNoTests"
|
|
106
101
|
}
|
|
107
|
-
}
|
|
102
|
+
}
|