swc/crates/swc_ecma_parser/tests/tsc/importCallExpressionInCJS5.json
2022-02-04 17:08:38 +09:00

1617 lines
60 KiB
JSON

{
"type": "Module",
"span": {
"start": 95,
"end": 977,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 95,
"end": 144,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 108,
"end": 109,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"span": {
"start": 102,
"end": 144,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 116,
"end": 142,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 116,
"end": 121,
"ctxt": 0
},
"value": "print",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 116,
"end": 142,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 124,
"end": 142,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 126,
"end": 141,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 133,
"end": 141,
"ctxt": 0
},
"value": "I am B",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
},
"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": "ExportDeclaration",
"span": {
"start": 146,
"end": 184,
"ctxt": 0
},
"declaration": {
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 162,
"end": 165,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 153,
"end": 184,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 168,
"end": 184,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 170,
"end": 182,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 177,
"end": 182,
"ctxt": 0
},
"value": "foo",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 205,
"end": 250,
"ctxt": 0
},
"declaration": {
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 221,
"end": 227,
"ctxt": 0
},
"value": "backup",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 212,
"end": 250,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 230,
"end": 250,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 232,
"end": 248,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 239,
"end": 247,
"ctxt": 0
},
"value": "backup",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 271,
"end": 296,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 283,
"end": 295,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 283,
"end": 290,
"ctxt": 0
},
"value": "console",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 290,
"end": 295,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 292,
"end": 295,
"ctxt": 0
},
"kind": "any"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 303,
"end": 304,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 297,
"end": 633,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 311,
"end": 344,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 319,
"end": 327,
"ctxt": 0
},
"value": "myModule",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 330,
"end": 343,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 330,
"end": 336,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 337,
"end": 342,
"ctxt": 0
},
"value": "./0",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": "private",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 349,
"end": 631,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 349,
"end": 355,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 349,
"end": 631,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 358,
"end": 631,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 368,
"end": 401,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 374,
"end": 400,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 374,
"end": 383,
"ctxt": 0
},
"value": "loadAsync",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 386,
"end": 400,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 386,
"end": 392,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 394,
"end": 399,
"ctxt": 0
},
"value": "./0",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 410,
"end": 625,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 410,
"end": 624,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 410,
"end": 428,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 410,
"end": 423,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 410,
"end": 414,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 415,
"end": 423,
"ctxt": 0
},
"value": "myModule",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 424,
"end": 428,
"ctxt": 0
},
"value": "then",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 429,
"end": 485,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 429,
"end": 433,
"ctxt": 0
},
"value": "Zero",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 437,
"end": 485,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 451,
"end": 475,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 451,
"end": 474,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 451,
"end": 462,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 451,
"end": 458,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 459,
"end": 462,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "CallExpression",
"span": {
"start": 463,
"end": 473,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 463,
"end": 471,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 463,
"end": 467,
"ctxt": 0
},
"value": "Zero",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 468,
"end": 471,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
],
"typeArguments": null
}
}
]
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
},
{
"spread": null,
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 487,
"end": 623,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 493,
"end": 496,
"ctxt": 0
},
"value": "err",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 500,
"end": 623,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 514,
"end": 531,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 514,
"end": 530,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 514,
"end": 525,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 514,
"end": 521,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 522,
"end": 525,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 526,
"end": 529,
"ctxt": 0
},
"value": "err",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 544,
"end": 574,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 548,
"end": 573,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 548,
"end": 551,
"ctxt": 0
},
"value": "one",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "AwaitExpression",
"span": {
"start": 554,
"end": 573,
"ctxt": 0
},
"argument": {
"type": "CallExpression",
"span": {
"start": 560,
"end": 573,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 560,
"end": 566,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 567,
"end": 572,
"ctxt": 0
},
"value": "./1",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 587,
"end": 613,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 587,
"end": 612,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 587,
"end": 598,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 587,
"end": 594,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 595,
"end": 598,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "CallExpression",
"span": {
"start": 599,
"end": 611,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 599,
"end": 609,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 599,
"end": 602,
"ctxt": 0
},
"value": "one",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 603,
"end": 609,
"ctxt": 0
},
"value": "backup",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
],
"typeArguments": null
}
}
]
},
"async": true,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
],
"typeArguments": null
}
}
]
},
"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": "ExportDeclaration",
"span": {
"start": 635,
"end": 977,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 648,
"end": 649,
"ctxt": 0
},
"value": "D",
"optional": false
},
"declare": false,
"span": {
"start": 642,
"end": 977,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 656,
"end": 689,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 664,
"end": 672,
"ctxt": 0
},
"value": "myModule",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 675,
"end": 688,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 675,
"end": 681,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 682,
"end": 687,
"ctxt": 0
},
"value": "./0",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": "private",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 694,
"end": 975,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 694,
"end": 700,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 694,
"end": 975,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 703,
"end": 975,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 713,
"end": 745,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 719,
"end": 744,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 719,
"end": 728,
"ctxt": 0
},
"value": "loadAsync",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 731,
"end": 744,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 731,
"end": 737,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 738,
"end": 743,
"ctxt": 0
},
"value": "./0",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 754,
"end": 969,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 754,
"end": 968,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 754,
"end": 772,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 754,
"end": 767,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 754,
"end": 758,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 759,
"end": 767,
"ctxt": 0
},
"value": "myModule",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 768,
"end": 772,
"ctxt": 0
},
"value": "then",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 773,
"end": 829,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 773,
"end": 777,
"ctxt": 0
},
"value": "Zero",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 781,
"end": 829,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 795,
"end": 819,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 795,
"end": 818,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 795,
"end": 806,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 795,
"end": 802,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 803,
"end": 806,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "CallExpression",
"span": {
"start": 807,
"end": 817,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 807,
"end": 815,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 807,
"end": 811,
"ctxt": 0
},
"value": "Zero",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 812,
"end": 815,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
],
"typeArguments": null
}
}
]
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
},
{
"spread": null,
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 831,
"end": 967,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 837,
"end": 840,
"ctxt": 0
},
"value": "err",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 844,
"end": 967,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 858,
"end": 875,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 858,
"end": 874,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 858,
"end": 869,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 858,
"end": 865,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 866,
"end": 869,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 870,
"end": 873,
"ctxt": 0
},
"value": "err",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 888,
"end": 918,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 892,
"end": 917,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 892,
"end": 895,
"ctxt": 0
},
"value": "one",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "AwaitExpression",
"span": {
"start": 898,
"end": 917,
"ctxt": 0
},
"argument": {
"type": "CallExpression",
"span": {
"start": 904,
"end": 917,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 904,
"end": 910,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 911,
"end": 916,
"ctxt": 0
},
"value": "./1",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 931,
"end": 957,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 931,
"end": 956,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 931,
"end": 942,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 931,
"end": 938,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 939,
"end": 942,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "CallExpression",
"span": {
"start": 943,
"end": 955,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 943,
"end": 953,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 943,
"end": 946,
"ctxt": 0
},
"value": "one",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 947,
"end": 953,
"ctxt": 0
},
"value": "backup",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
],
"typeArguments": null
}
}
]
},
"async": true,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
],
"typeArguments": null
}
}
]
},
"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": []
}
}
],
"interpreter": null
}