swc/crates/swc_ecma_parser/tests/tsc/declarationsAndAssignments.json
2022-04-05 12:46:35 +00:00

11048 lines
331 KiB
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 4098,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 9,
"end": 11,
"ctxt": 0
},
"value": "f0",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 0,
"end": 203,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 14,
"end": 203,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 20,
"end": 42,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 24,
"end": 41,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 24,
"end": 26,
"ctxt": 0
},
"elements": [],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 29,
"end": 41,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 30,
"end": 31,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 33,
"end": 40,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 47,
"end": 70,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 51,
"end": 69,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 51,
"end": 54,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 52,
"end": 53,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 57,
"end": 69,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 58,
"end": 59,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 61,
"end": 68,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 75,
"end": 101,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 79,
"end": 100,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 79,
"end": 85,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 80,
"end": 81,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 83,
"end": 84,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 88,
"end": 100,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 89,
"end": 90,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 92,
"end": 99,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 106,
"end": 135,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 110,
"end": 134,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 110,
"end": 119,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 111,
"end": 112,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 114,
"end": 115,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 117,
"end": 118,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 122,
"end": 134,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 123,
"end": 124,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 126,
"end": 133,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 140,
"end": 163,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 144,
"end": 162,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 144,
"end": 150,
"ctxt": 0
},
"elements": [
null,
null,
{
"type": "Identifier",
"span": {
"start": 148,
"end": 149,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 153,
"end": 162,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 154,
"end": 155,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 157,
"end": 158,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 160,
"end": 161,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 168,
"end": 182,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 172,
"end": 181,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 172,
"end": 173,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 173,
"end": 181,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 175,
"end": 181,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 187,
"end": 201,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 191,
"end": 200,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 191,
"end": 192,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 192,
"end": 200,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 194,
"end": 200,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 214,
"end": 216,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 205,
"end": 392,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 219,
"end": 392,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 225,
"end": 246,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 229,
"end": 245,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 229,
"end": 230,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 233,
"end": 245,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 234,
"end": 235,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 237,
"end": 244,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 251,
"end": 263,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 255,
"end": 262,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 255,
"end": 258,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 256,
"end": 257,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 261,
"end": 262,
"ctxt": 0
},
"value": "a",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 268,
"end": 283,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 272,
"end": 282,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 272,
"end": 278,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 273,
"end": 274,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 276,
"end": 277,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 281,
"end": 282,
"ctxt": 0
},
"value": "a",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 288,
"end": 306,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 292,
"end": 305,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 292,
"end": 301,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 293,
"end": 294,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 296,
"end": 297,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 299,
"end": 300,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 304,
"end": 305,
"ctxt": 0
},
"value": "a",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 311,
"end": 334,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 315,
"end": 333,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 315,
"end": 316,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 316,
"end": 333,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 318,
"end": 333,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 318,
"end": 324,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 327,
"end": 333,
"ctxt": 0
},
"kind": "string"
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 339,
"end": 362,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 343,
"end": 361,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 343,
"end": 344,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 344,
"end": 361,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 346,
"end": 361,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 346,
"end": 352,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 355,
"end": 361,
"ctxt": 0
},
"kind": "string"
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 367,
"end": 390,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 371,
"end": 389,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 371,
"end": 372,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 372,
"end": 389,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 374,
"end": 389,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 374,
"end": 380,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 383,
"end": 389,
"ctxt": 0
},
"kind": "string"
}
]
}
}
},
"init": null,
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 403,
"end": 405,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 394,
"end": 916,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 408,
"end": 916,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 414,
"end": 445,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 418,
"end": 444,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 418,
"end": 421,
"ctxt": 0
},
"properties": [],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 424,
"end": 444,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 426,
"end": 427,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 429,
"end": 430,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 432,
"end": 433,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 435,
"end": 442,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 487,
"end": 520,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 491,
"end": 519,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 491,
"end": 496,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 493,
"end": 494,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 493,
"end": 494,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 499,
"end": 519,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 501,
"end": 502,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 504,
"end": 505,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 507,
"end": 508,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 510,
"end": 517,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 554,
"end": 587,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 558,
"end": 586,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 558,
"end": 563,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 560,
"end": 561,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 560,
"end": 561,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 566,
"end": 586,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 568,
"end": 569,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 571,
"end": 572,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 574,
"end": 575,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 577,
"end": 584,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 621,
"end": 657,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 625,
"end": 656,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 625,
"end": 633,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 627,
"end": 628,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 627,
"end": 628,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 630,
"end": 631,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 630,
"end": 631,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 636,
"end": 656,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 638,
"end": 639,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 641,
"end": 642,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 644,
"end": 645,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 647,
"end": 654,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 662,
"end": 676,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 666,
"end": 675,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 666,
"end": 667,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 667,
"end": 675,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 669,
"end": 675,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 681,
"end": 695,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 685,
"end": 694,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 685,
"end": 686,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 686,
"end": 694,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 688,
"end": 694,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 700,
"end": 736,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 704,
"end": 735,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 704,
"end": 712,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 706,
"end": 707,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 709,
"end": 710,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 715,
"end": 735,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 717,
"end": 718,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 720,
"end": 721,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 723,
"end": 724,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 726,
"end": 733,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 767,
"end": 803,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 771,
"end": 802,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 771,
"end": 779,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 773,
"end": 774,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 776,
"end": 777,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 782,
"end": 802,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 784,
"end": 785,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 787,
"end": 788,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 790,
"end": 791,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 793,
"end": 800,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 834,
"end": 876,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 838,
"end": 875,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 838,
"end": 852,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 840,
"end": 841,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 843,
"end": 844,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 846,
"end": 847,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 849,
"end": 850,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 855,
"end": 875,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 857,
"end": 858,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 860,
"end": 861,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 863,
"end": 864,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 866,
"end": 873,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 881,
"end": 895,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 885,
"end": 894,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 885,
"end": 886,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 886,
"end": 894,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 888,
"end": 894,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 900,
"end": 914,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 904,
"end": 913,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 904,
"end": 905,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 905,
"end": 913,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 907,
"end": 913,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 927,
"end": 929,
"ctxt": 0
},
"value": "f3",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 918,
"end": 1041,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 932,
"end": 1041,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 938,
"end": 981,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 942,
"end": 980,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 942,
"end": 955,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 943,
"end": 944,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "ArrayPattern",
"span": {
"start": 946,
"end": 954,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 947,
"end": 948,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
{
"type": "ArrayPattern",
"span": {
"start": 950,
"end": 953,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 951,
"end": 952,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 958,
"end": 980,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 959,
"end": 960,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 962,
"end": 979,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 963,
"end": 970,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 972,
"end": 978,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 973,
"end": 977,
"ctxt": 0
},
"value": true
}
}
]
}
}
]
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 986,
"end": 1000,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 990,
"end": 999,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 990,
"end": 991,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 991,
"end": 999,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 993,
"end": 999,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1005,
"end": 1019,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1009,
"end": 1018,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1009,
"end": 1010,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1010,
"end": 1018,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1012,
"end": 1018,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1024,
"end": 1039,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1028,
"end": 1038,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1028,
"end": 1029,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1029,
"end": 1038,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1031,
"end": 1038,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1052,
"end": 1054,
"ctxt": 0
},
"value": "f4",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1043,
"end": 1206,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1057,
"end": 1206,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1063,
"end": 1146,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1067,
"end": 1145,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 1067,
"end": 1099,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1069,
"end": 1070,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 1072,
"end": 1073,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1075,
"end": 1076,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "ObjectPattern",
"span": {
"start": 1078,
"end": 1098,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1080,
"end": 1081,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 1083,
"end": 1084,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1086,
"end": 1087,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "ObjectPattern",
"span": {
"start": 1089,
"end": 1097,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1091,
"end": 1092,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 1094,
"end": 1095,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 1102,
"end": 1145,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1104,
"end": 1105,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 1107,
"end": 1108,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1110,
"end": 1111,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "ObjectExpression",
"span": {
"start": 1113,
"end": 1143,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1115,
"end": 1116,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 1118,
"end": 1125,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1127,
"end": 1128,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "ObjectExpression",
"span": {
"start": 1130,
"end": 1141,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1132,
"end": 1133,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 1135,
"end": 1139,
"ctxt": 0
},
"value": true
}
}
]
}
}
]
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1151,
"end": 1165,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1155,
"end": 1164,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1155,
"end": 1156,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1156,
"end": 1164,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1158,
"end": 1164,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1170,
"end": 1184,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1174,
"end": 1183,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1174,
"end": 1175,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1175,
"end": 1183,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1177,
"end": 1183,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1189,
"end": 1204,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1193,
"end": 1203,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1193,
"end": 1194,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1194,
"end": 1203,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1196,
"end": 1203,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1217,
"end": 1219,
"ctxt": 0
},
"value": "f6",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1208,
"end": 1303,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1222,
"end": 1303,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1228,
"end": 1263,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1232,
"end": 1262,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 1232,
"end": 1247,
"ctxt": 0
},
"elements": [
{
"type": "AssignmentPattern",
"span": {
"start": 1233,
"end": 1238,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 1233,
"end": 1234,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1237,
"end": 1238,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"typeAnnotation": null
},
{
"type": "AssignmentPattern",
"span": {
"start": 1240,
"end": 1246,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 1240,
"end": 1241,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1244,
"end": 1246,
"ctxt": 0
},
"value": "",
"raw": "\"\""
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 1250,
"end": 1262,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1251,
"end": 1252,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1254,
"end": 1261,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1268,
"end": 1282,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1272,
"end": 1281,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1272,
"end": 1273,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1273,
"end": 1281,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1275,
"end": 1281,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1287,
"end": 1301,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1291,
"end": 1300,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1291,
"end": 1292,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1292,
"end": 1300,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1294,
"end": 1300,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1314,
"end": 1316,
"ctxt": 0
},
"value": "f7",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1305,
"end": 1443,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1319,
"end": 1443,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1325,
"end": 1359,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1329,
"end": 1358,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 1329,
"end": 1343,
"ctxt": 0
},
"elements": [
{
"type": "AssignmentPattern",
"span": {
"start": 1330,
"end": 1335,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 1330,
"end": 1331,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1334,
"end": 1335,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"typeAnnotation": null
},
{
"type": "AssignmentPattern",
"span": {
"start": 1337,
"end": 1342,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 1337,
"end": 1338,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1341,
"end": 1342,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 1346,
"end": 1358,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1347,
"end": 1348,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1350,
"end": 1357,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1408,
"end": 1422,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1412,
"end": 1421,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1412,
"end": 1413,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1413,
"end": 1421,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1415,
"end": 1421,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1427,
"end": 1441,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1431,
"end": 1440,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1431,
"end": 1432,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1432,
"end": 1440,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1434,
"end": 1440,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1454,
"end": 1456,
"ctxt": 0
},
"value": "f8",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1445,
"end": 1570,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1459,
"end": 1570,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1465,
"end": 1484,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1469,
"end": 1483,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 1469,
"end": 1478,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 1470,
"end": 1471,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 1473,
"end": 1474,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 1476,
"end": 1477,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 1481,
"end": 1483,
"ctxt": 0
},
"elements": []
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1522,
"end": 1542,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1526,
"end": 1541,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 1526,
"end": 1535,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 1527,
"end": 1528,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 1530,
"end": 1531,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 1533,
"end": 1534,
"ctxt": 0
},
"value": "f",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 1538,
"end": 1541,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1539,
"end": 1540,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
]
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1581,
"end": 1583,
"ctxt": 0
},
"value": "f9",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1572,
"end": 1738,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1586,
"end": 1738,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1592,
"end": 1608,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1596,
"end": 1607,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 1596,
"end": 1602,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 1597,
"end": 1598,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 1600,
"end": 1601,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 1605,
"end": 1607,
"ctxt": 0
},
"properties": []
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1653,
"end": 1683,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1657,
"end": 1682,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 1657,
"end": 1663,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 1658,
"end": 1659,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 1661,
"end": 1662,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 1666,
"end": 1682,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "NumericLiteral",
"span": {
"start": 1668,
"end": 1669,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 1671,
"end": 1673,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "NumericLiteral",
"span": {
"start": 1675,
"end": 1676,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 1678,
"end": 1680,
"ctxt": 0
},
"value": 20.0,
"raw": "20"
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1714,
"end": 1736,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1718,
"end": 1735,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 1718,
"end": 1724,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 1719,
"end": 1720,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 1722,
"end": 1723,
"ctxt": 0
},
"value": "f",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 1727,
"end": 1735,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1728,
"end": 1730,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1732,
"end": 1734,
"ctxt": 0
},
"value": 20.0,
"raw": "20"
}
}
]
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1749,
"end": 1752,
"ctxt": 0
},
"value": "f10",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1740,
"end": 1824,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1755,
"end": 1824,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1761,
"end": 1779,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1765,
"end": 1778,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 1765,
"end": 1773,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 1767,
"end": 1768,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1767,
"end": 1768,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 1770,
"end": 1771,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1770,
"end": 1771,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 1776,
"end": 1778,
"ctxt": 0
},
"properties": []
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1794,
"end": 1812,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1798,
"end": 1811,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 1798,
"end": 1806,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 1800,
"end": 1801,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1800,
"end": 1801,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 1803,
"end": 1804,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1803,
"end": 1804,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 1809,
"end": 1811,
"ctxt": 0
},
"elements": []
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1835,
"end": 1838,
"ctxt": 0
},
"value": "f11",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1826,
"end": 2074,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1841,
"end": 2074,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1847,
"end": 1890,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1851,
"end": 1889,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 1851,
"end": 1865,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1853,
"end": 1854,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 1856,
"end": 1857,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1859,
"end": 1860,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 1862,
"end": 1863,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 1868,
"end": 1889,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1870,
"end": 1871,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 1873,
"end": 1875,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1877,
"end": 1878,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 1880,
"end": 1887,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1895,
"end": 1938,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1899,
"end": 1937,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 1899,
"end": 1913,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "NumericLiteral",
"span": {
"start": 1901,
"end": 1902,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"value": {
"type": "Identifier",
"span": {
"start": 1904,
"end": 1905,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "NumericLiteral",
"span": {
"start": 1907,
"end": 1908,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"value": {
"type": "Identifier",
"span": {
"start": 1910,
"end": 1911,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 1916,
"end": 1937,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "NumericLiteral",
"span": {
"start": 1918,
"end": 1919,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 1921,
"end": 1923,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "NumericLiteral",
"span": {
"start": 1925,
"end": 1926,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"value": {
"type": "StringLiteral",
"span": {
"start": 1928,
"end": 1935,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1943,
"end": 1994,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1947,
"end": 1993,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 1947,
"end": 1965,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "StringLiteral",
"span": {
"start": 1949,
"end": 1952,
"ctxt": 0
},
"value": "<",
"raw": "\"<\""
},
"value": {
"type": "Identifier",
"span": {
"start": 1954,
"end": 1955,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "StringLiteral",
"span": {
"start": 1957,
"end": 1960,
"ctxt": 0
},
"value": ">",
"raw": "\">\""
},
"value": {
"type": "Identifier",
"span": {
"start": 1962,
"end": 1963,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 1968,
"end": 1993,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "StringLiteral",
"span": {
"start": 1970,
"end": 1973,
"ctxt": 0
},
"value": "<",
"raw": "\"<\""
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 1975,
"end": 1977,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "StringLiteral",
"span": {
"start": 1979,
"end": 1982,
"ctxt": 0
},
"value": ">",
"raw": "\">\""
},
"value": {
"type": "StringLiteral",
"span": {
"start": 1984,
"end": 1991,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1999,
"end": 2034,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2003,
"end": 2033,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 2003,
"end": 2017,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "NumericLiteral",
"span": {
"start": 2005,
"end": 2006,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"value": {
"type": "Identifier",
"span": {
"start": 2008,
"end": 2009,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "NumericLiteral",
"span": {
"start": 2011,
"end": 2012,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"value": {
"type": "Identifier",
"span": {
"start": 2014,
"end": 2015,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 2020,
"end": 2033,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2021,
"end": 2023,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 2025,
"end": 2032,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2039,
"end": 2053,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2043,
"end": 2052,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2043,
"end": 2044,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2044,
"end": 2052,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2046,
"end": 2052,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2058,
"end": 2072,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2062,
"end": 2071,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2062,
"end": 2063,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2063,
"end": 2071,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2065,
"end": 2071,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2085,
"end": 2088,
"ctxt": 0
},
"value": "f12",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 2076,
"end": 2269,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2091,
"end": 2269,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 2097,
"end": 2190,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2101,
"end": 2189,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 2101,
"end": 2153,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 2102,
"end": 2103,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "AssignmentPattern",
"span": {
"start": 2105,
"end": 2152,
"ctxt": 0
},
"left": {
"type": "ArrayPattern",
"span": {
"start": 2105,
"end": 2121,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 2106,
"end": 2107,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
{
"type": "ObjectPattern",
"span": {
"start": 2109,
"end": 2120,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2111,
"end": 2112,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2111,
"end": 2112,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": null
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2114,
"end": 2115,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 2117,
"end": 2118,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 2124,
"end": 2152,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 2125,
"end": 2130,
"ctxt": 0
},
"value": "abc",
"raw": "\"abc\""
}
},
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 2132,
"end": 2151,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2134,
"end": 2135,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 2137,
"end": 2139,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2141,
"end": 2142,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 2144,
"end": 2149,
"ctxt": 0
},
"value": false
}
}
]
}
}
]
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 2156,
"end": 2189,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2157,
"end": 2158,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 2160,
"end": 2188,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 2161,
"end": 2168,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
},
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 2170,
"end": 2187,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2172,
"end": 2173,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 2175,
"end": 2176,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2178,
"end": 2179,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 2181,
"end": 2185,
"ctxt": 0
},
"value": true
}
}
]
}
}
]
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2195,
"end": 2209,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2199,
"end": 2208,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2199,
"end": 2200,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2200,
"end": 2208,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2202,
"end": 2208,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2214,
"end": 2228,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2218,
"end": 2227,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2218,
"end": 2219,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2219,
"end": 2227,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2221,
"end": 2227,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2233,
"end": 2247,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2237,
"end": 2246,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2237,
"end": 2238,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2238,
"end": 2246,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2240,
"end": 2246,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2252,
"end": 2267,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2256,
"end": 2266,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2256,
"end": 2257,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2257,
"end": 2266,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2259,
"end": 2266,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2280,
"end": 2283,
"ctxt": 0
},
"value": "f13",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 2271,
"end": 2363,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2286,
"end": 2363,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 2292,
"end": 2318,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2296,
"end": 2317,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 2296,
"end": 2302,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 2297,
"end": 2298,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 2300,
"end": 2301,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 2305,
"end": 2317,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2306,
"end": 2307,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 2309,
"end": 2316,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2323,
"end": 2361,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2327,
"end": 2360,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 2327,
"end": 2333,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 2328,
"end": 2329,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 2331,
"end": 2332,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 2336,
"end": 2360,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 2337,
"end": 2343,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 2338,
"end": 2339,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 2341,
"end": 2342,
"ctxt": 0
},
"value": "y",
"optional": false
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 2345,
"end": 2359,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2347,
"end": 2348,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 2350,
"end": 2351,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2353,
"end": 2354,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 2356,
"end": 2357,
"ctxt": 0
},
"value": "y",
"optional": false
}
}
]
}
}
]
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2374,
"end": 2377,
"ctxt": 0
},
"value": "f14",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2378,
"end": 2421,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "ArrayPattern",
"span": {
"start": 2378,
"end": 2421,
"ctxt": 0
},
"elements": [
{
"type": "AssignmentPattern",
"span": {
"start": 2379,
"end": 2384,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 2379,
"end": 2380,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 2383,
"end": 2384,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null
},
{
"type": "ArrayPattern",
"span": {
"start": 2386,
"end": 2420,
"ctxt": 0
},
"elements": [
{
"type": "AssignmentPattern",
"span": {
"start": 2387,
"end": 2398,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 2387,
"end": 2388,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2391,
"end": 2398,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
},
"typeAnnotation": null
},
{
"type": "ObjectPattern",
"span": {
"start": 2400,
"end": 2419,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2402,
"end": 2403,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2402,
"end": 2403,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": null
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2405,
"end": 2406,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "AssignmentPattern",
"span": {
"start": 2408,
"end": 2417,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 2408,
"end": 2409,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 2412,
"end": 2417,
"ctxt": 0
},
"value": false
},
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 2365,
"end": 2484,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2423,
"end": 2484,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 2429,
"end": 2443,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2433,
"end": 2442,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2433,
"end": 2434,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2434,
"end": 2442,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2436,
"end": 2442,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2448,
"end": 2462,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2452,
"end": 2461,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2452,
"end": 2453,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2453,
"end": 2461,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2455,
"end": 2461,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2467,
"end": 2482,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2471,
"end": 2481,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2471,
"end": 2472,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2472,
"end": 2481,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2474,
"end": 2481,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 2485,
"end": 2522,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2485,
"end": 2521,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2485,
"end": 2488,
"ctxt": 0
},
"value": "f14",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 2489,
"end": 2520,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2490,
"end": 2491,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 2493,
"end": 2519,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 2494,
"end": 2499,
"ctxt": 0
},
"value": "abc",
"raw": "\"abc\""
}
},
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 2501,
"end": 2518,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2503,
"end": 2504,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 2506,
"end": 2507,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2509,
"end": 2510,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 2512,
"end": 2516,
"ctxt": 0
},
"value": true
}
}
]
}
}
]
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2523,
"end": 2551,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2523,
"end": 2550,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2523,
"end": 2526,
"ctxt": 0
},
"value": "f14",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 2527,
"end": 2549,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2528,
"end": 2529,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 2531,
"end": 2548,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 2532,
"end": 2537,
"ctxt": 0
},
"value": "abc",
"raw": "\"abc\""
}
},
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 2539,
"end": 2547,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2541,
"end": 2542,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 2544,
"end": 2545,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
}
}
]
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2552,
"end": 2584,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2552,
"end": 2583,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2552,
"end": 2555,
"ctxt": 0
},
"value": "f14",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 2556,
"end": 2582,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2557,
"end": 2558,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 2560,
"end": 2581,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 2561,
"end": 2566,
"ctxt": 0
},
"value": "abc",
"raw": "\"abc\""
}
},
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 2568,
"end": 2580,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2570,
"end": 2571,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 2573,
"end": 2578,
"ctxt": 0
},
"value": false
}
}
]
}
}
]
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 2602,
"end": 2646,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 2609,
"end": 2610,
"ctxt": 0
},
"value": "M",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 2611,
"end": 2646,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 2617,
"end": 2644,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 2624,
"end": 2644,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2628,
"end": 2643,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 2628,
"end": 2634,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 2629,
"end": 2630,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 2632,
"end": 2633,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 2637,
"end": 2643,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2638,
"end": 2639,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2641,
"end": 2642,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
},
"definite": false
}
]
}
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2657,
"end": 2660,
"ctxt": 0
},
"value": "f15",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 2648,
"end": 2744,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2663,
"end": 2744,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 2669,
"end": 2685,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2673,
"end": 2684,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2673,
"end": 2674,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 2677,
"end": 2684,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2690,
"end": 2700,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2694,
"end": 2699,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2694,
"end": 2695,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 2698,
"end": 2699,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2705,
"end": 2718,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2709,
"end": 2717,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2709,
"end": 2710,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BooleanLiteral",
"span": {
"start": 2713,
"end": 2717,
"ctxt": 0
},
"value": true
},
"definite": false
}
]
},
{
"type": "ReturnStatement",
"span": {
"start": 2723,
"end": 2742,
"ctxt": 0
},
"argument": {
"type": "ObjectExpression",
"span": {
"start": 2730,
"end": 2741,
"ctxt": 0
},
"properties": [
{
"type": "Identifier",
"span": {
"start": 2732,
"end": 2733,
"ctxt": 0
},
"value": "a",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 2735,
"end": 2736,
"ctxt": 0
},
"value": "b",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 2738,
"end": 2739,
"ctxt": 0
},
"value": "c",
"optional": false
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2755,
"end": 2758,
"ctxt": 0
},
"value": "f16",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 2746,
"end": 2793,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2761,
"end": 2793,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 2767,
"end": 2791,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2771,
"end": 2790,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 2771,
"end": 2782,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2773,
"end": 2774,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2773,
"end": 2774,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2776,
"end": 2777,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2776,
"end": 2777,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2779,
"end": 2780,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2779,
"end": 2780,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 2785,
"end": 2790,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2785,
"end": 2788,
"ctxt": 0
},
"value": "f15",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2804,
"end": 2807,
"ctxt": 0
},
"value": "f17",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2808,
"end": 2836,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "ObjectPattern",
"span": {
"start": 2808,
"end": 2836,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2810,
"end": 2816,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2810,
"end": 2811,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 2814,
"end": 2816,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2818,
"end": 2823,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2818,
"end": 2819,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 2822,
"end": 2823,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2825,
"end": 2834,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2825,
"end": 2826,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 2829,
"end": 2834,
"ctxt": 0
},
"value": false
}
}
],
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 2795,
"end": 2841,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2838,
"end": 2841,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 2843,
"end": 2851,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2843,
"end": 2850,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2843,
"end": 2846,
"ctxt": 0
},
"value": "f17",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 2847,
"end": 2849,
"ctxt": 0
},
"properties": []
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2852,
"end": 2872,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2852,
"end": 2871,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2852,
"end": 2855,
"ctxt": 0
},
"value": "f17",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 2856,
"end": 2870,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2858,
"end": 2859,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 2861,
"end": 2868,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2873,
"end": 2890,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2873,
"end": 2889,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2873,
"end": 2876,
"ctxt": 0
},
"value": "f17",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 2877,
"end": 2888,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2879,
"end": 2880,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 2882,
"end": 2886,
"ctxt": 0
},
"value": true
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2891,
"end": 2902,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2891,
"end": 2901,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2891,
"end": 2894,
"ctxt": 0
},
"value": "f17",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "CallExpression",
"span": {
"start": 2895,
"end": 2900,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2895,
"end": 2898,
"ctxt": 0
},
"value": "f15",
"optional": false
},
"arguments": [],
"typeArguments": null
}
}
],
"typeArguments": null
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2913,
"end": 2916,
"ctxt": 0
},
"value": "f18",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 2904,
"end": 3129,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2919,
"end": 3129,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 2925,
"end": 2939,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2929,
"end": 2938,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2929,
"end": 2930,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2930,
"end": 2938,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2932,
"end": 2938,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2944,
"end": 2958,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2948,
"end": 2957,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2948,
"end": 2949,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2949,
"end": 2957,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2951,
"end": 2957,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2963,
"end": 2980,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2967,
"end": 2979,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2967,
"end": 2969,
"ctxt": 0
},
"value": "aa",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2969,
"end": 2979,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 2971,
"end": 2979,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 2971,
"end": 2977,
"ctxt": 0
},
"kind": "number"
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 2985,
"end": 3007,
"ctxt": 0
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 2985,
"end": 3006,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2986,
"end": 3005,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 2986,
"end": 2994,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2988,
"end": 2989,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2988,
"end": 2989,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2991,
"end": 2992,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2991,
"end": 2992,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2997,
"end": 3005,
"ctxt": 0
},
"properties": [
{
"type": "Identifier",
"span": {
"start": 2999,
"end": 3000,
"ctxt": 0
},
"value": "a",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 3002,
"end": 3003,
"ctxt": 0
},
"value": "b",
"optional": false
}
]
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 3012,
"end": 3034,
"ctxt": 0
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 3012,
"end": 3033,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3013,
"end": 3032,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 3013,
"end": 3021,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 3015,
"end": 3016,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 3015,
"end": 3016,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 3018,
"end": 3019,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 3018,
"end": 3019,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 3024,
"end": 3032,
"ctxt": 0
},
"properties": [
{
"type": "Identifier",
"span": {
"start": 3026,
"end": 3027,
"ctxt": 0
},
"value": "b",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 3029,
"end": 3030,
"ctxt": 0
},
"value": "a",
"optional": false
}
]
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 3039,
"end": 3059,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3039,
"end": 3058,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 3039,
"end": 3049,
"ctxt": 0
},
"elements": [
{
"type": "MemberExpression",
"span": {
"start": 3040,
"end": 3045,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3040,
"end": 3042,
"ctxt": 0
},
"value": "aa",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 3042,
"end": 3045,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 3043,
"end": 3044,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
},
{
"type": "Identifier",
"span": {
"start": 3047,
"end": 3048,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 3052,
"end": 3058,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 3053,
"end": 3054,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 3056,
"end": 3057,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 3064,
"end": 3080,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3064,
"end": 3079,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 3064,
"end": 3070,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3065,
"end": 3066,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3068,
"end": 3069,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 3073,
"end": 3079,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 3074,
"end": 3075,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 3077,
"end": 3078,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 3095,
"end": 3127,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3095,
"end": 3126,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 3095,
"end": 3113,
"ctxt": 0
},
"elements": [
{
"type": "AssignmentPattern",
"span": {
"start": 3096,
"end": 3101,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 3096,
"end": 3097,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 3100,
"end": 3101,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null
},
{
"type": "AssignmentPattern",
"span": {
"start": 3103,
"end": 3112,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 3103,
"end": 3104,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 3107,
"end": 3112,
"ctxt": 0
},
"value": "abc",
"raw": "\"abc\""
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 3116,
"end": 3126,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 3117,
"end": 3118,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 3120,
"end": 3125,
"ctxt": 0
},
"value": "def",
"raw": "\"def\""
}
}
]
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 3140,
"end": 3143,
"ctxt": 0
},
"value": "f19",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 3131,
"end": 3297,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 3146,
"end": 3297,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 3152,
"end": 3161,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3156,
"end": 3157,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3156,
"end": 3157,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
},
{
"type": "VariableDeclarator",
"span": {
"start": 3159,
"end": 3160,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3159,
"end": 3160,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 3166,
"end": 3182,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3166,
"end": 3181,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 3166,
"end": 3172,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3167,
"end": 3168,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3170,
"end": 3171,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 3175,
"end": 3181,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 3176,
"end": 3177,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 3179,
"end": 3180,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 3187,
"end": 3203,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3187,
"end": 3202,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 3187,
"end": 3193,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3188,
"end": 3189,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3191,
"end": 3192,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 3196,
"end": 3202,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 3197,
"end": 3198,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 3200,
"end": 3201,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 3208,
"end": 3230,
"ctxt": 0
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 3208,
"end": 3229,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3209,
"end": 3228,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 3209,
"end": 3217,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 3211,
"end": 3212,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 3211,
"end": 3212,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 3214,
"end": 3215,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 3214,
"end": 3215,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 3220,
"end": 3228,
"ctxt": 0
},
"properties": [
{
"type": "Identifier",
"span": {
"start": 3222,
"end": 3223,
"ctxt": 0
},
"value": "b",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 3225,
"end": 3226,
"ctxt": 0
},
"value": "a",
"optional": false
}
]
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 3235,
"end": 3264,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3235,
"end": 3263,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 3235,
"end": 3252,
"ctxt": 0
},
"elements": [
{
"type": "AssignmentPattern",
"span": {
"start": 3236,
"end": 3251,
"ctxt": 0
},
"left": {
"type": "ArrayPattern",
"span": {
"start": 3236,
"end": 3242,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3237,
"end": 3238,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3240,
"end": 3241,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 3245,
"end": 3251,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 3246,
"end": 3247,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 3249,
"end": 3250,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 3255,
"end": 3263,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 3256,
"end": 3262,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 3257,
"end": 3258,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 3260,
"end": 3261,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
]
}
}
]
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 3269,
"end": 3295,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3273,
"end": 3294,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3273,
"end": 3274,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ParenthesisExpression",
"span": {
"start": 3277,
"end": 3294,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3278,
"end": 3293,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 3278,
"end": 3284,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3279,
"end": 3280,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3282,
"end": 3283,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 3287,
"end": 3293,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 3288,
"end": 3289,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 3291,
"end": 3292,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
}
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 3308,
"end": 3311,
"ctxt": 0
},
"value": "f20",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 3312,
"end": 3339,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 3312,
"end": 3339,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3313,
"end": 3339,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 3315,
"end": 3339,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3316,
"end": 3322,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3316,
"end": 3322,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3324,
"end": 3330,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3324,
"end": 3330,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3332,
"end": 3338,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3332,
"end": 3338,
"ctxt": 0
},
"kind": "number"
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 3299,
"end": 3695,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 3341,
"end": 3695,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 3347,
"end": 3361,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3351,
"end": 3360,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3351,
"end": 3352,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3352,
"end": 3360,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3354,
"end": 3360,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3366,
"end": 3380,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3370,
"end": 3379,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3370,
"end": 3371,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3371,
"end": 3379,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3373,
"end": 3379,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3385,
"end": 3399,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3389,
"end": 3398,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3389,
"end": 3390,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3390,
"end": 3398,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3392,
"end": 3398,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3404,
"end": 3415,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3408,
"end": 3414,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3408,
"end": 3410,
"ctxt": 0
},
"value": "a0",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3410,
"end": 3414,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 3412,
"end": 3414,
"ctxt": 0
},
"elemTypes": []
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3420,
"end": 3437,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3424,
"end": 3436,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3424,
"end": 3426,
"ctxt": 0
},
"value": "a1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3426,
"end": 3436,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 3428,
"end": 3436,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3429,
"end": 3435,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3429,
"end": 3435,
"ctxt": 0
},
"kind": "number"
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3442,
"end": 3467,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3446,
"end": 3466,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3446,
"end": 3448,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3448,
"end": 3466,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 3450,
"end": 3466,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3451,
"end": 3457,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3451,
"end": 3457,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3459,
"end": 3465,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3459,
"end": 3465,
"ctxt": 0
},
"kind": "number"
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3472,
"end": 3505,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3476,
"end": 3504,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3476,
"end": 3478,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3478,
"end": 3504,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 3480,
"end": 3504,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3481,
"end": 3487,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3481,
"end": 3487,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3489,
"end": 3495,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3489,
"end": 3495,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3497,
"end": 3503,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3497,
"end": 3503,
"ctxt": 0
},
"kind": "number"
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3510,
"end": 3526,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3514,
"end": 3525,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3514,
"end": 3521,
"ctxt": 0
},
"elements": [
{
"type": "RestElement",
"span": {
"start": 3515,
"end": 3520,
"ctxt": 0
},
"rest": {
"start": 3515,
"end": 3518,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3518,
"end": 3520,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 3524,
"end": 3525,
"ctxt": 0
},
"value": "v",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3531,
"end": 3550,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3535,
"end": 3549,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3535,
"end": 3545,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3536,
"end": 3537,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 3539,
"end": 3544,
"ctxt": 0
},
"rest": {
"start": 3539,
"end": 3542,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3542,
"end": 3544,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 3548,
"end": 3549,
"ctxt": 0
},
"value": "v",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3555,
"end": 3577,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3559,
"end": 3576,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3559,
"end": 3572,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3560,
"end": 3561,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3563,
"end": 3564,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 3566,
"end": 3571,
"ctxt": 0
},
"rest": {
"start": 3566,
"end": 3569,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3569,
"end": 3571,
"ctxt": 0
},
"value": "a1",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 3575,
"end": 3576,
"ctxt": 0
},
"value": "v",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3582,
"end": 3607,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3586,
"end": 3606,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3586,
"end": 3602,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3587,
"end": 3588,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3590,
"end": 3591,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3593,
"end": 3594,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 3596,
"end": 3601,
"ctxt": 0
},
"rest": {
"start": 3596,
"end": 3599,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3599,
"end": 3601,
"ctxt": 0
},
"value": "a0",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 3605,
"end": 3606,
"ctxt": 0
},
"value": "v",
"optional": false
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 3612,
"end": 3624,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3612,
"end": 3623,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 3612,
"end": 3619,
"ctxt": 0
},
"elements": [
{
"type": "RestElement",
"span": {
"start": 3616,
"end": 3618,
"ctxt": 0
},
"rest": {
"start": 3613,
"end": 3616,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3616,
"end": 3618,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 3622,
"end": 3623,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 3629,
"end": 3644,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3629,
"end": 3643,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 3629,
"end": 3639,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3630,
"end": 3631,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 3636,
"end": 3638,
"ctxt": 0
},
"rest": {
"start": 3633,
"end": 3636,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3636,
"end": 3638,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 3642,
"end": 3643,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 3649,
"end": 3667,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3649,
"end": 3666,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 3649,
"end": 3662,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3650,
"end": 3651,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3653,
"end": 3654,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 3659,
"end": 3661,
"ctxt": 0
},
"rest": {
"start": 3656,
"end": 3659,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3659,
"end": 3661,
"ctxt": 0
},
"value": "a1",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 3665,
"end": 3666,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 3672,
"end": 3693,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 3672,
"end": 3692,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 3672,
"end": 3688,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3673,
"end": 3674,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3676,
"end": 3677,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3679,
"end": 3680,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 3685,
"end": 3687,
"ctxt": 0
},
"rest": {
"start": 3682,
"end": 3685,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3685,
"end": 3687,
"ctxt": 0
},
"value": "a0",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 3691,
"end": 3692,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 3706,
"end": 3709,
"ctxt": 0
},
"value": "f21",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 3710,
"end": 3738,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 3710,
"end": 3738,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3711,
"end": 3738,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 3713,
"end": 3738,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3714,
"end": 3720,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3714,
"end": 3720,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3722,
"end": 3728,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3722,
"end": 3728,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3730,
"end": 3737,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3730,
"end": 3737,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 3697,
"end": 4098,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 3740,
"end": 4098,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 3746,
"end": 3760,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3750,
"end": 3759,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3750,
"end": 3751,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3751,
"end": 3759,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3753,
"end": 3759,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3765,
"end": 3779,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3769,
"end": 3778,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3769,
"end": 3770,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3770,
"end": 3778,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3772,
"end": 3778,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3784,
"end": 3799,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3788,
"end": 3798,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3788,
"end": 3789,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3789,
"end": 3798,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3791,
"end": 3798,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3804,
"end": 3838,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3808,
"end": 3837,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3808,
"end": 3810,
"ctxt": 0
},
"value": "a0",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3810,
"end": 3837,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 3812,
"end": 3837,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3813,
"end": 3819,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3813,
"end": 3819,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3821,
"end": 3827,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3821,
"end": 3827,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3829,
"end": 3836,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3829,
"end": 3836,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3843,
"end": 3869,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3847,
"end": 3868,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3847,
"end": 3849,
"ctxt": 0
},
"value": "a1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3849,
"end": 3868,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 3851,
"end": 3868,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3852,
"end": 3858,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3852,
"end": 3858,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3860,
"end": 3867,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3860,
"end": 3867,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3874,
"end": 3892,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3878,
"end": 3891,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3878,
"end": 3880,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3880,
"end": 3891,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 3882,
"end": 3891,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3883,
"end": 3890,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3883,
"end": 3890,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3897,
"end": 3908,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3901,
"end": 3907,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3901,
"end": 3903,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3903,
"end": 3907,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 3905,
"end": 3907,
"ctxt": 0
},
"elemTypes": []
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3913,
"end": 3929,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3917,
"end": 3928,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3917,
"end": 3924,
"ctxt": 0
},
"elements": [
{
"type": "RestElement",
"span": {
"start": 3918,
"end": 3923,
"ctxt": 0
},
"rest": {
"start": 3918,
"end": 3921,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3921,
"end": 3923,
"ctxt": 0
},
"value": "a0",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 3927,
"end": 3928,
"ctxt": 0
},
"value": "v",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3934,
"end": 3953,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3938,
"end": 3952,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3938,
"end": 3948,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3939,
"end": 3940,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 3942,
"end": 3947,
"ctxt": 0
},
"rest": {
"start": 3942,
"end": 3945,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3945,
"end": 3947,
"ctxt": 0
},
"value": "a1",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 3951,
"end": 3952,
"ctxt": 0
},
"value": "v",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3958,
"end": 3980,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3962,
"end": 3979,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3962,
"end": 3975,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3963,
"end": 3964,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3966,
"end": 3967,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 3969,
"end": 3974,
"ctxt": 0
},
"rest": {
"start": 3969,
"end": 3972,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3972,
"end": 3974,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 3978,
"end": 3979,
"ctxt": 0
},
"value": "v",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3985,
"end": 4010,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3989,
"end": 4009,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3989,
"end": 4005,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3990,
"end": 3991,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3993,
"end": 3994,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3996,
"end": 3997,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 3999,
"end": 4004,
"ctxt": 0
},
"rest": {
"start": 3999,
"end": 4002,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 4002,
"end": 4004,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 4008,
"end": 4009,
"ctxt": 0
},
"value": "v",
"optional": false
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 4015,
"end": 4027,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 4015,
"end": 4026,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 4015,
"end": 4022,
"ctxt": 0
},
"elements": [
{
"type": "RestElement",
"span": {
"start": 4019,
"end": 4021,
"ctxt": 0
},
"rest": {
"start": 4016,
"end": 4019,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 4019,
"end": 4021,
"ctxt": 0
},
"value": "a0",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 4025,
"end": 4026,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 4032,
"end": 4047,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 4032,
"end": 4046,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 4032,
"end": 4042,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 4033,
"end": 4034,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 4039,
"end": 4041,
"ctxt": 0
},
"rest": {
"start": 4036,
"end": 4039,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 4039,
"end": 4041,
"ctxt": 0
},
"value": "a1",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 4045,
"end": 4046,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 4052,
"end": 4070,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 4052,
"end": 4069,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 4052,
"end": 4065,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 4053,
"end": 4054,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 4056,
"end": 4057,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 4062,
"end": 4064,
"ctxt": 0
},
"rest": {
"start": 4059,
"end": 4062,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 4062,
"end": 4064,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 4068,
"end": 4069,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 4075,
"end": 4096,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 4075,
"end": 4095,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 4075,
"end": 4091,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 4076,
"end": 4077,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 4079,
"end": 4080,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 4082,
"end": 4083,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 4088,
"end": 4090,
"ctxt": 0
},
"rest": {
"start": 4085,
"end": 4088,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 4088,
"end": 4090,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 4094,
"end": 4095,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}