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

740 lines
19 KiB
JSON

{
"type": "Script",
"span": {
"start": 85,
"end": 465,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 102,
"end": 114,
"ctxt": 0
},
"value": "getSpecifier",
"optional": false
},
"declare": true,
"params": [],
"decorators": [],
"span": {
"start": 85,
"end": 125,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 116,
"end": 124,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 118,
"end": 124,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 126,
"end": 158,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 138,
"end": 157,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 138,
"end": 148,
"ctxt": 0
},
"value": "whatToLoad",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 148,
"end": 157,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 150,
"end": 157,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 159,
"end": 191,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 173,
"end": 190,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 173,
"end": 182,
"ctxt": 0
},
"value": "directory",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 182,
"end": 190,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 184,
"end": 190,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 192,
"end": 225,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 206,
"end": 224,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 206,
"end": 216,
"ctxt": 0
},
"value": "moduleFile",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 216,
"end": 224,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 218,
"end": 224,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 227,
"end": 250,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 227,
"end": 249,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 227,
"end": 233,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "CallExpression",
"span": {
"start": 234,
"end": 248,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 234,
"end": 246,
"ctxt": 0
},
"value": "getSpecifier",
"optional": false
},
"arguments": [],
"typeArguments": null
}
}
],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 252,
"end": 299,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 256,
"end": 298,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 256,
"end": 258,
"ctxt": 0
},
"value": "p0",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 261,
"end": 298,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 261,
"end": 267,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "TemplateLiteral",
"span": {
"start": 268,
"end": 297,
"ctxt": 0
},
"expressions": [
{
"type": "Identifier",
"span": {
"start": 271,
"end": 280,
"ctxt": 0
},
"value": "directory",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 285,
"end": 295,
"ctxt": 0
},
"value": "moduleFile",
"optional": false
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 269,
"end": 269,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 269,
"end": 269,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 269,
"end": 269,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 281,
"end": 283,
"ctxt": 0
},
"tail": false,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 281,
"end": 283,
"ctxt": 0
},
"value": "\\",
"hasEscape": true,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 281,
"end": 283,
"ctxt": 0
},
"value": "\\\\",
"hasEscape": true,
"kind": {
"type": "normal",
"containsQuote": false
}
}
},
{
"type": "TemplateElement",
"span": {
"start": 296,
"end": 296,
"ctxt": 0
},
"tail": true,
"cooked": {
"type": "StringLiteral",
"span": {
"start": 296,
"end": 296,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
},
"raw": {
"type": "StringLiteral",
"span": {
"start": 296,
"end": 296,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": false
}
}
}
]
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 300,
"end": 332,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 304,
"end": 331,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 304,
"end": 306,
"ctxt": 0
},
"value": "p1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 309,
"end": 331,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 309,
"end": 315,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "CallExpression",
"span": {
"start": 316,
"end": 330,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 316,
"end": 328,
"ctxt": 0
},
"value": "getSpecifier",
"optional": false
},
"arguments": [],
"typeArguments": null
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 333,
"end": 394,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 339,
"end": 394,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 339,
"end": 341,
"ctxt": 0
},
"value": "p2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 344,
"end": 394,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 344,
"end": 350,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ConditionalExpression",
"span": {
"start": 351,
"end": 393,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 351,
"end": 361,
"ctxt": 0
},
"value": "whatToLoad",
"optional": false
},
"consequent": {
"type": "CallExpression",
"span": {
"start": 364,
"end": 378,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 364,
"end": 376,
"ctxt": 0
},
"value": "getSpecifier",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"alternate": {
"type": "StringLiteral",
"span": {
"start": 381,
"end": 393,
"ctxt": 0
},
"value": "defaulPath",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 405,
"end": 422,
"ctxt": 0
},
"value": "returnDynamicLoad",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 423,
"end": 435,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 423,
"end": 435,
"ctxt": 0
},
"value": "path",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 427,
"end": 435,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 429,
"end": 435,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 396,
"end": 465,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 437,
"end": 465,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 443,
"end": 463,
"ctxt": 0
},
"argument": {
"type": "CallExpression",
"span": {
"start": 450,
"end": 462,
"ctxt": 0
},
"callee": {
"type": "Import",
"span": {
"start": 450,
"end": 456,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 457,
"end": 461,
"ctxt": 0
},
"value": "path",
"optional": false
}
}
],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}