|
2 | 2 | "type": "Module",
|
3 | 3 | "span": {
|
4 | 4 | "start": 1,
|
5 |
| - "end": 200, |
| 5 | + "end": 562, |
6 | 6 | "ctxt": 0
|
7 | 7 | },
|
8 | 8 | "body": [
|
|
148 | 148 | "superTypeParams": null,
|
149 | 149 | "implements": []
|
150 | 150 | }
|
| 151 | + }, |
| 152 | + { |
| 153 | + "type": "ExportDeclaration", |
| 154 | + "span": { |
| 155 | + "start": 253, |
| 156 | + "end": 332, |
| 157 | + "ctxt": 0 |
| 158 | + }, |
| 159 | + "declaration": { |
| 160 | + "type": "ClassDeclaration", |
| 161 | + "identifier": { |
| 162 | + "type": "Identifier", |
| 163 | + "span": { |
| 164 | + "start": 275, |
| 165 | + "end": 276, |
| 166 | + "ctxt": 0 |
| 167 | + }, |
| 168 | + "value": "C", |
| 169 | + "optional": false |
| 170 | + }, |
| 171 | + "declare": false, |
| 172 | + "span": { |
| 173 | + "start": 260, |
| 174 | + "end": 332, |
| 175 | + "ctxt": 0 |
| 176 | + }, |
| 177 | + "decorators": [], |
| 178 | + "body": [ |
| 179 | + { |
| 180 | + "type": "ClassProperty", |
| 181 | + "span": { |
| 182 | + "start": 281, |
| 183 | + "end": 303, |
| 184 | + "ctxt": 0 |
| 185 | + }, |
| 186 | + "key": { |
| 187 | + "type": "Identifier", |
| 188 | + "span": { |
| 189 | + "start": 290, |
| 190 | + "end": 294, |
| 191 | + "ctxt": 0 |
| 192 | + }, |
| 193 | + "value": "prop", |
| 194 | + "optional": false |
| 195 | + }, |
| 196 | + "value": null, |
| 197 | + "typeAnnotation": { |
| 198 | + "type": "TsTypeAnnotation", |
| 199 | + "span": { |
| 200 | + "start": 294, |
| 201 | + "end": 302, |
| 202 | + "ctxt": 0 |
| 203 | + }, |
| 204 | + "typeAnnotation": { |
| 205 | + "type": "TsKeywordType", |
| 206 | + "span": { |
| 207 | + "start": 296, |
| 208 | + "end": 302, |
| 209 | + "ctxt": 0 |
| 210 | + }, |
| 211 | + "kind": "number" |
| 212 | + } |
| 213 | + }, |
| 214 | + "isStatic": false, |
| 215 | + "decorators": [], |
| 216 | + "accessibility": null, |
| 217 | + "isAbstract": true, |
| 218 | + "isOptional": false, |
| 219 | + "isOverride": false, |
| 220 | + "readonly": false, |
| 221 | + "declare": false, |
| 222 | + "definite": false |
| 223 | + }, |
| 224 | + { |
| 225 | + "type": "ClassMethod", |
| 226 | + "span": { |
| 227 | + "start": 306, |
| 228 | + "end": 330, |
| 229 | + "ctxt": 0 |
| 230 | + }, |
| 231 | + "key": { |
| 232 | + "type": "Identifier", |
| 233 | + "span": { |
| 234 | + "start": 315, |
| 235 | + "end": 321, |
| 236 | + "ctxt": 0 |
| 237 | + }, |
| 238 | + "value": "method", |
| 239 | + "optional": false |
| 240 | + }, |
| 241 | + "function": { |
| 242 | + "params": [], |
| 243 | + "decorators": [], |
| 244 | + "span": { |
| 245 | + "start": 306, |
| 246 | + "end": 330, |
| 247 | + "ctxt": 0 |
| 248 | + }, |
| 249 | + "body": null, |
| 250 | + "generator": false, |
| 251 | + "async": false, |
| 252 | + "typeParameters": null, |
| 253 | + "returnType": { |
| 254 | + "type": "TsTypeAnnotation", |
| 255 | + "span": { |
| 256 | + "start": 323, |
| 257 | + "end": 329, |
| 258 | + "ctxt": 0 |
| 259 | + }, |
| 260 | + "typeAnnotation": { |
| 261 | + "type": "TsKeywordType", |
| 262 | + "span": { |
| 263 | + "start": 325, |
| 264 | + "end": 329, |
| 265 | + "ctxt": 0 |
| 266 | + }, |
| 267 | + "kind": "void" |
| 268 | + } |
| 269 | + } |
| 270 | + }, |
| 271 | + "kind": "method", |
| 272 | + "isStatic": false, |
| 273 | + "accessibility": null, |
| 274 | + "isAbstract": true, |
| 275 | + "isOptional": false, |
| 276 | + "isOverride": false |
| 277 | + } |
| 278 | + ], |
| 279 | + "superClass": null, |
| 280 | + "isAbstract": true, |
| 281 | + "typeParams": null, |
| 282 | + "superTypeParams": null, |
| 283 | + "implements": [] |
| 284 | + } |
| 285 | + }, |
| 286 | + { |
| 287 | + "type": "ExportDeclaration", |
| 288 | + "span": { |
| 289 | + "start": 333, |
| 290 | + "end": 562, |
| 291 | + "ctxt": 0 |
| 292 | + }, |
| 293 | + "declaration": { |
| 294 | + "type": "ClassDeclaration", |
| 295 | + "identifier": { |
| 296 | + "type": "Identifier", |
| 297 | + "span": { |
| 298 | + "start": 346, |
| 299 | + "end": 347, |
| 300 | + "ctxt": 0 |
| 301 | + }, |
| 302 | + "value": "C", |
| 303 | + "optional": false |
| 304 | + }, |
| 305 | + "declare": false, |
| 306 | + "span": { |
| 307 | + "start": 340, |
| 308 | + "end": 562, |
| 309 | + "ctxt": 0 |
| 310 | + }, |
| 311 | + "decorators": [], |
| 312 | + "body": [ |
| 313 | + { |
| 314 | + "type": "ClassProperty", |
| 315 | + "span": { |
| 316 | + "start": 413, |
| 317 | + "end": 435, |
| 318 | + "ctxt": 0 |
| 319 | + }, |
| 320 | + "key": { |
| 321 | + "type": "Identifier", |
| 322 | + "span": { |
| 323 | + "start": 422, |
| 324 | + "end": 426, |
| 325 | + "ctxt": 0 |
| 326 | + }, |
| 327 | + "value": "prop", |
| 328 | + "optional": false |
| 329 | + }, |
| 330 | + "value": null, |
| 331 | + "typeAnnotation": { |
| 332 | + "type": "TsTypeAnnotation", |
| 333 | + "span": { |
| 334 | + "start": 426, |
| 335 | + "end": 434, |
| 336 | + "ctxt": 0 |
| 337 | + }, |
| 338 | + "typeAnnotation": { |
| 339 | + "type": "TsKeywordType", |
| 340 | + "span": { |
| 341 | + "start": 428, |
| 342 | + "end": 434, |
| 343 | + "ctxt": 0 |
| 344 | + }, |
| 345 | + "kind": "number" |
| 346 | + } |
| 347 | + }, |
| 348 | + "isStatic": false, |
| 349 | + "decorators": [], |
| 350 | + "accessibility": null, |
| 351 | + "isAbstract": true, |
| 352 | + "isOptional": false, |
| 353 | + "isOverride": false, |
| 354 | + "readonly": false, |
| 355 | + "declare": false, |
| 356 | + "definite": false |
| 357 | + }, |
| 358 | + { |
| 359 | + "type": "ClassMethod", |
| 360 | + "span": { |
| 361 | + "start": 438, |
| 362 | + "end": 462, |
| 363 | + "ctxt": 0 |
| 364 | + }, |
| 365 | + "key": { |
| 366 | + "type": "Identifier", |
| 367 | + "span": { |
| 368 | + "start": 447, |
| 369 | + "end": 453, |
| 370 | + "ctxt": 0 |
| 371 | + }, |
| 372 | + "value": "method", |
| 373 | + "optional": false |
| 374 | + }, |
| 375 | + "function": { |
| 376 | + "params": [], |
| 377 | + "decorators": [], |
| 378 | + "span": { |
| 379 | + "start": 438, |
| 380 | + "end": 462, |
| 381 | + "ctxt": 0 |
| 382 | + }, |
| 383 | + "body": null, |
| 384 | + "generator": false, |
| 385 | + "async": false, |
| 386 | + "typeParameters": null, |
| 387 | + "returnType": { |
| 388 | + "type": "TsTypeAnnotation", |
| 389 | + "span": { |
| 390 | + "start": 455, |
| 391 | + "end": 461, |
| 392 | + "ctxt": 0 |
| 393 | + }, |
| 394 | + "typeAnnotation": { |
| 395 | + "type": "TsKeywordType", |
| 396 | + "span": { |
| 397 | + "start": 457, |
| 398 | + "end": 461, |
| 399 | + "ctxt": 0 |
| 400 | + }, |
| 401 | + "kind": "void" |
| 402 | + } |
| 403 | + } |
| 404 | + }, |
| 405 | + "kind": "method", |
| 406 | + "isStatic": false, |
| 407 | + "accessibility": null, |
| 408 | + "isAbstract": true, |
| 409 | + "isOptional": false, |
| 410 | + "isOverride": false |
| 411 | + }, |
| 412 | + { |
| 413 | + "type": "ClassMethod", |
| 414 | + "span": { |
| 415 | + "start": 525, |
| 416 | + "end": 560, |
| 417 | + "ctxt": 0 |
| 418 | + }, |
| 419 | + "key": { |
| 420 | + "type": "Identifier", |
| 421 | + "span": { |
| 422 | + "start": 543, |
| 423 | + "end": 549, |
| 424 | + "ctxt": 0 |
| 425 | + }, |
| 426 | + "value": "method", |
| 427 | + "optional": false |
| 428 | + }, |
| 429 | + "function": { |
| 430 | + "params": [], |
| 431 | + "decorators": [], |
| 432 | + "span": { |
| 433 | + "start": 525, |
| 434 | + "end": 560, |
| 435 | + "ctxt": 0 |
| 436 | + }, |
| 437 | + "body": null, |
| 438 | + "generator": false, |
| 439 | + "async": false, |
| 440 | + "typeParameters": null, |
| 441 | + "returnType": { |
| 442 | + "type": "TsTypeAnnotation", |
| 443 | + "span": { |
| 444 | + "start": 551, |
| 445 | + "end": 559, |
| 446 | + "ctxt": 0 |
| 447 | + }, |
| 448 | + "typeAnnotation": { |
| 449 | + "type": "TsKeywordType", |
| 450 | + "span": { |
| 451 | + "start": 553, |
| 452 | + "end": 559, |
| 453 | + "ctxt": 0 |
| 454 | + }, |
| 455 | + "kind": "string" |
| 456 | + } |
| 457 | + } |
| 458 | + }, |
| 459 | + "kind": "method", |
| 460 | + "isStatic": false, |
| 461 | + "accessibility": null, |
| 462 | + "isAbstract": true, |
| 463 | + "isOptional": false, |
| 464 | + "isOverride": true |
| 465 | + } |
| 466 | + ], |
| 467 | + "superClass": null, |
| 468 | + "isAbstract": false, |
| 469 | + "typeParams": null, |
| 470 | + "superTypeParams": null, |
| 471 | + "implements": [] |
| 472 | + } |
151 | 473 | }
|
152 | 474 | ],
|
153 | 475 | "interpreter": null
|
|
0 commit comments