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

952 lines
33 KiB
JSON

{
"type": "Module",
"span": {
"start": 32,
"end": 569,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 32,
"end": 81,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 45,
"end": 46,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"span": {
"start": 39,
"end": 81,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 53,
"end": 79,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 53,
"end": 58,
"ctxt": 0
},
"value": "print",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 53,
"end": 79,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 61,
"end": 79,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 63,
"end": 78,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 70,
"end": 78,
"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": 83,
"end": 121,
"ctxt": 0
},
"declaration": {
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 99,
"end": 102,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 90,
"end": 121,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 105,
"end": 121,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 107,
"end": 119,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 114,
"end": 119,
"ctxt": 0
},
"value": "foo",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 142,
"end": 187,
"ctxt": 0
},
"declaration": {
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 158,
"end": 164,
"ctxt": 0
},
"value": "backup",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 149,
"end": 187,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 167,
"end": 187,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 169,
"end": 185,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 176,
"end": 184,
"ctxt": 0
},
"value": "backup",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 208,
"end": 233,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 220,
"end": 232,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 220,
"end": 227,
"ctxt": 0
},
"value": "console",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 227,
"end": 232,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 229,
"end": 232,
"ctxt": 0
},
"kind": "any"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 240,
"end": 241,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 234,
"end": 569,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 248,
"end": 281,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 256,
"end": 264,
"ctxt": 0
},
"value": "myModule",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 267,
"end": 280,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 267,
"end": 273,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 274,
"end": 279,
"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": 286,
"end": 567,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 286,
"end": 292,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 286,
"end": 567,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 295,
"end": 567,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 305,
"end": 337,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 311,
"end": 336,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 311,
"end": 320,
"ctxt": 0
},
"value": "loadAsync",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 323,
"end": 336,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 323,
"end": 329,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 330,
"end": 335,
"ctxt": 0
},
"value": "./0",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 346,
"end": 561,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 346,
"end": 560,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 346,
"end": 364,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 346,
"end": 359,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 346,
"end": 350,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 351,
"end": 359,
"ctxt": 0
},
"value": "myModule",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 360,
"end": 364,
"ctxt": 0
},
"value": "then",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 365,
"end": 421,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 365,
"end": 369,
"ctxt": 0
},
"value": "Zero",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 373,
"end": 421,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 387,
"end": 411,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 387,
"end": 410,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 387,
"end": 398,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 387,
"end": 394,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 395,
"end": 398,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "CallExpression",
"span": {
"start": 399,
"end": 409,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 399,
"end": 407,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 399,
"end": 403,
"ctxt": 0
},
"value": "Zero",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 404,
"end": 407,
"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": 423,
"end": 559,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 429,
"end": 432,
"ctxt": 0
},
"value": "err",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 436,
"end": 559,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 450,
"end": 467,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 450,
"end": 466,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 450,
"end": 461,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 450,
"end": 457,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 458,
"end": 461,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 462,
"end": 465,
"ctxt": 0
},
"value": "err",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 480,
"end": 510,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 484,
"end": 509,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 484,
"end": 487,
"ctxt": 0
},
"value": "one",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "AwaitExpression",
"span": {
"start": 490,
"end": 509,
"ctxt": 0
},
"argument": {
"type": "CallExpression",
"span": {
"start": 496,
"end": 509,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 496,
"end": 502,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 503,
"end": 508,
"ctxt": 0
},
"value": "./1",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 523,
"end": 549,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 523,
"end": 548,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 523,
"end": 534,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 523,
"end": 530,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 531,
"end": 534,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "CallExpression",
"span": {
"start": 535,
"end": 547,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 535,
"end": 545,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 535,
"end": 538,
"ctxt": 0
},
"value": "one",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 539,
"end": 545,
"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
}