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

158 lines
3.2 KiB
JSON

{
"type": "Module",
"span": {
"start": 76,
"end": 169,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 76,
"end": 96,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 83,
"end": 96,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 87,
"end": 96,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 87,
"end": 91,
"ctxt": 0
},
"value": "hurk",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 94,
"end": 96,
"ctxt": 0
},
"properties": []
},
"definite": false
}
]
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 123,
"end": 152,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 132,
"end": 136,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 132,
"end": 136,
"ctxt": 0
},
"value": "hurk",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 144,
"end": 152,
"ctxt": 0
},
"value": "./mod1",
"raw": "'./mod1'"
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 153,
"end": 169,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 153,
"end": 169,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 153,
"end": 165,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 153,
"end": 157,
"ctxt": 0
},
"value": "hurk",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 158,
"end": 165,
"ctxt": 0
},
"value": "expando",
"optional": false
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 168,
"end": 169,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
}
],
"interpreter": null
}