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

45 lines
833 B
JSON

{
"type": "Script",
"span": {
"start": 91,
"end": 106,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 91,
"end": 106,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 95,
"end": 105,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 95,
"end": 105,
"ctxt": 0
},
"value": "globalThis",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
}
],
"interpreter": null
}