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

1273 lines
40 KiB
JSON

{
"type": "Script",
"span": {
"start": 17,
"end": 1286,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 23,
"end": 24,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 17,
"end": 60,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 31,
"end": 42,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 31,
"end": 32,
"ctxt": 0
},
"value": "x",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 31,
"end": 42,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 35,
"end": 42,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 47,
"end": 58,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 47,
"end": 48,
"ctxt": 0
},
"value": "y",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 47,
"end": 58,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 51,
"end": 58,
"ctxt": 0
},
"stmts": []
},
"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": 68,
"end": 69,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"span": {
"start": 62,
"end": 1286,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 163,
"end": 545,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 169,
"end": 175,
"ctxt": 0
},
"value": "simple",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 163,
"end": 545,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 178,
"end": 545,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 188,
"end": 208,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 194,
"end": 207,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 194,
"end": 200,
"ctxt": 0
},
"value": "_super",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NullLiteral",
"span": {
"start": 203,
"end": 207,
"ctxt": 0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 217,
"end": 242,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 223,
"end": 241,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 223,
"end": 234,
"ctxt": 0
},
"value": "_superIndex",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NullLiteral",
"span": {
"start": 237,
"end": 241,
"ctxt": 0
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 288,
"end": 298,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 288,
"end": 297,
"ctxt": 0
},
"callee": {
"type": "SuperPropExpression",
"span": {
"start": 288,
"end": 295,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 288,
"end": 293,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 294,
"end": 295,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 344,
"end": 354,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 344,
"end": 353,
"ctxt": 0
},
"callee": {
"type": "SuperPropExpression",
"span": {
"start": 344,
"end": 351,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 344,
"end": 349,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 350,
"end": 351,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 400,
"end": 413,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 400,
"end": 412,
"ctxt": 0
},
"callee": {
"type": "SuperPropExpression",
"span": {
"start": 400,
"end": 410,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 400,
"end": 405,
"ctxt": 0
}
},
"property": {
"type": "Computed",
"span": {
"start": 405,
"end": 410,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 406,
"end": 409,
"ctxt": 0
},
"value": "x",
"raw": "\"x\""
}
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 457,
"end": 475,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 463,
"end": 474,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 463,
"end": 464,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "SuperPropExpression",
"span": {
"start": 467,
"end": 474,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 467,
"end": 472,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 473,
"end": 474,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 518,
"end": 539,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 524,
"end": 538,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 524,
"end": 525,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "SuperPropExpression",
"span": {
"start": 528,
"end": 538,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 528,
"end": 533,
"ctxt": 0
}
},
"property": {
"type": "Computed",
"span": {
"start": 533,
"end": 538,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 534,
"end": 537,
"ctxt": 0
},
"value": "x",
"raw": "\"x\""
}
}
},
"definite": false
}
]
}
]
},
"generator": false,
"async": true,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 631,
"end": 1284,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 637,
"end": 645,
"ctxt": 0
},
"value": "advanced",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 631,
"end": 1284,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 648,
"end": 1284,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 658,
"end": 678,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 664,
"end": 677,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 664,
"end": 670,
"ctxt": 0
},
"value": "_super",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NullLiteral",
"span": {
"start": 673,
"end": 677,
"ctxt": 0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 687,
"end": 712,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 693,
"end": 711,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 693,
"end": 704,
"ctxt": 0
},
"value": "_superIndex",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NullLiteral",
"span": {
"start": 707,
"end": 711,
"ctxt": 0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 721,
"end": 740,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 727,
"end": 739,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 727,
"end": 728,
"ctxt": 0
},
"value": "f",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 731,
"end": 739,
"ctxt": 0
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 737,
"end": 739,
"ctxt": 0
},
"stmts": []
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 787,
"end": 797,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 787,
"end": 796,
"ctxt": 0
},
"callee": {
"type": "SuperPropExpression",
"span": {
"start": 787,
"end": 794,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 787,
"end": 792,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 793,
"end": 794,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 843,
"end": 856,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 843,
"end": 855,
"ctxt": 0
},
"callee": {
"type": "SuperPropExpression",
"span": {
"start": 843,
"end": 853,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 843,
"end": 848,
"ctxt": 0
}
},
"property": {
"type": "Computed",
"span": {
"start": 848,
"end": 853,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 849,
"end": 852,
"ctxt": 0
},
"value": "x",
"raw": "\"x\""
}
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 900,
"end": 918,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 906,
"end": 917,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 906,
"end": 907,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "SuperPropExpression",
"span": {
"start": 910,
"end": 917,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 910,
"end": 915,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 916,
"end": 917,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 961,
"end": 982,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 967,
"end": 981,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 967,
"end": 968,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "SuperPropExpression",
"span": {
"start": 971,
"end": 981,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 971,
"end": 976,
"ctxt": 0
}
},
"property": {
"type": "Computed",
"span": {
"start": 976,
"end": 981,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 977,
"end": 980,
"ctxt": 0
},
"value": "x",
"raw": "\"x\""
}
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1028,
"end": 1040,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1028,
"end": 1039,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "SuperPropExpression",
"span": {
"start": 1028,
"end": 1035,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 1028,
"end": 1033,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1034,
"end": 1035,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1038,
"end": 1039,
"ctxt": 0
},
"value": "f",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1085,
"end": 1100,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1085,
"end": 1099,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "SuperPropExpression",
"span": {
"start": 1085,
"end": 1095,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 1085,
"end": 1090,
"ctxt": 0
}
},
"property": {
"type": "Computed",
"span": {
"start": 1090,
"end": 1095,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1091,
"end": 1094,
"ctxt": 0
},
"value": "x",
"raw": "\"x\""
}
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1098,
"end": 1099,
"ctxt": 0
},
"value": "f",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1163,
"end": 1188,
"ctxt": 0
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 1163,
"end": 1187,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1164,
"end": 1186,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 1164,
"end": 1178,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1166,
"end": 1167,
"ctxt": 0
},
"value": "f",
"optional": false
},
"value": {
"type": "SuperPropExpression",
"span": {
"start": 1169,
"end": 1176,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 1169,
"end": 1174,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1175,
"end": 1176,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1181,
"end": 1186,
"ctxt": 0
},
"properties": [
{
"type": "Identifier",
"span": {
"start": 1183,
"end": 1184,
"ctxt": 0
},
"value": "f",
"optional": false
}
]
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1250,
"end": 1278,
"ctxt": 0
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 1250,
"end": 1277,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1251,
"end": 1276,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 1251,
"end": 1268,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1253,
"end": 1254,
"ctxt": 0
},
"value": "f",
"optional": false
},
"value": {
"type": "SuperPropExpression",
"span": {
"start": 1256,
"end": 1266,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 1256,
"end": 1261,
"ctxt": 0
}
},
"property": {
"type": "Computed",
"span": {
"start": 1261,
"end": 1266,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1262,
"end": 1265,
"ctxt": 0
},
"value": "x",
"raw": "\"x\""
}
}
}
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1271,
"end": 1276,
"ctxt": 0
},
"properties": [
{
"type": "Identifier",
"span": {
"start": 1273,
"end": 1274,
"ctxt": 0
},
"value": "f",
"optional": false
}
]
}
}
}
}
]
},
"generator": false,
"async": true,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 78,
"end": 79,
"ctxt": 0
},
"value": "A",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}