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

8636 lines
275 KiB
JSON

{
"type": "Script",
"span": {
"start": 75,
"end": 4990,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 75,
"end": 419,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 85,
"end": 93,
"ctxt": 0
},
"value": "Example1",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 94,
"end": 419,
"ctxt": 0
},
"body": [
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 100,
"end": 142,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 105,
"end": 106,
"ctxt": 0
},
"value": "S",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 109,
"end": 141,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 111,
"end": 125,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 111,
"end": 115,
"ctxt": 0
},
"value": "done",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 115,
"end": 124,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 117,
"end": 124,
"ctxt": 0
},
"kind": "boolean"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 126,
"end": 139,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 126,
"end": 131,
"ctxt": 0
},
"value": "value",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 131,
"end": 139,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 133,
"end": 139,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 147,
"end": 247,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 152,
"end": 153,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 164,
"end": 246,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 166,
"end": 195,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 168,
"end": 179,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 168,
"end": 172,
"ctxt": 0
},
"value": "done",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 172,
"end": 178,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 174,
"end": 178,
"ctxt": 0
},
"literal": {
"type": "BooleanLiteral",
"span": {
"start": 174,
"end": 178,
"ctxt": 0
},
"value": true
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 180,
"end": 193,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 180,
"end": 185,
"ctxt": 0
},
"value": "value",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 185,
"end": 193,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 187,
"end": 193,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 216,
"end": 246,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 218,
"end": 230,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 218,
"end": 222,
"ctxt": 0
},
"value": "done",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 222,
"end": 229,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 224,
"end": 229,
"ctxt": 0
},
"literal": {
"type": "BooleanLiteral",
"span": {
"start": 224,
"end": 229,
"ctxt": 0
},
"value": false
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 231,
"end": 244,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 231,
"end": 236,
"ctxt": 0
},
"value": "value",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 236,
"end": 244,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 238,
"end": 244,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 261,
"end": 278,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 273,
"end": 277,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 273,
"end": 274,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 274,
"end": 277,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 276,
"end": 277,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 276,
"end": 277,
"ctxt": 0
},
"value": "S",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 283,
"end": 300,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 295,
"end": 299,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 295,
"end": 296,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 296,
"end": 299,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 298,
"end": 299,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 298,
"end": 299,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 411,
"end": 417,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 411,
"end": 416,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 411,
"end": 412,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 415,
"end": 416,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
}
]
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 451,
"end": 792,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 461,
"end": 469,
"ctxt": 0
},
"value": "Example2",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 470,
"end": 792,
"ctxt": 0
},
"body": [
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 476,
"end": 504,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 481,
"end": 482,
"ctxt": 0
},
"value": "S",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 485,
"end": 503,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 487,
"end": 496,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 487,
"end": 488,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 488,
"end": 495,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 490,
"end": 495,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 490,
"end": 491,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 490,
"end": 491,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 494,
"end": 495,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 494,
"end": 495,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 497,
"end": 501,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 497,
"end": 498,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 498,
"end": 501,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 500,
"end": 501,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 500,
"end": 501,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 509,
"end": 633,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 514,
"end": 515,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 518,
"end": 632,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 518,
"end": 540,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 520,
"end": 525,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 520,
"end": 521,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 521,
"end": 524,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 523,
"end": 524,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 523,
"end": 524,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 530,
"end": 538,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 530,
"end": 531,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 531,
"end": 538,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 533,
"end": 538,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 533,
"end": 534,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 533,
"end": 534,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 537,
"end": 538,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 537,
"end": 538,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
]
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 564,
"end": 582,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 566,
"end": 571,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 566,
"end": 567,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 567,
"end": 570,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 569,
"end": 570,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 569,
"end": 570,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 576,
"end": 580,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 576,
"end": 577,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 577,
"end": 580,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 579,
"end": 580,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 579,
"end": 580,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 610,
"end": 632,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 612,
"end": 617,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 612,
"end": 613,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 613,
"end": 616,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 615,
"end": 616,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 615,
"end": 616,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 622,
"end": 630,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 622,
"end": 623,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 623,
"end": 630,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 625,
"end": 630,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 625,
"end": 626,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 625,
"end": 626,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 629,
"end": 630,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 629,
"end": 630,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
]
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 647,
"end": 664,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 659,
"end": 663,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 659,
"end": 660,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 660,
"end": 663,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 662,
"end": 663,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 662,
"end": 663,
"ctxt": 0
},
"value": "S",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 669,
"end": 686,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 681,
"end": 685,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 681,
"end": 682,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 682,
"end": 685,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 684,
"end": 685,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 684,
"end": 685,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 784,
"end": 790,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 784,
"end": 789,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 784,
"end": 785,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 788,
"end": 789,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
}
]
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 821,
"end": 1220,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 831,
"end": 839,
"ctxt": 0
},
"value": "Example3",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 840,
"end": 1220,
"ctxt": 0
},
"body": [
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 846,
"end": 874,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 851,
"end": 852,
"ctxt": 0
},
"value": "S",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 855,
"end": 873,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 857,
"end": 866,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 857,
"end": 858,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 858,
"end": 865,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 860,
"end": 865,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 860,
"end": 861,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 860,
"end": 861,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 864,
"end": 865,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 864,
"end": 865,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 867,
"end": 871,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 867,
"end": 868,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 868,
"end": 871,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 870,
"end": 871,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 870,
"end": 871,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 879,
"end": 999,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 884,
"end": 885,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 888,
"end": 998,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 888,
"end": 910,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 890,
"end": 895,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 890,
"end": 891,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 891,
"end": 894,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 893,
"end": 894,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 893,
"end": 894,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 900,
"end": 908,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 900,
"end": 901,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 901,
"end": 908,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 903,
"end": 908,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 903,
"end": 904,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 903,
"end": 904,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 907,
"end": 908,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 907,
"end": 908,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
]
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 934,
"end": 956,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 936,
"end": 941,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 936,
"end": 937,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 937,
"end": 940,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 939,
"end": 940,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 939,
"end": 940,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 946,
"end": 954,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 946,
"end": 947,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 947,
"end": 954,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 949,
"end": 954,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 949,
"end": 950,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 949,
"end": 950,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 953,
"end": 954,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 953,
"end": 954,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
]
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 980,
"end": 998,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 982,
"end": 987,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 982,
"end": 983,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 983,
"end": 986,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 985,
"end": 986,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 985,
"end": 986,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 992,
"end": 996,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 992,
"end": 993,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 993,
"end": 996,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 995,
"end": 996,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 995,
"end": 996,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1017,
"end": 1034,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1029,
"end": 1033,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1029,
"end": 1030,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1030,
"end": 1033,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1032,
"end": 1033,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1032,
"end": 1033,
"ctxt": 0
},
"value": "S",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1039,
"end": 1056,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1051,
"end": 1055,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1051,
"end": 1052,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1052,
"end": 1055,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1054,
"end": 1055,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1054,
"end": 1055,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1212,
"end": 1218,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1212,
"end": 1217,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 1212,
"end": 1213,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 1216,
"end": 1217,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
}
]
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 1253,
"end": 1644,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 1263,
"end": 1271,
"ctxt": 0
},
"value": "Example4",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 1272,
"end": 1644,
"ctxt": 0
},
"body": [
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1278,
"end": 1306,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1283,
"end": 1284,
"ctxt": 0
},
"value": "S",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 1287,
"end": 1305,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1289,
"end": 1298,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1289,
"end": 1290,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1290,
"end": 1297,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1292,
"end": 1297,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 1292,
"end": 1293,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1292,
"end": 1293,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 1296,
"end": 1297,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1296,
"end": 1297,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1299,
"end": 1303,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1299,
"end": 1300,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1300,
"end": 1303,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1302,
"end": 1303,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1302,
"end": 1303,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1311,
"end": 1462,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1316,
"end": 1317,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1320,
"end": 1461,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 1320,
"end": 1342,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1322,
"end": 1327,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1322,
"end": 1323,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1323,
"end": 1326,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1325,
"end": 1326,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1325,
"end": 1326,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1332,
"end": 1340,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1332,
"end": 1333,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1333,
"end": 1340,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1335,
"end": 1340,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 1335,
"end": 1336,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1335,
"end": 1336,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 1339,
"end": 1340,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1339,
"end": 1340,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
]
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 1374,
"end": 1392,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1376,
"end": 1381,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1376,
"end": 1377,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1377,
"end": 1380,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1379,
"end": 1380,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1379,
"end": 1380,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1386,
"end": 1390,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1386,
"end": 1387,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1387,
"end": 1390,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1389,
"end": 1390,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1389,
"end": 1390,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 1428,
"end": 1461,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1430,
"end": 1435,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1430,
"end": 1431,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1431,
"end": 1434,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1433,
"end": 1434,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1433,
"end": 1434,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1440,
"end": 1449,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1440,
"end": 1441,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1441,
"end": 1448,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1443,
"end": 1448,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 1443,
"end": 1444,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1443,
"end": 1444,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 1447,
"end": 1448,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1447,
"end": 1448,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
]
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1450,
"end": 1459,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1450,
"end": 1451,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1451,
"end": 1459,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1453,
"end": 1459,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1473,
"end": 1490,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1485,
"end": 1489,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1485,
"end": 1486,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1486,
"end": 1489,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1488,
"end": 1489,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1488,
"end": 1489,
"ctxt": 0
},
"value": "S",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1495,
"end": 1512,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1507,
"end": 1511,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1507,
"end": 1508,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1508,
"end": 1511,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1510,
"end": 1511,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1510,
"end": 1511,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1636,
"end": 1642,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1636,
"end": 1641,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 1636,
"end": 1637,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 1640,
"end": 1641,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
}
]
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 1683,
"end": 2398,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 1693,
"end": 1701,
"ctxt": 0
},
"value": "Example5",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 1702,
"end": 2398,
"ctxt": 0
},
"body": [
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1893,
"end": 1912,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1898,
"end": 1899,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1902,
"end": 1911,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 1902,
"end": 1903,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1902,
"end": 1903,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 1906,
"end": 1907,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1906,
"end": 1907,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 1910,
"end": 1911,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1910,
"end": 1911,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1917,
"end": 1947,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1922,
"end": 1923,
"ctxt": 0
},
"value": "S",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 1926,
"end": 1946,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1928,
"end": 1933,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1928,
"end": 1929,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1929,
"end": 1932,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1931,
"end": 1932,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1931,
"end": 1932,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1934,
"end": 1939,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1934,
"end": 1935,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1935,
"end": 1938,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1937,
"end": 1938,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1937,
"end": 1938,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1940,
"end": 1944,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1940,
"end": 1941,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1941,
"end": 1944,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1943,
"end": 1944,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1943,
"end": 1944,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1952,
"end": 2254,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1957,
"end": 1958,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1961,
"end": 2253,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 1961,
"end": 1981,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1963,
"end": 1968,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1963,
"end": 1964,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1964,
"end": 1967,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1966,
"end": 1967,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 1966,
"end": 1967,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1969,
"end": 1974,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1969,
"end": 1970,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1970,
"end": 1973,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1972,
"end": 1973,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1972,
"end": 1973,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1975,
"end": 1979,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1975,
"end": 1976,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1976,
"end": 1979,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1978,
"end": 1979,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1978,
"end": 1979,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 1995,
"end": 2015,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1997,
"end": 2002,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1997,
"end": 1998,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1998,
"end": 2001,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2000,
"end": 2001,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 2000,
"end": 2001,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2003,
"end": 2008,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2003,
"end": 2004,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2004,
"end": 2007,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2006,
"end": 2007,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2006,
"end": 2007,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2009,
"end": 2013,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2009,
"end": 2010,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2010,
"end": 2013,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2012,
"end": 2013,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2012,
"end": 2013,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 2029,
"end": 2049,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2031,
"end": 2036,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2031,
"end": 2032,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2032,
"end": 2035,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2034,
"end": 2035,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 2034,
"end": 2035,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2037,
"end": 2042,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2037,
"end": 2038,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2038,
"end": 2041,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2040,
"end": 2041,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2040,
"end": 2041,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2043,
"end": 2047,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2043,
"end": 2044,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2044,
"end": 2047,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2046,
"end": 2047,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2046,
"end": 2047,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 2063,
"end": 2083,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2065,
"end": 2070,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2065,
"end": 2066,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2066,
"end": 2069,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2068,
"end": 2069,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2068,
"end": 2069,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2071,
"end": 2076,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2071,
"end": 2072,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2072,
"end": 2075,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2074,
"end": 2075,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 2074,
"end": 2075,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2077,
"end": 2081,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2077,
"end": 2078,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2078,
"end": 2081,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2080,
"end": 2081,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2080,
"end": 2081,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 2097,
"end": 2117,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2099,
"end": 2104,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2099,
"end": 2100,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2100,
"end": 2103,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2102,
"end": 2103,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2102,
"end": 2103,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2105,
"end": 2110,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2105,
"end": 2106,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2106,
"end": 2109,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2108,
"end": 2109,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 2108,
"end": 2109,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2111,
"end": 2115,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2111,
"end": 2112,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2112,
"end": 2115,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2114,
"end": 2115,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2114,
"end": 2115,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 2131,
"end": 2151,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2133,
"end": 2138,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2133,
"end": 2134,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2134,
"end": 2137,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2136,
"end": 2137,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2136,
"end": 2137,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2139,
"end": 2144,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2139,
"end": 2140,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2140,
"end": 2143,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2142,
"end": 2143,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 2142,
"end": 2143,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2145,
"end": 2149,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2145,
"end": 2146,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2146,
"end": 2149,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2148,
"end": 2149,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2148,
"end": 2149,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 2165,
"end": 2185,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2167,
"end": 2172,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2167,
"end": 2168,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2168,
"end": 2171,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2170,
"end": 2171,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2170,
"end": 2171,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2173,
"end": 2178,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2173,
"end": 2174,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2174,
"end": 2177,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2176,
"end": 2177,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2176,
"end": 2177,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2179,
"end": 2183,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2179,
"end": 2180,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2180,
"end": 2183,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2182,
"end": 2183,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 2182,
"end": 2183,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 2199,
"end": 2219,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2201,
"end": 2206,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2201,
"end": 2202,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2202,
"end": 2205,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2204,
"end": 2205,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2204,
"end": 2205,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2207,
"end": 2212,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2207,
"end": 2208,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2208,
"end": 2211,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2210,
"end": 2211,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2210,
"end": 2211,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2213,
"end": 2217,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2213,
"end": 2214,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2214,
"end": 2217,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2216,
"end": 2217,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 2216,
"end": 2217,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 2233,
"end": 2253,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2235,
"end": 2240,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2235,
"end": 2236,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2236,
"end": 2239,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2238,
"end": 2239,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2238,
"end": 2239,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2241,
"end": 2246,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2241,
"end": 2242,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2242,
"end": 2245,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2244,
"end": 2245,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2244,
"end": 2245,
"ctxt": 0
},
"value": "N",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2247,
"end": 2251,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2247,
"end": 2248,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2248,
"end": 2251,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2250,
"end": 2251,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 2250,
"end": 2251,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 2259,
"end": 2276,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2271,
"end": 2275,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2271,
"end": 2272,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2272,
"end": 2275,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2274,
"end": 2275,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2274,
"end": 2275,
"ctxt": 0
},
"value": "S",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2281,
"end": 2298,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2293,
"end": 2297,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2293,
"end": 2294,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2294,
"end": 2297,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2296,
"end": 2297,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2296,
"end": 2297,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 2390,
"end": 2396,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2390,
"end": 2395,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2390,
"end": 2391,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 2394,
"end": 2395,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
}
]
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 2456,
"end": 2829,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 2466,
"end": 2473,
"ctxt": 0
},
"value": "GH14865",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 2474,
"end": 2829,
"ctxt": 0
},
"body": [
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 2480,
"end": 2594,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 2485,
"end": 2491,
"ctxt": 0
},
"value": "Style1",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 2494,
"end": 2593,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 2494,
"end": 2542,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2504,
"end": 2514,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2504,
"end": 2508,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2508,
"end": 2513,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2510,
"end": 2513,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2510,
"end": 2513,
"ctxt": 0
},
"value": "A",
"raw": "\"A\""
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2523,
"end": 2536,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2523,
"end": 2527,
"ctxt": 0
},
"value": "data",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2527,
"end": 2535,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2529,
"end": 2535,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 2545,
"end": 2593,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2555,
"end": 2565,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2555,
"end": 2559,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2559,
"end": 2564,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2561,
"end": 2564,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2561,
"end": 2564,
"ctxt": 0
},
"value": "B",
"raw": "\"B\""
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2574,
"end": 2587,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2574,
"end": 2578,
"ctxt": 0
},
"value": "data",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2578,
"end": 2586,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2580,
"end": 2586,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 2600,
"end": 2668,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 2605,
"end": 2611,
"ctxt": 0
},
"value": "Style2",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 2614,
"end": 2668,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2624,
"end": 2640,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2624,
"end": 2628,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2628,
"end": 2639,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 2630,
"end": 2639,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 2630,
"end": 2633,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2630,
"end": 2633,
"ctxt": 0
},
"value": "A",
"raw": "\"A\""
}
},
{
"type": "TsLiteralType",
"span": {
"start": 2636,
"end": 2639,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2636,
"end": 2639,
"ctxt": 0
},
"value": "B",
"raw": "\"B\""
}
}
]
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2649,
"end": 2662,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2649,
"end": 2653,
"ctxt": 0
},
"value": "data",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2653,
"end": 2661,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2655,
"end": 2661,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 2674,
"end": 2723,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2680,
"end": 2722,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2680,
"end": 2681,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2681,
"end": 2689,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2683,
"end": 2689,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2683,
"end": 2689,
"ctxt": 0
},
"value": "Style2",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 2692,
"end": 2722,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2694,
"end": 2698,
"ctxt": 0
},
"value": "type",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 2700,
"end": 2703,
"ctxt": 0
},
"value": "A",
"raw": "\"A\""
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2705,
"end": 2709,
"ctxt": 0
},
"value": "data",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 2711,
"end": 2720,
"ctxt": 0
},
"value": "whatevs",
"raw": "\"whatevs\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2728,
"end": 2742,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2732,
"end": 2741,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2732,
"end": 2733,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2733,
"end": 2741,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2735,
"end": 2741,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2735,
"end": 2741,
"ctxt": 0
},
"value": "Style1",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 2747,
"end": 2754,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 2747,
"end": 2753,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2747,
"end": 2748,
"ctxt": 0
},
"value": "a",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2749,
"end": 2753,
"ctxt": 0
},
"value": "type",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2772,
"end": 2779,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 2772,
"end": 2778,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2772,
"end": 2773,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2774,
"end": 2778,
"ctxt": 0
},
"value": "type",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2797,
"end": 2803,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2797,
"end": 2802,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2797,
"end": 2798,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 2801,
"end": 2802,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
}
]
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 2887,
"end": 3181,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 2897,
"end": 2904,
"ctxt": 0
},
"value": "GH30170",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 2905,
"end": 3181,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 2911,
"end": 2955,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2921,
"end": 2925,
"ctxt": 0
},
"value": "Blue",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 2926,
"end": 2955,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 2936,
"end": 2949,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2936,
"end": 2941,
"ctxt": 0
},
"value": "color",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2941,
"end": 2949,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2943,
"end": 2949,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2943,
"end": 2949,
"ctxt": 0
},
"value": "blue",
"raw": "'blue'"
}
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 2960,
"end": 3010,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2970,
"end": 2976,
"ctxt": 0
},
"value": "Yellow",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 2977,
"end": 3010,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 2987,
"end": 3004,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2987,
"end": 2992,
"ctxt": 0
},
"value": "color",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2993,
"end": 3003,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2995,
"end": 3003,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2995,
"end": 3003,
"ctxt": 0
},
"value": "yellow",
"raw": "'yellow'"
}
}
},
"typeParams": null
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 3024,
"end": 3028,
"ctxt": 0
},
"value": "draw",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 3029,
"end": 3047,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 3029,
"end": 3047,
"ctxt": 0
},
"value": "val",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3032,
"end": 3047,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 3034,
"end": 3047,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 3034,
"end": 3038,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3034,
"end": 3038,
"ctxt": 0
},
"value": "Blue",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 3041,
"end": 3047,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3041,
"end": 3047,
"ctxt": 0
},
"value": "Yellow",
"optional": false
},
"typeParams": null
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 3015,
"end": 3052,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 3049,
"end": 3052,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 3067,
"end": 3080,
"ctxt": 0
},
"value": "drawWithColor",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 3081,
"end": 3124,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 3081,
"end": 3124,
"ctxt": 0
},
"value": "currentColor",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3093,
"end": 3124,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 3095,
"end": 3124,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 3095,
"end": 3101,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3095,
"end": 3101,
"ctxt": 0
},
"value": "blue",
"raw": "'blue'"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 3104,
"end": 3112,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3104,
"end": 3112,
"ctxt": 0
},
"value": "yellow",
"raw": "'yellow'"
}
},
{
"type": "TsKeywordType",
"span": {
"start": 3115,
"end": 3124,
"ctxt": 0
},
"kind": "undefined"
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 3058,
"end": 3179,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 3126,
"end": 3179,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 3136,
"end": 3173,
"ctxt": 0
},
"argument": {
"type": "CallExpression",
"span": {
"start": 3143,
"end": 3172,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 3143,
"end": 3147,
"ctxt": 0
},
"value": "draw",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 3148,
"end": 3171,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 3150,
"end": 3155,
"ctxt": 0
},
"value": "color",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 3157,
"end": 3169,
"ctxt": 0
},
"value": "currentColor",
"optional": false
}
}
]
}
}
],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
]
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 3239,
"end": 3744,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 3249,
"end": 3256,
"ctxt": 0
},
"value": "GH12052",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 3257,
"end": 3744,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 3263,
"end": 3304,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3273,
"end": 3284,
"ctxt": 0
},
"value": "ILinearAxis",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 3285,
"end": 3304,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 3287,
"end": 3302,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 3287,
"end": 3291,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3291,
"end": 3301,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 3293,
"end": 3301,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3293,
"end": 3301,
"ctxt": 0
},
"value": "linear",
"raw": "\"linear\""
}
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 3310,
"end": 3361,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3320,
"end": 3336,
"ctxt": 0
},
"value": "ICategoricalAxis",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 3337,
"end": 3361,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 3339,
"end": 3359,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 3339,
"end": 3343,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3343,
"end": 3358,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 3345,
"end": 3358,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3345,
"end": 3358,
"ctxt": 0
},
"value": "categorical",
"raw": "\"categorical\""
}
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 3367,
"end": 3411,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 3372,
"end": 3377,
"ctxt": 0
},
"value": "IAxis",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 3380,
"end": 3410,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 3380,
"end": 3391,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3380,
"end": 3391,
"ctxt": 0
},
"value": "ILinearAxis",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 3394,
"end": 3410,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3394,
"end": 3410,
"ctxt": 0
},
"value": "ICategoricalAxis",
"optional": false
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 3416,
"end": 3458,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 3421,
"end": 3430,
"ctxt": 0
},
"value": "IAxisType",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 3433,
"end": 3457,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 3433,
"end": 3441,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3433,
"end": 3441,
"ctxt": 0
},
"value": "linear",
"raw": "\"linear\""
}
},
{
"type": "TsLiteralType",
"span": {
"start": 3444,
"end": 3457,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3444,
"end": 3457,
"ctxt": 0
},
"value": "categorical",
"raw": "\"categorical\""
}
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 3473,
"end": 3484,
"ctxt": 0
},
"value": "getAxisType",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 3464,
"end": 3617,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 3498,
"end": 3617,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 3508,
"end": 3611,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 3512,
"end": 3518,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "NumericLiteral",
"span": {
"start": 3512,
"end": 3513,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 3517,
"end": 3518,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 3520,
"end": 3565,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 3534,
"end": 3555,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 3541,
"end": 3554,
"ctxt": 0
},
"value": "categorical",
"raw": "\"categorical\""
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 3571,
"end": 3611,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 3585,
"end": 3601,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 3592,
"end": 3600,
"ctxt": 0
},
"value": "linear",
"raw": "\"linear\""
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 3486,
"end": 3497,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3488,
"end": 3497,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3488,
"end": 3497,
"ctxt": 0
},
"value": "IAxisType",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 3623,
"end": 3666,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3629,
"end": 3665,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3629,
"end": 3632,
"ctxt": 0
},
"value": "bad",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3632,
"end": 3639,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3634,
"end": 3639,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3634,
"end": 3639,
"ctxt": 0
},
"value": "IAxis",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 3642,
"end": 3665,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 3644,
"end": 3648,
"ctxt": 0
},
"value": "type",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 3650,
"end": 3663,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 3650,
"end": 3661,
"ctxt": 0
},
"value": "getAxisType",
"optional": false
},
"arguments": [],
"typeArguments": null
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3671,
"end": 3711,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3677,
"end": 3710,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3677,
"end": 3681,
"ctxt": 0
},
"value": "good",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3681,
"end": 3688,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3683,
"end": 3688,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3683,
"end": 3688,
"ctxt": 0
},
"value": "IAxis",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 3691,
"end": 3710,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 3693,
"end": 3697,
"ctxt": 0
},
"value": "type",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 3699,
"end": 3708,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 3716,
"end": 3742,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3716,
"end": 3741,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 3716,
"end": 3725,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3716,
"end": 3720,
"ctxt": 0
},
"value": "good",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 3721,
"end": 3725,
"ctxt": 0
},
"value": "type",
"optional": false
}
},
"right": {
"type": "CallExpression",
"span": {
"start": 3728,
"end": 3741,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 3728,
"end": 3739,
"ctxt": 0
},
"value": "getAxisType",
"optional": false
},
"arguments": [],
"typeArguments": null
}
}
}
]
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 3802,
"end": 4140,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 3812,
"end": 3819,
"ctxt": 0
},
"value": "GH18421",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 3820,
"end": 4140,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 3826,
"end": 3877,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3836,
"end": 3848,
"ctxt": 0
},
"value": "ThingTypeOne",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 3849,
"end": 3877,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 3859,
"end": 3871,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 3859,
"end": 3863,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3863,
"end": 3870,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 3865,
"end": 3870,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3865,
"end": 3870,
"ctxt": 0
},
"value": "one",
"raw": "'one'"
}
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 3883,
"end": 3934,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3893,
"end": 3905,
"ctxt": 0
},
"value": "ThingTypeTwo",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 3906,
"end": 3934,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 3916,
"end": 3928,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 3916,
"end": 3920,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3920,
"end": 3927,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 3922,
"end": 3927,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3922,
"end": 3927,
"ctxt": 0
},
"value": "two",
"raw": "'two'"
}
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 3940,
"end": 3971,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 3945,
"end": 3954,
"ctxt": 0
},
"value": "ThingType",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 3957,
"end": 3970,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 3957,
"end": 3962,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3957,
"end": 3962,
"ctxt": 0
},
"value": "one",
"raw": "'one'"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 3965,
"end": 3970,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3965,
"end": 3970,
"ctxt": 0
},
"value": "two",
"raw": "'two'"
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 3977,
"end": 4018,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 3982,
"end": 3987,
"ctxt": 0
},
"value": "Thing",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 3990,
"end": 4017,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 3990,
"end": 4002,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3990,
"end": 4002,
"ctxt": 0
},
"value": "ThingTypeOne",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 4005,
"end": 4017,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4005,
"end": 4017,
"ctxt": 0
},
"value": "ThingTypeTwo",
"optional": false
},
"typeParams": null
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4033,
"end": 4045,
"ctxt": 0
},
"value": "makeNewThing",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 4046,
"end": 4066,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4046,
"end": 4066,
"ctxt": 0
},
"value": "thingType",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4055,
"end": 4066,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4057,
"end": 4066,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4057,
"end": 4066,
"ctxt": 0
},
"value": "ThingType",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 4024,
"end": 4138,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 4075,
"end": 4138,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 4085,
"end": 4132,
"ctxt": 0
},
"argument": {
"type": "ObjectExpression",
"span": {
"start": 4092,
"end": 4131,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 4106,
"end": 4110,
"ctxt": 0
},
"value": "type",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 4112,
"end": 4121,
"ctxt": 0
},
"value": "thingType",
"optional": false
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 4067,
"end": 4074,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4069,
"end": 4074,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4069,
"end": 4074,
"ctxt": 0
},
"value": "Thing",
"optional": false
},
"typeParams": null
}
}
}
]
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 4198,
"end": 4441,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 4208,
"end": 4215,
"ctxt": 0
},
"value": "GH15907",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 4216,
"end": 4441,
"ctxt": 0
},
"body": [
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 4222,
"end": 4283,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 4227,
"end": 4233,
"ctxt": 0
},
"value": "Action",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 4236,
"end": 4282,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 4236,
"end": 4256,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 4238,
"end": 4254,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4238,
"end": 4242,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4242,
"end": 4254,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 4244,
"end": 4254,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4244,
"end": 4254,
"ctxt": 0
},
"value": "activate",
"raw": "'activate'"
}
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 4259,
"end": 4282,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 4261,
"end": 4280,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4261,
"end": 4265,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4265,
"end": 4280,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 4267,
"end": 4280,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4267,
"end": 4280,
"ctxt": 0
},
"value": "disactivate",
"raw": "'disactivate'"
}
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4298,
"end": 4312,
"ctxt": 0
},
"value": "dispatchAction",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 4313,
"end": 4327,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4313,
"end": 4327,
"ctxt": 0
},
"value": "action",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4319,
"end": 4327,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4321,
"end": 4327,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4321,
"end": 4327,
"ctxt": 0
},
"value": "Action",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 4289,
"end": 4343,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 4335,
"end": 4343,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 4328,
"end": 4334,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 4330,
"end": 4334,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 4349,
"end": 4369,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4355,
"end": 4368,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4355,
"end": 4361,
"ctxt": 0
},
"value": "active",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BooleanLiteral",
"span": {
"start": 4364,
"end": 4368,
"ctxt": 0
},
"value": true
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 4375,
"end": 4439,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4375,
"end": 4438,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4375,
"end": 4389,
"ctxt": 0
},
"value": "dispatchAction",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 4390,
"end": 4437,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 4392,
"end": 4396,
"ctxt": 0
},
"value": "type",
"optional": false
},
"value": {
"type": "ParenthesisExpression",
"span": {
"start": 4399,
"end": 4435,
"ctxt": 0
},
"expression": {
"type": "ConditionalExpression",
"span": {
"start": 4400,
"end": 4434,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 4400,
"end": 4406,
"ctxt": 0
},
"value": "active",
"optional": false
},
"consequent": {
"type": "StringLiteral",
"span": {
"start": 4408,
"end": 4421,
"ctxt": 0
},
"value": "disactivate",
"raw": "'disactivate'"
},
"alternate": {
"type": "StringLiteral",
"span": {
"start": 4424,
"end": 4434,
"ctxt": 0
},
"value": "activate",
"raw": "'activate'"
}
}
}
}
]
}
}
],
"typeArguments": null
}
}
]
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 4499,
"end": 4735,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 4509,
"end": 4516,
"ctxt": 0
},
"value": "GH20889",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 4517,
"end": 4735,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 4523,
"end": 4563,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4533,
"end": 4535,
"ctxt": 0
},
"value": "A1",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 4536,
"end": 4563,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 4546,
"end": 4557,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4546,
"end": 4550,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4550,
"end": 4556,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 4552,
"end": 4556,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4552,
"end": 4556,
"ctxt": 0
},
"value": "A1",
"raw": "\"A1\""
}
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 4568,
"end": 4608,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4578,
"end": 4580,
"ctxt": 0
},
"value": "A2",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 4581,
"end": 4608,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 4591,
"end": 4602,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4591,
"end": 4595,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4595,
"end": 4601,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 4597,
"end": 4601,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4597,
"end": 4601,
"ctxt": 0
},
"value": "A2",
"raw": "\"A2\""
}
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 4613,
"end": 4631,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 4618,
"end": 4620,
"ctxt": 0
},
"value": "AU",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 4623,
"end": 4630,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 4623,
"end": 4625,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4623,
"end": 4625,
"ctxt": 0
},
"value": "A1",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 4628,
"end": 4630,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4628,
"end": 4630,
"ctxt": 0
},
"value": "A2",
"optional": false
},
"typeParams": null
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4646,
"end": 4649,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 4650,
"end": 4658,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4650,
"end": 4658,
"ctxt": 0
},
"value": "obj1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4654,
"end": 4658,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4656,
"end": 4658,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4656,
"end": 4658,
"ctxt": 0
},
"value": "AU",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 4637,
"end": 4733,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 4660,
"end": 4733,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 4670,
"end": 4727,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4676,
"end": 4726,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4676,
"end": 4680,
"ctxt": 0
},
"value": "obj2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4680,
"end": 4684,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4682,
"end": 4684,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4682,
"end": 4684,
"ctxt": 0
},
"value": "AU",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 4687,
"end": 4726,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 4701,
"end": 4705,
"ctxt": 0
},
"value": "type",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 4707,
"end": 4716,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4707,
"end": 4711,
"ctxt": 0
},
"value": "obj1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4712,
"end": 4716,
"ctxt": 0
},
"value": "type",
"optional": false
}
}
}
]
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
]
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 4793,
"end": 4990,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 4803,
"end": 4810,
"ctxt": 0
},
"value": "GH39357",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 4811,
"end": 4990,
"ctxt": 0
},
"body": [
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 4817,
"end": 4872,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 4822,
"end": 4823,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 4826,
"end": 4871,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 4826,
"end": 4839,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 4827,
"end": 4830,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 4827,
"end": 4830,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4827,
"end": 4830,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 4832,
"end": 4838,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 4832,
"end": 4838,
"ctxt": 0
},
"kind": "number"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 4842,
"end": 4855,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 4843,
"end": 4846,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 4843,
"end": 4846,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4843,
"end": 4846,
"ctxt": 0
},
"value": "b",
"raw": "\"b\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 4848,
"end": 4854,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 4848,
"end": 4854,
"ctxt": 0
},
"kind": "number"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 4858,
"end": 4871,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 4859,
"end": 4862,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 4859,
"end": 4862,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4859,
"end": 4862,
"ctxt": 0
},
"value": "c",
"raw": "\"c\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 4864,
"end": 4870,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 4864,
"end": 4870,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 4877,
"end": 4902,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 4882,
"end": 4883,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 4886,
"end": 4901,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 4886,
"end": 4889,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4886,
"end": 4889,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
},
{
"type": "TsLiteralType",
"span": {
"start": 4892,
"end": 4895,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4892,
"end": 4895,
"ctxt": 0
},
"value": "b",
"raw": "\"b\""
}
},
{
"type": "TsLiteralType",
"span": {
"start": 4898,
"end": 4901,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4898,
"end": 4901,
"ctxt": 0
},
"value": "c",
"raw": "\"c\""
}
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 4907,
"end": 4926,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4921,
"end": 4925,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4921,
"end": 4922,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4922,
"end": 4925,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4924,
"end": 4925,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4924,
"end": 4925,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 4931,
"end": 4988,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4937,
"end": 4987,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4937,
"end": 4938,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4938,
"end": 4941,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4940,
"end": 4941,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4940,
"end": 4941,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ConditionalExpression",
"span": {
"start": 4944,
"end": 4987,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 4944,
"end": 4966,
"ctxt": 0
},
"operator": "||",
"left": {
"type": "BinaryExpression",
"span": {
"start": 4944,
"end": 4953,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 4944,
"end": 4945,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 4950,
"end": 4953,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 4957,
"end": 4966,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 4957,
"end": 4958,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 4963,
"end": 4966,
"ctxt": 0
},
"value": "b",
"raw": "\"b\""
}
}
},
"consequent": {
"type": "ArrayExpression",
"span": {
"start": 4969,
"end": 4975,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 4970,
"end": 4971,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 4973,
"end": 4974,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
]
},
"alternate": {
"type": "ArrayExpression",
"span": {
"start": 4978,
"end": 4987,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4979,
"end": 4982,
"ctxt": 0
},
"value": "c",
"raw": "\"c\""
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4984,
"end": 4986,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
}
]
}
},
"definite": false
}
]
}
]
}
}
],
"interpreter": null
}