1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "VariableDeclaration", 6 "declarations": [ 7 { 8 "type": "VariableDeclarator", 9 "id": { 10 "type": "Identifier", 11 "name": "a", 12 "loc": { 13 "start": { 14 "line": 17, 15 "column": 5 16 }, 17 "end": { 18 "line": 17, 19 "column": 6 20 } 21 } 22 }, 23 "init": { 24 "type": "NumberLiteral", 25 "value": 1, 26 "loc": { 27 "start": { 28 "line": 17, 29 "column": 9 30 }, 31 "end": { 32 "line": 17, 33 "column": 10 34 } 35 } 36 }, 37 "loc": { 38 "start": { 39 "line": 17, 40 "column": 5 41 }, 42 "end": { 43 "line": 17, 44 "column": 10 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": 11 58 } 59 } 60 }, 61 { 62 "type": "ExportNamedDeclaration", 63 "declaration": null, 64 "source": null, 65 "specifiers": [ 66 { 67 "type": "ExportSpecifier", 68 "local": { 69 "type": "Identifier", 70 "name": "a", 71 "loc": { 72 "start": { 73 "line": 18, 74 "column": 9 75 }, 76 "end": { 77 "line": 18, 78 "column": 10 79 } 80 } 81 }, 82 "exported": { 83 "type": "Identifier", 84 "name": "a", 85 "loc": { 86 "start": { 87 "line": 18, 88 "column": 9 89 }, 90 "end": { 91 "line": 18, 92 "column": 10 93 } 94 } 95 }, 96 "isType": false, 97 "loc": { 98 "start": { 99 "line": 18, 100 "column": 9 101 }, 102 "end": { 103 "line": 18, 104 "column": 10 105 } 106 } 107 } 108 ], 109 "loc": { 110 "start": { 111 "line": 18, 112 "column": 1 113 }, 114 "end": { 115 "line": 18, 116 "column": 12 117 } 118 } 119 } 120 ], 121 "loc": { 122 "start": { 123 "line": 1, 124 "column": 1 125 }, 126 "end": { 127 "line": 19, 128 "column": 1 129 } 130 } 131} 132