swc/crates/swc_ecma_parser/tests/tsc/symbolProperty56.json
2022-03-22 07:54:08 +00:00

251 lines
6.4 KiB
JSON

{
"type": "Script",
"span": {
"start": 15,
"end": 352,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 15,
"end": 54,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 19,
"end": 53,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 19,
"end": 22,
"ctxt": 0
},
"value": "obj",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 25,
"end": 53,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 31,
"end": 48,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 32,
"end": 47,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 32,
"end": 38,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 39,
"end": 47,
"ctxt": 0
},
"value": "iterator",
"optional": false
}
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 50,
"end": 51,
"ctxt": 0
},
"value": 0.0
}
}
]
},
"definite": false
}
]
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 56,
"end": 352,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 63,
"end": 64,
"ctxt": 0
},
"value": "M",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 65,
"end": 352,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 71,
"end": 86,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 75,
"end": 85,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 75,
"end": 81,
"ctxt": 0
},
"value": "Symbol",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 81,
"end": 85,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 83,
"end": 85,
"ctxt": 0
},
"members": []
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 326,
"end": 350,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 326,
"end": 349,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 326,
"end": 329,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 329,
"end": 349,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 330,
"end": 348,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 330,
"end": 336,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 336,
"end": 348,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 337,
"end": 347,
"ctxt": 0
},
"value": "iterator",
"raw": "\"iterator\""
}
}
}
}
}
}
]
}
}
],
"interpreter": null
}