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

750 lines
15 KiB
JSON

{
"type": "Module",
"span": {
"start": 22,
"end": 445,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 22,
"end": 33,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 26,
"end": 32,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 26,
"end": 27,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 30,
"end": 32,
"ctxt": 0
},
"value": 10.0
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 34,
"end": 45,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 38,
"end": 44,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 38,
"end": 39,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 42,
"end": 44,
"ctxt": 0
},
"value": 20.0
},
"definite": false
}
]
},
{
"type": "TsExportAssignment",
"span": {
"start": 46,
"end": 57,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 55,
"end": 56,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 58,
"end": 69,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 67,
"end": 68,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 93,
"end": 104,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 97,
"end": 103,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 97,
"end": 98,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 101,
"end": 103,
"ctxt": 0
},
"value": 10.0
},
"definite": false
}
]
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 111,
"end": 112,
"ctxt": 0
},
"value": "y",
"optional": false
},
"declare": false,
"span": {
"start": 105,
"end": 115,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "EmptyStatement",
"span": {
"start": 115,
"end": 116,
"ctxt": 0
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 117,
"end": 128,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 126,
"end": 127,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 129,
"end": 140,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 138,
"end": 139,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 164,
"end": 196,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 171,
"end": 172,
"ctxt": 0
},
"value": "x",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 173,
"end": 196,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 176,
"end": 194,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 183,
"end": 194,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 187,
"end": 193,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 187,
"end": 188,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 191,
"end": 193,
"ctxt": 0
},
"value": 10.0
},
"definite": false
}
]
}
}
]
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 203,
"end": 204,
"ctxt": 0
},
"value": "y",
"optional": false
},
"declare": false,
"span": {
"start": 197,
"end": 220,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 208,
"end": 218,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 208,
"end": 209,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 209,
"end": 217,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 211,
"end": 217,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsExportAssignment",
"span": {
"start": 221,
"end": 232,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 230,
"end": 231,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 233,
"end": 244,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 242,
"end": 243,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 268,
"end": 279,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 277,
"end": 278,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 289,
"end": 290,
"ctxt": 0
},
"value": "x",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 280,
"end": 307,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 292,
"end": 307,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 295,
"end": 305,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 302,
"end": 304,
"ctxt": 0
},
"value": 42.0
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 317,
"end": 318,
"ctxt": 0
},
"value": "y",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 308,
"end": 335,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 320,
"end": 335,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 323,
"end": 333,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 330,
"end": 332,
"ctxt": 0
},
"value": 42.0
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "TsExportAssignment",
"span": {
"start": 336,
"end": 347,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 345,
"end": 346,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 371,
"end": 381,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 375,
"end": 380,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 375,
"end": 376,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 379,
"end": 380,
"ctxt": 0
},
"value": 5.0
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 382,
"end": 397,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 386,
"end": 396,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 386,
"end": 387,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 390,
"end": 396,
"ctxt": 0
},
"value": "test",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 398,
"end": 409,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 402,
"end": 408,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 402,
"end": 403,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 406,
"end": 408,
"ctxt": 0
},
"properties": []
},
"definite": false
}
]
},
{
"type": "TsExportAssignment",
"span": {
"start": 410,
"end": 421,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 419,
"end": 420,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 422,
"end": 433,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 431,
"end": 432,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 434,
"end": 445,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 443,
"end": 444,
"ctxt": 0
},
"value": "z",
"optional": false
}
}
],
"interpreter": null
}