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

252 lines
6.4 KiB
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 353,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 16,
"end": 55,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 20,
"end": 54,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 20,
"end": 23,
"ctxt": 0
},
"value": "obj",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 26,
"end": 54,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 32,
"end": 49,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 33,
"end": 48,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 33,
"end": 39,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 40,
"end": 48,
"ctxt": 0
},
"value": "iterator",
"optional": false
}
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 51,
"end": 52,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
},
"definite": false
}
]
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 57,
"end": 353,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 64,
"end": 65,
"ctxt": 0
},
"value": "M",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 66,
"end": 353,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 72,
"end": 87,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 76,
"end": 86,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 76,
"end": 82,
"ctxt": 0
},
"value": "Symbol",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 82,
"end": 86,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 84,
"end": 86,
"ctxt": 0
},
"members": []
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 327,
"end": 351,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 327,
"end": 350,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 327,
"end": 330,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 330,
"end": 350,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 331,
"end": 349,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 331,
"end": 337,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 337,
"end": 349,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 338,
"end": 348,
"ctxt": 0
},
"value": "iterator",
"raw": "\"iterator\""
}
}
}
}
}
}
]
}
}
],
"interpreter": null
}