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

262 lines
7.2 KiB
JSON
Raw Normal View History

{
"type": "Module",
"span": {
"start": 62,
"end": 184,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 62,
"end": 184,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 75,
"end": 76,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 69,
"end": 184,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 83,
"end": 98,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 83,
"end": 88,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 84,
"end": 88,
"ctxt": 0
},
"value": "used",
"optional": false
}
},
"value": {
"type": "StringLiteral",
"span": {
"start": 91,
"end": 97,
"ctxt": 0
},
"value": "used",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"computed": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateProperty",
"span": {
"start": 103,
"end": 122,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 103,
"end": 110,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 104,
"end": 110,
"ctxt": 0
},
"value": "unused",
"optional": false
}
},
"value": {
"type": "StringLiteral",
"span": {
"start": 113,
"end": 121,
"ctxt": 0
},
"value": "unused",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"computed": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "Constructor",
"span": {
"start": 127,
"end": 182,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 127,
"end": 138,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 142,
"end": 182,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 152,
"end": 176,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 152,
"end": 175,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 152,
"end": 163,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 152,
"end": 159,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 160,
"end": 163,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 164,
"end": 174,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 164,
"end": 168,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 169,
"end": 174,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 170,
"end": 174,
"ctxt": 0
},
"value": "used",
"optional": false
}
}
}
}
],
"typeArguments": null
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
}
],
"interpreter": null
}