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

210 lines
5.7 KiB
JSON

{
"type": "Script",
"span": {
"start": 39,
"end": 97,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 39,
"end": 97,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 43,
"end": 97,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 43,
"end": 44,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 47,
"end": 97,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 51,
"end": 55,
"ctxt": 0
},
"expression": {
"type": "UnaryExpression",
"span": {
"start": 52,
"end": 54,
"ctxt": 0
},
"operator": "-",
"argument": {
"type": "NumericLiteral",
"span": {
"start": 53,
"end": 54,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"value": {
"type": "ObjectExpression",
"span": {
"start": 57,
"end": 59,
"ctxt": 0
},
"properties": []
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 63,
"end": 67,
"ctxt": 0
},
"expression": {
"type": "UnaryExpression",
"span": {
"start": 64,
"end": 66,
"ctxt": 0
},
"operator": "+",
"argument": {
"type": "NumericLiteral",
"span": {
"start": 65,
"end": 66,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"value": {
"type": "ObjectExpression",
"span": {
"start": 69,
"end": 71,
"ctxt": 0
},
"properties": []
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 75,
"end": 79,
"ctxt": 0
},
"expression": {
"type": "UnaryExpression",
"span": {
"start": 76,
"end": 78,
"ctxt": 0
},
"operator": "~",
"argument": {
"type": "NumericLiteral",
"span": {
"start": 77,
"end": 78,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"value": {
"type": "ObjectExpression",
"span": {
"start": 81,
"end": 83,
"ctxt": 0
},
"properties": []
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 87,
"end": 91,
"ctxt": 0
},
"expression": {
"type": "UnaryExpression",
"span": {
"start": 88,
"end": 90,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "NumericLiteral",
"span": {
"start": 89,
"end": 90,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"value": {
"type": "ObjectExpression",
"span": {
"start": 93,
"end": 95,
"ctxt": 0
},
"properties": []
}
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}