swc/crates/swc_ecma_parser/tests/tsc/library-reference-6.json

188 lines
4.6 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 205,
"end": 356,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 205,
"end": 238,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 217,
"end": 237,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 217,
"end": 222,
"ctxt": 0
},
"value": "alpha",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 222,
"end": 237,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 224,
"end": 237,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 226,
"end": 235,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 226,
"end": 227,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 227,
"end": 235,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 229,
"end": 235,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 298,
"end": 322,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 302,
"end": 321,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 302,
"end": 303,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 303,
"end": 311,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 305,
"end": 311,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": {
"type": "MemberExpression",
"span": {
"start": 314,
"end": 321,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 314,
"end": 319,
"ctxt": 0
},
"value": "alpha",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 320,
"end": 321,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "BlockStatement",
"span": {
"start": 353,
"end": 356,
"ctxt": 0
},
"stmts": []
}
],
"interpreter": null
}