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

239 lines
6.2 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 120,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 120,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 7,
"end": 119,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 7,
"end": 106,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 13,
"end": 18,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 13,
"end": 14,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 17,
"end": 18,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 24,
"end": 29,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 24,
"end": 25,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 28,
"end": 29,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 35,
"end": 40,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 35,
"end": 36,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 39,
"end": 40,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 52,
"end": 57,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 52,
"end": 53,
"ctxt": 0
},
"value": "d",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 56,
"end": 57,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 69,
"end": 74,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 69,
"end": 70,
"ctxt": 0
},
"value": "e",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 73,
"end": 74,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 89,
"end": 94,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 89,
"end": 90,
"ctxt": 0
},
"value": "f",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 93,
"end": 94,
"ctxt": 0
},
"value": "f",
"optional": false
}
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsAsExpression",
"span": {
"start": 109,
"end": 119,
"ctxt": 0
},
"expression": {
"type": "ObjectExpression",
"span": {
"start": 109,
"end": 112,
"ctxt": 0
},
"properties": []
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 116,
"end": 119,
"ctxt": 0
},
"kind": "any"
}
},
"definite": false
}
]
}
],
"interpreter": null
}