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

3791 lines
107 KiB
JSON

{
"type": "Script",
"span": {
"start": 19,
"end": 1467,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 19,
"end": 44,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 23,
"end": 44,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 23,
"end": 24,
"ctxt": 0
},
"value": "o",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 27,
"end": 44,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 29,
"end": 30,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 32,
"end": 33,
"ctxt": 0
},
"value": 1.0
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 35,
"end": 36,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 38,
"end": 42,
"ctxt": 0
},
"value": "no",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 45,
"end": 66,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 49,
"end": 65,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 49,
"end": 61,
"ctxt": 0
},
"properties": [
{
"type": "RestElement",
"span": {
"start": 51,
"end": 59,
"ctxt": 0
},
"rest": {
"start": 51,
"end": 54,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 54,
"end": 59,
"ctxt": 0
},
"value": "clone",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 64,
"end": 65,
"ctxt": 0
},
"value": "o",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 67,
"end": 91,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 71,
"end": 90,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 71,
"end": 86,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 73,
"end": 74,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 73,
"end": 74,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null
},
{
"type": "RestElement",
"span": {
"start": 76,
"end": 84,
"ctxt": 0
},
"rest": {
"start": 76,
"end": 79,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 79,
"end": 84,
"ctxt": 0
},
"value": "justB",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 89,
"end": 90,
"ctxt": 0
},
"value": "o",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 92,
"end": 128,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 96,
"end": 127,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 96,
"end": 123,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 98,
"end": 99,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 98,
"end": 99,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 101,
"end": 102,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 104,
"end": 111,
"ctxt": 0
},
"value": "renamed",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "RestElement",
"span": {
"start": 113,
"end": 121,
"ctxt": 0
},
"rest": {
"start": 113,
"end": 116,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 116,
"end": 121,
"ctxt": 0
},
"value": "empty",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 126,
"end": 127,
"ctxt": 0
},
"value": "o",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 129,
"end": 166,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 133,
"end": 165,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 133,
"end": 161,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Computed",
"span": {
"start": 135,
"end": 140,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 136,
"end": 139,
"ctxt": 0
},
"value": "b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"value": {
"type": "Identifier",
"span": {
"start": 142,
"end": 149,
"ctxt": 0
},
"value": "renamed",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "RestElement",
"span": {
"start": 151,
"end": 159,
"ctxt": 0
},
"rest": {
"start": 151,
"end": 154,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 154,
"end": 159,
"ctxt": 0
},
"value": "justA",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 164,
"end": 165,
"ctxt": 0
},
"value": "o",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 167,
"end": 202,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 171,
"end": 201,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 171,
"end": 197,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "StringLiteral",
"span": {
"start": 173,
"end": 176,
"ctxt": 0
},
"value": "b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"value": {
"type": "Identifier",
"span": {
"start": 178,
"end": 185,
"ctxt": 0
},
"value": "renamed",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "RestElement",
"span": {
"start": 187,
"end": 195,
"ctxt": 0
},
"rest": {
"start": 187,
"end": 190,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 190,
"end": 195,
"ctxt": 0
},
"value": "justA",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 200,
"end": 201,
"ctxt": 0
},
"value": "o",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 203,
"end": 250,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 207,
"end": 249,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 207,
"end": 245,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 209,
"end": 210,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "ObjectPattern",
"span": {
"start": 212,
"end": 233,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "StringLiteral",
"span": {
"start": 214,
"end": 217,
"ctxt": 0
},
"value": "0",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"value": {
"type": "Identifier",
"span": {
"start": 219,
"end": 220,
"ctxt": 0
},
"value": "n",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "StringLiteral",
"span": {
"start": 222,
"end": 225,
"ctxt": 0
},
"value": "1",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"value": {
"type": "Identifier",
"span": {
"start": 227,
"end": 231,
"ctxt": 0
},
"value": "oooo",
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
}
},
{
"type": "RestElement",
"span": {
"start": 235,
"end": 243,
"ctxt": 0
},
"rest": {
"start": 235,
"end": 238,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 238,
"end": 243,
"ctxt": 0
},
"value": "justA",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 248,
"end": 249,
"ctxt": 0
},
"value": "o",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 252,
"end": 295,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 256,
"end": 294,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 256,
"end": 258,
"ctxt": 0
},
"value": "o2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 261,
"end": 294,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 263,
"end": 264,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 266,
"end": 282,
"ctxt": 0
},
"value": "terrible idea?",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 284,
"end": 285,
"ctxt": 0
},
"value": "d",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 287,
"end": 292,
"ctxt": 0
},
"value": "yes",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 296,
"end": 326,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 300,
"end": 325,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 300,
"end": 320,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 302,
"end": 303,
"ctxt": 0
},
"value": "d",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 305,
"end": 312,
"ctxt": 0
},
"value": "renamed",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "RestElement",
"span": {
"start": 314,
"end": 318,
"ctxt": 0
},
"rest": {
"start": 314,
"end": 317,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 317,
"end": 318,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 323,
"end": 325,
"ctxt": 0
},
"value": "o2",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 328,
"end": 448,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 332,
"end": 447,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 332,
"end": 342,
"ctxt": 0
},
"value": "nestedrest",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 342,
"end": 447,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 344,
"end": 447,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 346,
"end": 356,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 346,
"end": 347,
"ctxt": 0
},
"value": "x",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 347,
"end": 355,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 349,
"end": 355,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 357,
"end": 414,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 357,
"end": 359,
"ctxt": 0
},
"value": "n1",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 359,
"end": 413,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 361,
"end": 413,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 363,
"end": 373,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 363,
"end": 364,
"ctxt": 0
},
"value": "y",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 364,
"end": 372,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 366,
"end": 372,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 374,
"end": 411,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 374,
"end": 376,
"ctxt": 0
},
"value": "n2",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 376,
"end": 411,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 378,
"end": 411,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 380,
"end": 390,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 380,
"end": 381,
"ctxt": 0
},
"value": "z",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 381,
"end": 389,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 383,
"end": 389,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 391,
"end": 409,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 391,
"end": 393,
"ctxt": 0
},
"value": "n3",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 393,
"end": 409,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 395,
"end": 409,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 397,
"end": 407,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 397,
"end": 399,
"ctxt": 0
},
"value": "n4",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 399,
"end": 407,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 401,
"end": 407,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
"typeParams": null
}
]
}
},
"typeParams": null
}
]
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 415,
"end": 428,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 415,
"end": 419,
"ctxt": 0
},
"value": "rest",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 419,
"end": 427,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 421,
"end": 427,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 429,
"end": 445,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 429,
"end": 437,
"ctxt": 0
},
"value": "restrest",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 437,
"end": 445,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 439,
"end": 445,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 449,
"end": 522,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 453,
"end": 521,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 453,
"end": 508,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 455,
"end": 456,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 455,
"end": 456,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": null
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 458,
"end": 460,
"ctxt": 0
},
"value": "n1",
"optional": false
},
"value": {
"type": "ObjectPattern",
"span": {
"start": 462,
"end": 493,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 464,
"end": 465,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 464,
"end": 465,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": null
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 467,
"end": 469,
"ctxt": 0
},
"value": "n2",
"optional": false
},
"value": {
"type": "ObjectPattern",
"span": {
"start": 471,
"end": 491,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 473,
"end": 474,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 473,
"end": 474,
"ctxt": 0
},
"value": "z",
"optional": false
},
"value": null
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 476,
"end": 478,
"ctxt": 0
},
"value": "n3",
"optional": false
},
"value": {
"type": "ObjectPattern",
"span": {
"start": 480,
"end": 489,
"ctxt": 0
},
"properties": [
{
"type": "RestElement",
"span": {
"start": 482,
"end": 487,
"ctxt": 0
},
"rest": {
"start": 482,
"end": 485,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 485,
"end": 487,
"ctxt": 0
},
"value": "nr",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
}
},
{
"type": "RestElement",
"span": {
"start": 495,
"end": 506,
"ctxt": 0
},
"rest": {
"start": 495,
"end": 498,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 498,
"end": 506,
"ctxt": 0
},
"value": "restrest",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 511,
"end": 521,
"ctxt": 0
},
"value": "nestedrest",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 524,
"end": 566,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 528,
"end": 565,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 528,
"end": 535,
"ctxt": 0
},
"value": "complex",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 535,
"end": 565,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 537,
"end": 565,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 539,
"end": 553,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 539,
"end": 540,
"ctxt": 0
},
"value": "x",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 540,
"end": 552,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 542,
"end": 552,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 544,
"end": 547,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 544,
"end": 546,
"ctxt": 0
},
"value": "ka",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": null,
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 548,
"end": 550,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 548,
"end": 550,
"ctxt": 0
},
"value": "ki",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": null,
"typeParams": null
}
]
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 554,
"end": 563,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 554,
"end": 555,
"ctxt": 0
},
"value": "y",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 555,
"end": 563,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 557,
"end": 563,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 567,
"end": 625,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 571,
"end": 624,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 571,
"end": 614,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 573,
"end": 574,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "ObjectPattern",
"span": {
"start": 576,
"end": 593,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 578,
"end": 580,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 578,
"end": 580,
"ctxt": 0
},
"value": "ka",
"optional": false
},
"value": null
},
{
"type": "RestElement",
"span": {
"start": 582,
"end": 591,
"ctxt": 0
},
"rest": {
"start": 582,
"end": 585,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 585,
"end": 591,
"ctxt": 0
},
"value": "nested",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 595,
"end": 596,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 598,
"end": 603,
"ctxt": 0
},
"value": "other",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "RestElement",
"span": {
"start": 605,
"end": 612,
"ctxt": 0
},
"rest": {
"start": 605,
"end": 608,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 608,
"end": 612,
"ctxt": 0
},
"value": "rest",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 617,
"end": 624,
"ctxt": 0
},
"value": "complex",
"optional": false
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 626,
"end": 680,
"ctxt": 0
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 626,
"end": 679,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 627,
"end": 678,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 627,
"end": 668,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 628,
"end": 629,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "ObjectPattern",
"span": {
"start": 631,
"end": 648,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 633,
"end": 635,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 633,
"end": 635,
"ctxt": 0
},
"value": "ka",
"optional": false
},
"value": null
},
{
"type": "RestElement",
"span": {
"start": 637,
"end": 646,
"ctxt": 0
},
"rest": {
"start": 637,
"end": 640,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 640,
"end": 646,
"ctxt": 0
},
"value": "nested",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 650,
"end": 651,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 653,
"end": 658,
"ctxt": 0
},
"value": "other",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "RestElement",
"span": {
"start": 660,
"end": 667,
"ctxt": 0
},
"rest": {
"start": 660,
"end": 663,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 663,
"end": 667,
"ctxt": 0
},
"value": "rest",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 671,
"end": 678,
"ctxt": 0
},
"value": "complex",
"optional": false
}
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 681,
"end": 718,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 685,
"end": 717,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 685,
"end": 700,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 687,
"end": 688,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 687,
"end": 688,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": null
},
{
"type": "RestElement",
"span": {
"start": 690,
"end": 698,
"ctxt": 0
},
"rest": {
"start": 690,
"end": 693,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 693,
"end": 698,
"ctxt": 0
},
"value": "fresh",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 703,
"end": 717,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 705,
"end": 706,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 708,
"end": 709,
"ctxt": 0
},
"value": 1.0
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 711,
"end": 712,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 714,
"end": 715,
"ctxt": 0
},
"value": 2.0
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 719,
"end": 754,
"ctxt": 0
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 719,
"end": 753,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 720,
"end": 752,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 720,
"end": 735,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 722,
"end": 723,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 722,
"end": 723,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": null
},
{
"type": "RestElement",
"span": {
"start": 725,
"end": 733,
"ctxt": 0
},
"rest": {
"start": 725,
"end": 728,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 728,
"end": 733,
"ctxt": 0
},
"value": "fresh",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 738,
"end": 752,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 740,
"end": 741,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 743,
"end": 744,
"ctxt": 0
},
"value": 1.0
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 746,
"end": 747,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 749,
"end": 750,
"ctxt": 0
},
"value": 2.0
}
}
]
}
}
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 762,
"end": 771,
"ctxt": 0
},
"value": "Removable",
"optional": false
},
"declare": false,
"span": {
"start": 756,
"end": 977,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 778,
"end": 796,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 786,
"end": 787,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 787,
"end": 795,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 789,
"end": 795,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "private",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 801,
"end": 821,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 811,
"end": 812,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 812,
"end": 820,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 814,
"end": 820,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "protected",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 826,
"end": 850,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 830,
"end": 831,
"ctxt": 0
},
"value": "z",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 832,
"end": 845,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 832,
"end": 845,
"ctxt": 0
},
"value": "value",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 837,
"end": 845,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 839,
"end": 845,
"ctxt": 0
},
"kind": "number"
}
}
}
}
],
"decorators": [],
"span": {
"start": 826,
"end": 850,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 847,
"end": 850,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "setter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 855,
"end": 887,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 859,
"end": 863,
"ctxt": 0
},
"value": "both",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 855,
"end": 887,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 874,
"end": 887,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 876,
"end": 885,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 883,
"end": 885,
"ctxt": 0
},
"value": 12.0
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 865,
"end": 873,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 867,
"end": 873,
"ctxt": 0
},
"kind": "number"
}
}
},
"kind": "getter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 892,
"end": 919,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 896,
"end": 900,
"ctxt": 0
},
"value": "both",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 901,
"end": 914,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 901,
"end": 914,
"ctxt": 0
},
"value": "value",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 906,
"end": 914,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 908,
"end": 914,
"ctxt": 0
},
"kind": "number"
}
}
}
}
],
"decorators": [],
"span": {
"start": 892,
"end": 919,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 916,
"end": 919,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "setter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 924,
"end": 931,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 924,
"end": 925,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 924,
"end": 931,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 928,
"end": 931,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassProperty",
"span": {
"start": 936,
"end": 952,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 936,
"end": 943,
"ctxt": 0
},
"value": "removed",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 943,
"end": 951,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 945,
"end": 951,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 957,
"end": 975,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 957,
"end": 966,
"ctxt": 0
},
"value": "remainder",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 966,
"end": 974,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 968,
"end": 974,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 978,
"end": 1052,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 988,
"end": 989,
"ctxt": 0
},
"value": "I",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 990,
"end": 1052,
"ctxt": 0
},
"body": [
{
"type": "TsMethodSignature",
"span": {
"start": 996,
"end": 1006,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 996,
"end": 997,
"ctxt": 0
},
"value": "m",
"optional": false
},
"computed": false,
"optional": false,
"params": [],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 999,
"end": 1005,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1001,
"end": 1005,
"ctxt": 0
},
"kind": "void"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1011,
"end": 1027,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1011,
"end": 1018,
"ctxt": 0
},
"value": "removed",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1018,
"end": 1026,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1020,
"end": 1026,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1032,
"end": 1050,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1032,
"end": 1041,
"ctxt": 0
},
"value": "remainder",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1041,
"end": 1049,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1043,
"end": 1049,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1053,
"end": 1085,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1057,
"end": 1084,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1057,
"end": 1066,
"ctxt": 0
},
"value": "removable",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 1069,
"end": 1084,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1073,
"end": 1082,
"ctxt": 0
},
"value": "Removable",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1086,
"end": 1132,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1090,
"end": 1131,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 1090,
"end": 1119,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 1092,
"end": 1099,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1092,
"end": 1099,
"ctxt": 0
},
"value": "removed",
"optional": false
},
"value": null
},
{
"type": "RestElement",
"span": {
"start": 1101,
"end": 1117,
"ctxt": 0
},
"rest": {
"start": 1101,
"end": 1104,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1104,
"end": 1117,
"ctxt": 0
},
"value": "removableRest",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 1122,
"end": 1131,
"ctxt": 0
},
"value": "removable",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1133,
"end": 1154,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1137,
"end": 1153,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1137,
"end": 1138,
"ctxt": 0
},
"value": "i",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1138,
"end": 1141,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1140,
"end": 1141,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1140,
"end": 1141,
"ctxt": 0
},
"value": "I",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "Identifier",
"span": {
"start": 1144,
"end": 1153,
"ctxt": 0
},
"value": "removable",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1155,
"end": 1194,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1159,
"end": 1193,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 1159,
"end": 1189,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 1161,
"end": 1168,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1161,
"end": 1168,
"ctxt": 0
},
"value": "removed",
"optional": false
},
"value": null
},
{
"type": "RestElement",
"span": {
"start": 1170,
"end": 1187,
"ctxt": 0
},
"rest": {
"start": 1170,
"end": 1173,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1173,
"end": 1187,
"ctxt": 0
},
"value": "removableRest2",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 1192,
"end": 1193,
"ctxt": 0
},
"value": "i",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1196,
"end": 1215,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1200,
"end": 1214,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1200,
"end": 1208,
"ctxt": 0
},
"value": "computed",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 1211,
"end": 1214,
"ctxt": 0
},
"value": "b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1216,
"end": 1236,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1220,
"end": 1235,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1220,
"end": 1229,
"ctxt": 0
},
"value": "computed2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 1232,
"end": 1235,
"ctxt": 0
},
"value": "a",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1237,
"end": 1301,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1241,
"end": 1300,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 1241,
"end": 1296,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Computed",
"span": {
"start": 1243,
"end": 1253,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1244,
"end": 1252,
"ctxt": 0
},
"value": "computed",
"optional": false
}
},
"value": {
"type": "Identifier",
"span": {
"start": 1255,
"end": 1268,
"ctxt": 0
},
"value": "stillNotGreat",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Computed",
"span": {
"start": 1270,
"end": 1281,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1271,
"end": 1280,
"ctxt": 0
},
"value": "computed2",
"optional": false
}
},
"value": {
"type": "Identifier",
"span": {
"start": 1283,
"end": 1287,
"ctxt": 0
},
"value": "soSo",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "RestElement",
"span": {
"start": 1290,
"end": 1294,
"ctxt": 0
},
"rest": {
"start": 1290,
"end": 1293,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1293,
"end": 1294,
"ctxt": 0
},
"value": "o",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 1299,
"end": 1300,
"ctxt": 0
},
"value": "o",
"optional": false
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1302,
"end": 1363,
"ctxt": 0
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 1302,
"end": 1362,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1303,
"end": 1361,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 1303,
"end": 1357,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Computed",
"span": {
"start": 1305,
"end": 1315,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1306,
"end": 1314,
"ctxt": 0
},
"value": "computed",
"optional": false
}
},
"value": {
"type": "Identifier",
"span": {
"start": 1317,
"end": 1330,
"ctxt": 0
},
"value": "stillNotGreat",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Computed",
"span": {
"start": 1332,
"end": 1343,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1333,
"end": 1342,
"ctxt": 0
},
"value": "computed2",
"optional": false
}
},
"value": {
"type": "Identifier",
"span": {
"start": 1345,
"end": 1349,
"ctxt": 0
},
"value": "soSo",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "RestElement",
"span": {
"start": 1351,
"end": 1355,
"ctxt": 0
},
"rest": {
"start": 1351,
"end": 1354,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1354,
"end": 1355,
"ctxt": 0
},
"value": "o",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 1360,
"end": 1361,
"ctxt": 0
},
"value": "o",
"optional": false
}
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1365,
"end": 1467,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1369,
"end": 1466,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1369,
"end": 1385,
"ctxt": 0
},
"value": "noContextualType",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 1388,
"end": 1466,
"ctxt": 0
},
"params": [
{
"type": "ObjectPattern",
"span": {
"start": 1389,
"end": 1424,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 1391,
"end": 1403,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1391,
"end": 1398,
"ctxt": 0
},
"value": "aNumber",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 1401,
"end": 1403,
"ctxt": 0
},
"value": 12.0
}
},
{
"type": "RestElement",
"span": {
"start": 1405,
"end": 1422,
"ctxt": 0
},
"rest": {
"start": 1405,
"end": 1408,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1408,
"end": 1422,
"ctxt": 0
},
"value": "notEmptyObject",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BinaryExpression",
"span": {
"start": 1429,
"end": 1466,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 1429,
"end": 1436,
"ctxt": 0
},
"value": "aNumber",
"optional": false
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1439,
"end": 1466,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1439,
"end": 1453,
"ctxt": 0
},
"value": "notEmptyObject",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1454,
"end": 1466,
"ctxt": 0
},
"value": "anythingGoes",
"optional": false
}
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
}
],
"interpreter": null
}