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

444 lines
9.5 KiB
JSON

{
"type": "Module",
"span": {
"start": 111,
"end": 548,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 111,
"end": 130,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 124,
"end": 127,
"ctxt": 0
},
"value": "Vue",
"optional": false
},
"declare": false,
"span": {
"start": 118,
"end": 130,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 131,
"end": 162,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 138,
"end": 162,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 144,
"end": 161,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 144,
"end": 150,
"ctxt": 0
},
"value": "config",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 153,
"end": 161,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 155,
"end": 156,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 158,
"end": 159,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
},
"definite": false
}
]
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 186,
"end": 222,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 195,
"end": 198,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 195,
"end": 198,
"ctxt": 0
},
"value": "Vue",
"optional": false
},
"imported": null,
"isTypeOnly": false
},
{
"type": "ImportSpecifier",
"span": {
"start": 200,
"end": 206,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 200,
"end": 206,
"ctxt": 0
},
"value": "config",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 214,
"end": 221,
"ctxt": 0
},
"value": "./vue",
"raw": "\"./vue\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 275,
"end": 291,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 275,
"end": 290,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 275,
"end": 285,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 275,
"end": 278,
"ctxt": 0
},
"value": "Vue",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 279,
"end": 285,
"ctxt": 0
},
"value": "config",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 288,
"end": 290,
"ctxt": 0
},
"properties": []
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 292,
"end": 302,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 292,
"end": 301,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 296,
"end": 299,
"ctxt": 0
},
"value": "Vue",
"optional": false
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 382,
"end": 395,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 382,
"end": 394,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 382,
"end": 390,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 382,
"end": 388,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 389,
"end": 390,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 393,
"end": 394,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 514,
"end": 528,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 514,
"end": 527,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 514,
"end": 522,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 514,
"end": 520,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 521,
"end": 522,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 525,
"end": 527,
"ctxt": 0
},
"properties": []
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 529,
"end": 538,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 529,
"end": 537,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 529,
"end": 535,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 536,
"end": 537,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 539,
"end": 548,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 539,
"end": 547,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 539,
"end": 545,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 546,
"end": 547,
"ctxt": 0
},
"value": "y",
"optional": false
}
}
}
],
"interpreter": null
}