{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj1", "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 14 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 17, "column": 16 }, "end": { "line": 17, "column": 22 } } }, "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 24 } } } ], "loc": { "start": { "line": 17, "column": 11 }, "end": { "line": 17, "column": 24 } } }, "decorators": [], "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 9 } } }, "init": null, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 9 } } } ], "kind": "var", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 25 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj2", "typeAnnotation": { "type": "TSUnionType", "types": [ { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 18, "column": 13 }, "end": { "line": 18, "column": 14 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 18, "column": 16 }, "end": { "line": 18, "column": 22 } } }, "loc": { "start": { "line": 18, "column": 13 }, "end": { "line": 18, "column": 23 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 18, "column": 24 }, "end": { "line": 18, "column": 25 } } }, "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 18, "column": 27 }, "end": { "line": 18, "column": 33 } } }, "loc": { "start": { "line": 18, "column": 24 }, "end": { "line": 18, "column": 35 } } } ], "loc": { "start": { "line": 18, "column": 11 }, "end": { "line": 18, "column": 35 } } }, { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 18, "column": 40 }, "end": { "line": 18, "column": 41 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 18, "column": 43 }, "end": { "line": 18, "column": 49 } } }, "loc": { "start": { "line": 18, "column": 40 }, "end": { "line": 18, "column": 50 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 18, "column": 51 }, "end": { "line": 18, "column": 52 } } }, "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 18, "column": 54 }, "end": { "line": 18, "column": 60 } } }, "loc": { "start": { "line": 18, "column": 51 }, "end": { "line": 18, "column": 61 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 18, "column": 62 }, "end": { "line": 18, "column": 63 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 18, "column": 65 }, "end": { "line": 18, "column": 71 } } }, "loc": { "start": { "line": 18, "column": 62 }, "end": { "line": 18, "column": 73 } } } ], "loc": { "start": { "line": 18, "column": 38 }, "end": { "line": 18, "column": 73 } } } ], "loc": { "start": { "line": 18, "column": 11 }, "end": { "line": 18, "column": 73 } } }, "decorators": [], "loc": { "start": { "line": 18, "column": 5 }, "end": { "line": 18, "column": 9 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 18, "column": 78 }, "end": { "line": 18, "column": 79 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 18, "column": 81 }, "end": { "line": 18, "column": 82 } } }, "kind": "init", "loc": { "start": { "line": 18, "column": 78 }, "end": { "line": 18, "column": 82 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 18, "column": 84 }, "end": { "line": 18, "column": 85 } } }, "value": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 18, "column": 87 }, "end": { "line": 18, "column": 92 } } }, "kind": "init", "loc": { "start": { "line": 18, "column": 84 }, "end": { "line": 18, "column": 92 } } }, { "type": "SpreadElement", "argument": { "type": "Identifier", "name": "obj1", "decorators": [], "loc": { "start": { "line": 18, "column": 97 }, "end": { "line": 18, "column": 101 } } }, "loc": { "start": { "line": 18, "column": 94 }, "end": { "line": 18, "column": 101 } } } ], "loc": { "start": { "line": 18, "column": 76 }, "end": { "line": 18, "column": 103 } } }, "loc": { "start": { "line": 18, "column": 5 }, "end": { "line": 18, "column": 103 } } } ], "kind": "var", "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 104 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj2", "decorators": [], "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 5 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 19, "column": 10 }, "end": { "line": 19, "column": 11 } } }, "value": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 19, "column": 13 }, "end": { "line": 19, "column": 14 } } }, "kind": "init", "loc": { "start": { "line": 19, "column": 10 }, "end": { "line": 19, "column": 14 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 19, "column": 16 }, "end": { "line": 19, "column": 17 } } }, "value": { "type": "StringLiteral", "value": "bar", "loc": { "start": { "line": 19, "column": 19 }, "end": { "line": 19, "column": 24 } } }, "kind": "init", "loc": { "start": { "line": 19, "column": 16 }, "end": { "line": 19, "column": 24 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 19, "column": 26 }, "end": { "line": 19, "column": 27 } } }, "value": { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 19, "column": 29 }, "end": { "line": 19, "column": 30 } } }, "kind": "init", "loc": { "start": { "line": 19, "column": 26 }, "end": { "line": 19, "column": 30 } } } ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 32 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 32 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 33 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj3", "typeAnnotation": { "type": "TSTypeLiteral", "members": [], "loc": { "start": { "line": 21, "column": 11 }, "end": { "line": 21, "column": 13 } } }, "decorators": [], "loc": { "start": { "line": 21, "column": 5 }, "end": { "line": 21, "column": 9 } } }, "init": { "type": "ObjectExpression", "properties": [], "loc": { "start": { "line": 21, "column": 16 }, "end": { "line": 21, "column": 18 } } }, "loc": { "start": { "line": 21, "column": 5 }, "end": { "line": 21, "column": 18 } } } ], "kind": "var", "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 19 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj4", "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 22, "column": 13 }, "end": { "line": 22, "column": 14 } } }, "typeAnnotation": { "type": "TSTypeQuery", "exprName": { "type": "Identifier", "name": "obj3", "decorators": [], "loc": { "start": { "line": 22, "column": 23 }, "end": { "line": 22, "column": 27 } } }, "loc": { "start": { "line": 22, "column": 16 }, "end": { "line": 22, "column": 27 } } }, "loc": { "start": { "line": 22, "column": 13 }, "end": { "line": 22, "column": 28 } } }, { "type": "TSPropertySignature", "computed": false, "optional": true, "readonly": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 22, "column": 29 }, "end": { "line": 22, "column": 30 } } }, "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 22, "column": 35 }, "end": { "line": 22, "column": 36 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 22, "column": 38 }, "end": { "line": 22, "column": 44 } } }, "loc": { "start": { "line": 22, "column": 35 }, "end": { "line": 22, "column": 45 } } }, { "type": "TSPropertySignature", "computed": false, "optional": true, "readonly": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 22, "column": 46 }, "end": { "line": 22, "column": 47 } } }, "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 22, "column": 50 }, "end": { "line": 22, "column": 56 } } }, "loc": { "start": { "line": 22, "column": 46 }, "end": { "line": 22, "column": 58 } } } ], "loc": { "start": { "line": 22, "column": 33 }, "end": { "line": 22, "column": 58 } } }, "loc": { "start": { "line": 22, "column": 29 }, "end": { "line": 22, "column": 60 } } } ], "loc": { "start": { "line": 22, "column": 11 }, "end": { "line": 22, "column": 60 } } }, "decorators": [], "loc": { "start": { "line": 22, "column": 5 }, "end": { "line": 22, "column": 9 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 22, "column": 65 }, "end": { "line": 22, "column": 66 } } }, "value": { "type": "ObjectExpression", "properties": [], "loc": { "start": { "line": 22, "column": 68 }, "end": { "line": 22, "column": 70 } } }, "kind": "init", "loc": { "start": { "line": 22, "column": 65 }, "end": { "line": 22, "column": 70 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 22, "column": 72 }, "end": { "line": 22, "column": 73 } } }, "value": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 22, "column": 77 }, "end": { "line": 22, "column": 78 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 22, "column": 80 }, "end": { "line": 22, "column": 81 } } }, "kind": "init", "loc": { "start": { "line": 22, "column": 77 }, "end": { "line": 22, "column": 81 } } } ], "loc": { "start": { "line": 22, "column": 75 }, "end": { "line": 22, "column": 83 } } }, "kind": "init", "loc": { "start": { "line": 22, "column": 72 }, "end": { "line": 22, "column": 83 } } } ], "loc": { "start": { "line": 22, "column": 63 }, "end": { "line": 22, "column": 85 } } }, "loc": { "start": { "line": 22, "column": 5 }, "end": { "line": 22, "column": 85 } } } ], "kind": "var", "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 86 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj4", "decorators": [], "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 5 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 23, "column": 10 }, "end": { "line": 23, "column": 11 } } }, "value": { "type": "ObjectExpression", "properties": [], "loc": { "start": { "line": 23, "column": 13 }, "end": { "line": 23, "column": 15 } } }, "kind": "init", "loc": { "start": { "line": 23, "column": 10 }, "end": { "line": 23, "column": 15 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 23, "column": 17 }, "end": { "line": 23, "column": 18 } } }, "value": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 23, "column": 22 }, "end": { "line": 23, "column": 23 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 23, "column": 25 }, "end": { "line": 23, "column": 26 } } }, "kind": "init", "loc": { "start": { "line": 23, "column": 22 }, "end": { "line": 23, "column": 26 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 23, "column": 28 }, "end": { "line": 23, "column": 29 } } }, "value": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 23, "column": 31 }, "end": { "line": 23, "column": 36 } } }, "kind": "init", "loc": { "start": { "line": 23, "column": 28 }, "end": { "line": 23, "column": 36 } } } ], "loc": { "start": { "line": 23, "column": 20 }, "end": { "line": 23, "column": 38 } } }, "kind": "init", "loc": { "start": { "line": 23, "column": 17 }, "end": { "line": 23, "column": 38 } } } ], "loc": { "start": { "line": 23, "column": 8 }, "end": { "line": 23, "column": 40 } } }, "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 40 } } }, "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 41 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj4", "decorators": [], "loc": { "start": { "line": 24, "column": 1 }, "end": { "line": 24, "column": 5 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 24, "column": 10 }, "end": { "line": 24, "column": 11 } } }, "value": { "type": "ObjectExpression", "properties": [], "loc": { "start": { "line": 24, "column": 13 }, "end": { "line": 24, "column": 15 } } }, "kind": "init", "loc": { "start": { "line": 24, "column": 10 }, "end": { "line": 24, "column": 15 } } } ], "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 17 } } }, "loc": { "start": { "line": 24, "column": 1 }, "end": { "line": 24, "column": 17 } } }, "loc": { "start": { "line": 24, "column": 1 }, "end": { "line": 24, "column": 18 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj5", "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 26, "column": 13 }, "end": { "line": 26, "column": 14 } } }, "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 26, "column": 18 }, "end": { "line": 26, "column": 19 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 26, "column": 21 }, "end": { "line": 26, "column": 27 } } }, "loc": { "start": { "line": 26, "column": 18 }, "end": { "line": 26, "column": 28 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 26, "column": 29 }, "end": { "line": 26, "column": 30 } } }, "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 26, "column": 32 }, "end": { "line": 26, "column": 38 } } }, "loc": { "start": { "line": 26, "column": 29 }, "end": { "line": 26, "column": 40 } } } ], "loc": { "start": { "line": 26, "column": 16 }, "end": { "line": 26, "column": 40 } } }, "loc": { "start": { "line": 26, "column": 13 }, "end": { "line": 26, "column": 41 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 26, "column": 42 }, "end": { "line": 26, "column": 43 } } }, "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 26, "column": 47 }, "end": { "line": 26, "column": 48 } } }, "typeAnnotation": { "type": "TSBooleanKeyword", "loc": { "start": { "line": 26, "column": 50 }, "end": { "line": 26, "column": 57 } } }, "loc": { "start": { "line": 26, "column": 47 }, "end": { "line": 26, "column": 59 } } } ], "loc": { "start": { "line": 26, "column": 45 }, "end": { "line": 26, "column": 59 } } }, "loc": { "start": { "line": 26, "column": 42 }, "end": { "line": 26, "column": 61 } } } ], "loc": { "start": { "line": 26, "column": 11 }, "end": { "line": 26, "column": 61 } } }, "decorators": [], "loc": { "start": { "line": 26, "column": 5 }, "end": { "line": 26, "column": 9 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 26, "column": 66 }, "end": { "line": 26, "column": 67 } } }, "value": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 26, "column": 71 }, "end": { "line": 26, "column": 72 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 26, "column": 74 }, "end": { "line": 26, "column": 75 } } }, "kind": "init", "loc": { "start": { "line": 26, "column": 71 }, "end": { "line": 26, "column": 75 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 26, "column": 77 }, "end": { "line": 26, "column": 78 } } }, "value": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 26, "column": 80 }, "end": { "line": 26, "column": 85 } } }, "kind": "init", "loc": { "start": { "line": 26, "column": 77 }, "end": { "line": 26, "column": 85 } } } ], "loc": { "start": { "line": 26, "column": 69 }, "end": { "line": 26, "column": 87 } } }, "kind": "init", "loc": { "start": { "line": 26, "column": 66 }, "end": { "line": 26, "column": 87 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 26, "column": 89 }, "end": { "line": 26, "column": 90 } } }, "value": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 26, "column": 94 }, "end": { "line": 26, "column": 95 } } }, "value": { "type": "BooleanLiteral", "value": true, "loc": { "start": { "line": 26, "column": 97 }, "end": { "line": 26, "column": 101 } } }, "kind": "init", "loc": { "start": { "line": 26, "column": 94 }, "end": { "line": 26, "column": 101 } } } ], "loc": { "start": { "line": 26, "column": 92 }, "end": { "line": 26, "column": 103 } } }, "kind": "init", "loc": { "start": { "line": 26, "column": 89 }, "end": { "line": 26, "column": 103 } } } ], "loc": { "start": { "line": 26, "column": 64 }, "end": { "line": 26, "column": 105 } } }, "loc": { "start": { "line": 26, "column": 5 }, "end": { "line": 26, "column": 105 } } } ], "kind": "var", "loc": { "start": { "line": 26, "column": 1 }, "end": { "line": 26, "column": 106 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj6", "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSMethodSignature", "computed": false, "optional": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 27, "column": 13 }, "end": { "line": 27, "column": 14 } } }, "params": [ { "type": "Identifier", "name": "a", "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 27, "column": 18 }, "end": { "line": 27, "column": 24 } } }, "decorators": [], "loc": { "start": { "line": 27, "column": 15 }, "end": { "line": 27, "column": 16 } } }, { "type": "Identifier", "name": "b", "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 27, "column": 29 }, "end": { "line": 27, "column": 35 } } }, "decorators": [], "loc": { "start": { "line": 27, "column": 26 }, "end": { "line": 27, "column": 27 } } } ], "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 27, "column": 38 }, "end": { "line": 27, "column": 44 } } }, "loc": { "start": { "line": 27, "column": 13 }, "end": { "line": 27, "column": 45 } } }, { "type": "TSMethodSignature", "computed": false, "optional": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 27, "column": 46 }, "end": { "line": 27, "column": 47 } } }, "params": [], "typeAnnotation": { "type": "TSBooleanKeyword", "loc": { "start": { "line": 27, "column": 51 }, "end": { "line": 27, "column": 58 } } }, "loc": { "start": { "line": 27, "column": 46 }, "end": { "line": 27, "column": 60 } } } ], "loc": { "start": { "line": 27, "column": 11 }, "end": { "line": 27, "column": 60 } } }, "decorators": [], "loc": { "start": { "line": 27, "column": 5 }, "end": { "line": 27, "column": 9 } } }, "init": null, "loc": { "start": { "line": 27, "column": 5 }, "end": { "line": 27, "column": 9 } } } ], "kind": "var", "loc": { "start": { "line": 27, "column": 1 }, "end": { "line": 27, "column": 61 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj6", "decorators": [], "loc": { "start": { "line": 28, "column": 1 }, "end": { "line": 28, "column": 5 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 28, "column": 10 }, "end": { "line": 28, "column": 11 } } }, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": null, "generator": false, "async": false, "expression": false, "params": [ { "type": "Identifier", "name": "a", "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 28, "column": 26 }, "end": { "line": 28, "column": 32 } } }, "decorators": [], "loc": { "start": { "line": 28, "column": 23 }, "end": { "line": 28, "column": 24 } } }, { "type": "Identifier", "name": "b", "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 28, "column": 37 }, "end": { "line": 28, "column": 43 } } }, "decorators": [], "loc": { "start": { "line": 28, "column": 34 }, "end": { "line": 28, "column": 35 } } } ], "returnType": { "type": "TSNumberKeyword", "loc": { "start": { "line": 28, "column": 46 }, "end": { "line": 28, "column": 52 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "ReturnStatement", "argument": { "type": "NumberLiteral", "value": 12, "loc": { "start": { "line": 28, "column": 62 }, "end": { "line": 28, "column": 64 } } }, "loc": { "start": { "line": 28, "column": 55 }, "end": { "line": 28, "column": 65 } } } ], "loc": { "start": { "line": 28, "column": 53 }, "end": { "line": 28, "column": 67 } } }, "loc": { "start": { "line": 28, "column": 13 }, "end": { "line": 28, "column": 67 } } }, "loc": { "start": { "line": 28, "column": 13 }, "end": { "line": 28, "column": 67 } } }, "kind": "init", "loc": { "start": { "line": 28, "column": 10 }, "end": { "line": 28, "column": 67 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 28, "column": 69 }, "end": { "line": 28, "column": 70 } } }, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": null, "generator": false, "async": false, "expression": false, "params": [], "body": { "type": "BlockStatement", "statements": [ { "type": "ReturnStatement", "argument": { "type": "BooleanLiteral", "value": true, "loc": { "start": { "line": 28, "column": 93 }, "end": { "line": 28, "column": 97 } } }, "loc": { "start": { "line": 28, "column": 86 }, "end": { "line": 28, "column": 97 } } } ], "loc": { "start": { "line": 28, "column": 84 }, "end": { "line": 28, "column": 99 } } }, "loc": { "start": { "line": 28, "column": 72 }, "end": { "line": 28, "column": 99 } } }, "loc": { "start": { "line": 28, "column": 72 }, "end": { "line": 28, "column": 99 } } }, "kind": "init", "loc": { "start": { "line": 28, "column": 69 }, "end": { "line": 28, "column": 99 } } } ], "loc": { "start": { "line": 28, "column": 8 }, "end": { "line": 28, "column": 101 } } }, "loc": { "start": { "line": 28, "column": 1 }, "end": { "line": 28, "column": 101 } } }, "loc": { "start": { "line": 28, "column": 1 }, "end": { "line": 28, "column": 102 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj7", "typeAnnotation": { "type": "TSUnionType", "types": [ { "type": "TSTypeLiteral", "members": [], "loc": { "start": { "line": 30, "column": 11 }, "end": { "line": 30, "column": 13 } } }, { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 30, "column": 18 }, "end": { "line": 30, "column": 19 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 30, "column": 21 }, "end": { "line": 30, "column": 27 } } }, "loc": { "start": { "line": 30, "column": 18 }, "end": { "line": 30, "column": 29 } } } ], "loc": { "start": { "line": 30, "column": 16 }, "end": { "line": 30, "column": 29 } } }, { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 30, "column": 34 }, "end": { "line": 30, "column": 35 } } }, "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 30, "column": 37 }, "end": { "line": 30, "column": 43 } } }, "loc": { "start": { "line": 30, "column": 34 }, "end": { "line": 30, "column": 44 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 30, "column": 45 }, "end": { "line": 30, "column": 46 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 30, "column": 48 }, "end": { "line": 30, "column": 54 } } }, "loc": { "start": { "line": 30, "column": 45 }, "end": { "line": 30, "column": 56 } } } ], "loc": { "start": { "line": 30, "column": 32 }, "end": { "line": 30, "column": 56 } } }, { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 30, "column": 61 }, "end": { "line": 30, "column": 62 } } }, "typeAnnotation": { "type": "TSBooleanKeyword", "loc": { "start": { "line": 30, "column": 64 }, "end": { "line": 30, "column": 71 } } }, "loc": { "start": { "line": 30, "column": 61 }, "end": { "line": 30, "column": 72 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 30, "column": 73 }, "end": { "line": 30, "column": 74 } } }, "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 30, "column": 76 }, "end": { "line": 30, "column": 82 } } }, "loc": { "start": { "line": 30, "column": 73 }, "end": { "line": 30, "column": 83 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 30, "column": 84 }, "end": { "line": 30, "column": 85 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 30, "column": 87 }, "end": { "line": 30, "column": 93 } } }, "loc": { "start": { "line": 30, "column": 84 }, "end": { "line": 30, "column": 95 } } } ], "loc": { "start": { "line": 30, "column": 59 }, "end": { "line": 30, "column": 95 } } } ], "loc": { "start": { "line": 30, "column": 11 }, "end": { "line": 30, "column": 95 } } }, "decorators": [], "loc": { "start": { "line": 30, "column": 5 }, "end": { "line": 30, "column": 9 } } }, "init": null, "loc": { "start": { "line": 30, "column": 5 }, "end": { "line": 30, "column": 9 } } } ], "kind": "var", "loc": { "start": { "line": 30, "column": 1 }, "end": { "line": 30, "column": 96 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj7", "decorators": [], "loc": { "start": { "line": 31, "column": 1 }, "end": { "line": 31, "column": 5 } } }, "right": { "type": "ObjectExpression", "properties": [], "loc": { "start": { "line": 31, "column": 8 }, "end": { "line": 31, "column": 10 } } }, "loc": { "start": { "line": 31, "column": 1 }, "end": { "line": 31, "column": 10 } } }, "loc": { "start": { "line": 31, "column": 1 }, "end": { "line": 31, "column": 11 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj7", "decorators": [], "loc": { "start": { "line": 32, "column": 1 }, "end": { "line": 32, "column": 5 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 32, "column": 10 }, "end": { "line": 32, "column": 11 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 32, "column": 13 }, "end": { "line": 32, "column": 14 } } }, "kind": "init", "loc": { "start": { "line": 32, "column": 10 }, "end": { "line": 32, "column": 14 } } } ], "loc": { "start": { "line": 32, "column": 8 }, "end": { "line": 32, "column": 16 } } }, "loc": { "start": { "line": 32, "column": 1 }, "end": { "line": 32, "column": 16 } } }, "loc": { "start": { "line": 32, "column": 1 }, "end": { "line": 32, "column": 17 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj7", "decorators": [], "loc": { "start": { "line": 33, "column": 1 }, "end": { "line": 33, "column": 5 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 33, "column": 10 }, "end": { "line": 33, "column": 11 } } }, "value": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 33, "column": 13 }, "end": { "line": 33, "column": 18 } } }, "kind": "init", "loc": { "start": { "line": 33, "column": 10 }, "end": { "line": 33, "column": 18 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 33, "column": 20 }, "end": { "line": 33, "column": 21 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 33, "column": 23 }, "end": { "line": 33, "column": 24 } } }, "kind": "init", "loc": { "start": { "line": 33, "column": 20 }, "end": { "line": 33, "column": 24 } } } ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 33, "column": 26 } } }, "loc": { "start": { "line": 33, "column": 1 }, "end": { "line": 33, "column": 26 } } }, "loc": { "start": { "line": 33, "column": 1 }, "end": { "line": 33, "column": 27 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj7", "decorators": [], "loc": { "start": { "line": 34, "column": 1 }, "end": { "line": 34, "column": 5 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 34, "column": 10 }, "end": { "line": 34, "column": 11 } } }, "value": { "type": "BooleanLiteral", "value": true, "loc": { "start": { "line": 34, "column": 13 }, "end": { "line": 34, "column": 17 } } }, "kind": "init", "loc": { "start": { "line": 34, "column": 10 }, "end": { "line": 34, "column": 17 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 34, "column": 19 }, "end": { "line": 34, "column": 20 } } }, "value": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 34, "column": 22 }, "end": { "line": 34, "column": 27 } } }, "kind": "init", "loc": { "start": { "line": 34, "column": 19 }, "end": { "line": 34, "column": 27 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 34, "column": 29 }, "end": { "line": 34, "column": 30 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 34, "column": 32 }, "end": { "line": 34, "column": 33 } } }, "kind": "init", "loc": { "start": { "line": 34, "column": 29 }, "end": { "line": 34, "column": 33 } } } ], "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 35 } } }, "loc": { "start": { "line": 34, "column": 1 }, "end": { "line": 34, "column": 35 } } }, "loc": { "start": { "line": 34, "column": 1 }, "end": { "line": 34, "column": 36 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj8", "decorators": [], "loc": { "start": { "line": 36, "column": 5 }, "end": { "line": 36, "column": 9 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "SpreadElement", "argument": { "type": "Identifier", "name": "obj6", "decorators": [], "loc": { "start": { "line": 36, "column": 17 }, "end": { "line": 36, "column": 21 } } }, "loc": { "start": { "line": 36, "column": 14 }, "end": { "line": 36, "column": 21 } } } ], "loc": { "start": { "line": 36, "column": 12 }, "end": { "line": 36, "column": 23 } } }, "loc": { "start": { "line": 36, "column": 5 }, "end": { "line": 36, "column": 23 } } } ], "kind": "var", "loc": { "start": { "line": 36, "column": 1 }, "end": { "line": 36, "column": 24 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj8", "decorators": [], "loc": { "start": { "line": 37, "column": 1 }, "end": { "line": 37, "column": 5 } } }, "right": { "type": "Identifier", "name": "obj6", "decorators": [], "loc": { "start": { "line": 37, "column": 8 }, "end": { "line": 37, "column": 12 } } }, "loc": { "start": { "line": 37, "column": 1 }, "end": { "line": 37, "column": 12 } } }, "loc": { "start": { "line": 37, "column": 1 }, "end": { "line": 37, "column": 13 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj8", "decorators": [], "loc": { "start": { "line": 38, "column": 1 }, "end": { "line": 38, "column": 5 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 38, "column": 10 }, "end": { "line": 38, "column": 11 } } }, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": null, "generator": false, "async": false, "expression": false, "params": [ { "type": "Identifier", "name": "a", "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 38, "column": 26 }, "end": { "line": 38, "column": 32 } } }, "decorators": [], "loc": { "start": { "line": 38, "column": 23 }, "end": { "line": 38, "column": 24 } } }, { "type": "Identifier", "name": "b", "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 38, "column": 37 }, "end": { "line": 38, "column": 43 } } }, "decorators": [], "loc": { "start": { "line": 38, "column": 34 }, "end": { "line": 38, "column": 35 } } } ], "returnType": { "type": "TSNumberKeyword", "loc": { "start": { "line": 38, "column": 46 }, "end": { "line": 38, "column": 52 } } }, "body": { "type": "BlockStatement", "statements": [ { "type": "ReturnStatement", "argument": { "type": "NumberLiteral", "value": 12, "loc": { "start": { "line": 38, "column": 62 }, "end": { "line": 38, "column": 64 } } }, "loc": { "start": { "line": 38, "column": 55 }, "end": { "line": 38, "column": 65 } } } ], "loc": { "start": { "line": 38, "column": 53 }, "end": { "line": 38, "column": 67 } } }, "loc": { "start": { "line": 38, "column": 13 }, "end": { "line": 38, "column": 67 } } }, "loc": { "start": { "line": 38, "column": 13 }, "end": { "line": 38, "column": 67 } } }, "kind": "init", "loc": { "start": { "line": 38, "column": 10 }, "end": { "line": 38, "column": 67 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 38, "column": 69 }, "end": { "line": 38, "column": 70 } } }, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": null, "generator": false, "async": false, "expression": false, "params": [], "body": { "type": "BlockStatement", "statements": [ { "type": "ReturnStatement", "argument": { "type": "BooleanLiteral", "value": true, "loc": { "start": { "line": 38, "column": 93 }, "end": { "line": 38, "column": 97 } } }, "loc": { "start": { "line": 38, "column": 86 }, "end": { "line": 38, "column": 97 } } } ], "loc": { "start": { "line": 38, "column": 84 }, "end": { "line": 38, "column": 99 } } }, "loc": { "start": { "line": 38, "column": 72 }, "end": { "line": 38, "column": 99 } } }, "loc": { "start": { "line": 38, "column": 72 }, "end": { "line": 38, "column": 99 } } }, "kind": "init", "loc": { "start": { "line": 38, "column": 69 }, "end": { "line": 38, "column": 99 } } } ], "loc": { "start": { "line": 38, "column": 8 }, "end": { "line": 38, "column": 101 } } }, "loc": { "start": { "line": 38, "column": 1 }, "end": { "line": 38, "column": 101 } } }, "loc": { "start": { "line": 38, "column": 1 }, "end": { "line": 38, "column": 102 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj9", "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 40, "column": 13 }, "end": { "line": 40, "column": 14 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 40, "column": 16 }, "end": { "line": 40, "column": 22 } } }, "loc": { "start": { "line": 40, "column": 13 }, "end": { "line": 40, "column": 23 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 40, "column": 24 }, "end": { "line": 40, "column": 29 } } }, "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 40, "column": 31 }, "end": { "line": 40, "column": 37 } } }, "loc": { "start": { "line": 40, "column": 24 }, "end": { "line": 40, "column": 39 } } } ], "loc": { "start": { "line": 40, "column": 11 }, "end": { "line": 40, "column": 39 } } }, "decorators": [], "loc": { "start": { "line": 40, "column": 5 }, "end": { "line": 40, "column": 9 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 40, "column": 44 }, "end": { "line": 40, "column": 45 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 40, "column": 47 }, "end": { "line": 40, "column": 48 } } }, "kind": "init", "loc": { "start": { "line": 40, "column": 44 }, "end": { "line": 40, "column": 48 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 40, "column": 50 }, "end": { "line": 40, "column": 55 } } }, "value": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 40, "column": 57 }, "end": { "line": 40, "column": 62 } } }, "kind": "init", "loc": { "start": { "line": 40, "column": 50 }, "end": { "line": 40, "column": 62 } } } ], "loc": { "start": { "line": 40, "column": 42 }, "end": { "line": 40, "column": 64 } } }, "loc": { "start": { "line": 40, "column": 5 }, "end": { "line": 40, "column": 64 } } } ], "kind": "var", "loc": { "start": { "line": 40, "column": 1 }, "end": { "line": 40, "column": 65 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "c", "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 42, "column": 8 }, "end": { "line": 42, "column": 14 } } }, "decorators": [], "loc": { "start": { "line": 42, "column": 5 }, "end": { "line": 42, "column": 6 } } }, "init": null, "loc": { "start": { "line": 42, "column": 5 }, "end": { "line": 42, "column": 6 } } } ], "kind": "var", "loc": { "start": { "line": 42, "column": 1 }, "end": { "line": 42, "column": 15 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "d", "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 43, "column": 8 }, "end": { "line": 43, "column": 14 } } }, "decorators": [], "loc": { "start": { "line": 43, "column": 5 }, "end": { "line": 43, "column": 6 } } }, "init": null, "loc": { "start": { "line": 43, "column": 5 }, "end": { "line": 43, "column": 6 } } } ], "kind": "var", "loc": { "start": { "line": 43, "column": 1 }, "end": { "line": 43, "column": 15 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj10", "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSIndexSignature", "parameters": { "type": "Identifier", "name": "x", "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 44, "column": 18 }, "end": { "line": 44, "column": 24 } } }, "decorators": [], "loc": { "start": { "line": 44, "column": 15 }, "end": { "line": 44, "column": 16 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 44, "column": 27 }, "end": { "line": 44, "column": 33 } } }, "readonly": false, "loc": { "start": { "line": 44, "column": 14 }, "end": { "line": 44, "column": 34 } } }, { "type": "TSIndexSignature", "parameters": { "type": "Identifier", "name": "y", "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 44, "column": 39 }, "end": { "line": 44, "column": 45 } } }, "decorators": [], "loc": { "start": { "line": 44, "column": 36 }, "end": { "line": 44, "column": 37 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 44, "column": 48 }, "end": { "line": 44, "column": 54 } } }, "readonly": false, "loc": { "start": { "line": 44, "column": 35 }, "end": { "line": 44, "column": 56 } } } ], "loc": { "start": { "line": 44, "column": 12 }, "end": { "line": 44, "column": 56 } } }, "decorators": [], "loc": { "start": { "line": 44, "column": 5 }, "end": { "line": 44, "column": 10 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": true, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 44, "column": 62 }, "end": { "line": 44, "column": 63 } } }, "value": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 44, "column": 66 }, "end": { "line": 44, "column": 67 } } }, "kind": "init", "loc": { "start": { "line": 44, "column": 61 }, "end": { "line": 44, "column": 67 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": true, "key": { "type": "Identifier", "name": "d", "decorators": [], "loc": { "start": { "line": 44, "column": 70 }, "end": { "line": 44, "column": 71 } } }, "value": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 44, "column": 74 }, "end": { "line": 44, "column": 75 } } }, "kind": "init", "loc": { "start": { "line": 44, "column": 69 }, "end": { "line": 44, "column": 75 } } } ], "loc": { "start": { "line": 44, "column": 59 }, "end": { "line": 44, "column": 77 } } }, "loc": { "start": { "line": 44, "column": 5 }, "end": { "line": 44, "column": 77 } } } ], "kind": "var", "loc": { "start": { "line": 44, "column": 1 }, "end": { "line": 44, "column": 78 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj11", "decorators": [], "loc": { "start": { "line": 46, "column": 5 }, "end": { "line": 46, "column": 10 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 46, "column": 19 }, "end": { "line": 46, "column": 20 } } }, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": null, "generator": false, "async": false, "expression": false, "params": [], "body": { "type": "BlockStatement", "statements": [ { "type": "ReturnStatement", "argument": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 46, "column": 32 }, "end": { "line": 46, "column": 33 } } }, "loc": { "start": { "line": 46, "column": 25 }, "end": { "line": 46, "column": 34 } } } ], "loc": { "start": { "line": 46, "column": 23 }, "end": { "line": 46, "column": 36 } } }, "loc": { "start": { "line": 46, "column": 20 }, "end": { "line": 46, "column": 36 } } }, "loc": { "start": { "line": 46, "column": 20 }, "end": { "line": 46, "column": 36 } } }, "kind": "get", "loc": { "start": { "line": 46, "column": 15 }, "end": { "line": 46, "column": 36 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 46, "column": 42 }, "end": { "line": 46, "column": 47 } } }, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": null, "generator": false, "async": false, "expression": false, "params": [ { "type": "Identifier", "name": "a", "typeAnnotation": { "type": "TSAnyKeyword", "loc": { "start": { "line": 46, "column": 51 }, "end": { "line": 46, "column": 54 } } }, "decorators": [], "loc": { "start": { "line": 46, "column": 48 }, "end": { "line": 46, "column": 49 } } } ], "body": { "type": "BlockStatement", "statements": [], "loc": { "start": { "line": 46, "column": 56 }, "end": { "line": 46, "column": 59 } } }, "loc": { "start": { "line": 46, "column": 47 }, "end": { "line": 46, "column": 59 } } }, "loc": { "start": { "line": 46, "column": 47 }, "end": { "line": 46, "column": 59 } } }, "kind": "set", "loc": { "start": { "line": 46, "column": 38 }, "end": { "line": 46, "column": 59 } } } ], "loc": { "start": { "line": 46, "column": 13 }, "end": { "line": 46, "column": 61 } } }, "loc": { "start": { "line": 46, "column": 5 }, "end": { "line": 46, "column": 61 } } } ], "kind": "var", "loc": { "start": { "line": 46, "column": 1 }, "end": { "line": 46, "column": 62 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj9", "decorators": [], "loc": { "start": { "line": 47, "column": 1 }, "end": { "line": 47, "column": 5 } } }, "right": { "type": "Identifier", "name": "obj11", "decorators": [], "loc": { "start": { "line": 47, "column": 8 }, "end": { "line": 47, "column": 13 } } }, "loc": { "start": { "line": 47, "column": 1 }, "end": { "line": 47, "column": 13 } } }, "loc": { "start": { "line": 47, "column": 1 }, "end": { "line": 47, "column": 14 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj12", "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": true, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 49, "column": 14 }, "end": { "line": 49, "column": 15 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 49, "column": 18 }, "end": { "line": 49, "column": 24 } } }, "loc": { "start": { "line": 49, "column": 14 }, "end": { "line": 49, "column": 25 } } }, { "type": "TSPropertySignature", "computed": false, "optional": true, "readonly": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 49, "column": 26 }, "end": { "line": 49, "column": 27 } } }, "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 49, "column": 30 }, "end": { "line": 49, "column": 36 } } }, "loc": { "start": { "line": 49, "column": 26 }, "end": { "line": 49, "column": 37 } } }, { "type": "TSPropertySignature", "computed": false, "optional": true, "readonly": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 49, "column": 38 }, "end": { "line": 49, "column": 39 } } }, "typeAnnotation": { "type": "TSBooleanKeyword", "loc": { "start": { "line": 49, "column": 42 }, "end": { "line": 49, "column": 49 } } }, "loc": { "start": { "line": 49, "column": 38 }, "end": { "line": 49, "column": 51 } } } ], "loc": { "start": { "line": 49, "column": 12 }, "end": { "line": 49, "column": 51 } } }, "decorators": [], "loc": { "start": { "line": 49, "column": 5 }, "end": { "line": 49, "column": 10 } } }, "init": null, "loc": { "start": { "line": 49, "column": 5 }, "end": { "line": 49, "column": 10 } } } ], "kind": "var", "loc": { "start": { "line": 49, "column": 1 }, "end": { "line": 49, "column": 52 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj12", "decorators": [], "loc": { "start": { "line": 50, "column": 1 }, "end": { "line": 50, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [], "loc": { "start": { "line": 50, "column": 9 }, "end": { "line": 50, "column": 11 } } }, "loc": { "start": { "line": 50, "column": 1 }, "end": { "line": 50, "column": 11 } } }, "loc": { "start": { "line": 50, "column": 1 }, "end": { "line": 50, "column": 12 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj12", "decorators": [], "loc": { "start": { "line": 51, "column": 1 }, "end": { "line": 51, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 51, "column": 11 }, "end": { "line": 51, "column": 12 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 51, "column": 14 }, "end": { "line": 51, "column": 15 } } }, "kind": "init", "loc": { "start": { "line": 51, "column": 11 }, "end": { "line": 51, "column": 15 } } } ], "loc": { "start": { "line": 51, "column": 9 }, "end": { "line": 51, "column": 17 } } }, "loc": { "start": { "line": 51, "column": 1 }, "end": { "line": 51, "column": 17 } } }, "loc": { "start": { "line": 51, "column": 1 }, "end": { "line": 51, "column": 18 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj12", "decorators": [], "loc": { "start": { "line": 52, "column": 1 }, "end": { "line": 52, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 52, "column": 11 }, "end": { "line": 52, "column": 12 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 52, "column": 14 }, "end": { "line": 52, "column": 15 } } }, "kind": "init", "loc": { "start": { "line": 52, "column": 11 }, "end": { "line": 52, "column": 15 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 52, "column": 17 }, "end": { "line": 52, "column": 18 } } }, "value": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 52, "column": 20 }, "end": { "line": 52, "column": 25 } } }, "kind": "init", "loc": { "start": { "line": 52, "column": 17 }, "end": { "line": 52, "column": 25 } } } ], "loc": { "start": { "line": 52, "column": 9 }, "end": { "line": 52, "column": 27 } } }, "loc": { "start": { "line": 52, "column": 1 }, "end": { "line": 52, "column": 27 } } }, "loc": { "start": { "line": 52, "column": 1 }, "end": { "line": 52, "column": 28 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj12", "decorators": [], "loc": { "start": { "line": 53, "column": 1 }, "end": { "line": 53, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 53, "column": 11 }, "end": { "line": 53, "column": 12 } } }, "value": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 53, "column": 14 }, "end": { "line": 53, "column": 19 } } }, "kind": "init", "loc": { "start": { "line": 53, "column": 11 }, "end": { "line": 53, "column": 19 } } } ], "loc": { "start": { "line": 53, "column": 9 }, "end": { "line": 53, "column": 21 } } }, "loc": { "start": { "line": 53, "column": 1 }, "end": { "line": 53, "column": 21 } } }, "loc": { "start": { "line": 53, "column": 1 }, "end": { "line": 53, "column": 22 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj12", "decorators": [], "loc": { "start": { "line": 54, "column": 1 }, "end": { "line": 54, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 54, "column": 11 }, "end": { "line": 54, "column": 12 } } }, "value": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 54, "column": 14 }, "end": { "line": 54, "column": 19 } } }, "kind": "init", "loc": { "start": { "line": 54, "column": 11 }, "end": { "line": 54, "column": 19 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 54, "column": 21 }, "end": { "line": 54, "column": 22 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 54, "column": 24 }, "end": { "line": 54, "column": 25 } } }, "kind": "init", "loc": { "start": { "line": 54, "column": 21 }, "end": { "line": 54, "column": 25 } } } ], "loc": { "start": { "line": 54, "column": 9 }, "end": { "line": 54, "column": 27 } } }, "loc": { "start": { "line": 54, "column": 1 }, "end": { "line": 54, "column": 27 } } }, "loc": { "start": { "line": 54, "column": 1 }, "end": { "line": 54, "column": 28 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj12", "decorators": [], "loc": { "start": { "line": 55, "column": 1 }, "end": { "line": 55, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 55, "column": 11 }, "end": { "line": 55, "column": 12 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 55, "column": 14 }, "end": { "line": 55, "column": 15 } } }, "kind": "init", "loc": { "start": { "line": 55, "column": 11 }, "end": { "line": 55, "column": 15 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 55, "column": 17 }, "end": { "line": 55, "column": 18 } } }, "value": { "type": "BooleanLiteral", "value": true, "loc": { "start": { "line": 55, "column": 20 }, "end": { "line": 55, "column": 24 } } }, "kind": "init", "loc": { "start": { "line": 55, "column": 17 }, "end": { "line": 55, "column": 24 } } } ], "loc": { "start": { "line": 55, "column": 9 }, "end": { "line": 55, "column": 26 } } }, "loc": { "start": { "line": 55, "column": 1 }, "end": { "line": 55, "column": 26 } } }, "loc": { "start": { "line": 55, "column": 1 }, "end": { "line": 55, "column": 27 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj12", "decorators": [], "loc": { "start": { "line": 56, "column": 1 }, "end": { "line": 56, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 56, "column": 11 }, "end": { "line": 56, "column": 12 } } }, "value": { "type": "BooleanLiteral", "value": false, "loc": { "start": { "line": 56, "column": 14 }, "end": { "line": 56, "column": 19 } } }, "kind": "init", "loc": { "start": { "line": 56, "column": 11 }, "end": { "line": 56, "column": 19 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 56, "column": 21 }, "end": { "line": 56, "column": 22 } } }, "value": { "type": "StringLiteral", "value": "bar", "loc": { "start": { "line": 56, "column": 24 }, "end": { "line": 56, "column": 29 } } }, "kind": "init", "loc": { "start": { "line": 56, "column": 21 }, "end": { "line": 56, "column": 29 } } } ], "loc": { "start": { "line": 56, "column": 9 }, "end": { "line": 56, "column": 31 } } }, "loc": { "start": { "line": 56, "column": 1 }, "end": { "line": 56, "column": 31 } } }, "loc": { "start": { "line": 56, "column": 1 }, "end": { "line": 56, "column": 32 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 59, "column": 5 }, "end": { "line": 59, "column": 6 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 59, "column": 8 }, "end": { "line": 59, "column": 14 } } }, "loc": { "start": { "line": 59, "column": 5 }, "end": { "line": 59, "column": 15 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 60, "column": 5 }, "end": { "line": 60, "column": 6 } } }, "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 60, "column": 8 }, "end": { "line": 60, "column": 14 } } }, "loc": { "start": { "line": 60, "column": 5 }, "end": { "line": 60, "column": 15 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 61, "column": 5 }, "end": { "line": 61, "column": 6 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 61, "column": 8 }, "end": { "line": 61, "column": 14 } } }, "loc": { "start": { "line": 61, "column": 5 }, "end": { "line": 61, "column": 15 } } } ], "loc": { "start": { "line": 58, "column": 22 }, "end": { "line": 62, "column": 2 } } }, "id": { "type": "Identifier", "name": "interface1", "decorators": [], "loc": { "start": { "line": 58, "column": 11 }, "end": { "line": 58, "column": 21 } } }, "extends": [], "loc": { "start": { "line": 58, "column": 1 }, "end": { "line": 62, "column": 2 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "d", "decorators": [], "loc": { "start": { "line": 65, "column": 5 }, "end": { "line": 65, "column": 6 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 65, "column": 8 }, "end": { "line": 65, "column": 14 } } }, "loc": { "start": { "line": 65, "column": 5 }, "end": { "line": 66, "column": 2 } } } ], "loc": { "start": { "line": 64, "column": 41 }, "end": { "line": 66, "column": 2 } } }, "id": { "type": "Identifier", "name": "interface2", "decorators": [], "loc": { "start": { "line": 64, "column": 11 }, "end": { "line": 64, "column": 21 } } }, "extends": [ { "type": "TSInterfaceHeritage", "expression": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "interface1", "decorators": [], "loc": { "start": { "line": 64, "column": 30 }, "end": { "line": 64, "column": 40 } } }, "loc": { "start": { "line": 64, "column": 41 }, "end": { "line": 64, "column": 40 } } }, "loc": { "start": { "line": 64, "column": 41 }, "end": { "line": 64, "column": 40 } } } ], "loc": { "start": { "line": 64, "column": 1 }, "end": { "line": 66, "column": 2 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj13", "typeAnnotation": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "interface2", "decorators": [], "loc": { "start": { "line": 68, "column": 12 }, "end": { "line": 68, "column": 22 } } }, "loc": { "start": { "line": 68, "column": 12 }, "end": { "line": 68, "column": 22 } } }, "decorators": [], "loc": { "start": { "line": 68, "column": 5 }, "end": { "line": 68, "column": 10 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 68, "column": 27 }, "end": { "line": 68, "column": 28 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 68, "column": 30 }, "end": { "line": 68, "column": 31 } } }, "kind": "init", "loc": { "start": { "line": 68, "column": 27 }, "end": { "line": 68, "column": 31 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 68, "column": 33 }, "end": { "line": 68, "column": 34 } } }, "value": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 68, "column": 36 }, "end": { "line": 68, "column": 41 } } }, "kind": "init", "loc": { "start": { "line": 68, "column": 33 }, "end": { "line": 68, "column": 41 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 68, "column": 43 }, "end": { "line": 68, "column": 44 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 68, "column": 46 }, "end": { "line": 68, "column": 47 } } }, "kind": "init", "loc": { "start": { "line": 68, "column": 43 }, "end": { "line": 68, "column": 47 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "d", "decorators": [], "loc": { "start": { "line": 68, "column": 49 }, "end": { "line": 68, "column": 50 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 68, "column": 52 }, "end": { "line": 68, "column": 53 } } }, "kind": "init", "loc": { "start": { "line": 68, "column": 49 }, "end": { "line": 68, "column": 53 } } } ], "loc": { "start": { "line": 68, "column": 25 }, "end": { "line": 68, "column": 55 } } }, "loc": { "start": { "line": 68, "column": 5 }, "end": { "line": 68, "column": 55 } } } ], "kind": "var", "loc": { "start": { "line": 68, "column": 1 }, "end": { "line": 68, "column": 56 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj14", "typeAnnotation": { "type": "TSUnionType", "types": [ { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 69, "column": 14 }, "end": { "line": 69, "column": 15 } } }, "typeAnnotation": { "type": "TSUnionType", "types": [ { "type": "TSArrayType", "elementType": { "type": "TSNumberKeyword", "loc": { "start": { "line": 69, "column": 17 }, "end": { "line": 69, "column": 23 } } }, "loc": { "start": { "line": 69, "column": 17 }, "end": { "line": 69, "column": 25 } } }, { "type": "TSTupleType", "elementTypes": [ { "type": "TSStringKeyword", "loc": { "start": { "line": 69, "column": 29 }, "end": { "line": 69, "column": 36 } } }, { "type": "TSStringKeyword", "loc": { "start": { "line": 69, "column": 37 }, "end": { "line": 69, "column": 44 } } }, { "type": "TSStringKeyword", "loc": { "start": { "line": 69, "column": 45 }, "end": { "line": 69, "column": 52 } } } ], "loc": { "start": { "line": 69, "column": 28 }, "end": { "line": 69, "column": 52 } } } ], "loc": { "start": { "line": 69, "column": 17 }, "end": { "line": 69, "column": 52 } } }, "loc": { "start": { "line": 69, "column": 14 }, "end": { "line": 69, "column": 53 } } }, { "type": "TSMethodSignature", "computed": false, "optional": true, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 69, "column": 54 }, "end": { "line": 69, "column": 55 } } }, "params": [ { "type": "Identifier", "name": "a", "typeAnnotation": { "type": "TSArrayType", "elementType": { "type": "TSNumberKeyword", "loc": { "start": { "line": 69, "column": 60 }, "end": { "line": 69, "column": 66 } } }, "loc": { "start": { "line": 69, "column": 60 }, "end": { "line": 69, "column": 68 } } }, "decorators": [], "loc": { "start": { "line": 69, "column": 57 }, "end": { "line": 69, "column": 58 } } } ], "typeAnnotation": { "type": "TSArrayType", "elementType": { "type": "TSStringKeyword", "loc": { "start": { "line": 69, "column": 71 }, "end": { "line": 69, "column": 77 } } }, "loc": { "start": { "line": 69, "column": 71 }, "end": { "line": 69, "column": 79 } } }, "loc": { "start": { "line": 69, "column": 54 }, "end": { "line": 69, "column": 81 } } } ], "loc": { "start": { "line": 69, "column": 12 }, "end": { "line": 69, "column": 81 } } }, { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "interface2", "decorators": [], "loc": { "start": { "line": 69, "column": 84 }, "end": { "line": 69, "column": 94 } } }, "loc": { "start": { "line": 69, "column": 84 }, "end": { "line": 69, "column": 94 } } } ], "loc": { "start": { "line": 69, "column": 12 }, "end": { "line": 69, "column": 94 } } }, "decorators": [], "loc": { "start": { "line": 69, "column": 5 }, "end": { "line": 69, "column": 10 } } }, "init": null, "loc": { "start": { "line": 69, "column": 5 }, "end": { "line": 69, "column": 10 } } } ], "kind": "var", "loc": { "start": { "line": 69, "column": 1 }, "end": { "line": 69, "column": 95 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj14", "decorators": [], "loc": { "start": { "line": 70, "column": 1 }, "end": { "line": 70, "column": 6 } } }, "right": { "type": "Identifier", "name": "obj13", "decorators": [], "loc": { "start": { "line": 70, "column": 9 }, "end": { "line": 70, "column": 14 } } }, "loc": { "start": { "line": 70, "column": 1 }, "end": { "line": 70, "column": 14 } } }, "loc": { "start": { "line": 70, "column": 1 }, "end": { "line": 70, "column": 15 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj14", "decorators": [], "loc": { "start": { "line": 71, "column": 1 }, "end": { "line": 71, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 71, "column": 11 }, "end": { "line": 71, "column": 12 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 71, "column": 14 }, "end": { "line": 71, "column": 15 } } }, "kind": "init", "loc": { "start": { "line": 71, "column": 11 }, "end": { "line": 71, "column": 15 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 71, "column": 17 }, "end": { "line": 71, "column": 18 } } }, "value": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 71, "column": 20 }, "end": { "line": 71, "column": 25 } } }, "kind": "init", "loc": { "start": { "line": 71, "column": 17 }, "end": { "line": 71, "column": 25 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 71, "column": 27 }, "end": { "line": 71, "column": 28 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 71, "column": 30 }, "end": { "line": 71, "column": 31 } } }, "kind": "init", "loc": { "start": { "line": 71, "column": 27 }, "end": { "line": 71, "column": 31 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "d", "decorators": [], "loc": { "start": { "line": 71, "column": 33 }, "end": { "line": 71, "column": 34 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 71, "column": 36 }, "end": { "line": 71, "column": 37 } } }, "kind": "init", "loc": { "start": { "line": 71, "column": 33 }, "end": { "line": 71, "column": 37 } } } ], "loc": { "start": { "line": 71, "column": 9 }, "end": { "line": 71, "column": 39 } } }, "loc": { "start": { "line": 71, "column": 1 }, "end": { "line": 71, "column": 39 } } }, "loc": { "start": { "line": 71, "column": 1 }, "end": { "line": 71, "column": 40 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj14", "decorators": [], "loc": { "start": { "line": 72, "column": 1 }, "end": { "line": 72, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 72, "column": 11 }, "end": { "line": 72, "column": 12 } } }, "value": { "type": "ArrayExpression", "elements": [ { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 72, "column": 15 }, "end": { "line": 72, "column": 16 } } }, { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 72, "column": 18 }, "end": { "line": 72, "column": 19 } } }, { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 72, "column": 21 }, "end": { "line": 72, "column": 22 } } } ], "loc": { "start": { "line": 72, "column": 14 }, "end": { "line": 72, "column": 23 } } }, "kind": "init", "loc": { "start": { "line": 72, "column": 11 }, "end": { "line": 72, "column": 23 } } } ], "loc": { "start": { "line": 72, "column": 9 }, "end": { "line": 72, "column": 25 } } }, "loc": { "start": { "line": 72, "column": 1 }, "end": { "line": 72, "column": 25 } } }, "loc": { "start": { "line": 72, "column": 1 }, "end": { "line": 72, "column": 26 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj14", "decorators": [], "loc": { "start": { "line": 73, "column": 1 }, "end": { "line": 73, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 73, "column": 11 }, "end": { "line": 73, "column": 12 } } }, "value": { "type": "ArrayExpression", "elements": [ { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 73, "column": 15 }, "end": { "line": 73, "column": 20 } } }, { "type": "StringLiteral", "value": "bar", "loc": { "start": { "line": 73, "column": 22 }, "end": { "line": 73, "column": 27 } } }, { "type": "StringLiteral", "value": "baz", "loc": { "start": { "line": 73, "column": 29 }, "end": { "line": 73, "column": 34 } } } ], "loc": { "start": { "line": 73, "column": 14 }, "end": { "line": 73, "column": 35 } } }, "kind": "init", "loc": { "start": { "line": 73, "column": 11 }, "end": { "line": 73, "column": 35 } } } ], "loc": { "start": { "line": 73, "column": 9 }, "end": { "line": 73, "column": 37 } } }, "loc": { "start": { "line": 73, "column": 1 }, "end": { "line": 73, "column": 37 } } }, "loc": { "start": { "line": 73, "column": 1 }, "end": { "line": 73, "column": 38 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj14", "decorators": [], "loc": { "start": { "line": 74, "column": 1 }, "end": { "line": 74, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 74, "column": 11 }, "end": { "line": 74, "column": 12 } } }, "value": { "type": "ArrayExpression", "elements": [ { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 74, "column": 15 }, "end": { "line": 74, "column": 20 } } }, { "type": "StringLiteral", "value": "bar", "loc": { "start": { "line": 74, "column": 22 }, "end": { "line": 74, "column": 27 } } }, { "type": "StringLiteral", "value": "baz", "loc": { "start": { "line": 74, "column": 29 }, "end": { "line": 74, "column": 34 } } } ], "loc": { "start": { "line": 74, "column": 14 }, "end": { "line": 74, "column": 35 } } }, "kind": "init", "loc": { "start": { "line": 74, "column": 11 }, "end": { "line": 74, "column": 35 } } }, { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 74, "column": 37 }, "end": { "line": 74, "column": 38 } } }, "value": { "type": "FunctionExpression", "function": { "type": "ScriptFunction", "id": null, "generator": false, "async": false, "expression": false, "params": [ { "type": "Identifier", "name": "a", "typeAnnotation": { "type": "TSParenthesizedType", "typeAnnotation": { "type": "TSArrayType", "elementType": { "type": "TSNumberKeyword", "loc": { "start": { "line": 74, "column": 54 }, "end": { "line": 74, "column": 60 } } }, "loc": { "start": { "line": 74, "column": 54 }, "end": { "line": 74, "column": 62 } } }, "loc": { "start": { "line": 74, "column": 53 }, "end": { "line": 74, "column": 63 } } }, "decorators": [], "loc": { "start": { "line": 74, "column": 50 }, "end": { "line": 74, "column": 51 } } } ], "body": { "type": "BlockStatement", "statements": [ { "type": "ReturnStatement", "argument": { "type": "ArrayExpression", "elements": [ { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 74, "column": 75 }, "end": { "line": 74, "column": 80 } } }, { "type": "StringLiteral", "value": "bar", "loc": { "start": { "line": 74, "column": 82 }, "end": { "line": 74, "column": 87 } } }, { "type": "StringLiteral", "value": "baz", "loc": { "start": { "line": 74, "column": 89 }, "end": { "line": 74, "column": 94 } } } ], "loc": { "start": { "line": 74, "column": 74 }, "end": { "line": 74, "column": 95 } } }, "loc": { "start": { "line": 74, "column": 67 }, "end": { "line": 74, "column": 95 } } } ], "loc": { "start": { "line": 74, "column": 65 }, "end": { "line": 74, "column": 97 } } }, "loc": { "start": { "line": 74, "column": 40 }, "end": { "line": 74, "column": 97 } } }, "loc": { "start": { "line": 74, "column": 40 }, "end": { "line": 74, "column": 97 } } }, "kind": "init", "loc": { "start": { "line": 74, "column": 37 }, "end": { "line": 74, "column": 97 } } } ], "loc": { "start": { "line": 74, "column": 9 }, "end": { "line": 74, "column": 99 } } }, "loc": { "start": { "line": 74, "column": 1 }, "end": { "line": 74, "column": 99 } } }, "loc": { "start": { "line": 74, "column": 1 }, "end": { "line": 74, "column": 100 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 77, "column": 5 }, "end": { "line": 77, "column": 6 } } }, "typeAnnotation": { "type": "TSUnionType", "types": [ { "type": "TSNumberKeyword", "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 77, "column": 14 } } }, { "type": "TSStringKeyword", "loc": { "start": { "line": 77, "column": 17 }, "end": { "line": 77, "column": 23 } } }, { "type": "TSBooleanKeyword", "loc": { "start": { "line": 77, "column": 26 }, "end": { "line": 77, "column": 33 } } } ], "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 77, "column": 33 } } }, "loc": { "start": { "line": 77, "column": 5 }, "end": { "line": 78, "column": 2 } } } ], "loc": { "start": { "line": 76, "column": 22 }, "end": { "line": 78, "column": 2 } } }, "id": { "type": "Identifier", "name": "interface3", "decorators": [], "loc": { "start": { "line": 76, "column": 11 }, "end": { "line": 76, "column": 21 } } }, "extends": [], "loc": { "start": { "line": 76, "column": 1 }, "end": { "line": 78, "column": 2 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 81, "column": 5 }, "end": { "line": 81, "column": 6 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 81, "column": 8 }, "end": { "line": 81, "column": 14 } } }, "loc": { "start": { "line": 81, "column": 5 }, "end": { "line": 82, "column": 2 } } } ], "loc": { "start": { "line": 80, "column": 41 }, "end": { "line": 82, "column": 2 } } }, "id": { "type": "Identifier", "name": "interface4", "decorators": [], "loc": { "start": { "line": 80, "column": 11 }, "end": { "line": 80, "column": 21 } } }, "extends": [ { "type": "TSInterfaceHeritage", "expression": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "interface3", "decorators": [], "loc": { "start": { "line": 80, "column": 30 }, "end": { "line": 80, "column": 40 } } }, "loc": { "start": { "line": 80, "column": 41 }, "end": { "line": 80, "column": 40 } } }, "loc": { "start": { "line": 80, "column": 41 }, "end": { "line": 80, "column": 40 } } } ], "loc": { "start": { "line": 80, "column": 1 }, "end": { "line": 82, "column": 2 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 85, "column": 5 }, "end": { "line": 85, "column": 6 } } }, "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 85, "column": 8 }, "end": { "line": 85, "column": 14 } } }, "loc": { "start": { "line": 85, "column": 5 }, "end": { "line": 86, "column": 2 } } } ], "loc": { "start": { "line": 84, "column": 41 }, "end": { "line": 86, "column": 2 } } }, "id": { "type": "Identifier", "name": "interface5", "decorators": [], "loc": { "start": { "line": 84, "column": 11 }, "end": { "line": 84, "column": 21 } } }, "extends": [ { "type": "TSInterfaceHeritage", "expression": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "interface3", "decorators": [], "loc": { "start": { "line": 84, "column": 30 }, "end": { "line": 84, "column": 40 } } }, "loc": { "start": { "line": 84, "column": 41 }, "end": { "line": 84, "column": 40 } } }, "loc": { "start": { "line": 84, "column": 41 }, "end": { "line": 84, "column": 40 } } } ], "loc": { "start": { "line": 84, "column": 1 }, "end": { "line": 86, "column": 2 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 89, "column": 5 }, "end": { "line": 89, "column": 6 } } }, "typeAnnotation": { "type": "TSBooleanKeyword", "loc": { "start": { "line": 89, "column": 8 }, "end": { "line": 89, "column": 15 } } }, "loc": { "start": { "line": 89, "column": 5 }, "end": { "line": 90, "column": 2 } } } ], "loc": { "start": { "line": 88, "column": 41 }, "end": { "line": 90, "column": 2 } } }, "id": { "type": "Identifier", "name": "interface6", "decorators": [], "loc": { "start": { "line": 88, "column": 11 }, "end": { "line": 88, "column": 21 } } }, "extends": [ { "type": "TSInterfaceHeritage", "expression": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "interface3", "decorators": [], "loc": { "start": { "line": 88, "column": 30 }, "end": { "line": 88, "column": 40 } } }, "loc": { "start": { "line": 88, "column": 41 }, "end": { "line": 88, "column": 40 } } }, "loc": { "start": { "line": 88, "column": 41 }, "end": { "line": 88, "column": 40 } } } ], "loc": { "start": { "line": 88, "column": 1 }, "end": { "line": 90, "column": 2 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj15", "typeAnnotation": { "type": "TSUnionType", "types": [ { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "interface4", "decorators": [], "loc": { "start": { "line": 92, "column": 12 }, "end": { "line": 92, "column": 22 } } }, "loc": { "start": { "line": 92, "column": 12 }, "end": { "line": 92, "column": 22 } } }, { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "interface5", "decorators": [], "loc": { "start": { "line": 92, "column": 25 }, "end": { "line": 92, "column": 35 } } }, "loc": { "start": { "line": 92, "column": 25 }, "end": { "line": 92, "column": 35 } } }, { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "interface6", "decorators": [], "loc": { "start": { "line": 92, "column": 38 }, "end": { "line": 92, "column": 48 } } }, "loc": { "start": { "line": 92, "column": 38 }, "end": { "line": 92, "column": 48 } } } ], "loc": { "start": { "line": 92, "column": 12 }, "end": { "line": 92, "column": 48 } } }, "decorators": [], "loc": { "start": { "line": 92, "column": 5 }, "end": { "line": 92, "column": 10 } } }, "init": null, "loc": { "start": { "line": 92, "column": 5 }, "end": { "line": 92, "column": 10 } } } ], "kind": "var", "loc": { "start": { "line": 92, "column": 1 }, "end": { "line": 92, "column": 49 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj15", "decorators": [], "loc": { "start": { "line": 93, "column": 1 }, "end": { "line": 93, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 93, "column": 11 }, "end": { "line": 93, "column": 12 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 93, "column": 14 }, "end": { "line": 93, "column": 15 } } }, "kind": "init", "loc": { "start": { "line": 93, "column": 11 }, "end": { "line": 93, "column": 15 } } } ], "loc": { "start": { "line": 93, "column": 9 }, "end": { "line": 93, "column": 17 } } }, "loc": { "start": { "line": 93, "column": 1 }, "end": { "line": 93, "column": 17 } } }, "loc": { "start": { "line": 93, "column": 1 }, "end": { "line": 93, "column": 18 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj15", "decorators": [], "loc": { "start": { "line": 94, "column": 1 }, "end": { "line": 94, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 94, "column": 11 }, "end": { "line": 94, "column": 12 } } }, "value": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 94, "column": 14 }, "end": { "line": 94, "column": 19 } } }, "kind": "init", "loc": { "start": { "line": 94, "column": 11 }, "end": { "line": 94, "column": 19 } } } ], "loc": { "start": { "line": 94, "column": 9 }, "end": { "line": 94, "column": 21 } } }, "loc": { "start": { "line": 94, "column": 1 }, "end": { "line": 94, "column": 21 } } }, "loc": { "start": { "line": 94, "column": 1 }, "end": { "line": 94, "column": 22 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "obj15", "decorators": [], "loc": { "start": { "line": 95, "column": 1 }, "end": { "line": 95, "column": 6 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 95, "column": 11 }, "end": { "line": 95, "column": 12 } } }, "value": { "type": "BooleanLiteral", "value": true, "loc": { "start": { "line": 95, "column": 14 }, "end": { "line": 95, "column": 18 } } }, "kind": "init", "loc": { "start": { "line": 95, "column": 11 }, "end": { "line": 95, "column": 18 } } } ], "loc": { "start": { "line": 95, "column": 9 }, "end": { "line": 95, "column": 20 } } }, "loc": { "start": { "line": 95, "column": 1 }, "end": { "line": 95, "column": 20 } } }, "loc": { "start": { "line": 95, "column": 1 }, "end": { "line": 95, "column": 21 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 96, "column": 1 } } }