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

460 lines
11 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 142,
"end": 410,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 151,
"end": 154,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 155,
"end": 156,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 155,
"end": 156,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 142,
"end": 179,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 158,
"end": 179,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 164,
"end": 177,
"ctxt": 0
},
"argument": {
"type": "BinaryExpression",
"span": {
"start": 171,
"end": 176,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 171,
"end": 172,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 175,
"end": 176,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 187,
"end": 196,
"ctxt": 0
},
"value": "SomeClass",
"optional": false
},
"declare": false,
"span": {
"start": 181,
"end": 234,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 203,
"end": 232,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 203,
"end": 204,
"ctxt": 0
},
"value": "a",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 203,
"end": 232,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 207,
"end": 232,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 217,
"end": 226,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 224,
"end": 225,
"ctxt": 0
},
"value": 1.0
}
}
]
},
"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": "ExpressionStatement",
"span": {
"start": 236,
"end": 279,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 236,
"end": 279,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 236,
"end": 250,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 236,
"end": 242,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 243,
"end": 250,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 253,
"end": 279,
"ctxt": 0
},
"properties": [
{
"type": "Identifier",
"span": {
"start": 259,
"end": 262,
"ctxt": 0
},
"value": "bar",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 268,
"end": 277,
"ctxt": 0
},
"value": "SomeClass",
"optional": false
}
]
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 302,
"end": 361,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 308,
"end": 360,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 308,
"end": 341,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 310,
"end": 319,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 310,
"end": 319,
"ctxt": 0
},
"value": "SomeClass",
"optional": false
},
"value": null
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 321,
"end": 330,
"ctxt": 0
},
"value": "SomeClass",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 332,
"end": 339,
"ctxt": 0
},
"value": "Another",
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 344,
"end": 360,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 344,
"end": 351,
"ctxt": 0
},
"value": "require",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 352,
"end": 359,
"ctxt": 0
},
"value": "./lib",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 363,
"end": 410,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 363,
"end": 410,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 363,
"end": 377,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 363,
"end": 369,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 370,
"end": 377,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 380,
"end": 410,
"ctxt": 0
},
"properties": [
{
"type": "Identifier",
"span": {
"start": 386,
"end": 395,
"ctxt": 0
},
"value": "SomeClass",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 401,
"end": 408,
"ctxt": 0
},
"value": "Another",
"optional": false
}
]
}
}
}
],
"interpreter": null
}