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

477 lines
11 KiB
JSON

{
"type": "Module",
"span": {
"start": 40,
"end": 348,
"ctxt": 0
},
"body": [
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 40,
"end": 73,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": false,
"id": {
"type": "Identifier",
"span": {
"start": 47,
"end": 51,
"ctxt": 0
},
"value": "foo1",
"optional": false
},
"moduleRef": {
"type": "TsExternalModuleReference",
"span": {
"start": 54,
"end": 72,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 62,
"end": 71,
"ctxt": 0
},
"value": "./foo_1",
"raw": "'./foo_1'"
}
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 74,
"end": 112,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 81,
"end": 84,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 85,
"end": 112,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 88,
"end": 110,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 95,
"end": 110,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 99,
"end": 109,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 99,
"end": 100,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 103,
"end": 109,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 103,
"end": 107,
"ctxt": 0
},
"value": "foo1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 108,
"end": 109,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"definite": false
}
]
}
}
]
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 113,
"end": 126,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 122,
"end": 125,
"ctxt": 0
},
"value": "Foo",
"optional": false
}
},
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 151,
"end": 184,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": false,
"id": {
"type": "Identifier",
"span": {
"start": 158,
"end": 162,
"ctxt": 0
},
"value": "foo2",
"optional": false
},
"moduleRef": {
"type": "TsExternalModuleReference",
"span": {
"start": 165,
"end": 183,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 173,
"end": 182,
"ctxt": 0
},
"value": "./foo_2",
"raw": "\"./foo_2\""
}
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 185,
"end": 223,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 192,
"end": 195,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 196,
"end": 223,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 199,
"end": 221,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 206,
"end": 221,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 210,
"end": 220,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 210,
"end": 211,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 214,
"end": 220,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 214,
"end": 218,
"ctxt": 0
},
"value": "foo2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 219,
"end": 220,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"definite": false
}
]
}
}
]
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 224,
"end": 237,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 233,
"end": 236,
"ctxt": 0
},
"value": "Foo",
"optional": false
}
},
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 262,
"end": 295,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": false,
"id": {
"type": "Identifier",
"span": {
"start": 269,
"end": 273,
"ctxt": 0
},
"value": "foo0",
"optional": false
},
"moduleRef": {
"type": "TsExternalModuleReference",
"span": {
"start": 276,
"end": 294,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 284,
"end": 293,
"ctxt": 0
},
"value": "./foo_0",
"raw": "\"./foo_0\""
}
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 296,
"end": 334,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 303,
"end": 306,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 307,
"end": 334,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 310,
"end": 332,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 317,
"end": 332,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 321,
"end": 331,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 321,
"end": 322,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 325,
"end": 331,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 325,
"end": 329,
"ctxt": 0
},
"value": "foo0",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 330,
"end": 331,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"definite": false
}
]
}
}
]
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 335,
"end": 348,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 344,
"end": 347,
"ctxt": 0
},
"value": "Foo",
"optional": false
}
}
],
"interpreter": null
}