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

138 lines
3.0 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 51,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 17,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5,
"end": 16,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5,
"end": 6,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 9,
"end": 16,
"ctxt": 0
},
"value": "Hello",
"raw": "\"Hello\""
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 18,
"end": 51,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 22,
"end": 50,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 22,
"end": 23,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 26,
"end": 50,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 26,
"end": 33,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 26,
"end": 27,
"ctxt": 0
},
"value": "a",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 28,
"end": 33,
"ctxt": 0
},
"value": "match",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "RegExpLiteral",
"span": {
"start": 34,
"end": 49,
"ctxt": 0
},
"pattern": "\\/ver=([^/]+)",
"flags": ""
}
}
],
"typeArguments": null
},
"definite": false
}
]
}
],
"interpreter": null
}