{ "type": "Program", "body": [ { "type": "ClassDeclaration", "id": { "type": "Identifier", "name": "X", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, "superClass": null, "body": { "type": "ClassBody", "body": [ { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "set", "range": [ 23, 26 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 26 } } }, "computed": false, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "v", "range": [ 27, 28 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 28 } } } ], "body": { "type": "BlockStatement", "body": [], "range": [ 29, 31 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 31 } } }, "generator": false, "expression": false, "async": true, "range": [ 26, 31 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 31 } } }, "kind": "method", "static": true, "range": [ 10, 31 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 31 } } } ], "range": [ 8, 33 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 33 } } }, "range": [ 0, 33 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 33 } } } ], "sourceType": "script", "range": [ 0, 33 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 33 } }, "tokens": [ { "type": "Keyword", "value": "class", "range": [ 0, 5 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": "Identifier", "value": "X", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Punctuator", "value": "{", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 } } }, { "type": "Keyword", "value": "static", "range": [ 10, 16 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 16 } } }, { "type": "Identifier", "value": "async", "range": [ 17, 22 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 22 } } }, { "type": "Identifier", "value": "set", "range": [ 23, 26 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 26 } } }, { "type": "Punctuator", "value": "(", "range": [ 26, 27 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 27 } } }, { "type": "Identifier", "value": "v", "range": [ 27, 28 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 28 } } }, { "type": "Punctuator", "value": ")", "range": [ 28, 29 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 29 } } }, { "type": "Punctuator", "value": "{", "range": [ 29, 30 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 30 } } }, { "type": "Punctuator", "value": "}", "range": [ 30, 31 ], "loc": { "start": { "line": 1, "column": 30 }, "end": { "line": 1, "column": 31 } } }, { "type": "Punctuator", "value": "}", "range": [ 32, 33 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } } ] }