swc/crates/swc_ecma_parser/tests/tsc/ES5SymbolProperty1.json
2022-02-04 17:08:38 +09:00

295 lines
6.9 KiB
JSON

{
"type": "Script",
"span": {
"start": 15,
"end": 147,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 15,
"end": 63,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 25,
"end": 42,
"ctxt": 0
},
"value": "SymbolConstructor",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 43,
"end": 63,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 49,
"end": 61,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 49,
"end": 52,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 52,
"end": 60,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 54,
"end": 60,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 64,
"end": 94,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 68,
"end": 93,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 68,
"end": 74,
"ctxt": 0
},
"value": "Symbol",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 74,
"end": 93,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 76,
"end": 93,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 76,
"end": 93,
"ctxt": 0
},
"value": "SymbolConstructor",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 96,
"end": 129,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 100,
"end": 129,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 100,
"end": 103,
"ctxt": 0
},
"value": "obj",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 106,
"end": 129,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 112,
"end": 124,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 113,
"end": 123,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 113,
"end": 119,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 120,
"end": 123,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 126,
"end": 127,
"ctxt": 0
},
"value": 0.0
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 131,
"end": 147,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 131,
"end": 146,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 131,
"end": 134,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 134,
"end": 146,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 135,
"end": 145,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 135,
"end": 141,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 142,
"end": 145,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
}
}
}
],
"interpreter": null
}