{ "type": "Script", "span": { "start": 15, "end": 70, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 15, "end": 41, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 19, "end": 28, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 19, "end": 20, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 20, "end": 28, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 22, "end": 28, "ctxt": 0 }, "kind": "string" } } }, "init": null, "definite": false }, { "type": "VariableDeclarator", "span": { "start": 30, "end": 40, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 30, "end": 31, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 31, "end": 40, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 33, "end": 40, "ctxt": 0 }, "kind": "boolean" } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 42, "end": 70, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 42, "end": 69, "ctxt": 0 }, "operator": "=", "left": { "type": "ArrayPattern", "span": { "start": 42, "end": 48, "ctxt": 0 }, "elements": [ { "type": "Identifier", "span": { "start": 43, "end": 44, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, { "type": "Identifier", "span": { "start": 46, "end": 47, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": null } ], "optional": false, "typeAnnotation": null }, "right": { "type": "ObjectExpression", "span": { "start": 51, "end": 69, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "NumericLiteral", "span": { "start": 53, "end": 54, "ctxt": 0 }, "value": 0.0, "raw": "0" }, "value": { "type": "StringLiteral", "span": { "start": 56, "end": 58, "ctxt": 0 }, "value": "", "raw": "\"\"" } }, { "type": "KeyValueProperty", "key": { "type": "NumericLiteral", "span": { "start": 60, "end": 61, "ctxt": 0 }, "value": 1.0, "raw": "1" }, "value": { "type": "BooleanLiteral", "span": { "start": 63, "end": 67, "ctxt": 0 }, "value": true } } ] } } } ], "interpreter": null }