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

528 lines
18 KiB
JSON

{
"type": "Script",
"span": {
"start": 125,
"end": 417,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 131,
"end": 132,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 125,
"end": 402,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 139,
"end": 400,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 146,
"end": 147,
"ctxt": 0
},
"value": "B",
"optional": false
},
"value": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 156,
"end": 157,
"ctxt": 0
},
"value": "B",
"optional": false
},
"span": {
"start": 150,
"end": 400,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 168,
"end": 274,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 175,
"end": 180,
"ctxt": 0
},
"value": "func2",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 168,
"end": 274,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 198,
"end": 274,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 212,
"end": 264,
"ctxt": 0
},
"argument": {
"type": "NewExpression",
"span": {
"start": 219,
"end": 263,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 223,
"end": 230,
"ctxt": 0
},
"value": "Promise",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 231,
"end": 262,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 232,
"end": 239,
"ctxt": 0
},
"value": "resolve",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 244,
"end": 262,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 246,
"end": 260,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 246,
"end": 259,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 246,
"end": 253,
"ctxt": 0
},
"value": "resolve",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NullLiteral",
"span": {
"start": 254,
"end": 258,
"ctxt": 0
}
}
}
],
"typeArguments": null
}
}
]
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 182,
"end": 197,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 184,
"end": 197,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 184,
"end": 191,
"ctxt": 0
},
"value": "Promise",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 191,
"end": 197,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 192,
"end": 196,
"ctxt": 0
},
"kind": "void"
}
]
}
}
}
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassProperty",
"span": {
"start": 283,
"end": 394,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 290,
"end": 291,
"ctxt": 0
},
"value": "C",
"optional": false
},
"value": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 300,
"end": 301,
"ctxt": 0
},
"value": "C",
"optional": false
},
"span": {
"start": 294,
"end": 394,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 316,
"end": 384,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 329,
"end": 333,
"ctxt": 0
},
"value": "func",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 316,
"end": 384,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 336,
"end": 384,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 354,
"end": 370,
"ctxt": 0
},
"expression": {
"type": "AwaitExpression",
"span": {
"start": 354,
"end": 369,
"ctxt": 0
},
"argument": {
"type": "CallExpression",
"span": {
"start": 360,
"end": 369,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 360,
"end": 367,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 360,
"end": 361,
"ctxt": 0
},
"value": "B",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 362,
"end": 367,
"ctxt": 0
},
"value": "func2",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
}
]
},
"generator": false,
"async": true,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
"typeAnnotation": null,
"isStatic": true,
"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": "ExpressionStatement",
"span": {
"start": 404,
"end": 417,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 404,
"end": 416,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 404,
"end": 414,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 404,
"end": 409,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 404,
"end": 407,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 404,
"end": 405,
"ctxt": 0
},
"value": "A",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 406,
"end": 407,
"ctxt": 0
},
"value": "B",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 408,
"end": 409,
"ctxt": 0
},
"value": "C",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 410,
"end": 414,
"ctxt": 0
},
"value": "func",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
],
"interpreter": null
}