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

140 lines
3.0 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 35,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 19,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5,
"end": 18,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5,
"end": 8,
"ctxt": 0
},
"value": "let",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 8,
"end": 13,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 10,
"end": 13,
"ctxt": 0
},
"kind": "any"
}
}
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 16,
"end": 18,
"ctxt": 0
},
"properties": []
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 20,
"end": 35,
"ctxt": 0
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 20,
"end": 34,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 21,
"end": 33,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 21,
"end": 27,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 21,
"end": 24,
"ctxt": 0
},
"value": "let",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 24,
"end": 27,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 25,
"end": 26,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 30,
"end": 33,
"ctxt": 0
},
"value": 100.0,
"raw": "100"
}
}
}
}
],
"interpreter": null
}