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

753 lines
16 KiB
JSON

{
"type": "Module",
"span": {
"start": 23,
"end": 446,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 23,
"end": 34,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 27,
"end": 33,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 27,
"end": 28,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 31,
"end": 33,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 35,
"end": 46,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 39,
"end": 45,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 39,
"end": 40,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 43,
"end": 45,
"ctxt": 0
},
"value": 20.0,
"raw": "20"
},
"definite": false
}
]
},
{
"type": "TsExportAssignment",
"span": {
"start": 47,
"end": 58,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 56,
"end": 57,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 59,
"end": 70,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 68,
"end": 69,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 94,
"end": 105,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 98,
"end": 104,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 98,
"end": 99,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 102,
"end": 104,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
},
"definite": false
}
]
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 112,
"end": 113,
"ctxt": 0
},
"value": "y",
"optional": false
},
"declare": false,
"span": {
"start": 106,
"end": 116,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "EmptyStatement",
"span": {
"start": 116,
"end": 117,
"ctxt": 0
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 118,
"end": 129,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 127,
"end": 128,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 130,
"end": 141,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 139,
"end": 140,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 165,
"end": 197,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 172,
"end": 173,
"ctxt": 0
},
"value": "x",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 174,
"end": 197,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 177,
"end": 195,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 184,
"end": 195,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 188,
"end": 194,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 188,
"end": 189,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 192,
"end": 194,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
},
"definite": false
}
]
}
}
]
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 204,
"end": 205,
"ctxt": 0
},
"value": "y",
"optional": false
},
"declare": false,
"span": {
"start": 198,
"end": 221,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 209,
"end": 219,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 209,
"end": 210,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 210,
"end": 218,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 212,
"end": 218,
"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": 222,
"end": 233,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 231,
"end": 232,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 234,
"end": 245,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 243,
"end": 244,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 269,
"end": 280,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 278,
"end": 279,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 290,
"end": 291,
"ctxt": 0
},
"value": "x",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 281,
"end": 308,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 293,
"end": 308,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 296,
"end": 306,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 303,
"end": 305,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 318,
"end": 319,
"ctxt": 0
},
"value": "y",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 309,
"end": 336,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 321,
"end": 336,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 324,
"end": 334,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 331,
"end": 333,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "TsExportAssignment",
"span": {
"start": 337,
"end": 348,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 346,
"end": 347,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 372,
"end": 382,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 376,
"end": 381,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 376,
"end": 377,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 380,
"end": 381,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 383,
"end": 398,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 387,
"end": 397,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 387,
"end": 388,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 391,
"end": 397,
"ctxt": 0
},
"value": "test",
"raw": "\"test\""
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 399,
"end": 410,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 403,
"end": 409,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 403,
"end": 404,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 407,
"end": 409,
"ctxt": 0
},
"properties": []
},
"definite": false
}
]
},
{
"type": "TsExportAssignment",
"span": {
"start": 411,
"end": 422,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 420,
"end": 421,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 423,
"end": 434,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 432,
"end": 433,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
{
"type": "TsExportAssignment",
"span": {
"start": 435,
"end": 446,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 444,
"end": 445,
"ctxt": 0
},
"value": "z",
"optional": false
}
}
],
"interpreter": null
}