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

397 lines
10 KiB
JSON

{
"type": "Module",
"span": {
"start": 136,
"end": 403,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 136,
"end": 159,
"ctxt": 0
},
"declaration": {
"type": "TsInterfaceDeclaration",
"span": {
"start": 143,
"end": 159,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 153,
"end": 156,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 157,
"end": 159,
"ctxt": 0
},
"body": []
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 180,
"end": 205,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportNamespaceSpecifier",
"span": {
"start": 187,
"end": 193,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 192,
"end": 193,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 199,
"end": 204,
"ctxt": 0
},
"value": "./a",
"raw": "\"./a\""
},
"typeOnly": false,
"asserts": null
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 206,
"end": 318,
"ctxt": 0
},
"declare": true,
"global": true,
"id": {
"type": "Identifier",
"span": {
"start": 214,
"end": 220,
"ctxt": 0
},
"value": "global",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 221,
"end": 318,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 225,
"end": 316,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 235,
"end": 240,
"ctxt": 0
},
"value": "teams",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 241,
"end": 316,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 247,
"end": 312,
"ctxt": 0
},
"declaration": {
"type": "TsModuleDeclaration",
"span": {
"start": 254,
"end": 312,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 264,
"end": 271,
"ctxt": 0
},
"value": "calling",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 272,
"end": 312,
"ctxt": 0
},
"body": [
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 280,
"end": 306,
"ctxt": 0
},
"declare": false,
"isExport": true,
"isTypeOnly": false,
"id": {
"type": "Identifier",
"span": {
"start": 294,
"end": 297,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"moduleRef": {
"type": "TsQualifiedName",
"left": {
"type": "Identifier",
"span": {
"start": 300,
"end": 301,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 302,
"end": 305,
"ctxt": 0
},
"value": "Foo",
"optional": false
}
}
}
]
}
}
}
]
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 339,
"end": 368,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 344,
"end": 347,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 350,
"end": 367,
"ctxt": 0
},
"typeName": {
"type": "TsQualifiedName",
"left": {
"type": "TsQualifiedName",
"left": {
"type": "Identifier",
"span": {
"start": 350,
"end": 355,
"ctxt": 0
},
"value": "teams",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 356,
"end": 363,
"ctxt": 0
},
"value": "calling",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 364,
"end": 367,
"ctxt": 0
},
"value": "Foo",
"optional": false
}
},
"typeParams": null
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 369,
"end": 403,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 376,
"end": 403,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 382,
"end": 403,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 382,
"end": 385,
"ctxt": 0
},
"value": "bar",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 388,
"end": 403,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 389,
"end": 396,
"ctxt": 0
},
"value": "p",
"optional": true,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 391,
"end": 396,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 393,
"end": 396,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 393,
"end": 396,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"typeParams": null
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 401,
"end": 403,
"ctxt": 0
},
"stmts": []
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
}
}
],
"interpreter": null
}