46 lines
912 B
JSON
46 lines
912 B
JSON
{
|
|
"start": 0,
|
|
"body": [
|
|
{
|
|
"start": 0,
|
|
"id": {
|
|
"start": 6,
|
|
"name": "Foo",
|
|
"type": "Identifier",
|
|
"end": 9
|
|
},
|
|
"superClass": null,
|
|
"body": {
|
|
"start": 10,
|
|
"body": [
|
|
{
|
|
"start": 12,
|
|
"computed": false,
|
|
"key": {
|
|
"start": 12,
|
|
"name": "foo",
|
|
"type": "Identifier",
|
|
"end": 15
|
|
},
|
|
"static": false,
|
|
"value": {
|
|
"start": 18,
|
|
"value": "bar",
|
|
"raw": "\"bar\"",
|
|
"type": "Literal",
|
|
"end": 23
|
|
},
|
|
"type": "ClassProperty",
|
|
"end": 24
|
|
}
|
|
],
|
|
"type": "ClassBody",
|
|
"end": 26
|
|
},
|
|
"type": "ClassDeclaration",
|
|
"end": 26
|
|
}
|
|
],
|
|
"type": "Program",
|
|
"end": 26
|
|
} |