1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "ClassDeclaration", 6 "definition": { 7 "id": { 8 "type": "Identifier", 9 "name": "A", 10 "loc": { 11 "start": { 12 "line": 17, 13 "column": 15 14 }, 15 "end": { 16 "line": 17, 17 "column": 16 18 } 19 } 20 }, 21 "superClass": null, 22 "implements": [], 23 "constructor": { 24 "type": "MethodDefinition", 25 "key": { 26 "type": "Identifier", 27 "name": "constructor", 28 "loc": { 29 "start": { 30 "line": 1, 31 "column": 1 32 }, 33 "end": { 34 "line": 1, 35 "column": 1 36 } 37 } 38 }, 39 "kind": "constructor", 40 "static": false, 41 "optional": false, 42 "computed": false, 43 "value": { 44 "type": "FunctionExpression", 45 "function": { 46 "type": "ScriptFunction", 47 "id": null, 48 "generator": false, 49 "async": false, 50 "expression": false, 51 "params": [], 52 "declare": true, 53 "loc": { 54 "start": { 55 "line": 1, 56 "column": 1 57 }, 58 "end": { 59 "line": 1, 60 "column": 1 61 } 62 } 63 }, 64 "loc": { 65 "start": { 66 "line": 1, 67 "column": 1 68 }, 69 "end": { 70 "line": 1, 71 "column": 1 72 } 73 } 74 }, 75 "overloads": [], 76 "decorators": [], 77 "loc": { 78 "start": { 79 "line": 17, 80 "column": 9 81 }, 82 "end": { 83 "line": 17, 84 "column": 19 85 } 86 } 87 }, 88 "body": [], 89 "indexSignatures": [], 90 "loc": { 91 "start": { 92 "line": 17, 93 "column": 17 94 }, 95 "end": { 96 "line": 17, 97 "column": 19 98 } 99 } 100 }, 101 "decorators": [], 102 "loc": { 103 "start": { 104 "line": 17, 105 "column": 9 106 }, 107 "end": { 108 "line": 17, 109 "column": 19 110 } 111 } 112 } 113 ], 114 "loc": { 115 "start": { 116 "line": 1, 117 "column": 1 118 }, 119 "end": { 120 "line": 18, 121 "column": 1 122 } 123 } 124} 125