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

148 lines
3.6 KiB
JSON

{
"type": "Script",
"span": {
"start": 195,
"end": 301,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 195,
"end": 226,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 207,
"end": 225,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 207,
"end": 208,
"ctxt": 0
},
"value": "$",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 208,
"end": 225,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 210,
"end": 225,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 212,
"end": 223,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 212,
"end": 215,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"computed": false,
"optional": false,
"params": [],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 217,
"end": 223,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 219,
"end": 223,
"ctxt": 0
},
"kind": "void"
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 293,
"end": 301,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 293,
"end": 300,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 293,
"end": 298,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 293,
"end": 294,
"ctxt": 0
},
"value": "$",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 295,
"end": 298,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
],
"interpreter": null
}