1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "VariableDeclaration", 6 "declarations": [ 7 { 8 "type": "VariableDeclarator", 9 "id": { 10 "type": "Identifier", 11 "name": "declare", 12 "loc": { 13 "start": { 14 "line": 17, 15 "column": 5 16 }, 17 "end": { 18 "line": 17, 19 "column": 12 20 } 21 } 22 }, 23 "init": { 24 "type": "NumberLiteral", 25 "value": 1, 26 "loc": { 27 "start": { 28 "line": 17, 29 "column": 15 30 }, 31 "end": { 32 "line": 17, 33 "column": 16 34 } 35 } 36 }, 37 "loc": { 38 "start": { 39 "line": 17, 40 "column": 5 41 }, 42 "end": { 43 "line": 17, 44 "column": 16 45 } 46 } 47 } 48 ], 49 "kind": "var", 50 "loc": { 51 "start": { 52 "line": 17, 53 "column": 1 54 }, 55 "end": { 56 "line": 17, 57 "column": 17 58 } 59 } 60 }, 61 { 62 "type": "ExpressionStatement", 63 "expression": { 64 "type": "AssignmentExpression", 65 "operator": "=", 66 "left": { 67 "type": "Identifier", 68 "name": "declare", 69 "loc": { 70 "start": { 71 "line": 18, 72 "column": 1 73 }, 74 "end": { 75 "line": 18, 76 "column": 8 77 } 78 } 79 }, 80 "right": { 81 "type": "NumberLiteral", 82 "value": 2, 83 "loc": { 84 "start": { 85 "line": 18, 86 "column": 11 87 }, 88 "end": { 89 "line": 18, 90 "column": 12 91 } 92 } 93 }, 94 "loc": { 95 "start": { 96 "line": 18, 97 "column": 1 98 }, 99 "end": { 100 "line": 18, 101 "column": 12 102 } 103 } 104 }, 105 "loc": { 106 "start": { 107 "line": 18, 108 "column": 1 109 }, 110 "end": { 111 "line": 18, 112 "column": 13 113 } 114 } 115 } 116 ], 117 "loc": { 118 "start": { 119 "line": 1, 120 "column": 1 121 }, 122 "end": { 123 "line": 19, 124 "column": 1 125 } 126 } 127} 128