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

689 lines
15 KiB
JSON

{
"type": "Script",
"span": {
"start": 78,
"end": 396,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 84,
"end": 86,
"ctxt": 0
},
"value": "EE",
"optional": false
},
"declare": false,
"span": {
"start": 78,
"end": 133,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 122,
"end": 131,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 122,
"end": 124,
"ctxt": 0
},
"value": "on",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 125,
"end": 126,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 125,
"end": 126,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 122,
"end": 131,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 128,
"end": 131,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "VariableDeclaration",
"span": {
"start": 134,
"end": 172,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 138,
"end": 172,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 138,
"end": 144,
"ctxt": 0
},
"value": "npmlog",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "AssignmentExpression",
"span": {
"start": 147,
"end": 172,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 147,
"end": 161,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 147,
"end": 153,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 154,
"end": 161,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"right": {
"type": "NewExpression",
"span": {
"start": 164,
"end": 172,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 168,
"end": 170,
"ctxt": 0
},
"value": "EE",
"optional": false
},
"arguments": [],
"typeArguments": null
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 174,
"end": 189,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 174,
"end": 189,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 174,
"end": 183,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 174,
"end": 180,
"ctxt": 0
},
"value": "npmlog",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 181,
"end": 183,
"ctxt": 0
},
"value": "on",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 184,
"end": 188,
"ctxt": 0
},
"value": "hi",
"raw": "'hi'"
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 226,
"end": 249,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 226,
"end": 249,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 226,
"end": 243,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 226,
"end": 240,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 226,
"end": 232,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 233,
"end": 240,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 241,
"end": 243,
"ctxt": 0
},
"value": "on",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 244,
"end": 248,
"ctxt": 0
},
"value": "hi",
"raw": "'hi'"
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 263,
"end": 275,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 263,
"end": 275,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 263,
"end": 271,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 263,
"end": 269,
"ctxt": 0
},
"value": "npmlog",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 270,
"end": 271,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 274,
"end": 275,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 276,
"end": 296,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 276,
"end": 296,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 276,
"end": 292,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 276,
"end": 290,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 276,
"end": 282,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 283,
"end": 290,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 291,
"end": 292,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 295,
"end": 296,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 297,
"end": 305,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 297,
"end": 305,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 297,
"end": 303,
"ctxt": 0
},
"value": "npmlog",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 304,
"end": 305,
"ctxt": 0
},
"value": "y",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 306,
"end": 322,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 306,
"end": 322,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 306,
"end": 320,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 306,
"end": 312,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 313,
"end": 320,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 321,
"end": 322,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 345,
"end": 377,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 349,
"end": 377,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 349,
"end": 355,
"ctxt": 0
},
"value": "npmlog",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 358,
"end": 377,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 358,
"end": 365,
"ctxt": 0
},
"value": "require",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 366,
"end": 376,
"ctxt": 0
},
"value": "./npmlog",
"raw": "'./npmlog'"
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 378,
"end": 386,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 378,
"end": 386,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 378,
"end": 384,
"ctxt": 0
},
"value": "npmlog",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 385,
"end": 386,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 387,
"end": 396,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 387,
"end": 396,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 387,
"end": 393,
"ctxt": 0
},
"value": "npmlog",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 394,
"end": 396,
"ctxt": 0
},
"value": "on",
"optional": false
}
}
}
],
"interpreter": null
}