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

282 lines
7.3 KiB
JSON

{
"type": "Script",
"span": {
"start": 17,
"end": 142,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 17,
"end": 32,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 21,
"end": 31,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 21,
"end": 22,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 22,
"end": 31,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 24,
"end": 31,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 33,
"end": 142,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 37,
"end": 142,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 37,
"end": 38,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 41,
"end": 142,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 47,
"end": 50,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 48,
"end": 49,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 52,
"end": 53,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 59,
"end": 65,
"ctxt": 0
},
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 60,
"end": 64,
"ctxt": 0
},
"value": true
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 67,
"end": 68,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 74,
"end": 78,
"ctxt": 0
},
"expression": {
"type": "ArrayExpression",
"span": {
"start": 75,
"end": 77,
"ctxt": 0
},
"elements": []
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 80,
"end": 81,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 87,
"end": 91,
"ctxt": 0
},
"expression": {
"type": "ObjectExpression",
"span": {
"start": 88,
"end": 90,
"ctxt": 0
},
"properties": []
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 93,
"end": 94,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 100,
"end": 111,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 101,
"end": 110,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"value": {
"type": "Identifier",
"span": {
"start": 113,
"end": 122,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 128,
"end": 134,
"ctxt": 0
},
"expression": {
"type": "NullLiteral",
"span": {
"start": 129,
"end": 133,
"ctxt": 0
}
}
},
"value": {
"type": "NullLiteral",
"span": {
"start": 136,
"end": 140,
"ctxt": 0
}
}
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}