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

573 lines
14 KiB
JSON

{
"type": "Module",
"span": {
"start": 81,
"end": 376,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 81,
"end": 120,
"ctxt": 0
},
"declaration": {
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 97,
"end": 100,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 88,
"end": 120,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 103,
"end": 120,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 105,
"end": 118,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 112,
"end": 117,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 158,
"end": 165,
"ctxt": 0
},
"value": "getPath",
"optional": false
},
"declare": true,
"params": [],
"decorators": [],
"span": {
"start": 141,
"end": 176,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 167,
"end": 175,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 169,
"end": 175,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 177,
"end": 205,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportNamespaceSpecifier",
"span": {
"start": 184,
"end": 193,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 189,
"end": 193,
"ctxt": 0
},
"value": "Zero",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 199,
"end": 204,
"ctxt": 0
},
"value": "./0",
"raw": "\"./0\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 206,
"end": 220,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 206,
"end": 219,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 206,
"end": 212,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 213,
"end": 218,
"ctxt": 0
},
"value": "./0",
"raw": "\"./0\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 222,
"end": 278,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 229,
"end": 278,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 233,
"end": 277,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 233,
"end": 235,
"ctxt": 0
},
"value": "p0",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 235,
"end": 257,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 237,
"end": 257,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 237,
"end": 244,
"ctxt": 0
},
"value": "Promise",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 244,
"end": 257,
"ctxt": 0
},
"params": [
{
"type": "TsTypeQuery",
"span": {
"start": 245,
"end": 256,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 252,
"end": 256,
"ctxt": 0
},
"value": "Zero",
"optional": false
},
"typeArguments": null
}
]
}
}
}
},
"init": {
"type": "CallExpression",
"span": {
"start": 260,
"end": 277,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 260,
"end": 266,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "CallExpression",
"span": {
"start": 267,
"end": 276,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 267,
"end": 274,
"ctxt": 0
},
"value": "getPath",
"optional": false
},
"arguments": [],
"typeArguments": null
}
}
],
"typeArguments": null
},
"definite": false
}
]
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 279,
"end": 331,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 286,
"end": 331,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 290,
"end": 330,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 290,
"end": 292,
"ctxt": 0
},
"value": "p1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 292,
"end": 314,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 294,
"end": 314,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 294,
"end": 301,
"ctxt": 0
},
"value": "Promise",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 301,
"end": 314,
"ctxt": 0
},
"params": [
{
"type": "TsTypeQuery",
"span": {
"start": 302,
"end": 313,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 309,
"end": 313,
"ctxt": 0
},
"value": "Zero",
"optional": false
},
"typeArguments": null
}
]
}
}
}
},
"init": {
"type": "CallExpression",
"span": {
"start": 317,
"end": 330,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 317,
"end": 323,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 324,
"end": 329,
"ctxt": 0
},
"value": "./0",
"raw": "\"./0\""
}
}
],
"typeArguments": null
},
"definite": false
}
]
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 332,
"end": 376,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 339,
"end": 376,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 343,
"end": 375,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 343,
"end": 345,
"ctxt": 0
},
"value": "p2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 345,
"end": 359,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 347,
"end": 359,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 347,
"end": 354,
"ctxt": 0
},
"value": "Promise",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 354,
"end": 359,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 355,
"end": 358,
"ctxt": 0
},
"kind": "any"
}
]
}
}
}
},
"init": {
"type": "CallExpression",
"span": {
"start": 362,
"end": 375,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 362,
"end": 368,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 369,
"end": 374,
"ctxt": 0
},
"value": "./0",
"raw": "\"./0\""
}
}
],
"typeArguments": null
},
"definite": false
}
]
}
}
],
"interpreter": null
}