{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "array1", "typeAnnotation": { "type": "TSArrayType", "elementType": { "type": "TSNumberKeyword", "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 19 } } }, "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 21 } } }, "decorators": [], "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 11 } } }, "init": { "type": "ArrayExpression", "elements": [ { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 17, "column": 25 }, "end": { "line": 17, "column": 26 } } }, { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 17, "column": 28 }, "end": { "line": 17, "column": 29 } } }, { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 17, "column": 31 }, "end": { "line": 17, "column": 32 } } }, { "type": "NumberLiteral", "value": 4, "loc": { "start": { "line": 17, "column": 34 }, "end": { "line": 17, "column": 35 } } } ], "loc": { "start": { "line": 17, "column": 24 }, "end": { "line": 17, "column": 36 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 36 } } } ], "kind": "var", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 37 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "array1", "decorators": [], "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 7 } } }, "property": { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 9 } } }, "computed": true, "optional": false, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 10 } } }, "right": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 18, "column": 13 }, "end": { "line": 18, "column": 14 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 14 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 15 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 22, "column": 5 }, "end": { "line": 22, "column": 8 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 22, "column": 10 }, "end": { "line": 22, "column": 16 } } }, "loc": { "start": { "line": 22, "column": 5 }, "end": { "line": 22, "column": 17 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 23, "column": 5 }, "end": { "line": 23, "column": 8 } } }, "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 23, "column": 10 }, "end": { "line": 23, "column": 16 } } }, "loc": { "start": { "line": 23, "column": 5 }, "end": { "line": 23, "column": 17 } } } ], "loc": { "start": { "line": 21, "column": 22 }, "end": { "line": 24, "column": 2 } } }, "id": { "type": "Identifier", "name": "Interface1", "decorators": [], "loc": { "start": { "line": 21, "column": 11 }, "end": { "line": 21, "column": 21 } } }, "extends": [], "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 24, "column": 2 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 26, "column": 5 }, "end": { "line": 26, "column": 8 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 26, "column": 10 }, "end": { "line": 26, "column": 16 } } }, "loc": { "start": { "line": 26, "column": 5 }, "end": { "line": 26, "column": 17 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 27, "column": 5 }, "end": { "line": 27, "column": 8 } } }, "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 27, "column": 10 }, "end": { "line": 27, "column": 16 } } }, "loc": { "start": { "line": 27, "column": 5 }, "end": { "line": 27, "column": 17 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "foobar", "decorators": [], "loc": { "start": { "line": 28, "column": 5 }, "end": { "line": 28, "column": 11 } } }, "typeAnnotation": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface1", "decorators": [], "loc": { "start": { "line": 28, "column": 13 }, "end": { "line": 28, "column": 23 } } }, "loc": { "start": { "line": 28, "column": 13 }, "end": { "line": 28, "column": 23 } } }, "loc": { "start": { "line": 28, "column": 5 }, "end": { "line": 29, "column": 2 } } } ], "loc": { "start": { "line": 25, "column": 22 }, "end": { "line": 29, "column": 2 } } }, "id": { "type": "Identifier", "name": "Interface2", "decorators": [], "loc": { "start": { "line": 25, "column": 11 }, "end": { "line": 25, "column": 21 } } }, "extends": [], "loc": { "start": { "line": 25, "column": 1 }, "end": { "line": 29, "column": 2 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a1", "typeAnnotation": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface2", "decorators": [], "loc": { "start": { "line": 30, "column": 9 }, "end": { "line": 30, "column": 19 } } }, "loc": { "start": { "line": 30, "column": 9 }, "end": { "line": 30, "column": 19 } } }, "decorators": [], "loc": { "start": { "line": 30, "column": 5 }, "end": { "line": 30, "column": 7 } } }, "init": null, "loc": { "start": { "line": 30, "column": 5 }, "end": { "line": 30, "column": 7 } } } ], "kind": "var", "loc": { "start": { "line": 30, "column": 1 }, "end": { "line": 30, "column": 20 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "b1", "typeAnnotation": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface1", "decorators": [], "loc": { "start": { "line": 31, "column": 9 }, "end": { "line": 31, "column": 19 } } }, "loc": { "start": { "line": 31, "column": 9 }, "end": { "line": 31, "column": 19 } } }, "decorators": [], "loc": { "start": { "line": 31, "column": 5 }, "end": { "line": 31, "column": 7 } } }, "init": null, "loc": { "start": { "line": 31, "column": 5 }, "end": { "line": 31, "column": 7 } } } ], "kind": "var", "loc": { "start": { "line": 31, "column": 1 }, "end": { "line": 31, "column": 20 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a1", "decorators": [], "loc": { "start": { "line": 32, "column": 1 }, "end": { "line": 32, "column": 3 } } }, "property": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 32, "column": 4 }, "end": { "line": 32, "column": 7 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 32, "column": 1 }, "end": { "line": 32, "column": 7 } } }, "right": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 32, "column": 10 }, "end": { "line": 32, "column": 11 } } }, "loc": { "start": { "line": 32, "column": 1 }, "end": { "line": 32, "column": 11 } } }, "loc": { "start": { "line": 32, "column": 1 }, "end": { "line": 32, "column": 12 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a1", "decorators": [], "loc": { "start": { "line": 33, "column": 1 }, "end": { "line": 33, "column": 3 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 33, "column": 4 }, "end": { "line": 33, "column": 7 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 33, "column": 1 }, "end": { "line": 33, "column": 7 } } }, "right": { "type": "StringLiteral", "value": "bar", "loc": { "start": { "line": 33, "column": 10 }, "end": { "line": 33, "column": 15 } } }, "loc": { "start": { "line": 33, "column": 1 }, "end": { "line": 33, "column": 15 } } }, "loc": { "start": { "line": 33, "column": 1 }, "end": { "line": 33, "column": 16 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "b1", "decorators": [], "loc": { "start": { "line": 34, "column": 1 }, "end": { "line": 34, "column": 3 } } }, "property": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 34, "column": 4 }, "end": { "line": 34, "column": 7 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 34, "column": 1 }, "end": { "line": 34, "column": 7 } } }, "right": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a1", "decorators": [], "loc": { "start": { "line": 34, "column": 10 }, "end": { "line": 34, "column": 12 } } }, "property": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 34, "column": 13 }, "end": { "line": 34, "column": 16 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 34, "column": 10 }, "end": { "line": 34, "column": 16 } } }, "loc": { "start": { "line": 34, "column": 1 }, "end": { "line": 34, "column": 16 } } }, "loc": { "start": { "line": 34, "column": 1 }, "end": { "line": 34, "column": 17 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "b1", "decorators": [], "loc": { "start": { "line": 35, "column": 1 }, "end": { "line": 35, "column": 3 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 35, "column": 4 }, "end": { "line": 35, "column": 7 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 35, "column": 1 }, "end": { "line": 35, "column": 7 } } }, "right": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a1", "decorators": [], "loc": { "start": { "line": 35, "column": 10 }, "end": { "line": 35, "column": 12 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 35, "column": 13 }, "end": { "line": 35, "column": 16 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 35, "column": 10 }, "end": { "line": 35, "column": 16 } } }, "loc": { "start": { "line": 35, "column": 1 }, "end": { "line": 35, "column": 16 } } }, "loc": { "start": { "line": 35, "column": 1 }, "end": { "line": 35, "column": 17 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a1", "decorators": [], "loc": { "start": { "line": 36, "column": 1 }, "end": { "line": 36, "column": 3 } } }, "property": { "type": "Identifier", "name": "foobar", "decorators": [], "loc": { "start": { "line": 36, "column": 4 }, "end": { "line": 36, "column": 10 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 36, "column": 1 }, "end": { "line": 36, "column": 10 } } }, "right": { "type": "Identifier", "name": "b1", "decorators": [], "loc": { "start": { "line": 36, "column": 13 }, "end": { "line": 36, "column": 15 } } }, "loc": { "start": { "line": 36, "column": 1 }, "end": { "line": 36, "column": 15 } } }, "loc": { "start": { "line": 36, "column": 1 }, "end": { "line": 36, "column": 16 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a1", "decorators": [], "loc": { "start": { "line": 37, "column": 1 }, "end": { "line": 37, "column": 3 } } }, "property": { "type": "Identifier", "name": "foobar", "decorators": [], "loc": { "start": { "line": 37, "column": 4 }, "end": { "line": 37, "column": 10 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 37, "column": 1 }, "end": { "line": 37, "column": 10 } } }, "property": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 37, "column": 11 }, "end": { "line": 37, "column": 14 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 37, "column": 1 }, "end": { "line": 37, "column": 14 } } }, "right": { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 37, "column": 17 }, "end": { "line": 37, "column": 18 } } }, "loc": { "start": { "line": 37, "column": 1 }, "end": { "line": 37, "column": 18 } } }, "loc": { "start": { "line": 37, "column": 1 }, "end": { "line": 37, "column": 19 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a1", "decorators": [], "loc": { "start": { "line": 38, "column": 1 }, "end": { "line": 38, "column": 3 } } }, "property": { "type": "Identifier", "name": "foobar", "decorators": [], "loc": { "start": { "line": 38, "column": 4 }, "end": { "line": 38, "column": 10 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 38, "column": 1 }, "end": { "line": 38, "column": 10 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 38, "column": 11 }, "end": { "line": 38, "column": 14 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 38, "column": 1 }, "end": { "line": 38, "column": 14 } } }, "right": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 38, "column": 17 }, "end": { "line": 38, "column": 22 } } }, "loc": { "start": { "line": 38, "column": 1 }, "end": { "line": 38, "column": 22 } } }, "loc": { "start": { "line": 38, "column": 1 }, "end": { "line": 38, "column": 23 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 43, "column": 5 }, "end": { "line": 43, "column": 8 } } }, "typeAnnotation": { "type": "TSArrayType", "elementType": { "type": "TSNumberKeyword", "loc": { "start": { "line": 43, "column": 10 }, "end": { "line": 43, "column": 16 } } }, "loc": { "start": { "line": 43, "column": 10 }, "end": { "line": 43, "column": 18 } } }, "loc": { "start": { "line": 43, "column": 5 }, "end": { "line": 44, "column": 2 } } } ], "loc": { "start": { "line": 42, "column": 22 }, "end": { "line": 44, "column": 2 } } }, "id": { "type": "Identifier", "name": "Interface3", "decorators": [], "loc": { "start": { "line": 42, "column": 11 }, "end": { "line": 42, "column": 21 } } }, "extends": [], "loc": { "start": { "line": 42, "column": 1 }, "end": { "line": 44, "column": 2 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a2", "typeAnnotation": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface3", "decorators": [], "loc": { "start": { "line": 45, "column": 9 }, "end": { "line": 45, "column": 19 } } }, "loc": { "start": { "line": 45, "column": 9 }, "end": { "line": 45, "column": 19 } } }, "decorators": [], "loc": { "start": { "line": 45, "column": 5 }, "end": { "line": 45, "column": 7 } } }, "init": null, "loc": { "start": { "line": 45, "column": 5 }, "end": { "line": 45, "column": 7 } } } ], "kind": "var", "loc": { "start": { "line": 45, "column": 1 }, "end": { "line": 45, "column": 20 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a2", "decorators": [], "loc": { "start": { "line": 46, "column": 1 }, "end": { "line": 46, "column": 3 } } }, "property": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 46, "column": 4 }, "end": { "line": 46, "column": 7 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 46, "column": 1 }, "end": { "line": 46, "column": 7 } } }, "property": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 46, "column": 8 }, "end": { "line": 46, "column": 9 } } }, "computed": true, "optional": false, "loc": { "start": { "line": 46, "column": 1 }, "end": { "line": 46, "column": 10 } } }, "right": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 46, "column": 13 }, "end": { "line": 46, "column": 14 } } }, "loc": { "start": { "line": 46, "column": 1 }, "end": { "line": 46, "column": 14 } } }, "loc": { "start": { "line": 46, "column": 1 }, "end": { "line": 46, "column": 15 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 51, "column": 5 }, "end": { "line": 51, "column": 8 } } }, "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 51, "column": 12 }, "end": { "line": 51, "column": 15 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 51, "column": 17 }, "end": { "line": 51, "column": 23 } } }, "loc": { "start": { "line": 51, "column": 12 }, "end": { "line": 51, "column": 24 } } } ], "loc": { "start": { "line": 51, "column": 11 }, "end": { "line": 51, "column": 24 } } }, "loc": { "start": { "line": 51, "column": 5 }, "end": { "line": 52, "column": 2 } } } ], "loc": { "start": { "line": 50, "column": 22 }, "end": { "line": 52, "column": 2 } } }, "id": { "type": "Identifier", "name": "Interface4", "decorators": [], "loc": { "start": { "line": 50, "column": 11 }, "end": { "line": 50, "column": 21 } } }, "extends": [], "loc": { "start": { "line": 50, "column": 1 }, "end": { "line": 52, "column": 2 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a3", "typeAnnotation": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface4", "decorators": [], "loc": { "start": { "line": 53, "column": 9 }, "end": { "line": 53, "column": 19 } } }, "loc": { "start": { "line": 53, "column": 9 }, "end": { "line": 53, "column": 19 } } }, "decorators": [], "loc": { "start": { "line": 53, "column": 5 }, "end": { "line": 53, "column": 7 } } }, "init": null, "loc": { "start": { "line": 53, "column": 5 }, "end": { "line": 53, "column": 7 } } } ], "kind": "var", "loc": { "start": { "line": 53, "column": 1 }, "end": { "line": 53, "column": 20 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a3", "decorators": [], "loc": { "start": { "line": 54, "column": 1 }, "end": { "line": 54, "column": 3 } } }, "property": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 54, "column": 4 }, "end": { "line": 54, "column": 7 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 54, "column": 1 }, "end": { "line": 54, "column": 7 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 54, "column": 8 }, "end": { "line": 54, "column": 11 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 54, "column": 1 }, "end": { "line": 54, "column": 11 } } }, "right": { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 54, "column": 14 }, "end": { "line": 54, "column": 15 } } }, "loc": { "start": { "line": 54, "column": 1 }, "end": { "line": 54, "column": 15 } } }, "loc": { "start": { "line": 54, "column": 1 }, "end": { "line": 54, "column": 16 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 58, "column": 5 }, "end": { "line": 58, "column": 8 } } }, "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "foobar", "decorators": [], "loc": { "start": { "line": 58, "column": 12 }, "end": { "line": 58, "column": 18 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 58, "column": 20 }, "end": { "line": 58, "column": 26 } } }, "loc": { "start": { "line": 58, "column": 12 }, "end": { "line": 58, "column": 27 } } } ], "loc": { "start": { "line": 58, "column": 11 }, "end": { "line": 58, "column": 27 } } }, "loc": { "start": { "line": 58, "column": 5 }, "end": { "line": 59, "column": 2 } } } ], "loc": { "start": { "line": 57, "column": 22 }, "end": { "line": 59, "column": 2 } } }, "id": { "type": "Identifier", "name": "Interface5", "decorators": [], "loc": { "start": { "line": 57, "column": 11 }, "end": { "line": 57, "column": 21 } } }, "extends": [], "loc": { "start": { "line": 57, "column": 1 }, "end": { "line": 59, "column": 2 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 61, "column": 5 }, "end": { "line": 61, "column": 8 } } }, "typeAnnotation": { "type": "TSArrayType", "elementType": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface5", "decorators": [], "loc": { "start": { "line": 61, "column": 10 }, "end": { "line": 61, "column": 20 } } }, "loc": { "start": { "line": 61, "column": 10 }, "end": { "line": 61, "column": 20 } } }, "loc": { "start": { "line": 61, "column": 10 }, "end": { "line": 61, "column": 22 } } }, "loc": { "start": { "line": 61, "column": 5 }, "end": { "line": 62, "column": 2 } } } ], "loc": { "start": { "line": 60, "column": 22 }, "end": { "line": 62, "column": 2 } } }, "id": { "type": "Identifier", "name": "Interface6", "decorators": [], "loc": { "start": { "line": 60, "column": 11 }, "end": { "line": 60, "column": 21 } } }, "extends": [], "loc": { "start": { "line": 60, "column": 1 }, "end": { "line": 62, "column": 2 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a4", "typeAnnotation": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface6", "decorators": [], "loc": { "start": { "line": 63, "column": 9 }, "end": { "line": 63, "column": 19 } } }, "loc": { "start": { "line": 63, "column": 9 }, "end": { "line": 63, "column": 19 } } }, "decorators": [], "loc": { "start": { "line": 63, "column": 5 }, "end": { "line": 63, "column": 7 } } }, "init": null, "loc": { "start": { "line": 63, "column": 5 }, "end": { "line": 63, "column": 7 } } } ], "kind": "var", "loc": { "start": { "line": 63, "column": 1 }, "end": { "line": 63, "column": 20 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a4", "decorators": [], "loc": { "start": { "line": 64, "column": 1 }, "end": { "line": 64, "column": 3 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 64, "column": 4 }, "end": { "line": 64, "column": 7 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 64, "column": 1 }, "end": { "line": 64, "column": 7 } } }, "property": { "type": "NumberLiteral", "value": 0, "loc": { "start": { "line": 64, "column": 8 }, "end": { "line": 64, "column": 9 } } }, "computed": true, "optional": false, "loc": { "start": { "line": 64, "column": 1 }, "end": { "line": 64, "column": 10 } } }, "property": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 64, "column": 11 }, "end": { "line": 64, "column": 14 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 64, "column": 1 }, "end": { "line": 64, "column": 14 } } }, "property": { "type": "Identifier", "name": "foobar", "decorators": [], "loc": { "start": { "line": 64, "column": 15 }, "end": { "line": 64, "column": 21 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 64, "column": 1 }, "end": { "line": 64, "column": 21 } } }, "right": { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 64, "column": 24 }, "end": { "line": 64, "column": 25 } } }, "loc": { "start": { "line": 64, "column": 1 }, "end": { "line": 64, "column": 25 } } }, "loc": { "start": { "line": 64, "column": 1 }, "end": { "line": 64, "column": 26 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 68, "column": 5 }, "end": { "line": 68, "column": 6 } } }, "typeAnnotation": { "type": "TSParenthesizedType", "typeAnnotation": { "type": "TSUnionType", "types": [ { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 68, "column": 10 }, "end": { "line": 68, "column": 13 } } }, "typeAnnotation": { "type": "TSStringKeyword", "loc": { "start": { "line": 68, "column": 15 }, "end": { "line": 68, "column": 21 } } }, "loc": { "start": { "line": 68, "column": 10 }, "end": { "line": 68, "column": 22 } } } ], "loc": { "start": { "line": 68, "column": 9 }, "end": { "line": 68, "column": 22 } } }, { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 68, "column": 26 }, "end": { "line": 68, "column": 29 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 68, "column": 31 }, "end": { "line": 68, "column": 37 } } }, "loc": { "start": { "line": 68, "column": 26 }, "end": { "line": 68, "column": 38 } } } ], "loc": { "start": { "line": 68, "column": 25 }, "end": { "line": 68, "column": 38 } } } ], "loc": { "start": { "line": 68, "column": 9 }, "end": { "line": 68, "column": 38 } } }, "loc": { "start": { "line": 68, "column": 8 }, "end": { "line": 68, "column": 39 } } }, "loc": { "start": { "line": 68, "column": 5 }, "end": { "line": 69, "column": 2 } } } ], "loc": { "start": { "line": 67, "column": 22 }, "end": { "line": 69, "column": 2 } } }, "id": { "type": "Identifier", "name": "Interface6", "decorators": [], "loc": { "start": { "line": 67, "column": 11 }, "end": { "line": 67, "column": 21 } } }, "extends": [], "loc": { "start": { "line": 67, "column": 1 }, "end": { "line": 69, "column": 2 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 71, "column": 5 }, "end": { "line": 71, "column": 8 } } }, "typeAnnotation": { "type": "TSArrayType", "elementType": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface6", "decorators": [], "loc": { "start": { "line": 71, "column": 11 }, "end": { "line": 71, "column": 21 } } }, "loc": { "start": { "line": 71, "column": 11 }, "end": { "line": 71, "column": 21 } } }, "loc": { "start": { "line": 71, "column": 11 }, "end": { "line": 71, "column": 23 } } }, "loc": { "start": { "line": 71, "column": 5 }, "end": { "line": 72, "column": 2 } } } ], "loc": { "start": { "line": 70, "column": 22 }, "end": { "line": 72, "column": 2 } } }, "id": { "type": "Identifier", "name": "Interface7", "decorators": [], "loc": { "start": { "line": 70, "column": 11 }, "end": { "line": 70, "column": 21 } } }, "extends": [], "loc": { "start": { "line": 70, "column": 1 }, "end": { "line": 72, "column": 2 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 74, "column": 5 }, "end": { "line": 74, "column": 8 } } }, "typeAnnotation": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface7", "decorators": [], "loc": { "start": { "line": 74, "column": 11 }, "end": { "line": 74, "column": 21 } } }, "loc": { "start": { "line": 74, "column": 11 }, "end": { "line": 74, "column": 21 } } }, "loc": { "start": { "line": 74, "column": 5 }, "end": { "line": 74, "column": 22 } } } ], "loc": { "start": { "line": 73, "column": 22 }, "end": { "line": 75, "column": 2 } } }, "id": { "type": "Identifier", "name": "Interface8", "decorators": [], "loc": { "start": { "line": 73, "column": 11 }, "end": { "line": 73, "column": 21 } } }, "extends": [], "loc": { "start": { "line": 73, "column": 1 }, "end": { "line": 75, "column": 2 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a5", "typeAnnotation": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface8", "decorators": [], "loc": { "start": { "line": 76, "column": 9 }, "end": { "line": 76, "column": 19 } } }, "loc": { "start": { "line": 76, "column": 9 }, "end": { "line": 76, "column": 19 } } }, "decorators": [], "loc": { "start": { "line": 76, "column": 5 }, "end": { "line": 76, "column": 7 } } }, "init": null, "loc": { "start": { "line": 76, "column": 5 }, "end": { "line": 76, "column": 7 } } } ], "kind": "var", "loc": { "start": { "line": 76, "column": 1 }, "end": { "line": 76, "column": 20 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a5", "decorators": [], "loc": { "start": { "line": 77, "column": 1 }, "end": { "line": 77, "column": 3 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 77, "column": 4 }, "end": { "line": 77, "column": 7 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 77, "column": 1 }, "end": { "line": 77, "column": 7 } } }, "property": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 77, "column": 11 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 77, "column": 1 }, "end": { "line": 77, "column": 11 } } }, "property": { "type": "NumberLiteral", "value": 0, "loc": { "start": { "line": 77, "column": 12 }, "end": { "line": 77, "column": 13 } } }, "computed": true, "optional": false, "loc": { "start": { "line": 77, "column": 1 }, "end": { "line": 77, "column": 14 } } }, "property": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 77, "column": 15 }, "end": { "line": 77, "column": 16 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 77, "column": 1 }, "end": { "line": 77, "column": 16 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 77, "column": 17 }, "end": { "line": 77, "column": 20 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 77, "column": 1 }, "end": { "line": 77, "column": 20 } } }, "right": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 77, "column": 23 }, "end": { "line": 77, "column": 24 } } }, "loc": { "start": { "line": 77, "column": 1 }, "end": { "line": 77, "column": 24 } } }, "loc": { "start": { "line": 77, "column": 1 }, "end": { "line": 77, "column": 25 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a5", "decorators": [], "loc": { "start": { "line": 78, "column": 1 }, "end": { "line": 78, "column": 3 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 78, "column": 4 }, "end": { "line": 78, "column": 7 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 78, "column": 1 }, "end": { "line": 78, "column": 7 } } }, "property": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 78, "column": 8 }, "end": { "line": 78, "column": 11 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 78, "column": 1 }, "end": { "line": 78, "column": 11 } } }, "property": { "type": "NumberLiteral", "value": 0, "loc": { "start": { "line": 78, "column": 12 }, "end": { "line": 78, "column": 13 } } }, "computed": true, "optional": false, "loc": { "start": { "line": 78, "column": 1 }, "end": { "line": 78, "column": 14 } } }, "property": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 78, "column": 15 }, "end": { "line": 78, "column": 16 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 78, "column": 1 }, "end": { "line": 78, "column": 16 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 78, "column": 17 }, "end": { "line": 78, "column": 20 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 78, "column": 1 }, "end": { "line": 78, "column": 20 } } }, "right": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 78, "column": 23 }, "end": { "line": 78, "column": 28 } } }, "loc": { "start": { "line": 78, "column": 1 }, "end": { "line": 78, "column": 28 } } }, "loc": { "start": { "line": 78, "column": 1 }, "end": { "line": 78, "column": 29 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "a6", "typeAnnotation": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface8", "decorators": [], "loc": { "start": { "line": 79, "column": 9 }, "end": { "line": 79, "column": 19 } } }, "loc": { "start": { "line": 79, "column": 9 }, "end": { "line": 79, "column": 19 } } }, "decorators": [], "loc": { "start": { "line": 79, "column": 5 }, "end": { "line": 79, "column": 7 } } }, "init": null, "loc": { "start": { "line": 79, "column": 5 }, "end": { "line": 79, "column": 7 } } } ], "kind": "var", "loc": { "start": { "line": 79, "column": 1 }, "end": { "line": 79, "column": 20 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a6", "decorators": [], "loc": { "start": { "line": 80, "column": 1 }, "end": { "line": 80, "column": 3 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 80, "column": 4 }, "end": { "line": 80, "column": 7 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 80, "column": 1 }, "end": { "line": 80, "column": 7 } } }, "property": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 80, "column": 8 }, "end": { "line": 80, "column": 11 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 80, "column": 1 }, "end": { "line": 80, "column": 11 } } }, "property": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 80, "column": 12 }, "end": { "line": 80, "column": 13 } } }, "computed": true, "optional": false, "loc": { "start": { "line": 80, "column": 1 }, "end": { "line": 80, "column": 14 } } }, "property": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 80, "column": 15 }, "end": { "line": 80, "column": 16 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 80, "column": 1 }, "end": { "line": 80, "column": 16 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 80, "column": 17 }, "end": { "line": 80, "column": 20 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 80, "column": 1 }, "end": { "line": 80, "column": 20 } } }, "right": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "a5", "decorators": [], "loc": { "start": { "line": 80, "column": 23 }, "end": { "line": 80, "column": 25 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 80, "column": 26 }, "end": { "line": 80, "column": 29 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 80, "column": 23 }, "end": { "line": 80, "column": 29 } } }, "property": { "type": "Identifier", "name": "foo", "decorators": [], "loc": { "start": { "line": 80, "column": 30 }, "end": { "line": 80, "column": 33 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 80, "column": 23 }, "end": { "line": 80, "column": 33 } } }, "property": { "type": "NumberLiteral", "value": 0, "loc": { "start": { "line": 80, "column": 34 }, "end": { "line": 80, "column": 35 } } }, "computed": true, "optional": false, "loc": { "start": { "line": 80, "column": 23 }, "end": { "line": 80, "column": 36 } } }, "property": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 80, "column": 37 }, "end": { "line": 80, "column": 38 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 80, "column": 23 }, "end": { "line": 80, "column": 38 } } }, "property": { "type": "Identifier", "name": "bar", "decorators": [], "loc": { "start": { "line": 80, "column": 39 }, "end": { "line": 80, "column": 42 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 80, "column": 23 }, "end": { "line": 80, "column": 42 } } }, "loc": { "start": { "line": 80, "column": 1 }, "end": { "line": 80, "column": 42 } } }, "loc": { "start": { "line": 80, "column": 1 }, "end": { "line": 80, "column": 43 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 84, "column": 5 }, "end": { "line": 84, "column": 6 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 84, "column": 8 }, "end": { "line": 84, "column": 14 } } }, "loc": { "start": { "line": 84, "column": 5 }, "end": { "line": 84, "column": 15 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "b", "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": 85, "column": 15 } } }, { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 86, "column": 5 }, "end": { "line": 86, "column": 6 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 86, "column": 8 }, "end": { "line": 86, "column": 14 } } }, "loc": { "start": { "line": 86, "column": 5 }, "end": { "line": 86, "column": 15 } } } ], "loc": { "start": { "line": 83, "column": 22 }, "end": { "line": 87, "column": 2 } } }, "id": { "type": "Identifier", "name": "Interface9", "decorators": [], "loc": { "start": { "line": 83, "column": 11 }, "end": { "line": 83, "column": 21 } } }, "extends": [], "loc": { "start": { "line": 83, "column": 1 }, "end": { "line": 87, "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": 89, "column": 5 }, "end": { "line": 89, "column": 6 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 89, "column": 8 }, "end": { "line": 89, "column": 14 } } }, "loc": { "start": { "line": 89, "column": 5 }, "end": { "line": 90, "column": 2 } } } ], "loc": { "start": { "line": 88, "column": 42 }, "end": { "line": 90, "column": 2 } } }, "id": { "type": "Identifier", "name": "Interface10", "decorators": [], "loc": { "start": { "line": 88, "column": 11 }, "end": { "line": 88, "column": 22 } } }, "extends": [ { "type": "TSInterfaceHeritage", "expression": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface9", "decorators": [], "loc": { "start": { "line": 88, "column": 31 }, "end": { "line": 88, "column": 41 } } }, "loc": { "start": { "line": 88, "column": 42 }, "end": { "line": 88, "column": 41 } } }, "loc": { "start": { "line": 88, "column": 42 }, "end": { "line": 88, "column": 41 } } } ], "loc": { "start": { "line": 88, "column": 1 }, "end": { "line": 90, "column": 2 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj13", "typeAnnotation": { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface10", "decorators": [], "loc": { "start": { "line": 91, "column": 12 }, "end": { "line": 91, "column": 23 } } }, "loc": { "start": { "line": 91, "column": 12 }, "end": { "line": 91, "column": 23 } } }, "decorators": [], "loc": { "start": { "line": 91, "column": 5 }, "end": { "line": 91, "column": 10 } } }, "init": null, "loc": { "start": { "line": 91, "column": 5 }, "end": { "line": 91, "column": 10 } } } ], "kind": "var", "loc": { "start": { "line": 91, "column": 1 }, "end": { "line": 91, "column": 24 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "obj13", "decorators": [], "loc": { "start": { "line": 92, "column": 1 }, "end": { "line": 92, "column": 6 } } }, "property": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 92, "column": 7 }, "end": { "line": 92, "column": 8 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 92, "column": 1 }, "end": { "line": 92, "column": 8 } } }, "right": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 92, "column": 11 }, "end": { "line": 92, "column": 12 } } }, "loc": { "start": { "line": 92, "column": 1 }, "end": { "line": 92, "column": 12 } } }, "loc": { "start": { "line": 92, "column": 1 }, "end": { "line": 92, "column": 13 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "obj13", "decorators": [], "loc": { "start": { "line": 93, "column": 1 }, "end": { "line": 93, "column": 6 } } }, "property": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 93, "column": 7 }, "end": { "line": 93, "column": 8 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 93, "column": 1 }, "end": { "line": 93, "column": 8 } } }, "right": { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 93, "column": 11 }, "end": { "line": 93, "column": 16 } } }, "loc": { "start": { "line": 93, "column": 1 }, "end": { "line": 93, "column": 16 } } }, "loc": { "start": { "line": 93, "column": 1 }, "end": { "line": 93, "column": 17 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "obj13", "decorators": [], "loc": { "start": { "line": 94, "column": 1 }, "end": { "line": 94, "column": 6 } } }, "property": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 94, "column": 7 }, "end": { "line": 94, "column": 8 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 94, "column": 1 }, "end": { "line": 94, "column": 8 } } }, "right": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 94, "column": 11 }, "end": { "line": 94, "column": 12 } } }, "loc": { "start": { "line": 94, "column": 1 }, "end": { "line": 94, "column": 12 } } }, "loc": { "start": { "line": 94, "column": 1 }, "end": { "line": 94, "column": 13 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "obj13", "decorators": [], "loc": { "start": { "line": 95, "column": 1 }, "end": { "line": 95, "column": 6 } } }, "property": { "type": "Identifier", "name": "d", "decorators": [], "loc": { "start": { "line": 95, "column": 7 }, "end": { "line": 95, "column": 8 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 95, "column": 1 }, "end": { "line": 95, "column": 8 } } }, "right": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 95, "column": 11 }, "end": { "line": 95, "column": 12 } } }, "loc": { "start": { "line": 95, "column": 1 }, "end": { "line": 95, "column": 12 } } }, "loc": { "start": { "line": 95, "column": 1 }, "end": { "line": 95, "column": 13 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj14", "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 96, "column": 14 }, "end": { "line": 96, "column": 15 } } }, "typeAnnotation": { "type": "TSUnionType", "types": [ { "type": "TSArrayType", "elementType": { "type": "TSNumberKeyword", "loc": { "start": { "line": 96, "column": 17 }, "end": { "line": 96, "column": 23 } } }, "loc": { "start": { "line": 96, "column": 17 }, "end": { "line": 96, "column": 25 } } }, { "type": "TSTupleType", "elementTypes": [ { "type": "TSStringKeyword", "loc": { "start": { "line": 96, "column": 29 }, "end": { "line": 96, "column": 36 } } }, { "type": "TSStringKeyword", "loc": { "start": { "line": 96, "column": 37 }, "end": { "line": 96, "column": 44 } } }, { "type": "TSStringKeyword", "loc": { "start": { "line": 96, "column": 45 }, "end": { "line": 96, "column": 52 } } } ], "loc": { "start": { "line": 96, "column": 28 }, "end": { "line": 96, "column": 52 } } } ], "loc": { "start": { "line": 96, "column": 17 }, "end": { "line": 96, "column": 52 } } }, "loc": { "start": { "line": 96, "column": 14 }, "end": { "line": 96, "column": 53 } } }, { "type": "TSMethodSignature", "computed": false, "optional": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 96, "column": 54 }, "end": { "line": 96, "column": 55 } } }, "params": [ { "type": "Identifier", "name": "a", "typeAnnotation": { "type": "TSArrayType", "elementType": { "type": "TSNumberKeyword", "loc": { "start": { "line": 96, "column": 59 }, "end": { "line": 96, "column": 65 } } }, "loc": { "start": { "line": 96, "column": 59 }, "end": { "line": 96, "column": 67 } } }, "decorators": [], "loc": { "start": { "line": 96, "column": 56 }, "end": { "line": 96, "column": 57 } } } ], "typeAnnotation": { "type": "TSArrayType", "elementType": { "type": "TSStringKeyword", "loc": { "start": { "line": 96, "column": 70 }, "end": { "line": 96, "column": 76 } } }, "loc": { "start": { "line": 96, "column": 70 }, "end": { "line": 96, "column": 78 } } }, "loc": { "start": { "line": 96, "column": 54 }, "end": { "line": 96, "column": 80 } } } ], "loc": { "start": { "line": 96, "column": 12 }, "end": { "line": 96, "column": 80 } } }, "decorators": [], "loc": { "start": { "line": 96, "column": 5 }, "end": { "line": 96, "column": 10 } } }, "init": null, "loc": { "start": { "line": 96, "column": 5 }, "end": { "line": 96, "column": 10 } } } ], "kind": "var", "loc": { "start": { "line": 96, "column": 1 }, "end": { "line": 96, "column": 81 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "obj14", "decorators": [], "loc": { "start": { "line": 97, "column": 1 }, "end": { "line": 97, "column": 6 } } }, "property": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 97, "column": 7 }, "end": { "line": 97, "column": 8 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 97, "column": 1 }, "end": { "line": 97, "column": 8 } } }, "right": { "type": "ArrayExpression", "elements": [ { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 97, "column": 12 }, "end": { "line": 97, "column": 13 } } }, { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 97, "column": 15 }, "end": { "line": 97, "column": 16 } } }, { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 97, "column": 18 }, "end": { "line": 97, "column": 19 } } } ], "loc": { "start": { "line": 97, "column": 11 }, "end": { "line": 97, "column": 20 } } }, "loc": { "start": { "line": 97, "column": 1 }, "end": { "line": 97, "column": 20 } } }, "loc": { "start": { "line": 97, "column": 1 }, "end": { "line": 97, "column": 21 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "obj14", "decorators": [], "loc": { "start": { "line": 98, "column": 1 }, "end": { "line": 98, "column": 6 } } }, "property": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 98, "column": 7 }, "end": { "line": 98, "column": 8 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 98, "column": 1 }, "end": { "line": 98, "column": 8 } } }, "right": { "type": "ArrayExpression", "elements": [ { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 98, "column": 12 }, "end": { "line": 98, "column": 17 } } }, { "type": "StringLiteral", "value": "bar", "loc": { "start": { "line": 98, "column": 19 }, "end": { "line": 98, "column": 24 } } }, { "type": "StringLiteral", "value": "baz", "loc": { "start": { "line": 98, "column": 26 }, "end": { "line": 98, "column": 31 } } } ], "loc": { "start": { "line": 98, "column": 11 }, "end": { "line": 98, "column": 32 } } }, "loc": { "start": { "line": 98, "column": 1 }, "end": { "line": 98, "column": 32 } } }, "loc": { "start": { "line": 98, "column": 1 }, "end": { "line": 98, "column": 33 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "obj14", "decorators": [], "loc": { "start": { "line": 99, "column": 1 }, "end": { "line": 99, "column": 6 } } }, "property": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 99, "column": 7 }, "end": { "line": 99, "column": 8 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 99, "column": 1 }, "end": { "line": 99, "column": 8 } } }, "right": { "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": 99, "column": 25 }, "end": { "line": 99, "column": 31 } } }, "loc": { "start": { "line": 99, "column": 25 }, "end": { "line": 99, "column": 33 } } }, "loc": { "start": { "line": 99, "column": 24 }, "end": { "line": 99, "column": 34 } } }, "decorators": [], "loc": { "start": { "line": 99, "column": 21 }, "end": { "line": 99, "column": 22 } } } ], "body": { "type": "BlockStatement", "statements": [ { "type": "ReturnStatement", "argument": { "type": "ArrayExpression", "elements": [ { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 99, "column": 46 }, "end": { "line": 99, "column": 51 } } }, { "type": "StringLiteral", "value": "bar", "loc": { "start": { "line": 99, "column": 53 }, "end": { "line": 99, "column": 58 } } }, { "type": "StringLiteral", "value": "baz", "loc": { "start": { "line": 99, "column": 60 }, "end": { "line": 99, "column": 65 } } } ], "loc": { "start": { "line": 99, "column": 45 }, "end": { "line": 99, "column": 66 } } }, "loc": { "start": { "line": 99, "column": 38 }, "end": { "line": 99, "column": 66 } } } ], "loc": { "start": { "line": 99, "column": 36 }, "end": { "line": 99, "column": 68 } } }, "loc": { "start": { "line": 99, "column": 11 }, "end": { "line": 99, "column": 68 } } }, "loc": { "start": { "line": 99, "column": 11 }, "end": { "line": 99, "column": 68 } } }, "loc": { "start": { "line": 99, "column": 1 }, "end": { "line": 99, "column": 68 } } }, "loc": { "start": { "line": 99, "column": 1 }, "end": { "line": 99, "column": 69 } } }, { "type": "TSInterfaceDeclaration", "body": { "type": "TSInterfaceBody", "body": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 102, "column": 5 }, "end": { "line": 102, "column": 6 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 102, "column": 8 }, "end": { "line": 102, "column": 14 } } }, "loc": { "start": { "line": 102, "column": 5 }, "end": { "line": 102, "column": 15 } } } ], "loc": { "start": { "line": 101, "column": 23 }, "end": { "line": 103, "column": 2 } } }, "id": { "type": "Identifier", "name": "Interface11", "decorators": [], "loc": { "start": { "line": 101, "column": 11 }, "end": { "line": 101, "column": 22 } } }, "extends": [], "loc": { "start": { "line": 101, "column": 1 }, "end": { "line": 103, "column": 2 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj15", "typeAnnotation": { "type": "TSUnionType", "types": [ { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface10", "decorators": [], "loc": { "start": { "line": 105, "column": 12 }, "end": { "line": 105, "column": 23 } } }, "loc": { "start": { "line": 105, "column": 12 }, "end": { "line": 105, "column": 23 } } }, { "type": "TSTypeReference", "typeName": { "type": "Identifier", "name": "Interface11", "decorators": [], "loc": { "start": { "line": 105, "column": 26 }, "end": { "line": 105, "column": 37 } } }, "loc": { "start": { "line": 105, "column": 26 }, "end": { "line": 105, "column": 37 } } } ], "loc": { "start": { "line": 105, "column": 12 }, "end": { "line": 105, "column": 37 } } }, "decorators": [], "loc": { "start": { "line": 105, "column": 5 }, "end": { "line": 105, "column": 10 } } }, "init": null, "loc": { "start": { "line": 105, "column": 5 }, "end": { "line": 105, "column": 10 } } } ], "kind": "var", "loc": { "start": { "line": 105, "column": 1 }, "end": { "line": 105, "column": 38 } } }, { "type": "ExpressionStatement", "expression": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "obj15", "decorators": [], "loc": { "start": { "line": 106, "column": 1 }, "end": { "line": 106, "column": 6 } } }, "property": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 106, "column": 7 }, "end": { "line": 106, "column": 8 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 106, "column": 1 }, "end": { "line": 106, "column": 8 } } }, "loc": { "start": { "line": 106, "column": 1 }, "end": { "line": 106, "column": 9 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "obj16", "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": true, "key": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 108, "column": 23 }, "end": { "line": 108, "column": 24 } } }, "typeAnnotation": { "type": "TSTypeLiteral", "members": [ { "type": "TSPropertySignature", "computed": false, "optional": false, "readonly": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 108, "column": 28 }, "end": { "line": 108, "column": 29 } } }, "typeAnnotation": { "type": "TSNumberKeyword", "loc": { "start": { "line": 108, "column": 31 }, "end": { "line": 108, "column": 37 } } }, "loc": { "start": { "line": 108, "column": 28 }, "end": { "line": 108, "column": 39 } } } ], "loc": { "start": { "line": 108, "column": 26 }, "end": { "line": 108, "column": 39 } } }, "loc": { "start": { "line": 108, "column": 14 }, "end": { "line": 108, "column": 41 } } } ], "loc": { "start": { "line": 108, "column": 12 }, "end": { "line": 108, "column": 41 } } }, "decorators": [], "loc": { "start": { "line": 108, "column": 5 }, "end": { "line": 108, "column": 10 } } }, "init": null, "loc": { "start": { "line": 108, "column": 5 }, "end": { "line": 108, "column": 10 } } } ], "kind": "var", "loc": { "start": { "line": 108, "column": 1 }, "end": { "line": 108, "column": 42 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "object": { "type": "MemberExpression", "object": { "type": "Identifier", "name": "obj16", "decorators": [], "loc": { "start": { "line": 109, "column": 1 }, "end": { "line": 109, "column": 6 } } }, "property": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 109, "column": 7 }, "end": { "line": 109, "column": 8 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 109, "column": 1 }, "end": { "line": 109, "column": 8 } } }, "property": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 109, "column": 9 }, "end": { "line": 109, "column": 10 } } }, "computed": false, "optional": false, "loc": { "start": { "line": 109, "column": 1 }, "end": { "line": 109, "column": 10 } } }, "right": { "type": "NumberLiteral", "value": 3, "loc": { "start": { "line": 109, "column": 13 }, "end": { "line": 109, "column": 14 } } }, "loc": { "start": { "line": 109, "column": 1 }, "end": { "line": 109, "column": 14 } } }, "loc": { "start": { "line": 109, "column": 1 }, "end": { "line": 109, "column": 15 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 109, "column": 15 } } }