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

8134 lines
239 KiB
JSON

{
"type": "Script",
"span": {
"start": 73,
"end": 4858,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 82,
"end": 84,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 85,
"end": 93,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 85,
"end": 93,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 86,
"end": 93,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 88,
"end": 93,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 88,
"end": 89,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 88,
"end": 89,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 92,
"end": 93,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 92,
"end": 93,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 73,
"end": 286,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 103,
"end": 286,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 109,
"end": 284,
"ctxt": 0
},
"test": {
"type": "UnaryExpression",
"span": {
"start": 113,
"end": 119,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "UnaryExpression",
"span": {
"start": 114,
"end": 119,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "BooleanLiteral",
"span": {
"start": 115,
"end": 119,
"ctxt": 0
},
"value": true
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 121,
"end": 250,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 131,
"end": 217,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 139,
"end": 140,
"ctxt": 0
},
"value": "x",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 156,
"end": 175,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 161,
"end": 162,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 164,
"end": 175,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 171,
"end": 174,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 188,
"end": 207,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 193,
"end": 194,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 196,
"end": 207,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 203,
"end": 206,
"ctxt": 0
},
"value": "b",
"raw": "'b'"
}
}
]
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 226,
"end": 228,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 226,
"end": 227,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 260,
"end": 284,
"ctxt": 0
},
"stmts": [
{
"type": "ThrowStatement",
"span": {
"start": 270,
"end": 278,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 276,
"end": 277,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 94,
"end": 102,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 96,
"end": 102,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 297,
"end": 299,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 300,
"end": 308,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 300,
"end": 308,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 301,
"end": 308,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 303,
"end": 308,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 303,
"end": 304,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 303,
"end": 304,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 307,
"end": 308,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 307,
"end": 308,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 288,
"end": 448,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 310,
"end": 448,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 316,
"end": 330,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 320,
"end": 329,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 320,
"end": 321,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 321,
"end": 329,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 323,
"end": 329,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "SwitchStatement",
"span": {
"start": 335,
"end": 415,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 343,
"end": 344,
"ctxt": 0
},
"value": "x",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 356,
"end": 378,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 361,
"end": 362,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 364,
"end": 371,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 364,
"end": 370,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 364,
"end": 365,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 368,
"end": 370,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 372,
"end": 378,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 387,
"end": 409,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 392,
"end": 393,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 395,
"end": 402,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 395,
"end": 401,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 395,
"end": 396,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 399,
"end": 401,
"ctxt": 0
},
"value": 20.0,
"raw": "20"
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 403,
"end": 409,
"ctxt": 0
},
"label": null
}
]
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 420,
"end": 422,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 420,
"end": 421,
"ctxt": 0
},
"value": "z",
"optional": false
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 459,
"end": 461,
"ctxt": 0
},
"value": "f3",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 462,
"end": 470,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 462,
"end": 470,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 463,
"end": 470,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 465,
"end": 470,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 465,
"end": 466,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 465,
"end": 466,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 469,
"end": 470,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 469,
"end": 470,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 450,
"end": 665,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 472,
"end": 665,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 478,
"end": 663,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 486,
"end": 487,
"ctxt": 0
},
"value": "x",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 499,
"end": 517,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 504,
"end": 505,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 507,
"end": 517,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 514,
"end": 516,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 526,
"end": 544,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 531,
"end": 532,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 534,
"end": 544,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 541,
"end": 543,
"ctxt": 0
},
"value": 20.0,
"raw": "20"
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 619,
"end": 657,
"ctxt": 0
},
"test": null,
"consequent": [
{
"type": "ThrowStatement",
"span": {
"start": 628,
"end": 657,
"ctxt": 0
},
"argument": {
"type": "NewExpression",
"span": {
"start": 634,
"end": 656,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 638,
"end": 643,
"ctxt": 0
},
"value": "Error",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 644,
"end": 655,
"ctxt": 0
},
"value": "Bad input",
"raw": "\"Bad input\""
}
}
],
"typeArguments": null
}
}
]
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 689,
"end": 704,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 694,
"end": 695,
"ctxt": 0
},
"value": "E",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 698,
"end": 699,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 698,
"end": 699,
"ctxt": 0
},
"value": "A",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 701,
"end": 702,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 701,
"end": 702,
"ctxt": 0
},
"value": "B",
"optional": false
},
"init": null
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 715,
"end": 716,
"ctxt": 0
},
"value": "f",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 717,
"end": 721,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 717,
"end": 721,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 718,
"end": 721,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 720,
"end": 721,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 720,
"end": 721,
"ctxt": 0
},
"value": "E",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 706,
"end": 811,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 731,
"end": 811,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 737,
"end": 809,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 745,
"end": 746,
"ctxt": 0
},
"value": "e",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 758,
"end": 776,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 763,
"end": 766,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 763,
"end": 764,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 765,
"end": 766,
"ctxt": 0
},
"value": "A",
"optional": false
}
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 768,
"end": 776,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 775,
"end": 776,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 785,
"end": 803,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 790,
"end": 793,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 790,
"end": 791,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 792,
"end": 793,
"ctxt": 0
},
"value": "B",
"optional": false
}
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 795,
"end": 803,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 802,
"end": 803,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
]
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 722,
"end": 730,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 724,
"end": 730,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 822,
"end": 823,
"ctxt": 0
},
"value": "g",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 824,
"end": 828,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 824,
"end": 828,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 825,
"end": 828,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 827,
"end": 828,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 827,
"end": 828,
"ctxt": 0
},
"value": "E",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 813,
"end": 976,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 838,
"end": 976,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 844,
"end": 974,
"ctxt": 0
},
"test": {
"type": "UnaryExpression",
"span": {
"start": 848,
"end": 853,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "BooleanLiteral",
"span": {
"start": 849,
"end": 853,
"ctxt": 0
},
"value": true
}
},
"consequent": {
"type": "ReturnStatement",
"span": {
"start": 863,
"end": 872,
"ctxt": 0
},
"argument": {
"type": "UnaryExpression",
"span": {
"start": 870,
"end": 872,
"ctxt": 0
},
"operator": "-",
"argument": {
"type": "NumericLiteral",
"span": {
"start": 871,
"end": 872,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"alternate": {
"type": "SwitchStatement",
"span": {
"start": 890,
"end": 974,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 898,
"end": 899,
"ctxt": 0
},
"value": "e",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 915,
"end": 933,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 920,
"end": 923,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 920,
"end": 921,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 922,
"end": 923,
"ctxt": 0
},
"value": "A",
"optional": false
}
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 925,
"end": 933,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 932,
"end": 933,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 946,
"end": 964,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 951,
"end": 954,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 951,
"end": 952,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 953,
"end": 954,
"ctxt": 0
},
"value": "B",
"optional": false
}
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 956,
"end": 964,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 963,
"end": 964,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
]
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 829,
"end": 837,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 831,
"end": 837,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1000,
"end": 1050,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1010,
"end": 1016,
"ctxt": 0
},
"value": "Square",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1017,
"end": 1050,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1019,
"end": 1034,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1019,
"end": 1023,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1023,
"end": 1033,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1025,
"end": 1033,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 1025,
"end": 1033,
"ctxt": 0
},
"value": "square",
"raw": "\"square\""
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1035,
"end": 1048,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1035,
"end": 1039,
"ctxt": 0
},
"value": "size",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1039,
"end": 1047,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1041,
"end": 1047,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1052,
"end": 1125,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1062,
"end": 1071,
"ctxt": 0
},
"value": "Rectangle",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1072,
"end": 1125,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1074,
"end": 1092,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1074,
"end": 1078,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1078,
"end": 1091,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1080,
"end": 1091,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 1080,
"end": 1091,
"ctxt": 0
},
"value": "rectangle",
"raw": "\"rectangle\""
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1093,
"end": 1107,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1093,
"end": 1098,
"ctxt": 0
},
"value": "width",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1098,
"end": 1106,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1100,
"end": 1106,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1108,
"end": 1123,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1108,
"end": 1114,
"ctxt": 0
},
"value": "height",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1114,
"end": 1122,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1116,
"end": 1122,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1127,
"end": 1179,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1137,
"end": 1143,
"ctxt": 0
},
"value": "Circle",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1144,
"end": 1179,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1146,
"end": 1161,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1146,
"end": 1150,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1150,
"end": 1160,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1152,
"end": 1160,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 1152,
"end": 1160,
"ctxt": 0
},
"value": "circle",
"raw": "\"circle\""
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1162,
"end": 1177,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1162,
"end": 1168,
"ctxt": 0
},
"value": "radius",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1168,
"end": 1176,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1170,
"end": 1176,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1181,
"end": 1235,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1191,
"end": 1199,
"ctxt": 0
},
"value": "Triangle",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1200,
"end": 1235,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1202,
"end": 1219,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1202,
"end": 1206,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1206,
"end": 1218,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1208,
"end": 1218,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 1208,
"end": 1218,
"ctxt": 0
},
"value": "triangle",
"raw": "\"triangle\""
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1220,
"end": 1233,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1220,
"end": 1224,
"ctxt": 0
},
"value": "side",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1224,
"end": 1232,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1226,
"end": 1232,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1237,
"end": 1289,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1242,
"end": 1247,
"ctxt": 0
},
"value": "Shape",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1250,
"end": 1288,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1250,
"end": 1256,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1250,
"end": 1256,
"ctxt": 0
},
"value": "Square",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1259,
"end": 1268,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1259,
"end": 1268,
"ctxt": 0
},
"value": "Rectangle",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1271,
"end": 1277,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1271,
"end": 1277,
"ctxt": 0
},
"value": "Circle",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1280,
"end": 1288,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1280,
"end": 1288,
"ctxt": 0
},
"value": "Triangle",
"optional": false
},
"typeParams": null
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1300,
"end": 1304,
"ctxt": 0
},
"value": "area",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1305,
"end": 1313,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1305,
"end": 1313,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1306,
"end": 1313,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1308,
"end": 1313,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1308,
"end": 1313,
"ctxt": 0
},
"value": "Shape",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 1291,
"end": 1642,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1323,
"end": 1642,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1329,
"end": 1338,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1333,
"end": 1337,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1333,
"end": 1337,
"ctxt": 0
},
"value": "area",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
{
"type": "SwitchStatement",
"span": {
"start": 1343,
"end": 1623,
"ctxt": 0
},
"discriminant": {
"type": "MemberExpression",
"span": {
"start": 1351,
"end": 1357,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1351,
"end": 1352,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1353,
"end": 1357,
"ctxt": 0
},
"value": "kind",
"optional": false
}
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 1369,
"end": 1414,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 1374,
"end": 1382,
"ctxt": 0
},
"value": "square",
"raw": "\"square\""
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 1384,
"end": 1407,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1384,
"end": 1406,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 1384,
"end": 1388,
"ctxt": 0
},
"value": "area",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 1391,
"end": 1406,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "MemberExpression",
"span": {
"start": 1391,
"end": 1397,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1391,
"end": 1392,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1393,
"end": 1397,
"ctxt": 0
},
"value": "size",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1400,
"end": 1406,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1400,
"end": 1401,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1402,
"end": 1406,
"ctxt": 0
},
"value": "size",
"optional": false
}
}
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 1408,
"end": 1414,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 1423,
"end": 1474,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 1428,
"end": 1439,
"ctxt": 0
},
"value": "rectangle",
"raw": "\"rectangle\""
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 1441,
"end": 1467,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1441,
"end": 1466,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 1441,
"end": 1445,
"ctxt": 0
},
"value": "area",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 1448,
"end": 1466,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "MemberExpression",
"span": {
"start": 1448,
"end": 1455,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1448,
"end": 1449,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1450,
"end": 1455,
"ctxt": 0
},
"value": "width",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1458,
"end": 1466,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1458,
"end": 1459,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1460,
"end": 1466,
"ctxt": 0
},
"value": "height",
"optional": false
}
}
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 1468,
"end": 1474,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 1483,
"end": 1542,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 1488,
"end": 1496,
"ctxt": 0
},
"value": "circle",
"raw": "\"circle\""
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 1498,
"end": 1535,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1498,
"end": 1534,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 1498,
"end": 1502,
"ctxt": 0
},
"value": "area",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 1505,
"end": 1534,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1505,
"end": 1523,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "MemberExpression",
"span": {
"start": 1505,
"end": 1512,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1505,
"end": 1509,
"ctxt": 0
},
"value": "Math",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1510,
"end": 1512,
"ctxt": 0
},
"value": "PI",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1515,
"end": 1523,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1515,
"end": 1516,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1517,
"end": 1523,
"ctxt": 0
},
"value": "radius",
"optional": false
}
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1526,
"end": 1534,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1526,
"end": 1527,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1528,
"end": 1534,
"ctxt": 0
},
"value": "radius",
"optional": false
}
}
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 1536,
"end": 1542,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 1551,
"end": 1617,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 1556,
"end": 1566,
"ctxt": 0
},
"value": "triangle",
"raw": "\"triangle\""
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 1568,
"end": 1610,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1568,
"end": 1609,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 1568,
"end": 1572,
"ctxt": 0
},
"value": "area",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 1575,
"end": 1609,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1575,
"end": 1600,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1575,
"end": 1591,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "CallExpression",
"span": {
"start": 1575,
"end": 1587,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1575,
"end": 1584,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1575,
"end": 1579,
"ctxt": 0
},
"value": "Math",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1580,
"end": 1584,
"ctxt": 0
},
"value": "sqrt",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1585,
"end": 1586,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
],
"typeArguments": null
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1590,
"end": 1591,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1594,
"end": 1600,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1594,
"end": 1595,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1596,
"end": 1600,
"ctxt": 0
},
"value": "side",
"optional": false
}
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1603,
"end": 1609,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1603,
"end": 1604,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1605,
"end": 1609,
"ctxt": 0
},
"value": "side",
"optional": false
}
}
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 1611,
"end": 1617,
"ctxt": 0
},
"label": null
}
]
}
]
},
{
"type": "ReturnStatement",
"span": {
"start": 1628,
"end": 1640,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1635,
"end": 1639,
"ctxt": 0
},
"value": "area",
"optional": false
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 1314,
"end": 1322,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1316,
"end": 1322,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1653,
"end": 1664,
"ctxt": 0
},
"value": "areaWrapped",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1665,
"end": 1673,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1665,
"end": 1673,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1666,
"end": 1673,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1668,
"end": 1673,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1668,
"end": 1673,
"ctxt": 0
},
"value": "Shape",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 1644,
"end": 2028,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1683,
"end": 2028,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1689,
"end": 1698,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1693,
"end": 1697,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1693,
"end": 1697,
"ctxt": 0
},
"value": "area",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1703,
"end": 2009,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1703,
"end": 2008,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 1703,
"end": 1707,
"ctxt": 0
},
"value": "area",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "CallExpression",
"span": {
"start": 1710,
"end": 2008,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 1710,
"end": 2006,
"ctxt": 0
},
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 1711,
"end": 2005,
"ctxt": 0
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 1717,
"end": 2005,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 1727,
"end": 1999,
"ctxt": 0
},
"discriminant": {
"type": "MemberExpression",
"span": {
"start": 1735,
"end": 1741,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1735,
"end": 1736,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1737,
"end": 1741,
"ctxt": 0
},
"value": "kind",
"optional": false
}
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 1757,
"end": 1795,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 1762,
"end": 1770,
"ctxt": 0
},
"value": "square",
"raw": "\"square\""
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 1772,
"end": 1795,
"ctxt": 0
},
"argument": {
"type": "BinaryExpression",
"span": {
"start": 1779,
"end": 1794,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "MemberExpression",
"span": {
"start": 1779,
"end": 1785,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1779,
"end": 1780,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1781,
"end": 1785,
"ctxt": 0
},
"value": "size",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1788,
"end": 1794,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1788,
"end": 1789,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1790,
"end": 1794,
"ctxt": 0
},
"value": "size",
"optional": false
}
}
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 1808,
"end": 1852,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 1813,
"end": 1824,
"ctxt": 0
},
"value": "rectangle",
"raw": "\"rectangle\""
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 1826,
"end": 1852,
"ctxt": 0
},
"argument": {
"type": "BinaryExpression",
"span": {
"start": 1833,
"end": 1851,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "MemberExpression",
"span": {
"start": 1833,
"end": 1840,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1833,
"end": 1834,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1835,
"end": 1840,
"ctxt": 0
},
"value": "width",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1843,
"end": 1851,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1843,
"end": 1844,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1845,
"end": 1851,
"ctxt": 0
},
"value": "height",
"optional": false
}
}
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 1865,
"end": 1917,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 1870,
"end": 1878,
"ctxt": 0
},
"value": "circle",
"raw": "\"circle\""
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 1880,
"end": 1917,
"ctxt": 0
},
"argument": {
"type": "BinaryExpression",
"span": {
"start": 1887,
"end": 1916,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1887,
"end": 1905,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "MemberExpression",
"span": {
"start": 1887,
"end": 1894,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1887,
"end": 1891,
"ctxt": 0
},
"value": "Math",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1892,
"end": 1894,
"ctxt": 0
},
"value": "PI",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1897,
"end": 1905,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1897,
"end": 1898,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1899,
"end": 1905,
"ctxt": 0
},
"value": "radius",
"optional": false
}
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1908,
"end": 1916,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1908,
"end": 1909,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1910,
"end": 1916,
"ctxt": 0
},
"value": "radius",
"optional": false
}
}
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 1930,
"end": 1989,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 1935,
"end": 1945,
"ctxt": 0
},
"value": "triangle",
"raw": "\"triangle\""
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 1947,
"end": 1989,
"ctxt": 0
},
"argument": {
"type": "BinaryExpression",
"span": {
"start": 1954,
"end": 1988,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1954,
"end": 1979,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1954,
"end": 1970,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "CallExpression",
"span": {
"start": 1954,
"end": 1966,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1954,
"end": 1963,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1954,
"end": 1958,
"ctxt": 0
},
"value": "Math",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1959,
"end": 1963,
"ctxt": 0
},
"value": "sqrt",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1964,
"end": 1965,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
],
"typeArguments": null
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1969,
"end": 1970,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1973,
"end": 1979,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1973,
"end": 1974,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1975,
"end": 1979,
"ctxt": 0
},
"value": "side",
"optional": false
}
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1982,
"end": 1988,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1982,
"end": 1983,
"ctxt": 0
},
"value": "s",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1984,
"end": 1988,
"ctxt": 0
},
"value": "side",
"optional": false
}
}
}
}
]
}
]
}
]
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
},
"arguments": [],
"typeArguments": null
}
}
},
{
"type": "ReturnStatement",
"span": {
"start": 2014,
"end": 2026,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 2021,
"end": 2025,
"ctxt": 0
},
"value": "area",
"optional": false
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 1674,
"end": 1682,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1676,
"end": 1682,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 2052,
"end": 2074,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 2057,
"end": 2063,
"ctxt": 0
},
"value": "MyEnum",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 2067,
"end": 2068,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2067,
"end": 2068,
"ctxt": 0
},
"value": "A",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 2071,
"end": 2072,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2071,
"end": 2072,
"ctxt": 0
},
"value": "B",
"optional": false
},
"init": null
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2085,
"end": 2099,
"ctxt": 0
},
"value": "thisGivesError",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2100,
"end": 2109,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2100,
"end": 2109,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2101,
"end": 2109,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2103,
"end": 2109,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2103,
"end": 2109,
"ctxt": 0
},
"value": "MyEnum",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 2076,
"end": 2246,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2119,
"end": 2246,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 2122,
"end": 2136,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2126,
"end": 2135,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2126,
"end": 2127,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2127,
"end": 2135,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2129,
"end": 2135,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "SwitchStatement",
"span": {
"start": 2138,
"end": 2233,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 2146,
"end": 2147,
"ctxt": 0
},
"value": "e",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 2153,
"end": 2190,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 2158,
"end": 2166,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2158,
"end": 2164,
"ctxt": 0
},
"value": "MyEnum",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2165,
"end": 2166,
"ctxt": 0
},
"value": "A",
"optional": false
}
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 2168,
"end": 2183,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2168,
"end": 2182,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2168,
"end": 2169,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2172,
"end": 2182,
"ctxt": 0
},
"value": "it was A",
"raw": "\"it was A\""
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 2184,
"end": 2190,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 2193,
"end": 2230,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 2198,
"end": 2206,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2198,
"end": 2204,
"ctxt": 0
},
"value": "MyEnum",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2205,
"end": 2206,
"ctxt": 0
},
"value": "B",
"optional": false
}
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 2208,
"end": 2223,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2208,
"end": 2222,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2208,
"end": 2209,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2212,
"end": 2222,
"ctxt": 0
},
"value": "it was B",
"raw": "\"it was B\""
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 2224,
"end": 2230,
"ctxt": 0
},
"label": null
}
]
}
]
},
{
"type": "ReturnStatement",
"span": {
"start": 2235,
"end": 2244,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 2242,
"end": 2243,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2110,
"end": 2118,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2112,
"end": 2118,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2257,
"end": 2262,
"ctxt": 0
},
"value": "good1",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2263,
"end": 2272,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2263,
"end": 2272,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2264,
"end": 2272,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2266,
"end": 2272,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2266,
"end": 2272,
"ctxt": 0
},
"value": "MyEnum",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 2248,
"end": 2456,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2282,
"end": 2456,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 2285,
"end": 2299,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2289,
"end": 2298,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2289,
"end": 2290,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2290,
"end": 2298,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2292,
"end": 2298,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "SwitchStatement",
"span": {
"start": 2301,
"end": 2443,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 2309,
"end": 2310,
"ctxt": 0
},
"value": "e",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 2316,
"end": 2353,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 2321,
"end": 2329,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2321,
"end": 2327,
"ctxt": 0
},
"value": "MyEnum",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2328,
"end": 2329,
"ctxt": 0
},
"value": "A",
"optional": false
}
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 2331,
"end": 2346,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2331,
"end": 2345,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2331,
"end": 2332,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2335,
"end": 2345,
"ctxt": 0
},
"value": "it was A",
"raw": "\"it was A\""
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 2347,
"end": 2353,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 2356,
"end": 2393,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 2361,
"end": 2369,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2361,
"end": 2367,
"ctxt": 0
},
"value": "MyEnum",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2368,
"end": 2369,
"ctxt": 0
},
"value": "B",
"optional": false
}
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 2371,
"end": 2386,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2371,
"end": 2385,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2371,
"end": 2372,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2375,
"end": 2385,
"ctxt": 0
},
"value": "it was B",
"raw": "\"it was B\""
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 2387,
"end": 2393,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 2396,
"end": 2440,
"ctxt": 0
},
"test": null,
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 2405,
"end": 2433,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2405,
"end": 2432,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2405,
"end": 2406,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2409,
"end": 2432,
"ctxt": 0
},
"value": "it was something else",
"raw": "\"it was something else\""
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 2434,
"end": 2440,
"ctxt": 0
},
"label": null
}
]
}
]
},
{
"type": "ReturnStatement",
"span": {
"start": 2445,
"end": 2454,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 2452,
"end": 2453,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2273,
"end": 2281,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2275,
"end": 2281,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2467,
"end": 2472,
"ctxt": 0
},
"value": "good2",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2473,
"end": 2482,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2473,
"end": 2482,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2474,
"end": 2482,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2476,
"end": 2482,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2476,
"end": 2482,
"ctxt": 0
},
"value": "MyEnum",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 2458,
"end": 2584,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2492,
"end": 2584,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 2495,
"end": 2582,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 2503,
"end": 2504,
"ctxt": 0
},
"value": "e",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 2510,
"end": 2543,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 2515,
"end": 2523,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2515,
"end": 2521,
"ctxt": 0
},
"value": "MyEnum",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2522,
"end": 2523,
"ctxt": 0
},
"value": "A",
"optional": false
}
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 2525,
"end": 2543,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 2532,
"end": 2542,
"ctxt": 0
},
"value": "it was A",
"raw": "\"it was A\""
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 2546,
"end": 2579,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 2551,
"end": 2559,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2551,
"end": 2557,
"ctxt": 0
},
"value": "MyEnum",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2558,
"end": 2559,
"ctxt": 0
},
"value": "B",
"optional": false
}
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 2561,
"end": 2579,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 2568,
"end": 2578,
"ctxt": 0
},
"value": "it was B",
"raw": "\"it was B\""
}
}
]
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2483,
"end": 2491,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2485,
"end": 2491,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 2608,
"end": 2636,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 2613,
"end": 2618,
"ctxt": 0
},
"value": "Level",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 2623,
"end": 2626,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2623,
"end": 2626,
"ctxt": 0
},
"value": "One",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 2630,
"end": 2633,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2630,
"end": 2633,
"ctxt": 0
},
"value": "Two",
"optional": false
},
"init": null
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2638,
"end": 2860,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2644,
"end": 2859,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2644,
"end": 2664,
"ctxt": 0
},
"value": "doSomethingWithLevel",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 2667,
"end": 2859,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 2668,
"end": 2680,
"ctxt": 0
},
"value": "level",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2673,
"end": 2680,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2675,
"end": 2680,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2675,
"end": 2680,
"ctxt": 0
},
"value": "Level",
"optional": false
},
"typeParams": null
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 2685,
"end": 2859,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 2689,
"end": 2705,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2693,
"end": 2704,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2693,
"end": 2697,
"ctxt": 0
},
"value": "next",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2697,
"end": 2704,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2699,
"end": 2704,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2699,
"end": 2704,
"ctxt": 0
},
"value": "Level",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "SwitchStatement",
"span": {
"start": 2708,
"end": 2842,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 2716,
"end": 2721,
"ctxt": 0
},
"value": "level",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 2729,
"end": 2781,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 2734,
"end": 2743,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2734,
"end": 2739,
"ctxt": 0
},
"value": "Level",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2740,
"end": 2743,
"ctxt": 0
},
"value": "One",
"optional": false
}
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 2751,
"end": 2768,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2751,
"end": 2767,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2751,
"end": 2755,
"ctxt": 0
},
"value": "next",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "MemberExpression",
"span": {
"start": 2758,
"end": 2767,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2758,
"end": 2763,
"ctxt": 0
},
"value": "Level",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2764,
"end": 2767,
"ctxt": 0
},
"value": "Two",
"optional": false
}
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 2775,
"end": 2781,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 2786,
"end": 2838,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 2791,
"end": 2800,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2791,
"end": 2796,
"ctxt": 0
},
"value": "Level",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2797,
"end": 2800,
"ctxt": 0
},
"value": "Two",
"optional": false
}
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 2808,
"end": 2825,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2808,
"end": 2824,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2808,
"end": 2812,
"ctxt": 0
},
"value": "next",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "MemberExpression",
"span": {
"start": 2815,
"end": 2824,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2815,
"end": 2820,
"ctxt": 0
},
"value": "Level",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2821,
"end": 2824,
"ctxt": 0
},
"value": "One",
"optional": false
}
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 2832,
"end": 2838,
"ctxt": 0
},
"label": null
}
]
}
]
},
{
"type": "ReturnStatement",
"span": {
"start": 2845,
"end": 2857,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 2852,
"end": 2856,
"ctxt": 0
},
"value": "next",
"optional": false
}
}
]
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 2884,
"end": 2943,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2894,
"end": 2901,
"ctxt": 0
},
"value": "Square2",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 2902,
"end": 2943,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 2908,
"end": 2923,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2908,
"end": 2912,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2912,
"end": 2922,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2914,
"end": 2922,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2914,
"end": 2922,
"ctxt": 0
},
"value": "square",
"raw": "\"square\""
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2928,
"end": 2941,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2928,
"end": 2932,
"ctxt": 0
},
"value": "size",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2932,
"end": 2940,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2934,
"end": 2940,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 2945,
"end": 3006,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2955,
"end": 2962,
"ctxt": 0
},
"value": "Circle2",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 2963,
"end": 3006,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 2969,
"end": 2984,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2969,
"end": 2973,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2973,
"end": 2983,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2975,
"end": 2983,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2975,
"end": 2983,
"ctxt": 0
},
"value": "circle",
"raw": "\"circle\""
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2989,
"end": 3004,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2989,
"end": 2995,
"ctxt": 0
},
"value": "radius",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2995,
"end": 3003,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2997,
"end": 3003,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 3008,
"end": 3040,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 3013,
"end": 3019,
"ctxt": 0
},
"value": "Shape2",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 3022,
"end": 3039,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 3022,
"end": 3029,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3022,
"end": 3029,
"ctxt": 0
},
"value": "Square2",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 3032,
"end": 3039,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3032,
"end": 3039,
"ctxt": 0
},
"value": "Circle2",
"optional": false
},
"typeParams": null
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 3051,
"end": 3062,
"ctxt": 0
},
"value": "withDefault",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 3063,
"end": 3073,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 3063,
"end": 3073,
"ctxt": 0
},
"value": "s1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3065,
"end": 3073,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3067,
"end": 3073,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3067,
"end": 3073,
"ctxt": 0
},
"value": "Shape2",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 3075,
"end": 3085,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 3075,
"end": 3085,
"ctxt": 0
},
"value": "s2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3077,
"end": 3085,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3079,
"end": 3085,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3079,
"end": 3085,
"ctxt": 0
},
"value": "Shape2",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 3042,
"end": 3429,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 3095,
"end": 3429,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 3101,
"end": 3427,
"ctxt": 0
},
"discriminant": {
"type": "MemberExpression",
"span": {
"start": 3109,
"end": 3116,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3109,
"end": 3111,
"ctxt": 0
},
"value": "s1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 3112,
"end": 3116,
"ctxt": 0
},
"value": "kind",
"optional": false
}
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 3128,
"end": 3166,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 3133,
"end": 3141,
"ctxt": 0
},
"value": "square",
"raw": "\"square\""
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 3155,
"end": 3166,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 3162,
"end": 3165,
"ctxt": 0
},
"value": "1",
"raw": "\"1\""
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 3175,
"end": 3421,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 3180,
"end": 3188,
"ctxt": 0
},
"value": "circle",
"raw": "\"circle\""
},
"consequent": [
{
"type": "SwitchStatement",
"span": {
"start": 3202,
"end": 3421,
"ctxt": 0
},
"discriminant": {
"type": "MemberExpression",
"span": {
"start": 3210,
"end": 3217,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3210,
"end": 3212,
"ctxt": 0
},
"value": "s2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 3213,
"end": 3217,
"ctxt": 0
},
"value": "kind",
"optional": false
}
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 3237,
"end": 3283,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 3242,
"end": 3250,
"ctxt": 0
},
"value": "square",
"raw": "\"square\""
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 3272,
"end": 3283,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 3279,
"end": 3282,
"ctxt": 0
},
"value": "2",
"raw": "\"2\""
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 3300,
"end": 3346,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 3305,
"end": 3313,
"ctxt": 0
},
"value": "circle",
"raw": "\"circle\""
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 3335,
"end": 3346,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 3342,
"end": 3345,
"ctxt": 0
},
"value": "3",
"raw": "\"3\""
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 3363,
"end": 3407,
"ctxt": 0
},
"test": null,
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 3392,
"end": 3407,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 3399,
"end": 3406,
"ctxt": 0
},
"value": "never",
"raw": "\"never\""
}
}
]
}
]
}
]
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 3086,
"end": 3094,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3088,
"end": 3094,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 3440,
"end": 3454,
"ctxt": 0
},
"value": "withoutDefault",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 3455,
"end": 3465,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 3455,
"end": 3465,
"ctxt": 0
},
"value": "s1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3457,
"end": 3465,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3459,
"end": 3465,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3459,
"end": 3465,
"ctxt": 0
},
"value": "Shape2",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 3467,
"end": 3477,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 3467,
"end": 3477,
"ctxt": 0
},
"value": "s2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3469,
"end": 3477,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3471,
"end": 3477,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3471,
"end": 3477,
"ctxt": 0
},
"value": "Shape2",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 3431,
"end": 3760,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 3487,
"end": 3760,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 3493,
"end": 3758,
"ctxt": 0
},
"discriminant": {
"type": "MemberExpression",
"span": {
"start": 3501,
"end": 3508,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3501,
"end": 3503,
"ctxt": 0
},
"value": "s1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 3504,
"end": 3508,
"ctxt": 0
},
"value": "kind",
"optional": false
}
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 3520,
"end": 3558,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 3525,
"end": 3533,
"ctxt": 0
},
"value": "square",
"raw": "\"square\""
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 3547,
"end": 3558,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 3554,
"end": 3557,
"ctxt": 0
},
"value": "1",
"raw": "\"1\""
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 3567,
"end": 3752,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 3572,
"end": 3580,
"ctxt": 0
},
"value": "circle",
"raw": "\"circle\""
},
"consequent": [
{
"type": "SwitchStatement",
"span": {
"start": 3594,
"end": 3752,
"ctxt": 0
},
"discriminant": {
"type": "MemberExpression",
"span": {
"start": 3602,
"end": 3609,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3602,
"end": 3604,
"ctxt": 0
},
"value": "s2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 3605,
"end": 3609,
"ctxt": 0
},
"value": "kind",
"optional": false
}
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 3629,
"end": 3675,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 3634,
"end": 3642,
"ctxt": 0
},
"value": "square",
"raw": "\"square\""
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 3664,
"end": 3675,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 3671,
"end": 3674,
"ctxt": 0
},
"value": "2",
"raw": "\"2\""
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 3692,
"end": 3738,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 3697,
"end": 3705,
"ctxt": 0
},
"value": "circle",
"raw": "\"circle\""
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 3727,
"end": 3738,
"ctxt": 0
},
"argument": {
"type": "StringLiteral",
"span": {
"start": 3734,
"end": 3737,
"ctxt": 0
},
"value": "3",
"raw": "\"3\""
}
}
]
}
]
}
]
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 3478,
"end": 3486,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3480,
"end": 3486,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 3793,
"end": 3798,
"ctxt": 0
},
"value": "test4",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 3799,
"end": 3811,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 3799,
"end": 3811,
"ctxt": 0
},
"value": "value",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3804,
"end": 3811,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 3806,
"end": 3811,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 3806,
"end": 3807,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 3806,
"end": 3807,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 3810,
"end": 3811,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 3810,
"end": 3811,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 3784,
"end": 3944,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 3813,
"end": 3944,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 3819,
"end": 3833,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3823,
"end": 3832,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3823,
"end": 3824,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3824,
"end": 3832,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3826,
"end": 3832,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "SwitchStatement",
"span": {
"start": 3838,
"end": 3928,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 3846,
"end": 3851,
"ctxt": 0
},
"value": "value",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 3863,
"end": 3888,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 3868,
"end": 3869,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 3871,
"end": 3881,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3871,
"end": 3880,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 3871,
"end": 3872,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 3875,
"end": 3880,
"ctxt": 0
},
"value": "one",
"raw": "\"one\""
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 3882,
"end": 3888,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 3897,
"end": 3922,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 3902,
"end": 3903,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 3905,
"end": 3915,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3905,
"end": 3914,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 3905,
"end": 3906,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 3909,
"end": 3914,
"ctxt": 0
},
"value": "two",
"raw": "\"two\""
}
}
},
{
"type": "BreakStatement",
"span": {
"start": 3916,
"end": 3922,
"ctxt": 0
},
"label": null
}
]
}
]
},
{
"type": "ReturnStatement",
"span": {
"start": 3933,
"end": 3942,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3940,
"end": 3941,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 3968,
"end": 3992,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 3973,
"end": 3979,
"ctxt": 0
},
"value": "Animal",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 3982,
"end": 3985,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3982,
"end": 3985,
"ctxt": 0
},
"value": "DOG",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 3987,
"end": 3990,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3987,
"end": 3990,
"ctxt": 0
},
"value": "CAT",
"optional": false
},
"init": null
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3994,
"end": 4044,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4008,
"end": 4043,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4008,
"end": 4011,
"ctxt": 0
},
"value": "zoo",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4011,
"end": 4043,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 4013,
"end": 4043,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 4013,
"end": 4031,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 4015,
"end": 4029,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4015,
"end": 4021,
"ctxt": 0
},
"value": "animal",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4021,
"end": 4029,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4023,
"end": 4029,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4023,
"end": 4029,
"ctxt": 0
},
"value": "Animal",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
},
{
"type": "TsKeywordType",
"span": {
"start": 4034,
"end": 4043,
"ctxt": 0
},
"kind": "undefined"
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4055,
"end": 4065,
"ctxt": 0
},
"value": "expression",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 4046,
"end": 4212,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 4076,
"end": 4212,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 4082,
"end": 4210,
"ctxt": 0
},
"discriminant": {
"type": "BinaryExpression",
"span": {
"start": 4090,
"end": 4115,
"ctxt": 0
},
"operator": "??",
"left": {
"type": "OptionalChainingExpression",
"span": {
"start": 4090,
"end": 4101,
"ctxt": 0
},
"questionDotToken": {
"start": 4093,
"end": 4094,
"ctxt": 0
},
"base": {
"type": "MemberExpression",
"span": {
"start": 4090,
"end": 4101,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4090,
"end": 4093,
"ctxt": 0
},
"value": "zoo",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4095,
"end": 4101,
"ctxt": 0
},
"value": "animal",
"optional": false
}
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 4105,
"end": 4115,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4105,
"end": 4111,
"ctxt": 0
},
"value": "Animal",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4112,
"end": 4115,
"ctxt": 0
},
"value": "DOG",
"optional": false
}
}
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 4127,
"end": 4161,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 4132,
"end": 4142,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4132,
"end": 4138,
"ctxt": 0
},
"value": "Animal",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4139,
"end": 4142,
"ctxt": 0
},
"value": "DOG",
"optional": false
}
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 4144,
"end": 4161,
"ctxt": 0
},
"argument": {
"type": "MemberExpression",
"span": {
"start": 4151,
"end": 4161,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4151,
"end": 4157,
"ctxt": 0
},
"value": "Animal",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4158,
"end": 4161,
"ctxt": 0
},
"value": "DOG",
"optional": false
}
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 4170,
"end": 4204,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 4175,
"end": 4185,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4175,
"end": 4181,
"ctxt": 0
},
"value": "Animal",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4182,
"end": 4185,
"ctxt": 0
},
"value": "CAT",
"optional": false
}
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 4187,
"end": 4204,
"ctxt": 0
},
"argument": {
"type": "MemberExpression",
"span": {
"start": 4194,
"end": 4204,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4194,
"end": 4200,
"ctxt": 0
},
"value": "Animal",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4201,
"end": 4204,
"ctxt": 0
},
"value": "CAT",
"optional": false
}
}
}
]
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 4067,
"end": 4075,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4069,
"end": 4075,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4069,
"end": 4075,
"ctxt": 0
},
"value": "Animal",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4245,
"end": 4248,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 4236,
"end": 4434,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 4251,
"end": 4434,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 4257,
"end": 4291,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4263,
"end": 4290,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4263,
"end": 4266,
"ctxt": 0
},
"value": "foo",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4266,
"end": 4286,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 4268,
"end": 4286,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 4268,
"end": 4274,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 4277,
"end": 4286,
"ctxt": 0
},
"kind": "undefined"
}
]
}
}
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 4289,
"end": 4290,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"definite": false
}
]
},
{
"type": "WhileStatement",
"span": {
"start": 4296,
"end": 4432,
"ctxt": 0
},
"test": {
"type": "BooleanLiteral",
"span": {
"start": 4303,
"end": 4307,
"ctxt": 0
},
"value": true
},
"body": {
"type": "BlockStatement",
"span": {
"start": 4309,
"end": 4432,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 4319,
"end": 4337,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4325,
"end": 4336,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4325,
"end": 4330,
"ctxt": 0
},
"value": "stats",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 4333,
"end": 4336,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"definite": false
}
]
},
{
"type": "SwitchStatement",
"span": {
"start": 4346,
"end": 4426,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 4354,
"end": 4359,
"ctxt": 0
},
"value": "stats",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 4375,
"end": 4389,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 4380,
"end": 4381,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"consequent": [
{
"type": "BreakStatement",
"span": {
"start": 4383,
"end": 4389,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 4402,
"end": 4416,
"ctxt": 0
},
"test": {
"type": "NumericLiteral",
"span": {
"start": 4407,
"end": 4408,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
},
"consequent": [
{
"type": "BreakStatement",
"span": {
"start": 4410,
"end": 4416,
"ctxt": 0
},
"label": null
}
]
}
]
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 4458,
"end": 4500,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 4463,
"end": 4464,
"ctxt": 0
},
"value": "O",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 4467,
"end": 4499,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 4473,
"end": 4483,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4473,
"end": 4474,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4474,
"end": 4482,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 4476,
"end": 4482,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 4488,
"end": 4497,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4488,
"end": 4489,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4489,
"end": 4497,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 4491,
"end": 4497,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 4501,
"end": 4524,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 4506,
"end": 4507,
"ctxt": 0
},
"value": "K",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 4510,
"end": 4523,
"ctxt": 0
},
"types": [
{
"type": "TsTypeOperator",
"span": {
"start": 4510,
"end": 4517,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4516,
"end": 4517,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4516,
"end": 4517,
"ctxt": 0
},
"value": "O",
"optional": false
},
"typeParams": null
}
},
{
"type": "TsLiteralType",
"span": {
"start": 4520,
"end": 4523,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4520,
"end": 4523,
"ctxt": 0
},
"value": "c",
"raw": "'c'"
}
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4534,
"end": 4536,
"ctxt": 0
},
"value": "ff",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 4537,
"end": 4541,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4537,
"end": 4541,
"ctxt": 0
},
"value": "o",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4538,
"end": 4541,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4540,
"end": 4541,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4540,
"end": 4541,
"ctxt": 0
},
"value": "O",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 4543,
"end": 4547,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4543,
"end": 4547,
"ctxt": 0
},
"value": "k",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4544,
"end": 4547,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4546,
"end": 4547,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4546,
"end": 4547,
"ctxt": 0
},
"value": "K",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 4525,
"end": 4655,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 4549,
"end": 4655,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 4555,
"end": 4611,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 4562,
"end": 4563,
"ctxt": 0
},
"value": "k",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 4575,
"end": 4605,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 4580,
"end": 4583,
"ctxt": 0
},
"value": "c",
"raw": "'c'"
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 4597,
"end": 4605,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 4597,
"end": 4604,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 4597,
"end": 4598,
"ctxt": 0
},
"value": "k",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 4601,
"end": 4604,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
}
}
]
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 4616,
"end": 4626,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 4616,
"end": 4625,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 4616,
"end": 4617,
"ctxt": 0
},
"value": "k",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 4622,
"end": 4625,
"ctxt": 0
},
"value": "c",
"raw": "'c'"
}
}
},
{
"type": "ReturnStatement",
"span": {
"start": 4641,
"end": 4653,
"ctxt": 0
},
"argument": {
"type": "MemberExpression",
"span": {
"start": 4648,
"end": 4652,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4648,
"end": 4649,
"ctxt": 0
},
"value": "o",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 4649,
"end": 4652,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 4650,
"end": 4651,
"ctxt": 0
},
"value": "k",
"optional": false
}
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 4678,
"end": 4721,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 4683,
"end": 4684,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 4687,
"end": 4720,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 4687,
"end": 4702,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 4689,
"end": 4700,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4689,
"end": 4693,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4693,
"end": 4700,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 4695,
"end": 4700,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4695,
"end": 4700,
"ctxt": 0
},
"value": "abc",
"raw": "\"abc\""
}
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 4705,
"end": 4720,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 4707,
"end": 4718,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4707,
"end": 4711,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4711,
"end": 4718,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 4713,
"end": 4718,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4713,
"end": 4718,
"ctxt": 0
},
"value": "def",
"raw": "\"def\""
}
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4732,
"end": 4738,
"ctxt": 0
},
"value": "f35431",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 4739,
"end": 4743,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4739,
"end": 4743,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4740,
"end": 4743,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4742,
"end": 4743,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4742,
"end": 4743,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 4723,
"end": 4858,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 4745,
"end": 4858,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 4749,
"end": 4856,
"ctxt": 0
},
"discriminant": {
"type": "MemberExpression",
"span": {
"start": 4757,
"end": 4763,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4757,
"end": 4758,
"ctxt": 0
},
"value": "a",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4759,
"end": 4763,
"ctxt": 0
},
"value": "kind",
"optional": false
}
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 4771,
"end": 4782,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 4776,
"end": 4781,
"ctxt": 0
},
"value": "abc",
"raw": "\"abc\""
},
"consequent": []
},
{
"type": "SwitchCase",
"span": {
"start": 4787,
"end": 4806,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 4792,
"end": 4797,
"ctxt": 0
},
"value": "def",
"raw": "\"def\""
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 4799,
"end": 4806,
"ctxt": 0
},
"argument": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 4811,
"end": 4834,
"ctxt": 0
},
"test": null,
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 4826,
"end": 4834,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 4826,
"end": 4833,
"ctxt": 0
},
"object": {
"type": "TsNonNullExpression",
"span": {
"start": 4826,
"end": 4828,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 4826,
"end": 4827,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 4829,
"end": 4833,
"ctxt": 0
},
"value": "kind",
"optional": false
}
}
}
]
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}