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

465 lines
10 KiB
JSON

{
"type": "Script",
"span": {
"start": 97,
"end": 367,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 97,
"end": 126,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 103,
"end": 125,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 103,
"end": 109,
"ctxt": 0
},
"value": "donkey",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 112,
"end": 125,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 113,
"end": 116,
"ctxt": 0
},
"value": "ast",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "Identifier",
"span": {
"start": 122,
"end": 125,
"ctxt": 0
},
"value": "ast",
"optional": false
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 137,
"end": 142,
"ctxt": 0
},
"value": "funky",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 143,
"end": 154,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 143,
"end": 154,
"ctxt": 0
},
"value": "declaration",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 128,
"end": 177,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 156,
"end": 177,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 162,
"end": 175,
"ctxt": 0
},
"argument": {
"type": "BooleanLiteral",
"span": {
"start": 169,
"end": 174,
"ctxt": 0
},
"value": false
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 178,
"end": 202,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 178,
"end": 201,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 178,
"end": 192,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 178,
"end": 184,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 185,
"end": 192,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 195,
"end": 201,
"ctxt": 0
},
"value": "donkey",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 203,
"end": 232,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 203,
"end": 231,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 203,
"end": 223,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 203,
"end": 217,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 203,
"end": 209,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 210,
"end": 217,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 218,
"end": 223,
"ctxt": 0
},
"value": "funky",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 226,
"end": 231,
"ctxt": 0
},
"value": "funky",
"optional": false
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 260,
"end": 313,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 266,
"end": 312,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 266,
"end": 275,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 268,
"end": 273,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 268,
"end": 273,
"ctxt": 0
},
"value": "funky",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 278,
"end": 312,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 278,
"end": 285,
"ctxt": 0
},
"value": "require",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 286,
"end": 311,
"ctxt": 0
},
"value": "./commonJSAliasedExport",
"raw": "'./commonJSAliasedExport'"
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 337,
"end": 346,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 341,
"end": 346,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 341,
"end": 346,
"ctxt": 0
},
"value": "diddy",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 347,
"end": 367,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 351,
"end": 367,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 351,
"end": 356,
"ctxt": 0
},
"value": "diddy",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 359,
"end": 367,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 359,
"end": 364,
"ctxt": 0
},
"value": "funky",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 365,
"end": 366,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
],
"typeArguments": null
},
"definite": false
}
]
}
],
"interpreter": null
}