1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "ImportDeclaration", 6 "source": { 7 "type": "StringLiteral", 8 "value": "./extdef", 9 "loc": { 10 "start": { 11 "line": 16, 12 "column": 23 13 }, 14 "end": { 15 "line": 16, 16 "column": 33 17 } 18 } 19 }, 20 "specifiers": [ 21 { 22 "type": "ImportSpecifier", 23 "local": { 24 "type": "Identifier", 25 "name": "getDate", 26 "decorators": [], 27 "loc": { 28 "start": { 29 "line": 16, 30 "column": 9 31 }, 32 "end": { 33 "line": 16, 34 "column": 16 35 } 36 } 37 }, 38 "imported": { 39 "type": "Identifier", 40 "name": "getDate", 41 "decorators": [], 42 "loc": { 43 "start": { 44 "line": 16, 45 "column": 9 46 }, 47 "end": { 48 "line": 16, 49 "column": 16 50 } 51 } 52 }, 53 "loc": { 54 "start": { 55 "line": 16, 56 "column": 9 57 }, 58 "end": { 59 "line": 16, 60 "column": 16 61 } 62 } 63 } 64 ], 65 "loc": { 66 "start": { 67 "line": 16, 68 "column": 1 69 }, 70 "end": { 71 "line": 16, 72 "column": 33 73 } 74 } 75 }, 76 { 77 "type": "ClassDeclaration", 78 "definition": { 79 "id": { 80 "type": "Identifier", 81 "name": "ETSGLOBAL", 82 "decorators": [], 83 "loc": { 84 "start": { 85 "line": 1, 86 "column": 1 87 }, 88 "end": { 89 "line": 1, 90 "column": 1 91 } 92 } 93 }, 94 "superClass": null, 95 "implements": [], 96 "body": [ 97 { 98 "type": "MethodDefinition", 99 "key": { 100 "type": "Identifier", 101 "name": "_$init$_", 102 "decorators": [], 103 "loc": { 104 "start": { 105 "line": 1, 106 "column": 1 107 }, 108 "end": { 109 "line": 1, 110 "column": 1 111 } 112 } 113 }, 114 "kind": "method", 115 "accessibility": "public", 116 "static": true, 117 "optional": false, 118 "computed": false, 119 "value": { 120 "type": "FunctionExpression", 121 "function": { 122 "type": "ScriptFunction", 123 "id": { 124 "type": "Identifier", 125 "name": "_$init$_", 126 "decorators": [], 127 "loc": { 128 "start": { 129 "line": 1, 130 "column": 1 131 }, 132 "end": { 133 "line": 1, 134 "column": 1 135 } 136 } 137 }, 138 "generator": false, 139 "async": false, 140 "expression": false, 141 "params": [], 142 "body": { 143 "type": "BlockStatement", 144 "statements": [], 145 "loc": { 146 "start": { 147 "line": 1, 148 "column": 1 149 }, 150 "end": { 151 "line": 1, 152 "column": 1 153 } 154 } 155 }, 156 "loc": { 157 "start": { 158 "line": 1, 159 "column": 1 160 }, 161 "end": { 162 "line": 1, 163 "column": 1 164 } 165 } 166 }, 167 "loc": { 168 "start": { 169 "line": 1, 170 "column": 1 171 }, 172 "end": { 173 "line": 1, 174 "column": 1 175 } 176 } 177 }, 178 "overloads": [], 179 "decorators": [], 180 "loc": { 181 "start": { 182 "line": 1, 183 "column": 1 184 }, 185 "end": { 186 "line": 1, 187 "column": 1 188 } 189 } 190 }, 191 { 192 "type": "MethodDefinition", 193 "key": { 194 "type": "Identifier", 195 "name": "main", 196 "decorators": [], 197 "loc": { 198 "start": { 199 "line": 18, 200 "column": 10 201 }, 202 "end": { 203 "line": 18, 204 "column": 14 205 } 206 } 207 }, 208 "kind": "method", 209 "accessibility": "public", 210 "static": true, 211 "optional": false, 212 "computed": false, 213 "value": { 214 "type": "FunctionExpression", 215 "function": { 216 "type": "ScriptFunction", 217 "id": { 218 "type": "Identifier", 219 "name": "main", 220 "decorators": [], 221 "loc": { 222 "start": { 223 "line": 18, 224 "column": 10 225 }, 226 "end": { 227 "line": 18, 228 "column": 14 229 } 230 } 231 }, 232 "generator": false, 233 "async": false, 234 "expression": false, 235 "params": [], 236 "body": { 237 "type": "BlockStatement", 238 "statements": [ 239 { 240 "type": "ExpressionStatement", 241 "expression": { 242 "type": "CallExpression", 243 "callee": { 244 "type": "Identifier", 245 "name": "getDate", 246 "decorators": [], 247 "loc": { 248 "start": { 249 "line": 19, 250 "column": 5 251 }, 252 "end": { 253 "line": 19, 254 "column": 12 255 } 256 } 257 }, 258 "arguments": [], 259 "optional": false, 260 "loc": { 261 "start": { 262 "line": 19, 263 "column": 5 264 }, 265 "end": { 266 "line": 19, 267 "column": 14 268 } 269 } 270 }, 271 "loc": { 272 "start": { 273 "line": 19, 274 "column": 5 275 }, 276 "end": { 277 "line": 19, 278 "column": 15 279 } 280 } 281 } 282 ], 283 "loc": { 284 "start": { 285 "line": 18, 286 "column": 16 287 }, 288 "end": { 289 "line": 20, 290 "column": 2 291 } 292 } 293 }, 294 "loc": { 295 "start": { 296 "line": 18, 297 "column": 14 298 }, 299 "end": { 300 "line": 20, 301 "column": 2 302 } 303 } 304 }, 305 "loc": { 306 "start": { 307 "line": 18, 308 "column": 14 309 }, 310 "end": { 311 "line": 20, 312 "column": 2 313 } 314 } 315 }, 316 "overloads": [], 317 "decorators": [], 318 "loc": { 319 "start": { 320 "line": 18, 321 "column": 1 322 }, 323 "end": { 324 "line": 20, 325 "column": 2 326 } 327 } 328 } 329 ], 330 "loc": { 331 "start": { 332 "line": 1, 333 "column": 1 334 }, 335 "end": { 336 "line": 1, 337 "column": 1 338 } 339 } 340 }, 341 "loc": { 342 "start": { 343 "line": 1, 344 "column": 1 345 }, 346 "end": { 347 "line": 1, 348 "column": 1 349 } 350 } 351 } 352 ], 353 "loc": { 354 "start": { 355 "line": 1, 356 "column": 1 357 }, 358 "end": { 359 "line": 21, 360 "column": 1 361 } 362 } 363} 364