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

723 lines
19 KiB
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 379,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 6,
"end": 7,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 0,
"end": 66,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 14,
"end": 64,
"ctxt": 0
},
"key": {
"type": "StringLiteral",
"span": {
"start": 14,
"end": 27,
"ctxt": 0
},
"value": "constructor",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 30,
"end": 64,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 40,
"end": 58,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 40,
"end": 57,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 40,
"end": 51,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 40,
"end": 47,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 48,
"end": 51,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ThisExpression",
"span": {
"start": 52,
"end": 56,
"ctxt": 0
}
}
}
],
"typeArguments": null
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 74,
"end": 75,
"ctxt": 0
},
"value": "D",
"optional": false
},
"declare": false,
"span": {
"start": 68,
"end": 134,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 82,
"end": 132,
"ctxt": 0
},
"key": {
"type": "StringLiteral",
"span": {
"start": 82,
"end": 95,
"ctxt": 0
},
"value": "constructor",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 98,
"end": 132,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 108,
"end": 126,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 108,
"end": 125,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 108,
"end": 119,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 108,
"end": 115,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 116,
"end": 119,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ThisExpression",
"span": {
"start": 120,
"end": 124,
"ctxt": 0
}
}
}
],
"typeArguments": null
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 142,
"end": 143,
"ctxt": 0
},
"value": "E",
"optional": false
},
"declare": false,
"span": {
"start": 136,
"end": 204,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 150,
"end": 202,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 150,
"end": 165,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 151,
"end": 164,
"ctxt": 0
},
"value": "constructor",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 150,
"end": 202,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 168,
"end": 202,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 178,
"end": 196,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 178,
"end": 195,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 178,
"end": 189,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 178,
"end": 185,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 186,
"end": 189,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ThisExpression",
"span": {
"start": 190,
"end": 194,
"ctxt": 0
}
}
}
],
"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": "ExpressionStatement",
"span": {
"start": 206,
"end": 275,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 206,
"end": 274,
"ctxt": 0
},
"callee": {
"type": "ClassExpression",
"identifier": null,
"span": {
"start": 210,
"end": 274,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 222,
"end": 272,
"ctxt": 0
},
"key": {
"type": "StringLiteral",
"span": {
"start": 222,
"end": 235,
"ctxt": 0
},
"value": "constructor",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 238,
"end": 272,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 248,
"end": 266,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 248,
"end": 265,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 248,
"end": 259,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 248,
"end": 255,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 256,
"end": 259,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ThisExpression",
"span": {
"start": 260,
"end": 264,
"ctxt": 0
}
}
}
],
"typeArguments": null
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
"arguments": null,
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 277,
"end": 308,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 281,
"end": 307,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 281,
"end": 282,
"ctxt": 0
},
"value": "o",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 285,
"end": 307,
"ctxt": 0
},
"properties": [
{
"type": "MethodProperty",
"key": {
"type": "StringLiteral",
"span": {
"start": 287,
"end": 300,
"ctxt": 0
},
"value": "constructor",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"params": [],
"decorators": [],
"span": {
"start": 287,
"end": 305,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 303,
"end": 305,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
]
},
"definite": false
}
]
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 316,
"end": 317,
"ctxt": 0
},
"value": "F",
"optional": false
},
"declare": false,
"span": {
"start": 310,
"end": 379,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 324,
"end": 377,
"ctxt": 0
},
"key": {
"type": "StringLiteral",
"span": {
"start": 324,
"end": 340,
"ctxt": 0
},
"value": "constructor",
"hasEscape": true,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 343,
"end": 377,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 353,
"end": 371,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 353,
"end": 370,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 353,
"end": 364,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 353,
"end": 360,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 361,
"end": 364,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ThisExpression",
"span": {
"start": 365,
"end": 369,
"ctxt": 0
}
}
}
],
"typeArguments": null
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}