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": 7 14 }, 15 "end": { 16 "line": 17, 17 "column": 8 18 } 19 } 20 }, 21 "superClass": { 22 "type": "NullLiteral", 23 "value": null, 24 "loc": { 25 "start": { 26 "line": 17, 27 "column": 17 28 }, 29 "end": { 30 "line": 17, 31 "column": 21 32 } 33 } 34 }, 35 "implements": [], 36 "constructor": { 37 "type": "MethodDefinition", 38 "key": { 39 "type": "Identifier", 40 "name": "constructor", 41 "loc": { 42 "start": { 43 "line": 1, 44 "column": 1 45 }, 46 "end": { 47 "line": 1, 48 "column": 1 49 } 50 } 51 }, 52 "kind": "constructor", 53 "static": false, 54 "optional": false, 55 "computed": false, 56 "value": { 57 "type": "FunctionExpression", 58 "function": { 59 "type": "ScriptFunction", 60 "id": null, 61 "generator": false, 62 "async": false, 63 "expression": false, 64 "params": [], 65 "body": { 66 "type": "BlockStatement", 67 "statements": [], 68 "loc": { 69 "start": { 70 "line": 1, 71 "column": 1 72 }, 73 "end": { 74 "line": 1, 75 "column": 1 76 } 77 } 78 }, 79 "loc": { 80 "start": { 81 "line": 1, 82 "column": 1 83 }, 84 "end": { 85 "line": 1, 86 "column": 1 87 } 88 } 89 }, 90 "loc": { 91 "start": { 92 "line": 1, 93 "column": 1 94 }, 95 "end": { 96 "line": 1, 97 "column": 1 98 } 99 } 100 }, 101 "overloads": [], 102 "decorators": [], 103 "loc": { 104 "start": { 105 "line": 17, 106 "column": 1 107 }, 108 "end": { 109 "line": 17, 110 "column": 24 111 } 112 } 113 }, 114 "body": [], 115 "indexSignatures": [], 116 "loc": { 117 "start": { 118 "line": 17, 119 "column": 22 120 }, 121 "end": { 122 "line": 17, 123 "column": 24 124 } 125 } 126 }, 127 "decorators": [], 128 "loc": { 129 "start": { 130 "line": 17, 131 "column": 1 132 }, 133 "end": { 134 "line": 17, 135 "column": 24 136 } 137 } 138 } 139 ], 140 "loc": { 141 "start": { 142 "line": 1, 143 "column": 1 144 }, 145 "end": { 146 "line": 18, 147 "column": 1 148 } 149 } 150} 151