|
66 | 66 | },
|
67 | 67 | {
|
68 | 68 | "id": 4,
|
| 69 | + "name": "\"type-operator\"", |
| 70 | + "kind": 1, |
| 71 | + "kindString": "Module", |
| 72 | + "flags": { |
| 73 | + "isExported": true |
| 74 | + }, |
| 75 | + "originalName": "%BASE%/types/type-operator.ts", |
| 76 | + "children": [ |
| 77 | + { |
| 78 | + "id": 6, |
| 79 | + "name": "B", |
| 80 | + "kind": 4194304, |
| 81 | + "kindString": "Type alias", |
| 82 | + "flags": { |
| 83 | + "isExported": true |
| 84 | + }, |
| 85 | + "type": { |
| 86 | + "type": "typeOperator", |
| 87 | + "operator": "readonly", |
| 88 | + "target": { |
| 89 | + "type": "array", |
| 90 | + "elementType": { |
| 91 | + "type": "intrinsic", |
| 92 | + "name": "number" |
| 93 | + } |
| 94 | + } |
| 95 | + } |
| 96 | + }, |
| 97 | + { |
| 98 | + "id": 7, |
| 99 | + "name": "C", |
| 100 | + "kind": 4194304, |
| 101 | + "kindString": "Type alias", |
| 102 | + "flags": { |
| 103 | + "isExported": true |
| 104 | + }, |
| 105 | + "type": { |
| 106 | + "type": "reflection", |
| 107 | + "declaration": { |
| 108 | + "id": 8, |
| 109 | + "name": "__type", |
| 110 | + "kind": 65536, |
| 111 | + "kindString": "Type literal", |
| 112 | + "flags": { |
| 113 | + "isExported": true |
| 114 | + }, |
| 115 | + "children": [ |
| 116 | + { |
| 117 | + "id": 9, |
| 118 | + "name": "prop1", |
| 119 | + "kind": 32, |
| 120 | + "kindString": "Variable", |
| 121 | + "flags": { |
| 122 | + "isExported": true |
| 123 | + }, |
| 124 | + "type": { |
| 125 | + "type": "intrinsic", |
| 126 | + "name": "string" |
| 127 | + } |
| 128 | + }, |
| 129 | + { |
| 130 | + "id": 10, |
| 131 | + "name": "prop2", |
| 132 | + "kind": 32, |
| 133 | + "kindString": "Variable", |
| 134 | + "flags": { |
| 135 | + "isExported": true |
| 136 | + }, |
| 137 | + "type": { |
| 138 | + "type": "intrinsic", |
| 139 | + "name": "number" |
| 140 | + } |
| 141 | + } |
| 142 | + ], |
| 143 | + "groups": [ |
| 144 | + { |
| 145 | + "title": "Variables", |
| 146 | + "kind": 32, |
| 147 | + "children": [ |
| 148 | + 9, |
| 149 | + 10 |
| 150 | + ] |
| 151 | + } |
| 152 | + ] |
| 153 | + } |
| 154 | + } |
| 155 | + }, |
| 156 | + { |
| 157 | + "id": 11, |
| 158 | + "name": "D", |
| 159 | + "kind": 4194304, |
| 160 | + "kindString": "Type alias", |
| 161 | + "flags": { |
| 162 | + "isExported": true |
| 163 | + }, |
| 164 | + "type": { |
| 165 | + "type": "typeOperator", |
| 166 | + "operator": "keyof", |
| 167 | + "target": { |
| 168 | + "type": "reference", |
| 169 | + "id": 7, |
| 170 | + "name": "C" |
| 171 | + } |
| 172 | + } |
| 173 | + }, |
| 174 | + { |
| 175 | + "id": 5, |
| 176 | + "name": "a", |
| 177 | + "kind": 32, |
| 178 | + "kindString": "Variable", |
| 179 | + "flags": { |
| 180 | + "isExported": true, |
| 181 | + "isConst": true |
| 182 | + }, |
| 183 | + "type": { |
| 184 | + "type": "typeOperator", |
| 185 | + "operator": "unique", |
| 186 | + "target": { |
| 187 | + "type": "intrinsic", |
| 188 | + "name": "symbol" |
| 189 | + } |
| 190 | + }, |
| 191 | + "defaultValue": "Symbol()" |
| 192 | + } |
| 193 | + ], |
| 194 | + "groups": [ |
| 195 | + { |
| 196 | + "title": "Type aliases", |
| 197 | + "kind": 4194304, |
| 198 | + "children": [ |
| 199 | + 6, |
| 200 | + 7, |
| 201 | + 11 |
| 202 | + ] |
| 203 | + }, |
| 204 | + { |
| 205 | + "title": "Variables", |
| 206 | + "kind": 32, |
| 207 | + "children": [ |
| 208 | + 5 |
| 209 | + ] |
| 210 | + } |
| 211 | + ] |
| 212 | + }, |
| 213 | + { |
| 214 | + "id": 12, |
69 | 215 | "name": "\"union-or-intersection\"",
|
70 | 216 | "kind": 1,
|
71 | 217 | "kindString": "Module",
|
|
75 | 221 | "originalName": "%BASE%/types/union-or-intersection.ts",
|
76 | 222 | "children": [
|
77 | 223 | {
|
78 |
| - "id": 5, |
| 224 | + "id": 13, |
79 | 225 | "name": "FirstType",
|
80 | 226 | "kind": 256,
|
81 | 227 | "kindString": "Interface",
|
|
87 | 233 | },
|
88 | 234 | "children": [
|
89 | 235 | {
|
90 |
| - "id": 6, |
| 236 | + "id": 14, |
91 | 237 | "name": "firstProperty",
|
92 | 238 | "kind": 1024,
|
93 | 239 | "kindString": "Property",
|
|
108 | 254 | "title": "Properties",
|
109 | 255 | "kind": 1024,
|
110 | 256 | "children": [
|
111 |
| - 6 |
| 257 | + 14 |
112 | 258 | ]
|
113 | 259 | }
|
114 | 260 | ]
|
115 | 261 | },
|
116 | 262 | {
|
117 |
| - "id": 7, |
| 263 | + "id": 15, |
118 | 264 | "name": "SecondType",
|
119 | 265 | "kind": 256,
|
120 | 266 | "kindString": "Interface",
|
|
126 | 272 | },
|
127 | 273 | "children": [
|
128 | 274 | {
|
129 |
| - "id": 8, |
| 275 | + "id": 16, |
130 | 276 | "name": "secondProperty",
|
131 | 277 | "kind": 1024,
|
132 | 278 | "kindString": "Property",
|
|
147 | 293 | "title": "Properties",
|
148 | 294 | "kind": 1024,
|
149 | 295 | "children": [
|
150 |
| - 8 |
| 296 | + 16 |
151 | 297 | ]
|
152 | 298 | }
|
153 | 299 | ]
|
154 | 300 | },
|
155 | 301 | {
|
156 |
| - "id": 9, |
| 302 | + "id": 17, |
157 | 303 | "name": "ThirdType",
|
158 | 304 | "kind": 256,
|
159 | 305 | "kindString": "Interface",
|
|
165 | 311 | },
|
166 | 312 | "children": [
|
167 | 313 | {
|
168 |
| - "id": 12, |
| 314 | + "id": 20, |
169 | 315 | "name": "thirdComplexProperty",
|
170 | 316 | "kind": 1024,
|
171 | 317 | "kindString": "Property",
|
|
191 | 337 | "types": [
|
192 | 338 | {
|
193 | 339 | "type": "reference",
|
194 |
| - "id": 5, |
| 340 | + "id": 13, |
195 | 341 | "name": "FirstType"
|
196 | 342 | },
|
197 | 343 | {
|
198 | 344 | "type": "reference",
|
199 |
| - "id": 7, |
| 345 | + "id": 15, |
200 | 346 | "name": "SecondType"
|
201 | 347 | }
|
202 | 348 | ]
|
|
207 | 353 | }
|
208 | 354 | },
|
209 | 355 | {
|
210 |
| - "id": 11, |
| 356 | + "id": 19, |
211 | 357 | "name": "thirdIntersectionProperty",
|
212 | 358 | "kind": 1024,
|
213 | 359 | "kindString": "Property",
|
|
222 | 368 | "types": [
|
223 | 369 | {
|
224 | 370 | "type": "reference",
|
225 |
| - "id": 5, |
| 371 | + "id": 13, |
226 | 372 | "name": "FirstType"
|
227 | 373 | },
|
228 | 374 | {
|
229 | 375 | "type": "reference",
|
230 |
| - "id": 9, |
| 376 | + "id": 17, |
231 | 377 | "name": "ThirdType"
|
232 | 378 | }
|
233 | 379 | ]
|
234 | 380 | }
|
235 | 381 | },
|
236 | 382 | {
|
237 |
| - "id": 10, |
| 383 | + "id": 18, |
238 | 384 | "name": "thirdUnionProperty",
|
239 | 385 | "kind": 1024,
|
240 | 386 | "kindString": "Property",
|
|
249 | 395 | "types": [
|
250 | 396 | {
|
251 | 397 | "type": "reference",
|
252 |
| - "id": 5, |
| 398 | + "id": 13, |
253 | 399 | "name": "FirstType"
|
254 | 400 | },
|
255 | 401 | {
|
256 | 402 | "type": "reference",
|
257 |
| - "id": 7, |
| 403 | + "id": 15, |
258 | 404 | "name": "SecondType"
|
259 | 405 | }
|
260 | 406 | ]
|
|
266 | 412 | "title": "Properties",
|
267 | 413 | "kind": 1024,
|
268 | 414 | "children": [
|
269 |
| - 12, |
270 |
| - 11, |
271 |
| - 10 |
| 415 | + 20, |
| 416 | + 19, |
| 417 | + 18 |
272 | 418 | ]
|
273 | 419 | }
|
274 | 420 | ]
|
|
279 | 425 | "title": "Interfaces",
|
280 | 426 | "kind": 256,
|
281 | 427 | "children": [
|
282 |
| - 5, |
283 |
| - 7, |
284 |
| - 9 |
| 428 | + 13, |
| 429 | + 15, |
| 430 | + 17 |
285 | 431 | ]
|
286 | 432 | }
|
287 | 433 | ]
|
|
293 | 439 | "kind": 1,
|
294 | 440 | "children": [
|
295 | 441 | 1,
|
296 |
| - 4 |
| 442 | + 4, |
| 443 | + 12 |
297 | 444 | ]
|
298 | 445 | }
|
299 | 446 | ]
|
|
0 commit comments