swc/crates/swc_ecma_parser/tests/tsc/privateNameES5Ban.json
2022-04-05 12:46:35 +00:00

593 lines
15 KiB
JSON

{
"type": "Script",
"span": {
"start": 22,
"end": 279,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 28,
"end": 29,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 22,
"end": 279,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 36,
"end": 52,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 36,
"end": 47,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 50,
"end": 52,
"ctxt": 0
},
"stmts": []
},
"accessibility": null,
"isOptional": false
},
{
"type": "PrivateProperty",
"span": {
"start": 57,
"end": 70,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 57,
"end": 63,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 58,
"end": 63,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 66,
"end": 69,
"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": 75,
"end": 87,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 75,
"end": 82,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 76,
"end": 82,
"ctxt": 0
},
"value": "method",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 75,
"end": 87,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 85,
"end": 87,
"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": 92,
"end": 123,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 99,
"end": 106,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 100,
"end": 106,
"ctxt": 0
},
"value": "sField",
"optional": false
}
},
"value": {
"type": "StringLiteral",
"span": {
"start": 109,
"end": 122,
"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": 128,
"end": 148,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 135,
"end": 143,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 136,
"end": 143,
"ctxt": 0
},
"value": "sMethod",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 128,
"end": 148,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 146,
"end": 148,
"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": 153,
"end": 178,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 157,
"end": 161,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 158,
"end": 161,
"ctxt": 0
},
"value": "acc",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 153,
"end": 178,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 164,
"end": 178,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 166,
"end": 176,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 173,
"end": 175,
"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": 183,
"end": 205,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 187,
"end": 191,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 188,
"end": 191,
"ctxt": 0
},
"value": "acc",
"optional": false
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 192,
"end": 201,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 192,
"end": 201,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 193,
"end": 201,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 195,
"end": 201,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 183,
"end": 205,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 203,
"end": 205,
"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": 210,
"end": 242,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 221,
"end": 226,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 222,
"end": 226,
"ctxt": 0
},
"value": "sAcc",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 210,
"end": 242,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 229,
"end": 242,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 231,
"end": 240,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 238,
"end": 239,
"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": 247,
"end": 277,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 258,
"end": 263,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 259,
"end": 263,
"ctxt": 0
},
"value": "sAcc",
"optional": false
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 264,
"end": 273,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 264,
"end": 273,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 265,
"end": 273,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 267,
"end": 273,
"ctxt": 0
},
"kind": "number"
}
}
}
}
],
"decorators": [],
"span": {
"start": 247,
"end": 277,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 275,
"end": 277,
"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
}