1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "ExpressionStatement", 6 "expression": { 7 "type": "Identifier", 8 "name": "a", 9 "decorators": [], 10 "loc": { 11 "start": { 12 "line": 22, 13 "column": 1 14 }, 15 "end": { 16 "line": 22, 17 "column": 2 18 } 19 } 20 }, 21 "loc": { 22 "start": { 23 "line": 22, 24 "column": 1 25 }, 26 "end": { 27 "line": 22, 28 "column": 3 29 } 30 } 31 } 32 ], 33 "loc": { 34 "start": { 35 "line": 1, 36 "column": 1 37 }, 38 "end": { 39 "line": 22, 40 "column": 3 41 } 42 } 43} 44TypeError: Cannot find name a [varRedeclaration7.ts:22:1] 45