koatty_store 1.8.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.
@@ -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
+ 
11
+ ./src/index.ts → ./dist/index.js, ./dist/index.mjs...
12
+ created ./dist/index.js, ./dist/index.mjs in 1.1s
13
+ ⠙⠙
14
+ > koatty_store@1.9.1 build:dts
15
+ > npx tsc && npx api-extractor run --local --verbose
16
+
17
+ ⠙
18
+ api-extractor 7.55.2  - https://api-extractor.com/
19
+ 
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
+ Writing: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store/temp/koatty_store.api.json
24
+ Writing package typings: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-store/dist/index.d.ts
25
+ Warning: src/index.ts:13:1 - (ae-forgotten-export) The symbol "MemoryStoreOpt" needs to be exported by the entry point index.d.ts
26
+ Warning: src/index.ts:13:1 - (ae-forgotten-export) The symbol "RedisStoreOpt" needs to be exported by the entry point index.d.ts
27
+ Warning: src/index.ts:28:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
28
+ Warning: src/index.ts:29:4 - (tsdoc-undefined-tag) The TSDoc tag "@class" is not defined in this configuration
29
+ Warning: src/index.ts:31:1 - (ae-forgotten-export) The symbol "CacheStoreInterface" needs to be exported by the entry point index.d.ts
30
+ Warning: src/index.ts:32:3 - (ae-forgotten-export) The symbol "MemoryStore" needs to be exported by the entry point index.d.ts
31
+ Warning: src/index.ts:32:3 - (ae-forgotten-export) The symbol "RedisStore" needs to be exported by the entry point index.d.ts
32
+ Warning: src/index.ts:38:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
33
+ Warning: src/index.ts:39:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
34
+ Warning: src/index.ts:57:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration
35
+ Warning: 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.
36
+ Warning: src/index.ts:58:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
37
+ Warning: 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.
38
+ Warning: src/index.ts:59:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
39
+ Warning: 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
40
+ Warning: src/index.ts:60:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
41
+ Warning: src/index.ts:78:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
42
+ Warning: src/index.ts:79:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration
43
+ Warning: src/index.ts:80:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
44
+ Warning: 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
45
+ Warning: src/index.ts:81:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
46
+ Warning: src/index.ts:103:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration
47
+ Warning: 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.
48
+ Warning: src/index.ts:104:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
49
+ Warning: src/index.ts:122:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration
50
+ Warning: src/index.ts:130:3 - (ae-forgotten-export) The symbol "MemoryCache" needs to be exported by the entry point index.d.ts
51
+ Warning: 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
52
+ Warning: src/index.ts:143:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
53
+ Warning: src/index.ts:152:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
54
+ Warning: src/index.ts:153:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
55
+ Warning: 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
56
+ Warning: src/index.ts:154:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
57
+ Warning: src/index.ts:155:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
58
+ Warning: 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
59
+ Warning: src/index.ts:194:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
60
+ Warning: 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
61
+ Warning: src/index.ts:206:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
62
+ Warning: src/index.ts:224:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
63
+ Warning: 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
64
+ Warning: src/index.ts:250:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
65
+ Warning: 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
66
+ Warning: src/index.ts:260:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
67
+ Warning: src/index.ts:269:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
68
+ Warning: src/index.ts:270:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
69
+ Warning: 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
70
+ Warning: src/index.ts:292:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
71
+ Warning: 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
72
+ Warning: src/index.ts:303:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
73
+ Warning: 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
74
+ Warning: src/index.ts:314:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
75
+ Warning: 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
76
+ Warning: src/index.ts:324:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
77
+ Warning: 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
78
+ Warning: src/index.ts:335:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
79
+ Warning: 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
80
+ Warning: src/index.ts:344:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
81
+ Warning: 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
82
+ Warning: src/index.ts:353:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
83
+ Warning: 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
84
+ Warning: src/index.ts:362:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
85
+ Warning: 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
86
+ Warning: src/index.ts:371:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
87
+ Warning: 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
88
+ Warning: src/index.ts:381:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
89
+ Warning: src/index.ts:390:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
90
+ Warning: src/index.ts:391:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
91
+ Warning: 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
92
+ Warning: src/index.ts:392:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
93
+ Warning: src/index.ts:393:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
94
+ Warning: 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
95
+ Warning: src/index.ts:402:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
96
+ Warning: src/index.ts:411:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
97
+ Warning: 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
98
+ Warning: src/index.ts:412:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
99
+ Warning: src/index.ts:413:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
100
+ Warning: 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
101
+ Warning: src/index.ts:424:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
102
+ Warning: 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
103
+ Warning: src/index.ts:435:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
104
+ Warning: 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
105
+ Warning: src/index.ts:448:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
106
+ Warning: 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
107
+ Warning: src/index.ts:458:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
108
+ Warning: 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
109
+ Warning: src/index.ts:467:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
110
+ Warning: 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
111
+ Warning: src/index.ts:476:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
112
+ Warning: 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
113
+ Warning: src/index.ts:486:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
114
+ Warning: 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
115
+ Warning: src/index.ts:497:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
116
+ Warning: src/store/memory.ts:27:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
117
+ Warning: src/store/memory.ts:28:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
118
+ Warning: 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
119
+ Warning: src/store/memory.ts:51:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
120
+ Warning: src/store/memory.ts:52:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
121
+ Warning: 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
122
+ Warning: 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
123
+ Warning: src/store/memory.ts:62:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
124
+ Warning: src/store/memory.ts:62:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
125
+ Warning: src/store/memory.ts:63:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
126
+ Warning: src/store/memory.ts:74:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
127
+ Warning: 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
128
+ Warning: 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
129
+ Warning: src/store/memory.ts:75:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
130
+ Warning: src/store/memory.ts:75:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
131
+ Warning: src/store/memory.ts:76:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
132
+ Warning: src/store/memory.ts:86:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
133
+ Warning: src/store/memory.ts:87:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
134
+ Warning: src/store/memory.ts:88:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
135
+ Warning: src/store/memory.ts:97:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
136
+ Warning: src/store/memory.ts:98:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
137
+ Warning: 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
138
+ Warning: 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
139
+ Warning: src/store/memory.ts:99:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
140
+ Warning: src/store/memory.ts:99:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
141
+ Warning: src/store/memory.ts:100:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
142
+ Warning: src/store/memory_cache.ts:58:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration
143
+ Warning: src/store/memory_cache.ts:83:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
144
+ Warning: src/store/memory_cache.ts:84:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
145
+ Warning: src/store/memory_cache.ts:177:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
146
+ Warning: 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
147
+ Warning: src/store/memory_cache.ts:188:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
148
+ Warning: src/store/memory_cache.ts:189:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
149
+ Warning: 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
150
+ Warning: src/store/memory_cache.ts:207:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
151
+ Warning: src/store/memory_cache.ts:208:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
152
+ Warning: 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
153
+ Warning: src/store/memory_cache.ts:222:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
154
+ Warning: src/store/memory_cache.ts:223:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
155
+ Warning: src/store/memory_cache.ts:272:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
156
+ Warning: 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.
157
+ Warning: src/store/memory_cache.ts:273:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
158
+ Warning: 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
159
+ Warning: src/store/memory_cache.ts:274:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
160
+ Warning: src/store/memory_cache.ts:275:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
161
+ Warning: src/store/memory_cache.ts:284:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
162
+ Warning: 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.
163
+ Warning: src/store/memory_cache.ts:285:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
164
+ Warning: 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
165
+ Warning: src/store/memory_cache.ts:286:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
166
+ Warning: src/store/memory_cache.ts:287:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
167
+ Warning: src/store/memory_cache.ts:297:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
168
+ Warning: 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.
169
+ Warning: src/store/memory_cache.ts:298:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
170
+ Warning: 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
171
+ Warning: src/store/memory_cache.ts:299:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
172
+ Warning: src/store/memory_cache.ts:300:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
173
+ Warning: src/store/memory_cache.ts:309:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
174
+ Warning: 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.
175
+ Warning: src/store/memory_cache.ts:310:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
176
+ Warning: 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
177
+ Warning: src/store/memory_cache.ts:311:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
178
+ Warning: src/store/memory_cache.ts:312:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
179
+ Warning: src/store/memory_cache.ts:343:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
180
+ Warning: src/store/memory_cache.ts:344:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
181
+ Warning: src/store/memory_cache.ts:345:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
182
+ Warning: 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
183
+ Warning: src/store/memory_cache.ts:346:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
184
+ Warning: src/store/memory_cache.ts:347:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
185
+ Warning: src/store/memory_cache.ts:415:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
186
+ Warning: 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.
187
+ Warning: src/store/memory_cache.ts:416:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
188
+ Warning: 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
189
+ Warning: src/store/memory_cache.ts:417:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
190
+ Warning: src/store/memory_cache.ts:418:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
191
+ Warning: src/store/memory_cache.ts:431:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
192
+ Warning: src/store/memory_cache.ts:432:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
193
+ Warning: 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.
194
+ Warning: src/store/memory_cache.ts:433:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
195
+ Warning: 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
196
+ Warning: src/store/memory_cache.ts:434:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
197
+ Warning: src/store/memory_cache.ts:435:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
198
+ Warning: src/store/memory_cache.ts:450:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
199
+ Warning: 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
200
+ Warning: src/store/memory_cache.ts:451:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
201
+ Warning: src/store/memory_cache.ts:452:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
202
+ Warning: src/store/memory_cache.ts:474:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
203
+ Warning: 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
204
+ Warning: src/store/memory_cache.ts:475:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
205
+ Warning: src/store/memory_cache.ts:476:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
206
+ Warning: src/store/memory_cache.ts:494:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
207
+ Warning: 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.
208
+ Warning: src/store/memory_cache.ts:495:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
209
+ Warning: 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
210
+ Warning: src/store/memory_cache.ts:496:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
211
+ Warning: src/store/memory_cache.ts:497:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
212
+ Warning: src/store/memory_cache.ts:516:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
213
+ Warning: src/store/memory_cache.ts:517:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
214
+ Warning: 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.
215
+ Warning: src/store/memory_cache.ts:518:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
216
+ Warning: 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
217
+ Warning: src/store/memory_cache.ts:519:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
218
+ Warning: src/store/memory_cache.ts:520:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
219
+ Warning: src/store/memory_cache.ts:539:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
220
+ Warning: 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.
221
+ Warning: src/store/memory_cache.ts:540:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
222
+ Warning: 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
223
+ Warning: src/store/memory_cache.ts:541:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
224
+ Warning: src/store/memory_cache.ts:542:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
225
+ Warning: src/store/memory_cache.ts:561:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
226
+ Warning: src/store/memory_cache.ts:562:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
227
+ Warning: 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.
228
+ Warning: src/store/memory_cache.ts:563:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
229
+ Warning: 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
230
+ Warning: src/store/memory_cache.ts:564:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
231
+ Warning: src/store/memory_cache.ts:565:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
232
+ Warning: src/store/memory_cache.ts:615:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
233
+ Warning: src/store/memory_cache.ts:616:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
234
+ Warning: 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.
235
+ Warning: src/store/memory_cache.ts:617:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
236
+ Warning: 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
237
+ Warning: src/store/memory_cache.ts:618:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
238
+ Warning: src/store/memory_cache.ts:619:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
239
+ Warning: src/store/memory_cache.ts:646:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
240
+ Warning: src/store/memory_cache.ts:647:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
241
+ Warning: 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.
242
+ Warning: src/store/memory_cache.ts:648:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
243
+ Warning: 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
244
+ Warning: src/store/memory_cache.ts:649:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
245
+ Warning: src/store/memory_cache.ts:650:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
246
+ Warning: src/store/memory_cache.ts:677:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
247
+ Warning: src/store/memory_cache.ts:678:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
248
+ Warning: 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
249
+ Warning: src/store/memory_cache.ts:679:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
250
+ Warning: src/store/memory_cache.ts:680:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
251
+ Warning: src/store/memory_cache.ts:706:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
252
+ Warning: 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.
253
+ Warning: src/store/memory_cache.ts:707:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
254
+ Warning: 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
255
+ Warning: src/store/memory_cache.ts:708:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
256
+ Warning: src/store/memory_cache.ts:709:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
257
+ Warning: src/store/memory_cache.ts:719:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
258
+ Warning: src/store/memory_cache.ts:720:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
259
+ Warning: src/store/memory_cache.ts:721:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
260
+ Warning: 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.
261
+ Warning: src/store/memory_cache.ts:722:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
262
+ Warning: 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
263
+ Warning: src/store/memory_cache.ts:723:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
264
+ Warning: src/store/memory_cache.ts:724:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
265
+ Warning: src/store/memory_cache.ts:743:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
266
+ Warning: 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.
267
+ Warning: src/store/memory_cache.ts:744:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
268
+ Warning: 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
269
+ Warning: src/store/memory_cache.ts:745:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
270
+ Warning: src/store/memory_cache.ts:746:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
271
+ Warning: src/store/memory_cache.ts:764:12 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
272
+ Warning: 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.
273
+ Warning: src/store/memory_cache.ts:765:12 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
274
+ Warning: 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
275
+ Warning: src/store/memory_cache.ts:766:14 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
276
+ Warning: src/store/memory_cache.ts:767:5 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
277
+ Warning: src/store/memory_cache.ts:784:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
278
+ Warning: 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.
279
+ Warning: src/store/memory_cache.ts:785:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
280
+ Warning: 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
281
+ Warning: src/store/memory_cache.ts:786:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
282
+ Warning: src/store/memory_cache.ts:787:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
283
+ Warning: src/store/memory_cache.ts:810:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
284
+ Warning: 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.
285
+ Warning: src/store/memory_cache.ts:811:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
286
+ Warning: 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
287
+ Warning: src/store/memory_cache.ts:812:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
288
+ Warning: src/store/memory_cache.ts:813:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
289
+ Warning: src/store/memory_cache.ts:828:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
290
+ Warning: src/store/memory_cache.ts:829:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
291
+ Warning: 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.
292
+ Warning: src/store/memory_cache.ts:830:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
293
+ Warning: 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
294
+ Warning: src/store/memory_cache.ts:831:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
295
+ Warning: src/store/memory_cache.ts:832:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
296
+ Warning: src/store/memory_cache.ts:893:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
297
+ Warning: 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.
298
+ Warning: src/store/memory_cache.ts:894:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
299
+ Warning: 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
300
+ Warning: src/store/memory_cache.ts:895:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
301
+ Warning: src/store/memory_cache.ts:896:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
302
+ Warning: src/store/memory_cache.ts:914:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
303
+ Warning: 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.
304
+ Warning: src/store/memory_cache.ts:915:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
305
+ Warning: 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
306
+ Warning: src/store/memory_cache.ts:916:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
307
+ Warning: src/store/memory_cache.ts:917:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
308
+ Warning: src/store/memory_cache.ts:935:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
309
+ Warning: src/store/memory_cache.ts:936:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
310
+ Warning: src/store/memory_cache.ts:937:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
311
+ Warning: 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.
312
+ Warning: src/store/memory_cache.ts:938:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
313
+ Warning: 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
314
+ Warning: src/store/memory_cache.ts:939:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
315
+ Warning: src/store/memory_cache.ts:940:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
316
+ Warning: src/store/memory_cache.ts:976:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
317
+ Warning: src/store/memory_cache.ts:977:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
318
+ Warning: 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
319
+ Warning: src/store/memory_cache.ts:978:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
320
+ Warning: src/store/memory_cache.ts:979:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
321
+ Warning: src/store/memory_cache.ts:1002:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
322
+ Warning: 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.
323
+ Warning: src/store/memory_cache.ts:1003:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
324
+ Warning: 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
325
+ Warning: src/store/memory_cache.ts:1004:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
326
+ Warning: src/store/memory_cache.ts:1005:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
327
+ Warning: src/store/memory_cache.ts:1019:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
328
+ Warning: src/store/memory_cache.ts:1020:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
329
+ Warning: 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.
330
+ Warning: src/store/memory_cache.ts:1021:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
331
+ Warning: 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
332
+ Warning: src/store/memory_cache.ts:1022:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
333
+ Warning: src/store/memory_cache.ts:1023:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
334
+ Warning: src/store/memory_cache.ts:1041:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
335
+ Warning: 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.
336
+ Warning: src/store/memory_cache.ts:1042:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
337
+ Warning: 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
338
+ Warning: src/store/memory_cache.ts:1043:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
339
+ Warning: src/store/memory_cache.ts:1044:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
340
+ Warning: src/store/memory_cache.ts:1058:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
341
+ Warning: 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.
342
+ Warning: src/store/memory_cache.ts:1059:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
343
+ Warning: 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.
344
+ Warning: src/store/memory_cache.ts:1060:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
345
+ Warning: 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
346
+ Warning: src/store/memory_cache.ts:1061:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
347
+ Warning: src/store/memory_cache.ts:1062:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
348
+ Warning: src/store/memory_cache.ts:1096:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
349
+ Warning: src/store/memory_cache.ts:1097:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
350
+ Warning: 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
351
+ Warning: src/store/memory_cache.ts:1098:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
352
+ Warning: src/store/memory_cache.ts:1099:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
353
+ Warning: src/store/memory_cache.ts:1125:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
354
+ Warning: src/store/memory_cache.ts:1126:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
355
+ Warning: src/store/memory_cache.ts:1127:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
356
+ Warning: 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.
357
+ Warning: src/store/memory_cache.ts:1128:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
358
+ Warning: 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
359
+ Warning: src/store/memory_cache.ts:1129:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
360
+ Warning: src/store/memory_cache.ts:1130:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
361
+ Warning: src/store/memory_cache.ts:1174:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
362
+ Warning: 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.
363
+ Warning: src/store/memory_cache.ts:1175:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
364
+ Warning: 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
365
+ Warning: src/store/memory_cache.ts:1176:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
366
+ Warning: src/store/memory_cache.ts:1177:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
367
+ Warning: src/store/memory_cache.ts:1198:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
368
+ Warning: src/store/memory_cache.ts:1199:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
369
+ Warning: 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.
370
+ Warning: src/store/memory_cache.ts:1200:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
371
+ Warning: 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
372
+ Warning: src/store/memory_cache.ts:1201:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
373
+ Warning: src/store/memory_cache.ts:1202:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
374
+ Warning: src/store/memory_cache.ts:1218:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
375
+ Warning: src/store/memory_cache.ts:1219:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
376
+ Warning: 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
377
+ Warning: 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
378
+ Warning: src/store/memory_cache.ts:1220:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
379
+ Warning: src/store/memory_cache.ts:1220:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
380
+ Warning: src/store/memory_cache.ts:1221:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
381
+ Warning: src/store/memory_cache.ts:1230:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
382
+ Warning: src/store/memory_cache.ts:1231:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
383
+ Warning: src/store/memory_cache.ts:1232:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
384
+ Warning: src/store/memory_cache.ts:1233:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
385
+ Warning: 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
386
+ Warning: src/store/memory_cache.ts:1234:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
387
+ Warning: src/store/memory_cache.ts:1235:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
388
+ Warning: src/store/memory_cache.ts:1244:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
389
+ Warning: src/store/memory_cache.ts:1245:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
390
+ Warning: 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
391
+ Warning: src/store/memory_cache.ts:1246:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
392
+ Warning: src/store/memory_cache.ts:1247:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
393
+ Warning: src/store/memory_cache.ts:1257:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
394
+ Warning: src/store/memory_cache.ts:1258:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
395
+ Warning: src/store/memory_cache.ts:1259:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
396
+ Warning: 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.
397
+ Warning: src/store/memory_cache.ts:1260:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
398
+ Warning: 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
399
+ Warning: src/store/memory_cache.ts:1261:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
400
+ Warning: src/store/memory_cache.ts:1262:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
401
+ Warning: src/store/memory_cache.ts:1287:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
402
+ Warning: src/store/memory_cache.ts:1288:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
403
+ Warning: src/store/memory_cache.ts:1289:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
404
+ Warning: 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.
405
+ Warning: src/store/memory_cache.ts:1290:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
406
+ Warning: 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.
407
+ Warning: src/store/memory_cache.ts:1291:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
408
+ Warning: 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
409
+ Warning: src/store/memory_cache.ts:1292:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
410
+ Warning: src/store/memory_cache.ts:1293:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
411
+ Warning: src/store/memory_cache.ts:1310:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
412
+ Warning: src/store/memory_cache.ts:1311:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
413
+ Warning: 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
414
+ Warning: src/store/memory_cache.ts:1312:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
415
+ Warning: src/store/memory_cache.ts:1313:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
416
+ Warning: src/store/memory_cache.ts:1327:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
417
+ Warning: src/store/memory_cache.ts:1328:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
418
+ Warning: src/store/memory_cache.ts:1329:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
419
+ Warning: src/store/memory_cache.ts:1330:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
420
+ Warning: src/store/memory_cache.ts:1339:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
421
+ Warning: src/store/memory_cache.ts:1340:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
422
+ Warning: src/store/memory_cache.ts:1341:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
423
+ Warning: 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.
424
+ Warning: src/store/memory_cache.ts:1342:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
425
+ Warning: 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.
426
+ Warning: src/store/memory_cache.ts:1343:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
427
+ Warning: 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.
428
+ Warning: src/store/memory_cache.ts:1344:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
429
+ Warning: 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
430
+ Warning: src/store/memory_cache.ts:1345:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
431
+ Warning: src/store/memory_cache.ts:1346:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
432
+ Warning: src/store/memory_cache.ts:1380:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
433
+ Warning: src/store/memory_cache.ts:1381:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
434
+ Warning: src/store/memory_cache.ts:1382:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
435
+ Warning: 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
436
+ Warning: src/store/memory_cache.ts:1383:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
437
+ Warning: src/store/memory_cache.ts:1384:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
438
+ Warning: src/store/memory_cache.ts:1393:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
439
+ Warning: src/store/memory_cache.ts:1394:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
440
+ Warning: src/store/memory_cache.ts:1395:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
441
+ Warning: 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
442
+ Warning: 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
443
+ Warning: src/store/memory_cache.ts:1396:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
444
+ Warning: src/store/memory_cache.ts:1396:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
445
+ Warning: src/store/memory_cache.ts:1397:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
446
+ Warning: src/store/memory_cache.ts:1414:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
447
+ Warning: src/store/memory_cache.ts:1415:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
448
+ Warning: src/store/memory_cache.ts:1416:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
449
+ Warning: src/store/memory_cache.ts:1417:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
450
+ Warning: src/store/memory_cache.ts:1426:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
451
+ Warning: 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.
452
+ Warning: src/store/memory_cache.ts:1427:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
453
+ Warning: 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.
454
+ Warning: src/store/memory_cache.ts:1428:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
455
+ Warning: 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.
456
+ Warning: src/store/memory_cache.ts:1429:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
457
+ Warning: 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.
458
+ Warning: src/store/memory_cache.ts:1430:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
459
+ Warning: 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
460
+ Warning: src/store/memory_cache.ts:1431:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
461
+ Warning: src/store/memory_cache.ts:1432:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
462
+ Warning: src/store/memory_cache.ts:1470:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
463
+ Warning: 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.
464
+ Warning: src/store/memory_cache.ts:1471:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
465
+ Warning: 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
466
+ Warning: src/store/memory_cache.ts:1472:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
467
+ Warning: src/store/memory_cache.ts:1473:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
468
+ Warning: 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 "@"
469
+ Warning: 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
470
+ Warning: src/store/redis.ts:16:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
471
+ Warning: src/store/redis.ts:16:4 - (tsdoc-undefined-tag) The TSDoc tag "@return" is not defined in this configuration
472
+ Warning: src/store/redis.ts:27:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
473
+ Warning: src/store/redis.ts:28:4 - (tsdoc-undefined-tag) The TSDoc tag "@class" is not defined in this configuration
474
+ Warning: src/store/redis.ts:40:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
475
+ Warning: src/store/redis.ts:41:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
476
+ Warning: 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.
477
+ Warning: src/store/redis.ts:100:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
478
+ Warning: 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
479
+ Warning: 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
480
+ Warning: 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
481
+ Warning: src/store/redis.ts:101:28 - (tsdoc-html-tag-missing-greater-than) The HTML tag has invalid syntax: Expecting an attribute or ">" or "/>"
482
+ Warning: src/store/redis.ts:101:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
483
+ Warning: src/store/redis.ts:101:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
484
+ Warning: src/store/redis.ts:102:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
485
+ Warning: src/store/redis.ts:172:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration
486
+ Warning: src/store/redis.ts:173:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
487
+ Warning: 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
488
+ Warning: src/store/redis.ts:191:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
489
+ Warning: src/store/redis.ts:192:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
490
+ Warning: 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
491
+ Warning: src/store/redis.ts:236:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
492
+ Warning: src/store/redis.ts:237:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
493
+ Warning: src/store/redis.ts:261:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
494
+ Warning: 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
495
+ Warning: src/store/redis.ts:262:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
496
+ Warning: src/store/redis.ts:263:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
497
+ Warning: src/store/redis.ts:275:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
498
+ Warning: src/store/redis.ts:276:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
499
+ Warning: 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
500
+ Warning: src/store/redis.ts:277:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
501
+ Warning: src/store/redis.ts:278:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
502
+ Warning: src/store/redis.ts:292:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
503
+ Warning: src/store/redis.ts:293:13 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
504
+ Warning: 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
505
+ Warning: 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
506
+ Warning: src/store/redis.ts:294:15 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
507
+ Warning: src/store/redis.ts:294:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
508
+ Warning: src/store/redis.ts:295:6 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
509
+
510
+ API Extractor completed successfully
511
+ ⠙⠙
512
+ > koatty_store@1.9.1 build:doc
513
+ > npx api-documenter markdown --input temp --output docs/api
514
+
515
+ 
516
+ api-documenter 7.28.2  - https://api-extractor.com/
517
+ 
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
+ ⠙⠙
537
+ > koatty_store@1.9.1 build:cp
538
+ > node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/
539
+
540
+ ⠙⠙