{ "type": "Script", "span": { "start": 1, "end": 96, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 1, "end": 26, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 5, "end": 14, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 5, "end": 6, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 6, "end": 14, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 8, "end": 14, "ctxt": 0 }, "kind": "string" } } }, "init": null, "definite": false }, { "type": "VariableDeclarator", "span": { "start": 16, "end": 25, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 16, "end": 17, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 17, "end": 25, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 19, "end": 25, "ctxt": 0 }, "kind": "number" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 27, "end": 65, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 31, "end": 64, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 31, "end": 36, "ctxt": 0 }, "value": "tuple", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 36, "end": 54, "ctxt": 0 }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 38, "end": 54, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 39, "end": 45, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 39, "end": 45, "ctxt": 0 }, "kind": "string" } }, { "type": "TsTupleElement", "span": { "start": 47, "end": 53, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 47, "end": 53, "ctxt": 0 }, "kind": "number" } } ] } } }, "init": { "type": "ArrayExpression", "span": { "start": 57, "end": 64, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 58, "end": 60, "ctxt": 0 }, "value": "", "raw": "\"\"" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 62, "end": 63, "ctxt": 0 }, "value": 1.0, "raw": "1" } } ] }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 66, "end": 96, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 66, "end": 95, "ctxt": 0 }, "operator": "=", "left": { "type": "ArrayPattern", "span": { "start": 66, "end": 87, "ctxt": 0 }, "elements": [ { "type": "RestElement", "span": { "start": 70, "end": 86, "ctxt": 0 }, "rest": { "start": 67, "end": 70, "ctxt": 0 }, "argument": { "type": "ObjectPattern", "span": { "start": 70, "end": 86, "ctxt": 0 }, "properties": [ { "type": "KeyValuePatternProperty", "key": { "type": "NumericLiteral", "span": { "start": 72, "end": 73, "ctxt": 0 }, "value": 0.0, "raw": "0" }, "value": { "type": "AssignmentPattern", "span": { "start": 75, "end": 81, "ctxt": 0 }, "left": { "type": "Identifier", "span": { "start": 75, "end": 76, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "StringLiteral", "span": { "start": 79, "end": 81, "ctxt": 0 }, "value": "", "raw": "\"\"" }, "typeAnnotation": null } }, { "type": "AssignmentPatternProperty", "span": { "start": 83, "end": 84, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 83, "end": 84, "ctxt": 0 }, "value": "b", "optional": false }, "value": null } ], "optional": false, "typeAnnotation": null }, "typeAnnotation": null } ], "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 90, "end": 95, "ctxt": 0 }, "value": "tuple", "optional": false } } } ], "interpreter": null }