swc/crates/swc_ecma_parser/tests/tsc/jsdocImplements_class.json

1057 lines
27 KiB
JSON

{
"type": "Script",
"span": {
"start": 127,
"end": 851,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 133,
"end": 134,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 127,
"end": 202,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 169,
"end": 200,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 169,
"end": 175,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 169,
"end": 200,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 178,
"end": 200,
"ctxt": 0
},
"stmts": [
{
"type": "ThrowStatement",
"span": {
"start": 180,
"end": 198,
"ctxt": 0
},
"argument": {
"type": "NewExpression",
"span": {
"start": 186,
"end": 197,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 190,
"end": 195,
"ctxt": 0
},
"value": "Error",
"optional": false
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 232,
"end": 233,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"span": {
"start": 226,
"end": 264,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 241,
"end": 262,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 241,
"end": 247,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 241,
"end": 262,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 250,
"end": 262,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 252,
"end": 260,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 259,
"end": 260,
"ctxt": 0
},
"value": 0.0
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 293,
"end": 295,
"ctxt": 0
},
"value": "B2",
"optional": false
},
"declare": false,
"span": {
"start": 287,
"end": 355,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 331,
"end": 353,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 331,
"end": 337,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 331,
"end": 353,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 340,
"end": 353,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 342,
"end": 351,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 349,
"end": 351,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 386,
"end": 388,
"ctxt": 0
},
"value": "B3",
"optional": false
},
"declare": false,
"span": {
"start": 380,
"end": 393,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "VariableDeclaration",
"span": {
"start": 396,
"end": 408,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 400,
"end": 407,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 400,
"end": 402,
"ctxt": 0
},
"value": "Ns",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 405,
"end": 407,
"ctxt": 0
},
"properties": []
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 432,
"end": 477,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 432,
"end": 477,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 432,
"end": 437,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 432,
"end": 434,
"ctxt": 0
},
"value": "Ns",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 435,
"end": 437,
"ctxt": 0
},
"value": "C1",
"optional": false
}
},
"right": {
"type": "ClassExpression",
"identifier": null,
"span": {
"start": 440,
"end": 477,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 452,
"end": 475,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 452,
"end": 458,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 452,
"end": 475,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 461,
"end": 475,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 463,
"end": 473,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 470,
"end": 472,
"ctxt": 0
},
"value": 11.0
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 501,
"end": 547,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 505,
"end": 547,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 505,
"end": 507,
"ctxt": 0
},
"value": "C2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ClassExpression",
"identifier": null,
"span": {
"start": 510,
"end": 547,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 522,
"end": 545,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 522,
"end": 528,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 522,
"end": 545,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 531,
"end": 545,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 533,
"end": 543,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 540,
"end": 542,
"ctxt": 0
},
"value": 12.0
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 548,
"end": 640,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 552,
"end": 640,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 552,
"end": 553,
"ctxt": 0
},
"value": "o",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 556,
"end": 640,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 589,
"end": 591,
"ctxt": 0
},
"value": "C3",
"optional": false
},
"value": {
"type": "ClassExpression",
"identifier": null,
"span": {
"start": 593,
"end": 638,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 609,
"end": 632,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 609,
"end": 615,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 609,
"end": 632,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 618,
"end": 632,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 620,
"end": 630,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 627,
"end": 629,
"ctxt": 0
},
"value": 13.0
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
}
]
},
"definite": false
}
]
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 647,
"end": 649,
"ctxt": 0
},
"value": "CC",
"optional": false
},
"declare": false,
"span": {
"start": 641,
"end": 755,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 683,
"end": 753,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 683,
"end": 685,
"ctxt": 0
},
"value": "C4",
"optional": false
},
"value": {
"type": "ClassExpression",
"identifier": null,
"span": {
"start": 688,
"end": 753,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 704,
"end": 747,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 704,
"end": 710,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 704,
"end": 747,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 713,
"end": 747,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 727,
"end": 737,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 734,
"end": 736,
"ctxt": 0
},
"value": 14.0
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "VariableDeclaration",
"span": {
"start": 757,
"end": 764,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 761,
"end": 763,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 761,
"end": 763,
"ctxt": 0
},
"value": "C5",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 788,
"end": 851,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 788,
"end": 851,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 788,
"end": 793,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 788,
"end": 790,
"ctxt": 0
},
"value": "Ns",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 791,
"end": 793,
"ctxt": 0
},
"value": "C5",
"optional": false
}
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 796,
"end": 851,
"ctxt": 0
},
"operator": "||",
"left": {
"type": "Identifier",
"span": {
"start": 796,
"end": 798,
"ctxt": 0
},
"value": "C5",
"optional": false
},
"right": {
"type": "ClassExpression",
"identifier": null,
"span": {
"start": 802,
"end": 851,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 814,
"end": 849,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 814,
"end": 820,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 814,
"end": 849,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 823,
"end": 849,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 833,
"end": 843,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 840,
"end": 842,
"ctxt": 0
},
"value": 15.0
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
}
}
}
],
"interpreter": null
}