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

593 lines
15 KiB
JSON

{
"type": "Script",
"span": {
"start": 23,
"end": 280,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 29,
"end": 30,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 23,
"end": 280,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 37,
"end": 53,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 37,
"end": 48,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 51,
"end": 53,
"ctxt": 0
},
"stmts": []
},
"accessibility": null,
"isOptional": false
},
{
"type": "PrivateProperty",
"span": {
"start": 58,
"end": 71,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 58,
"end": 64,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 59,
"end": 64,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 67,
"end": 70,
"ctxt": 0
},
"value": 123.0,
"raw": "123"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateMethod",
"span": {
"start": 76,
"end": 88,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 76,
"end": 83,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 77,
"end": 83,
"ctxt": 0
},
"value": "method",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 76,
"end": 88,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 86,
"end": 88,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "PrivateProperty",
"span": {
"start": 93,
"end": 124,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 100,
"end": 107,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 101,
"end": 107,
"ctxt": 0
},
"value": "sField",
"optional": false
}
},
"value": {
"type": "StringLiteral",
"span": {
"start": 110,
"end": 123,
"ctxt": 0
},
"value": "hello world",
"raw": "\"hello world\""
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateMethod",
"span": {
"start": 129,
"end": 149,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 136,
"end": 144,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 137,
"end": 144,
"ctxt": 0
},
"value": "sMethod",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 129,
"end": 149,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 147,
"end": 149,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "PrivateMethod",
"span": {
"start": 154,
"end": 179,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 158,
"end": 162,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 159,
"end": 162,
"ctxt": 0
},
"value": "acc",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 154,
"end": 179,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 165,
"end": 179,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 167,
"end": 177,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 174,
"end": 176,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "PrivateMethod",
"span": {
"start": 184,
"end": 206,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 188,
"end": 192,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 189,
"end": 192,
"ctxt": 0
},
"value": "acc",
"optional": false
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 193,
"end": 202,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 193,
"end": 202,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 194,
"end": 202,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 196,
"end": 202,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 184,
"end": 206,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 204,
"end": 206,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "setter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "PrivateMethod",
"span": {
"start": 211,
"end": 243,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 222,
"end": 227,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 223,
"end": 227,
"ctxt": 0
},
"value": "sAcc",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 211,
"end": 243,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 230,
"end": 243,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 232,
"end": 241,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 239,
"end": 240,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "PrivateMethod",
"span": {
"start": 248,
"end": 278,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 259,
"end": 264,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 260,
"end": 264,
"ctxt": 0
},
"value": "sAcc",
"optional": false
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 265,
"end": 274,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 265,
"end": 274,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 266,
"end": 274,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 268,
"end": 274,
"ctxt": 0
},
"kind": "number"
}
}
}
}
],
"decorators": [],
"span": {
"start": 248,
"end": 278,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 276,
"end": 278,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "setter",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}