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

7188 lines
190 KiB
JSON

{
"type": "Script",
"span": {
"start": 19,
"end": 2686,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 19,
"end": 53,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 33,
"end": 52,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 33,
"end": 37,
"ctxt": 0
},
"value": "sym1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 37,
"end": 52,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeOperator",
"span": {
"start": 39,
"end": 52,
"ctxt": 0
},
"op": "unique",
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 46,
"end": 52,
"ctxt": 0
},
"kind": "symbol"
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 54,
"end": 88,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 68,
"end": 87,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 68,
"end": 72,
"ctxt": 0
},
"value": "sym2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 72,
"end": 87,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeOperator",
"span": {
"start": 74,
"end": 87,
"ctxt": 0
},
"op": "unique",
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 81,
"end": 87,
"ctxt": 0
},
"kind": "symbol"
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 90,
"end": 113,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 95,
"end": 97,
"ctxt": 0
},
"value": "T1",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 100,
"end": 112,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 100,
"end": 106,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsLiteralType",
"span": {
"start": 109,
"end": 112,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 109,
"end": 112,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 122,
"end": 151,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 127,
"end": 129,
"ctxt": 0
},
"value": "T2",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 132,
"end": 150,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 132,
"end": 135,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 132,
"end": 135,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
},
{
"type": "TsKeywordType",
"span": {
"start": 138,
"end": 144,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsLiteralType",
"span": {
"start": 147,
"end": 150,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 147,
"end": 150,
"ctxt": 0
},
"value": "b",
"raw": "'b'"
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 162,
"end": 184,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 167,
"end": 169,
"ctxt": 0
},
"value": "T3",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 172,
"end": 183,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 172,
"end": 178,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsLiteralType",
"span": {
"start": 181,
"end": 183,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 181,
"end": 183,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 192,
"end": 219,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 197,
"end": 199,
"ctxt": 0
},
"value": "T4",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 202,
"end": 218,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 202,
"end": 204,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 202,
"end": 204,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"type": "TsKeywordType",
"span": {
"start": 207,
"end": 213,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsLiteralType",
"span": {
"start": 216,
"end": 218,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 216,
"end": 218,
"ctxt": 0
},
"value": 20.0,
"raw": "20"
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 230,
"end": 261,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 235,
"end": 237,
"ctxt": 0
},
"value": "T5",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 240,
"end": 260,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 240,
"end": 246,
"ctxt": 0
},
"kind": "symbol"
},
{
"type": "TsTypeQuery",
"span": {
"start": 249,
"end": 260,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 256,
"end": 260,
"ctxt": 0
},
"value": "sym1",
"optional": false
},
"typeArguments": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 278,
"end": 323,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 283,
"end": 285,
"ctxt": 0
},
"value": "T6",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 288,
"end": 322,
"ctxt": 0
},
"types": [
{
"type": "TsTypeQuery",
"span": {
"start": 288,
"end": 299,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 295,
"end": 299,
"ctxt": 0
},
"value": "sym1",
"optional": false
},
"typeArguments": null
},
{
"type": "TsKeywordType",
"span": {
"start": 302,
"end": 308,
"ctxt": 0
},
"kind": "symbol"
},
{
"type": "TsTypeQuery",
"span": {
"start": 311,
"end": 322,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 318,
"end": 322,
"ctxt": 0
},
"value": "sym2",
"optional": false
},
"typeArguments": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 334,
"end": 394,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 339,
"end": 341,
"ctxt": 0
},
"value": "T7",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 344,
"end": 393,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 344,
"end": 350,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsLiteralType",
"span": {
"start": 353,
"end": 356,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 353,
"end": 356,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
},
{
"type": "TsKeywordType",
"span": {
"start": 359,
"end": 365,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsLiteralType",
"span": {
"start": 368,
"end": 370,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 368,
"end": 370,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"type": "TsKeywordType",
"span": {
"start": 373,
"end": 379,
"ctxt": 0
},
"kind": "symbol"
},
{
"type": "TsTypeQuery",
"span": {
"start": 382,
"end": 393,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 389,
"end": 393,
"ctxt": 0
},
"value": "sym1",
"optional": false
},
"typeArguments": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 406,
"end": 438,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 411,
"end": 414,
"ctxt": 0
},
"value": "T10",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 417,
"end": 437,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 417,
"end": 423,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsParenthesizedType",
"span": {
"start": 426,
"end": 437,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 427,
"end": 436,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 427,
"end": 430,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 427,
"end": 430,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 433,
"end": 436,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 433,
"end": 436,
"ctxt": 0
},
"value": "b",
"raw": "'b'"
}
}
]
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 453,
"end": 495,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 458,
"end": 461,
"ctxt": 0
},
"value": "T11",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 464,
"end": 494,
"ctxt": 0
},
"types": [
{
"type": "TsParenthesizedType",
"span": {
"start": 464,
"end": 481,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 465,
"end": 480,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 465,
"end": 471,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsKeywordType",
"span": {
"start": 474,
"end": 480,
"ctxt": 0
},
"kind": "number"
}
]
}
},
{
"type": "TsParenthesizedType",
"span": {
"start": 484,
"end": 494,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 485,
"end": 493,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 485,
"end": 488,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 485,
"end": 488,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 491,
"end": 493,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 491,
"end": 493,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
}
]
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 510,
"end": 530,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 515,
"end": 517,
"ctxt": 0
},
"value": "N1",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 520,
"end": 529,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 520,
"end": 523,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 520,
"end": 523,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 526,
"end": 529,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 526,
"end": 529,
"ctxt": 0
},
"value": "b",
"raw": "'b'"
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 531,
"end": 562,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 536,
"end": 538,
"ctxt": 0
},
"value": "N2",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 541,
"end": 561,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 541,
"end": 554,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 543,
"end": 552,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 543,
"end": 544,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 544,
"end": 552,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 546,
"end": 552,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
},
{
"type": "TsKeywordType",
"span": {
"start": 557,
"end": 561,
"ctxt": 0
},
"kind": "null"
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 563,
"end": 599,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 568,
"end": 570,
"ctxt": 0
},
"value": "N3",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 573,
"end": 598,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 573,
"end": 586,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 575,
"end": 584,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 575,
"end": 576,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 576,
"end": 584,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 578,
"end": 584,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
},
{
"type": "TsKeywordType",
"span": {
"start": 589,
"end": 598,
"ctxt": 0
},
"kind": "undefined"
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 600,
"end": 626,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 605,
"end": 607,
"ctxt": 0
},
"value": "N4",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 610,
"end": 625,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 610,
"end": 616,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsKeywordType",
"span": {
"start": 619,
"end": 625,
"ctxt": 0
},
"kind": "number"
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 627,
"end": 653,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 632,
"end": 634,
"ctxt": 0
},
"value": "N5",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 637,
"end": 652,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 637,
"end": 643,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 646,
"end": 652,
"ctxt": 0
},
"kind": "object"
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 654,
"end": 680,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 659,
"end": 661,
"ctxt": 0
},
"value": "N6",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 664,
"end": 679,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 664,
"end": 670,
"ctxt": 0
},
"kind": "symbol"
},
{
"type": "TsKeywordType",
"span": {
"start": 673,
"end": 679,
"ctxt": 0
},
"kind": "string"
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 681,
"end": 705,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 686,
"end": 688,
"ctxt": 0
},
"value": "N7",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 691,
"end": 704,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 691,
"end": 695,
"ctxt": 0
},
"kind": "void"
},
{
"type": "TsKeywordType",
"span": {
"start": 698,
"end": 704,
"ctxt": 0
},
"kind": "string"
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 707,
"end": 730,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 712,
"end": 713,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 716,
"end": 729,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 718,
"end": 727,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 718,
"end": 719,
"ctxt": 0
},
"value": "x",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 719,
"end": 727,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 721,
"end": 727,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 732,
"end": 756,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 737,
"end": 739,
"ctxt": 0
},
"value": "X1",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 742,
"end": 755,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 742,
"end": 743,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 742,
"end": 743,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
},
{
"type": "TsIntersectionType",
"span": {
"start": 746,
"end": 755,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 746,
"end": 749,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 746,
"end": 749,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 752,
"end": 755,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 752,
"end": 755,
"ctxt": 0
},
"value": "b",
"raw": "'b'"
}
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 757,
"end": 792,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 762,
"end": 764,
"ctxt": 0
},
"value": "X2",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 767,
"end": 791,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 767,
"end": 768,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 767,
"end": 768,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
},
{
"type": "TsIntersectionType",
"span": {
"start": 771,
"end": 791,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 771,
"end": 784,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 773,
"end": 782,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 773,
"end": 774,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 774,
"end": 782,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 776,
"end": 782,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
},
{
"type": "TsKeywordType",
"span": {
"start": 787,
"end": 791,
"ctxt": 0
},
"kind": "null"
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 793,
"end": 833,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 798,
"end": 800,
"ctxt": 0
},
"value": "X3",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 803,
"end": 832,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 803,
"end": 804,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 803,
"end": 804,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
},
{
"type": "TsIntersectionType",
"span": {
"start": 807,
"end": 832,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 807,
"end": 820,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 809,
"end": 818,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 809,
"end": 810,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 810,
"end": 818,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 812,
"end": 818,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
},
{
"type": "TsKeywordType",
"span": {
"start": 823,
"end": 832,
"ctxt": 0
},
"kind": "undefined"
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 834,
"end": 864,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 839,
"end": 841,
"ctxt": 0
},
"value": "X4",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 844,
"end": 863,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 844,
"end": 845,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 844,
"end": 845,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
},
{
"type": "TsIntersectionType",
"span": {
"start": 848,
"end": 863,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 848,
"end": 854,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsKeywordType",
"span": {
"start": 857,
"end": 863,
"ctxt": 0
},
"kind": "number"
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 865,
"end": 895,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 870,
"end": 872,
"ctxt": 0
},
"value": "X5",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 875,
"end": 894,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 875,
"end": 876,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 875,
"end": 876,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
},
{
"type": "TsIntersectionType",
"span": {
"start": 879,
"end": 894,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 879,
"end": 885,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 888,
"end": 894,
"ctxt": 0
},
"kind": "object"
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 896,
"end": 926,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 901,
"end": 903,
"ctxt": 0
},
"value": "X6",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 906,
"end": 925,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 906,
"end": 907,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 906,
"end": 907,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
},
{
"type": "TsIntersectionType",
"span": {
"start": 910,
"end": 925,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 910,
"end": 916,
"ctxt": 0
},
"kind": "symbol"
},
{
"type": "TsKeywordType",
"span": {
"start": 919,
"end": 925,
"ctxt": 0
},
"kind": "string"
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 927,
"end": 955,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 932,
"end": 934,
"ctxt": 0
},
"value": "X7",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 937,
"end": 954,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 937,
"end": 938,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 937,
"end": 938,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
},
{
"type": "TsIntersectionType",
"span": {
"start": 941,
"end": 954,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 941,
"end": 945,
"ctxt": 0
},
"kind": "void"
},
{
"type": "TsKeywordType",
"span": {
"start": 948,
"end": 954,
"ctxt": 0
},
"kind": "string"
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 957,
"end": 993,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 962,
"end": 963,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 966,
"end": 992,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 968,
"end": 978,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 968,
"end": 972,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 972,
"end": 977,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 974,
"end": 977,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 974,
"end": 977,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 979,
"end": 990,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 979,
"end": 982,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 982,
"end": 990,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 984,
"end": 990,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 994,
"end": 1030,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 999,
"end": 1000,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 1003,
"end": 1029,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1005,
"end": 1015,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1005,
"end": 1009,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1009,
"end": 1014,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1011,
"end": 1014,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 1011,
"end": 1014,
"ctxt": 0
},
"value": "b",
"raw": "'b'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1016,
"end": 1027,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1016,
"end": 1019,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1019,
"end": 1027,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1021,
"end": 1027,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1031,
"end": 1067,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1036,
"end": 1037,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 1040,
"end": 1066,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1042,
"end": 1052,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1042,
"end": 1046,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1046,
"end": 1051,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1048,
"end": 1051,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 1048,
"end": 1051,
"ctxt": 0
},
"value": "c",
"raw": "'c'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1053,
"end": 1064,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1053,
"end": 1056,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1056,
"end": 1064,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1058,
"end": 1064,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1069,
"end": 1091,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1081,
"end": 1090,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1081,
"end": 1083,
"ctxt": 0
},
"value": "ab",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1083,
"end": 1090,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 1085,
"end": 1090,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1085,
"end": 1086,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1085,
"end": 1086,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1089,
"end": 1090,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1089,
"end": 1090,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1092,
"end": 1100,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1092,
"end": 1099,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1092,
"end": 1094,
"ctxt": 0
},
"value": "ab",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1095,
"end": 1099,
"ctxt": 0
},
"value": "kind",
"optional": false
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1112,
"end": 1139,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1124,
"end": 1138,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1124,
"end": 1125,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1125,
"end": 1138,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1127,
"end": 1138,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1127,
"end": 1128,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1127,
"end": 1128,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
},
{
"type": "TsParenthesizedType",
"span": {
"start": 1131,
"end": 1138,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 1132,
"end": 1137,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1132,
"end": 1133,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1132,
"end": 1133,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1136,
"end": 1137,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1136,
"end": 1137,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
]
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1146,
"end": 1159,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1150,
"end": 1158,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1150,
"end": 1151,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1151,
"end": 1154,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1153,
"end": 1154,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1153,
"end": 1154,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "Identifier",
"span": {
"start": 1157,
"end": 1158,
"ctxt": 0
},
"value": "x",
"optional": false
},
"definite": false
}
]
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1161,
"end": 1177,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1166,
"end": 1168,
"ctxt": 0
},
"value": "AB",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 1171,
"end": 1176,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1171,
"end": 1172,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1171,
"end": 1172,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1175,
"end": 1176,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1175,
"end": 1176,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1188,
"end": 1204,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1193,
"end": 1195,
"ctxt": 0
},
"value": "BC",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 1198,
"end": 1203,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1198,
"end": 1199,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1198,
"end": 1199,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1202,
"end": 1203,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1202,
"end": 1203,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1216,
"end": 1241,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1221,
"end": 1223,
"ctxt": 0
},
"value": "U1",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1226,
"end": 1240,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1226,
"end": 1233,
"ctxt": 0
},
"value": "Partial",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1233,
"end": 1240,
"ctxt": 0
},
"params": [
{
"type": "TsIntersectionType",
"span": {
"start": 1234,
"end": 1239,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1234,
"end": 1235,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1234,
"end": 1235,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1238,
"end": 1239,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1238,
"end": 1239,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1252,
"end": 1278,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1257,
"end": 1259,
"ctxt": 0
},
"value": "U2",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1262,
"end": 1277,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1262,
"end": 1270,
"ctxt": 0
},
"value": "Readonly",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1270,
"end": 1277,
"ctxt": 0
},
"params": [
{
"type": "TsIntersectionType",
"span": {
"start": 1271,
"end": 1276,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1271,
"end": 1272,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1271,
"end": 1272,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1275,
"end": 1276,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1275,
"end": 1276,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1289,
"end": 1315,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1294,
"end": 1296,
"ctxt": 0
},
"value": "U3",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIndexedAccessType",
"span": {
"start": 1299,
"end": 1314,
"ctxt": 0
},
"readonly": false,
"objectType": {
"type": "TsParenthesizedType",
"span": {
"start": 1299,
"end": 1306,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 1300,
"end": 1305,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1300,
"end": 1301,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1300,
"end": 1301,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1304,
"end": 1305,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1304,
"end": 1305,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
}
]
}
},
"indexType": {
"type": "TsLiteralType",
"span": {
"start": 1307,
"end": 1313,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 1307,
"end": 1313,
"ctxt": 0
},
"value": "kind",
"raw": "'kind'"
}
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1326,
"end": 1350,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1331,
"end": 1333,
"ctxt": 0
},
"value": "U4",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1336,
"end": 1349,
"ctxt": 0
},
"types": [
{
"type": "TsIntersectionType",
"span": {
"start": 1336,
"end": 1341,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1336,
"end": 1337,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1336,
"end": 1337,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1340,
"end": 1341,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1340,
"end": 1341,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
}
]
},
{
"type": "TsIntersectionType",
"span": {
"start": 1344,
"end": 1349,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1344,
"end": 1345,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1344,
"end": 1345,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1348,
"end": 1349,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1348,
"end": 1349,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1361,
"end": 1381,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1366,
"end": 1368,
"ctxt": 0
},
"value": "U5",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1371,
"end": 1380,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1371,
"end": 1372,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1371,
"end": 1372,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
},
{
"type": "TsIntersectionType",
"span": {
"start": 1375,
"end": 1380,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1375,
"end": 1376,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1375,
"end": 1376,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1379,
"end": 1380,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1379,
"end": 1380,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1389,
"end": 1413,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1394,
"end": 1396,
"ctxt": 0
},
"value": "K1",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeOperator",
"span": {
"start": 1399,
"end": 1412,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsParenthesizedType",
"span": {
"start": 1405,
"end": 1412,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 1406,
"end": 1411,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1406,
"end": 1407,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1406,
"end": 1407,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1410,
"end": 1411,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1410,
"end": 1411,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
}
]
}
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1443,
"end": 1471,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1448,
"end": 1450,
"ctxt": 0
},
"value": "K2",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1453,
"end": 1470,
"ctxt": 0
},
"types": [
{
"type": "TsTypeOperator",
"span": {
"start": 1453,
"end": 1460,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1459,
"end": 1460,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1459,
"end": 1460,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
},
{
"type": "TsTypeOperator",
"span": {
"start": 1463,
"end": 1470,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1469,
"end": 1470,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1469,
"end": 1470,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1492,
"end": 1579,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1497,
"end": 1503,
"ctxt": 0
},
"value": "Merge1",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1503,
"end": 1509,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1504,
"end": 1505,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1504,
"end": 1505,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 1507,
"end": 1508,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1507,
"end": 1508,
"ctxt": 0
},
"value": "U",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
}
]
},
"typeAnnotation": {
"type": "TsMappedType",
"span": {
"start": 1512,
"end": 1579,
"ctxt": 0
},
"readonly": null,
"typeParam": {
"type": "TsTypeParameter",
"span": {
"start": 1515,
"end": 1533,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1515,
"end": 1516,
"ctxt": 0
},
"value": "P",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": {
"type": "TsTypeOperator",
"span": {
"start": 1520,
"end": 1533,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsParenthesizedType",
"span": {
"start": 1526,
"end": 1533,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 1527,
"end": 1532,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1527,
"end": 1528,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1527,
"end": 1528,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1531,
"end": 1532,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1531,
"end": 1532,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
]
}
}
},
"default": null
},
"nameType": null,
"optional": null,
"typeAnnotation": {
"type": "TsConditionalType",
"span": {
"start": 1536,
"end": 1577,
"ctxt": 0
},
"checkType": {
"type": "TsTypeReference",
"span": {
"start": 1536,
"end": 1537,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1536,
"end": 1537,
"ctxt": 0
},
"value": "P",
"optional": false
},
"typeParams": null
},
"extendsType": {
"type": "TsTypeOperator",
"span": {
"start": 1546,
"end": 1553,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1552,
"end": 1553,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1552,
"end": 1553,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
},
"trueType": {
"type": "TsIndexedAccessType",
"span": {
"start": 1556,
"end": 1560,
"ctxt": 0
},
"readonly": false,
"objectType": {
"type": "TsTypeReference",
"span": {
"start": 1556,
"end": 1557,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1556,
"end": 1557,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"indexType": {
"type": "TsTypeReference",
"span": {
"start": 1558,
"end": 1559,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1558,
"end": 1559,
"ctxt": 0
},
"value": "P",
"optional": false
},
"typeParams": null
}
},
"falseType": {
"type": "TsIndexedAccessType",
"span": {
"start": 1563,
"end": 1577,
"ctxt": 0
},
"readonly": false,
"objectType": {
"type": "TsTypeReference",
"span": {
"start": 1563,
"end": 1564,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1563,
"end": 1564,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
},
"indexType": {
"type": "TsIntersectionType",
"span": {
"start": 1565,
"end": 1576,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1565,
"end": 1566,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1565,
"end": 1566,
"ctxt": 0
},
"value": "P",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeOperator",
"span": {
"start": 1569,
"end": 1576,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1575,
"end": 1576,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1575,
"end": 1576,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
]
}
}
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1580,
"end": 1671,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1585,
"end": 1591,
"ctxt": 0
},
"value": "Merge2",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1591,
"end": 1597,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1592,
"end": 1593,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1592,
"end": 1593,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 1595,
"end": 1596,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1595,
"end": 1596,
"ctxt": 0
},
"value": "U",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
}
]
},
"typeAnnotation": {
"type": "TsMappedType",
"span": {
"start": 1600,
"end": 1671,
"ctxt": 0
},
"readonly": null,
"typeParam": {
"type": "TsTypeParameter",
"span": {
"start": 1603,
"end": 1625,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1603,
"end": 1604,
"ctxt": 0
},
"value": "P",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": {
"type": "TsUnionType",
"span": {
"start": 1608,
"end": 1625,
"ctxt": 0
},
"types": [
{
"type": "TsTypeOperator",
"span": {
"start": 1608,
"end": 1615,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1614,
"end": 1615,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1614,
"end": 1615,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
},
{
"type": "TsTypeOperator",
"span": {
"start": 1618,
"end": 1625,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1624,
"end": 1625,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1624,
"end": 1625,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
]
},
"default": null
},
"nameType": null,
"optional": null,
"typeAnnotation": {
"type": "TsConditionalType",
"span": {
"start": 1628,
"end": 1669,
"ctxt": 0
},
"checkType": {
"type": "TsTypeReference",
"span": {
"start": 1628,
"end": 1629,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1628,
"end": 1629,
"ctxt": 0
},
"value": "P",
"optional": false
},
"typeParams": null
},
"extendsType": {
"type": "TsTypeOperator",
"span": {
"start": 1638,
"end": 1645,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1644,
"end": 1645,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1644,
"end": 1645,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
},
"trueType": {
"type": "TsIndexedAccessType",
"span": {
"start": 1648,
"end": 1652,
"ctxt": 0
},
"readonly": false,
"objectType": {
"type": "TsTypeReference",
"span": {
"start": 1648,
"end": 1649,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1648,
"end": 1649,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"indexType": {
"type": "TsTypeReference",
"span": {
"start": 1650,
"end": 1651,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1650,
"end": 1651,
"ctxt": 0
},
"value": "P",
"optional": false
},
"typeParams": null
}
},
"falseType": {
"type": "TsIndexedAccessType",
"span": {
"start": 1655,
"end": 1669,
"ctxt": 0
},
"readonly": false,
"objectType": {
"type": "TsTypeReference",
"span": {
"start": 1655,
"end": 1656,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1655,
"end": 1656,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
},
"indexType": {
"type": "TsIntersectionType",
"span": {
"start": 1657,
"end": 1668,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1657,
"end": 1658,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1657,
"end": 1658,
"ctxt": 0
},
"value": "P",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeOperator",
"span": {
"start": 1661,
"end": 1668,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1667,
"end": 1668,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1667,
"end": 1668,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
]
}
}
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1673,
"end": 1715,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1678,
"end": 1680,
"ctxt": 0
},
"value": "M1",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 1683,
"end": 1714,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 1683,
"end": 1697,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1685,
"end": 1690,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1685,
"end": 1686,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1686,
"end": 1689,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1688,
"end": 1689,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1688,
"end": 1689,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1691,
"end": 1695,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1691,
"end": 1692,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1692,
"end": 1695,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1694,
"end": 1695,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1694,
"end": 1695,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 1700,
"end": 1714,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1702,
"end": 1707,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1702,
"end": 1703,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1703,
"end": 1706,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1705,
"end": 1706,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1705,
"end": 1706,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1708,
"end": 1712,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1708,
"end": 1709,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1709,
"end": 1712,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1711,
"end": 1712,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1711,
"end": 1712,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1726,
"end": 1775,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1731,
"end": 1733,
"ctxt": 0
},
"value": "M2",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1736,
"end": 1774,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1736,
"end": 1742,
"ctxt": 0
},
"value": "Merge1",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1742,
"end": 1774,
"ctxt": 0
},
"params": [
{
"type": "TsTypeLiteral",
"span": {
"start": 1743,
"end": 1757,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1745,
"end": 1750,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1745,
"end": 1746,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1746,
"end": 1749,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1748,
"end": 1749,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1748,
"end": 1749,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1751,
"end": 1755,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1751,
"end": 1752,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1752,
"end": 1755,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1754,
"end": 1755,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1754,
"end": 1755,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 1759,
"end": 1773,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1761,
"end": 1766,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1761,
"end": 1762,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1762,
"end": 1765,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1764,
"end": 1765,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1764,
"end": 1765,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1767,
"end": 1771,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1767,
"end": 1768,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1768,
"end": 1771,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1770,
"end": 1771,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1770,
"end": 1771,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
},
"typeParams": null
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1783,
"end": 1832,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1788,
"end": 1790,
"ctxt": 0
},
"value": "M3",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1793,
"end": 1831,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1793,
"end": 1799,
"ctxt": 0
},
"value": "Merge2",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1799,
"end": 1831,
"ctxt": 0
},
"params": [
{
"type": "TsTypeLiteral",
"span": {
"start": 1800,
"end": 1814,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1802,
"end": 1807,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1802,
"end": 1803,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1803,
"end": 1806,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1805,
"end": 1806,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1805,
"end": 1806,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1808,
"end": 1812,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1808,
"end": 1809,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1809,
"end": 1812,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1811,
"end": 1812,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1811,
"end": 1812,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 1816,
"end": 1830,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1818,
"end": 1823,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1818,
"end": 1819,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1819,
"end": 1822,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1821,
"end": 1822,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1821,
"end": 1822,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1824,
"end": 1828,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1824,
"end": 1825,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1825,
"end": 1828,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1827,
"end": 1828,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1827,
"end": 1828,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
},
"typeParams": null
}
]
}
]
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1881,
"end": 1912,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1887,
"end": 1911,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1887,
"end": 1889,
"ctxt": 0
},
"value": "x1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 1892,
"end": 1911,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1894,
"end": 1895,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 1897,
"end": 1902,
"ctxt": 0
},
"value": "foo",
"raw": "'foo'"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1904,
"end": 1905,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 1907,
"end": 1909,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1913,
"end": 1946,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1919,
"end": 1945,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1919,
"end": 1921,
"ctxt": 0
},
"value": "x2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 1924,
"end": 1945,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1926,
"end": 1927,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 1929,
"end": 1934,
"ctxt": 0
},
"value": "foo",
"raw": "'foo'"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1936,
"end": 1937,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 1939,
"end": 1943,
"ctxt": 0
},
"value": true
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1948,
"end": 1973,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1960,
"end": 1972,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1960,
"end": 1961,
"ctxt": 0
},
"value": "k",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1961,
"end": 1972,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1963,
"end": 1972,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 1963,
"end": 1966,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 1963,
"end": 1966,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 1969,
"end": 1972,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 1969,
"end": 1972,
"ctxt": 0
},
"value": "b",
"raw": "'b'"
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1975,
"end": 1996,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1975,
"end": 1995,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 1975,
"end": 1980,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1975,
"end": 1977,
"ctxt": 0
},
"value": "x1",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1977,
"end": 1980,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1978,
"end": 1979,
"ctxt": 0
},
"value": "k",
"optional": false
}
}
},
"right": {
"type": "TsAsExpression",
"span": {
"start": 1983,
"end": 1995,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1983,
"end": 1988,
"ctxt": 0
},
"value": "bar",
"raw": "'bar'"
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1992,
"end": 1995,
"ctxt": 0
},
"kind": "any"
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2007,
"end": 2028,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2007,
"end": 2027,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 2007,
"end": 2012,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2007,
"end": 2009,
"ctxt": 0
},
"value": "x2",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 2009,
"end": 2012,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2010,
"end": 2011,
"ctxt": 0
},
"value": "k",
"optional": false
}
}
},
"right": {
"type": "TsAsExpression",
"span": {
"start": 2015,
"end": 2027,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 2015,
"end": 2020,
"ctxt": 0
},
"value": "bar",
"raw": "'bar'"
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2024,
"end": 2027,
"ctxt": 0
},
"kind": "any"
}
}
}
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 2040,
"end": 2058,
"ctxt": 0
},
"declare": false,
"isConst": true,
"id": {
"type": "Identifier",
"span": {
"start": 2051,
"end": 2055,
"ctxt": 0
},
"value": "Tag1",
"optional": false
},
"members": []
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 2059,
"end": 2077,
"ctxt": 0
},
"declare": false,
"isConst": true,
"id": {
"type": "Identifier",
"span": {
"start": 2070,
"end": 2074,
"ctxt": 0
},
"value": "Tag2",
"optional": false
},
"members": []
},
{
"type": "VariableDeclaration",
"span": {
"start": 2079,
"end": 2109,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2091,
"end": 2108,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2091,
"end": 2093,
"ctxt": 0
},
"value": "s1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2093,
"end": 2108,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 2095,
"end": 2108,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 2095,
"end": 2101,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsTypeReference",
"span": {
"start": 2104,
"end": 2108,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2104,
"end": 2108,
"ctxt": 0
},
"value": "Tag1",
"optional": false
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2110,
"end": 2140,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2122,
"end": 2139,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2122,
"end": 2124,
"ctxt": 0
},
"value": "s2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2124,
"end": 2139,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 2126,
"end": 2139,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 2126,
"end": 2132,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsTypeReference",
"span": {
"start": 2135,
"end": 2139,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2135,
"end": 2139,
"ctxt": 0
},
"value": "Tag2",
"optional": false
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2142,
"end": 2184,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2154,
"end": 2183,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2154,
"end": 2156,
"ctxt": 0
},
"value": "t1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2156,
"end": 2183,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 2158,
"end": 2183,
"ctxt": 0
},
"types": [
{
"type": "TsIntersectionType",
"span": {
"start": 2158,
"end": 2171,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 2158,
"end": 2164,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsTypeReference",
"span": {
"start": 2167,
"end": 2171,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2167,
"end": 2171,
"ctxt": 0
},
"value": "Tag1",
"optional": false
},
"typeParams": null
}
]
},
{
"type": "TsKeywordType",
"span": {
"start": 2174,
"end": 2183,
"ctxt": 0
},
"kind": "undefined"
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2185,
"end": 2227,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2197,
"end": 2226,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2197,
"end": 2199,
"ctxt": 0
},
"value": "t2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2199,
"end": 2226,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 2201,
"end": 2226,
"ctxt": 0
},
"types": [
{
"type": "TsIntersectionType",
"span": {
"start": 2201,
"end": 2214,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 2201,
"end": 2207,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsTypeReference",
"span": {
"start": 2210,
"end": 2214,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2210,
"end": 2214,
"ctxt": 0
},
"value": "Tag2",
"optional": false
},
"typeParams": null
}
]
},
{
"type": "TsKeywordType",
"span": {
"start": 2217,
"end": 2226,
"ctxt": 0
},
"kind": "undefined"
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 2229,
"end": 2237,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2229,
"end": 2236,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2229,
"end": 2231,
"ctxt": 0
},
"value": "s1",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 2234,
"end": 2236,
"ctxt": 0
},
"value": "s2",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2238,
"end": 2246,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2238,
"end": 2245,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2238,
"end": 2240,
"ctxt": 0
},
"value": "s2",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 2243,
"end": 2245,
"ctxt": 0
},
"value": "s1",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2248,
"end": 2256,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2248,
"end": 2255,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2248,
"end": 2250,
"ctxt": 0
},
"value": "t1",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 2253,
"end": 2255,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2257,
"end": 2265,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2257,
"end": 2264,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2257,
"end": 2259,
"ctxt": 0
},
"value": "t2",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 2262,
"end": 2264,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 2289,
"end": 2333,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2295,
"end": 2332,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2295,
"end": 2297,
"ctxt": 0
},
"value": "f1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 2300,
"end": 2332,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 2301,
"end": 2321,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2302,
"end": 2321,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 2304,
"end": 2321,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 2304,
"end": 2307,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2304,
"end": 2307,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
},
{
"type": "TsParenthesizedType",
"span": {
"start": 2310,
"end": 2321,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 2311,
"end": 2320,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 2311,
"end": 2314,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2311,
"end": 2314,
"ctxt": 0
},
"value": "b",
"raw": "\"b\""
}
},
{
"type": "TsLiteralType",
"span": {
"start": 2317,
"end": 2320,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2317,
"end": 2320,
"ctxt": 0
},
"value": "c",
"raw": "\"c\""
}
}
]
}
}
]
}
}
}
],
"body": {
"type": "Identifier",
"span": {
"start": 2331,
"end": 2332,
"ctxt": 0
},
"value": "t",
"optional": false
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2322,
"end": 2327,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2324,
"end": 2327,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2324,
"end": 2327,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
}
}
},
"definite": false
}
]
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 2335,
"end": 2392,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 2340,
"end": 2349,
"ctxt": 0
},
"value": "Container",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2349,
"end": 2370,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2350,
"end": 2369,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2350,
"end": 2354,
"ctxt": 0
},
"value": "Type",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": {
"type": "TsKeywordType",
"span": {
"start": 2363,
"end": 2369,
"ctxt": 0
},
"kind": "string"
},
"default": null
}
]
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 2373,
"end": 2392,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2379,
"end": 2390,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2379,
"end": 2383,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2383,
"end": 2389,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2385,
"end": 2389,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2385,
"end": 2389,
"ctxt": 0
},
"value": "Type",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 2394,
"end": 2482,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2400,
"end": 2481,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2400,
"end": 2402,
"ctxt": 0
},
"value": "f2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 2405,
"end": 2481,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 2406,
"end": 2459,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2407,
"end": 2459,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 2409,
"end": 2459,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 2409,
"end": 2423,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2409,
"end": 2418,
"ctxt": 0
},
"value": "Container",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2418,
"end": 2423,
"ctxt": 0
},
"params": [
{
"type": "TsLiteralType",
"span": {
"start": 2419,
"end": 2422,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2419,
"end": 2422,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
}
]
}
},
{
"type": "TsParenthesizedType",
"span": {
"start": 2426,
"end": 2459,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 2427,
"end": 2458,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 2427,
"end": 2441,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2427,
"end": 2436,
"ctxt": 0
},
"value": "Container",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2436,
"end": 2441,
"ctxt": 0
},
"params": [
{
"type": "TsLiteralType",
"span": {
"start": 2437,
"end": 2440,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2437,
"end": 2440,
"ctxt": 0
},
"value": "b",
"raw": "\"b\""
}
}
]
}
},
{
"type": "TsTypeReference",
"span": {
"start": 2444,
"end": 2458,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2444,
"end": 2453,
"ctxt": 0
},
"value": "Container",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2453,
"end": 2458,
"ctxt": 0
},
"params": [
{
"type": "TsLiteralType",
"span": {
"start": 2454,
"end": 2457,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2454,
"end": 2457,
"ctxt": 0
},
"value": "c",
"raw": "\"c\""
}
}
]
}
}
]
}
}
]
}
}
}
],
"body": {
"type": "Identifier",
"span": {
"start": 2480,
"end": 2481,
"ctxt": 0
},
"value": "t",
"optional": false
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2460,
"end": 2476,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2462,
"end": 2476,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2462,
"end": 2471,
"ctxt": 0
},
"value": "Container",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2471,
"end": 2476,
"ctxt": 0
},
"params": [
{
"type": "TsLiteralType",
"span": {
"start": 2472,
"end": 2475,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2472,
"end": 2475,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
}
]
}
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2483,
"end": 2592,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2489,
"end": 2591,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2489,
"end": 2491,
"ctxt": 0
},
"value": "f3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 2494,
"end": 2591,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 2495,
"end": 2569,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2496,
"end": 2569,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 2498,
"end": 2569,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 2498,
"end": 2512,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2498,
"end": 2507,
"ctxt": 0
},
"value": "Container",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2507,
"end": 2512,
"ctxt": 0
},
"params": [
{
"type": "TsLiteralType",
"span": {
"start": 2508,
"end": 2511,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2508,
"end": 2511,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
}
]
}
},
{
"type": "TsParenthesizedType",
"span": {
"start": 2515,
"end": 2569,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 2516,
"end": 2568,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 2516,
"end": 2530,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2516,
"end": 2525,
"ctxt": 0
},
"value": "Container",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2525,
"end": 2530,
"ctxt": 0
},
"params": [
{
"type": "TsLiteralType",
"span": {
"start": 2526,
"end": 2529,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2526,
"end": 2529,
"ctxt": 0
},
"value": "b",
"raw": "\"b\""
}
}
]
}
},
{
"type": "TsTypeLiteral",
"span": {
"start": 2533,
"end": 2551,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2535,
"end": 2549,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2535,
"end": 2540,
"ctxt": 0
},
"value": "dataB",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2540,
"end": 2549,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2542,
"end": 2549,
"ctxt": 0
},
"kind": "boolean"
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeReference",
"span": {
"start": 2554,
"end": 2568,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2554,
"end": 2563,
"ctxt": 0
},
"value": "Container",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2563,
"end": 2568,
"ctxt": 0
},
"params": [
{
"type": "TsLiteralType",
"span": {
"start": 2564,
"end": 2567,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2564,
"end": 2567,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
}
]
}
}
]
}
}
]
}
}
}
],
"body": {
"type": "Identifier",
"span": {
"start": 2590,
"end": 2591,
"ctxt": 0
},
"value": "t",
"optional": false
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2570,
"end": 2586,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2572,
"end": 2586,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2572,
"end": 2581,
"ctxt": 0
},
"value": "Container",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2581,
"end": 2586,
"ctxt": 0
},
"params": [
{
"type": "TsLiteralType",
"span": {
"start": 2582,
"end": 2585,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2582,
"end": 2585,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
}
]
}
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2593,
"end": 2686,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2599,
"end": 2685,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2599,
"end": 2601,
"ctxt": 0
},
"value": "f4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 2604,
"end": 2685,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 2605,
"end": 2671,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2606,
"end": 2671,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 2608,
"end": 2671,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 2608,
"end": 2614,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsParenthesizedType",
"span": {
"start": 2617,
"end": 2671,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 2618,
"end": 2670,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 2618,
"end": 2632,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2618,
"end": 2627,
"ctxt": 0
},
"value": "Container",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2627,
"end": 2632,
"ctxt": 0
},
"params": [
{
"type": "TsLiteralType",
"span": {
"start": 2628,
"end": 2631,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2628,
"end": 2631,
"ctxt": 0
},
"value": "b",
"raw": "\"b\""
}
}
]
}
},
{
"type": "TsTypeLiteral",
"span": {
"start": 2635,
"end": 2653,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2637,
"end": 2651,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2637,
"end": 2642,
"ctxt": 0
},
"value": "dataB",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2642,
"end": 2651,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2644,
"end": 2651,
"ctxt": 0
},
"kind": "boolean"
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeReference",
"span": {
"start": 2656,
"end": 2670,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2656,
"end": 2665,
"ctxt": 0
},
"value": "Container",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2665,
"end": 2670,
"ctxt": 0
},
"params": [
{
"type": "TsLiteralType",
"span": {
"start": 2666,
"end": 2669,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2666,
"end": 2669,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
}
]
}
}
]
}
}
]
}
}
}
],
"body": {
"type": "Identifier",
"span": {
"start": 2684,
"end": 2685,
"ctxt": 0
},
"value": "t",
"optional": false
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2672,
"end": 2680,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2674,
"end": 2680,
"ctxt": 0
},
"kind": "number"
}
}
},
"definite": false
}
]
}
],
"interpreter": null
}