2021-01-15 13:30:44 +03:00
|
|
|
{
|
|
|
|
"type": "Script",
|
|
|
|
"span": {
|
|
|
|
"start": 20,
|
|
|
|
"end": 244,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"body": [
|
|
|
|
{
|
|
|
|
"type": "ClassDeclaration",
|
|
|
|
"identifier": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 26,
|
|
|
|
"end": 30,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "Test",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"declare": false,
|
|
|
|
"span": {
|
|
|
|
"start": 20,
|
|
|
|
"end": 244,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"decorators": [],
|
|
|
|
"body": [
|
|
|
|
{
|
|
|
|
"type": "PrivateProperty",
|
|
|
|
"span": {
|
|
|
|
"start": 37,
|
|
|
|
"end": 46,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"key": {
|
|
|
|
"type": "PrivateName",
|
|
|
|
"span": {
|
|
|
|
"start": 37,
|
|
|
|
"end": 39,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"id": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 38,
|
|
|
|
"end": 39,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "y",
|
|
|
|
"optional": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"value": {
|
|
|
|
"type": "NumericLiteral",
|
|
|
|
"span": {
|
|
|
|
"start": 42,
|
|
|
|
"end": 45,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-04-05 15:46:35 +03:00
|
|
|
"value": 123.0,
|
|
|
|
"raw": "123"
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
|
|
|
"typeAnnotation": null,
|
|
|
|
"isStatic": false,
|
|
|
|
"decorators": [],
|
|
|
|
"accessibility": null,
|
|
|
|
"isOptional": false,
|
2021-04-06 20:06:18 +03:00
|
|
|
"isOverride": false,
|
2022-03-17 08:33:37 +03:00
|
|
|
"readonly": false,
|
|
|
|
"definite": false
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "ClassMethod",
|
|
|
|
"span": {
|
|
|
|
"start": 51,
|
|
|
|
"end": 242,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"key": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 58,
|
|
|
|
"end": 67,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "something",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"function": {
|
|
|
|
"params": [
|
|
|
|
{
|
|
|
|
"type": "Parameter",
|
|
|
|
"span": {
|
|
|
|
"start": 68,
|
|
|
|
"end": 96,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"decorators": [],
|
|
|
|
"pat": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 68,
|
|
|
|
"end": 96,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "obj",
|
2021-02-19 09:34:22 +03:00
|
|
|
"optional": false,
|
2021-01-15 13:30:44 +03:00
|
|
|
"typeAnnotation": {
|
|
|
|
"type": "TsTypeAnnotation",
|
|
|
|
"span": {
|
|
|
|
"start": 71,
|
|
|
|
"end": 96,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"typeAnnotation": {
|
|
|
|
"type": "TsTypeLiteral",
|
|
|
|
"span": {
|
|
|
|
"start": 73,
|
|
|
|
"end": 96,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"members": [
|
|
|
|
{
|
|
|
|
"type": "TsIndexSignature",
|
|
|
|
"params": [
|
|
|
|
{
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 76,
|
|
|
|
"end": 87,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "key",
|
2021-02-19 09:34:22 +03:00
|
|
|
"optional": false,
|
2021-01-15 13:30:44 +03:00
|
|
|
"typeAnnotation": {
|
|
|
|
"type": "TsTypeAnnotation",
|
|
|
|
"span": {
|
|
|
|
"start": 79,
|
|
|
|
"end": 87,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"typeAnnotation": {
|
|
|
|
"type": "TsKeywordType",
|
|
|
|
"span": {
|
|
|
|
"start": 81,
|
|
|
|
"end": 87,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"kind": "string"
|
|
|
|
}
|
2021-02-19 09:34:22 +03:00
|
|
|
}
|
2021-01-15 13:30:44 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"typeAnnotation": {
|
|
|
|
"type": "TsTypeAnnotation",
|
|
|
|
"span": {
|
|
|
|
"start": 88,
|
|
|
|
"end": 94,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"typeAnnotation": {
|
|
|
|
"type": "TsTypeReference",
|
|
|
|
"span": {
|
|
|
|
"start": 90,
|
|
|
|
"end": 94,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"typeName": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 90,
|
|
|
|
"end": 94,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "Test",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"typeParams": null
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"readonly": false,
|
2021-04-04 05:43:13 +03:00
|
|
|
"static": false,
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
|
|
|
"start": 75,
|
|
|
|
"end": 94,
|
|
|
|
"ctxt": 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2021-02-19 09:34:22 +03:00
|
|
|
}
|
2021-01-15 13:30:44 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"decorators": [],
|
|
|
|
"span": {
|
|
|
|
"start": 51,
|
|
|
|
"end": 242,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"body": {
|
|
|
|
"type": "BlockStatement",
|
|
|
|
"span": {
|
|
|
|
"start": 98,
|
|
|
|
"end": 242,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"stmts": [
|
|
|
|
{
|
|
|
|
"type": "ExpressionStatement",
|
|
|
|
"span": {
|
|
|
|
"start": 108,
|
|
|
|
"end": 167,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"expression": {
|
|
|
|
"type": "AssignmentExpression",
|
|
|
|
"span": {
|
|
|
|
"start": 108,
|
|
|
|
"end": 166,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"operator": "=",
|
|
|
|
"left": {
|
|
|
|
"type": "MemberExpression",
|
|
|
|
"span": {
|
|
|
|
"start": 108,
|
|
|
|
"end": 162,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"object": {
|
|
|
|
"type": "MemberExpression",
|
|
|
|
"span": {
|
|
|
|
"start": 108,
|
|
|
|
"end": 159,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"object": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 108,
|
|
|
|
"end": 111,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "obj",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"property": {
|
2022-01-10 16:54:42 +03:00
|
|
|
"type": "Computed",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
2022-01-11 22:45:52 +03:00
|
|
|
"start": 111,
|
2022-01-10 16:54:42 +03:00
|
|
|
"end": 159,
|
2021-01-15 13:30:44 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"expression": {
|
|
|
|
"type": "MemberExpression",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
|
|
|
"start": 112,
|
2022-01-10 16:54:42 +03:00
|
|
|
"end": 158,
|
2021-01-15 13:30:44 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"object": {
|
|
|
|
"type": "ParenthesisExpression",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
2022-01-10 16:54:42 +03:00
|
|
|
"start": 112,
|
|
|
|
"end": 156,
|
2021-01-15 13:30:44 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"expression": {
|
|
|
|
"type": "NewExpression",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
2022-01-10 16:54:42 +03:00
|
|
|
"start": 113,
|
2021-01-15 13:30:44 +03:00
|
|
|
"end": 155,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"callee": {
|
|
|
|
"type": "ClassExpression",
|
|
|
|
"identifier": null,
|
|
|
|
"span": {
|
|
|
|
"start": 117,
|
|
|
|
"end": 155,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"decorators": [],
|
|
|
|
"body": [
|
|
|
|
{
|
|
|
|
"type": "PrivateProperty",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
|
|
|
"start": 125,
|
2022-01-10 16:54:42 +03:00
|
|
|
"end": 132,
|
2021-01-15 13:30:44 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"key": {
|
|
|
|
"type": "PrivateName",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
2022-01-10 16:54:42 +03:00
|
|
|
"start": 125,
|
2021-01-15 13:30:44 +03:00
|
|
|
"end": 127,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"id": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 126,
|
|
|
|
"end": 127,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "x",
|
|
|
|
"optional": false
|
|
|
|
}
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"value": {
|
|
|
|
"type": "NumericLiteral",
|
|
|
|
"span": {
|
|
|
|
"start": 130,
|
|
|
|
"end": 131,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-04-05 15:46:35 +03:00
|
|
|
"value": 1.0,
|
|
|
|
"raw": "1"
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"typeAnnotation": null,
|
|
|
|
"isStatic": false,
|
|
|
|
"decorators": [],
|
|
|
|
"accessibility": null,
|
|
|
|
"isOptional": false,
|
|
|
|
"isOverride": false,
|
2022-03-17 08:33:37 +03:00
|
|
|
"readonly": false,
|
|
|
|
"definite": false
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
{
|
|
|
|
"type": "ClassProperty",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
2022-01-10 16:54:42 +03:00
|
|
|
"start": 133,
|
|
|
|
"end": 153,
|
2021-01-15 13:30:44 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"key": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 142,
|
|
|
|
"end": 143,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "s",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"value": {
|
|
|
|
"type": "StringLiteral",
|
|
|
|
"span": {
|
|
|
|
"start": 146,
|
|
|
|
"end": 152,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "prop",
|
2022-03-22 10:54:08 +03:00
|
|
|
"raw": "\"prop\""
|
2022-01-10 16:54:42 +03:00
|
|
|
},
|
|
|
|
"typeAnnotation": null,
|
|
|
|
"isStatic": false,
|
|
|
|
"decorators": [],
|
|
|
|
"accessibility": null,
|
|
|
|
"isAbstract": false,
|
|
|
|
"isOptional": false,
|
|
|
|
"isOverride": false,
|
|
|
|
"readonly": true,
|
|
|
|
"declare": false,
|
|
|
|
"definite": false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"superClass": null,
|
|
|
|
"isAbstract": false,
|
|
|
|
"typeParams": null,
|
|
|
|
"superTypeParams": null,
|
|
|
|
"implements": []
|
|
|
|
},
|
|
|
|
"arguments": null,
|
|
|
|
"typeArguments": null
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"property": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 157,
|
|
|
|
"end": 158,
|
|
|
|
"ctxt": 0
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"value": "s",
|
|
|
|
"optional": false
|
2021-01-15 13:30:44 +03:00
|
|
|
}
|
2022-01-10 16:54:42 +03:00
|
|
|
}
|
|
|
|
}
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
|
|
|
"property": {
|
|
|
|
"type": "PrivateName",
|
|
|
|
"span": {
|
|
|
|
"start": 160,
|
|
|
|
"end": 162,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"id": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 161,
|
|
|
|
"end": 162,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "y",
|
|
|
|
"optional": false
|
|
|
|
}
|
2022-01-10 16:54:42 +03:00
|
|
|
}
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
|
|
|
"right": {
|
|
|
|
"type": "NumericLiteral",
|
|
|
|
"span": {
|
|
|
|
"start": 165,
|
|
|
|
"end": 166,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-04-05 15:46:35 +03:00
|
|
|
"value": 1.0,
|
|
|
|
"raw": "1"
|
2021-01-15 13:30:44 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "ExpressionStatement",
|
|
|
|
"span": {
|
|
|
|
"start": 176,
|
|
|
|
"end": 236,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"expression": {
|
|
|
|
"type": "AssignmentExpression",
|
|
|
|
"span": {
|
|
|
|
"start": 176,
|
|
|
|
"end": 235,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"operator": "+=",
|
|
|
|
"left": {
|
|
|
|
"type": "MemberExpression",
|
|
|
|
"span": {
|
|
|
|
"start": 176,
|
|
|
|
"end": 230,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"object": {
|
|
|
|
"type": "MemberExpression",
|
|
|
|
"span": {
|
|
|
|
"start": 176,
|
|
|
|
"end": 227,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"object": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 176,
|
|
|
|
"end": 179,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "obj",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"property": {
|
2022-01-10 16:54:42 +03:00
|
|
|
"type": "Computed",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
2022-01-11 22:45:52 +03:00
|
|
|
"start": 179,
|
2022-01-10 16:54:42 +03:00
|
|
|
"end": 227,
|
2021-01-15 13:30:44 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"expression": {
|
|
|
|
"type": "MemberExpression",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
|
|
|
"start": 180,
|
2022-01-10 16:54:42 +03:00
|
|
|
"end": 226,
|
2021-01-15 13:30:44 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"object": {
|
|
|
|
"type": "ParenthesisExpression",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
2022-01-10 16:54:42 +03:00
|
|
|
"start": 180,
|
|
|
|
"end": 224,
|
2021-01-15 13:30:44 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"expression": {
|
|
|
|
"type": "NewExpression",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
2022-01-10 16:54:42 +03:00
|
|
|
"start": 181,
|
2021-01-15 13:30:44 +03:00
|
|
|
"end": 223,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"callee": {
|
|
|
|
"type": "ClassExpression",
|
|
|
|
"identifier": null,
|
|
|
|
"span": {
|
|
|
|
"start": 185,
|
|
|
|
"end": 223,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"decorators": [],
|
|
|
|
"body": [
|
|
|
|
{
|
|
|
|
"type": "PrivateProperty",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
|
|
|
"start": 193,
|
2022-01-10 16:54:42 +03:00
|
|
|
"end": 200,
|
2021-01-15 13:30:44 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"key": {
|
|
|
|
"type": "PrivateName",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
2022-01-10 16:54:42 +03:00
|
|
|
"start": 193,
|
2021-01-15 13:30:44 +03:00
|
|
|
"end": 195,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"id": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 194,
|
|
|
|
"end": 195,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "x",
|
|
|
|
"optional": false
|
|
|
|
}
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"value": {
|
|
|
|
"type": "NumericLiteral",
|
|
|
|
"span": {
|
|
|
|
"start": 198,
|
|
|
|
"end": 199,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-04-05 15:46:35 +03:00
|
|
|
"value": 1.0,
|
|
|
|
"raw": "1"
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"typeAnnotation": null,
|
|
|
|
"isStatic": false,
|
|
|
|
"decorators": [],
|
|
|
|
"accessibility": null,
|
|
|
|
"isOptional": false,
|
|
|
|
"isOverride": false,
|
2022-03-17 08:33:37 +03:00
|
|
|
"readonly": false,
|
|
|
|
"definite": false
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
{
|
|
|
|
"type": "ClassProperty",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
2022-01-10 16:54:42 +03:00
|
|
|
"start": 201,
|
|
|
|
"end": 221,
|
2021-01-15 13:30:44 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"key": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 210,
|
|
|
|
"end": 211,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "s",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"value": {
|
|
|
|
"type": "StringLiteral",
|
|
|
|
"span": {
|
|
|
|
"start": 214,
|
|
|
|
"end": 220,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "prop",
|
2022-03-22 10:54:08 +03:00
|
|
|
"raw": "\"prop\""
|
2022-01-10 16:54:42 +03:00
|
|
|
},
|
|
|
|
"typeAnnotation": null,
|
|
|
|
"isStatic": false,
|
|
|
|
"decorators": [],
|
|
|
|
"accessibility": null,
|
|
|
|
"isAbstract": false,
|
|
|
|
"isOptional": false,
|
|
|
|
"isOverride": false,
|
|
|
|
"readonly": true,
|
|
|
|
"declare": false,
|
|
|
|
"definite": false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"superClass": null,
|
|
|
|
"isAbstract": false,
|
|
|
|
"typeParams": null,
|
|
|
|
"superTypeParams": null,
|
|
|
|
"implements": []
|
|
|
|
},
|
|
|
|
"arguments": null,
|
|
|
|
"typeArguments": null
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"property": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 225,
|
|
|
|
"end": 226,
|
|
|
|
"ctxt": 0
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"value": "s",
|
|
|
|
"optional": false
|
2021-01-15 13:30:44 +03:00
|
|
|
}
|
2022-01-10 16:54:42 +03:00
|
|
|
}
|
|
|
|
}
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
|
|
|
"property": {
|
|
|
|
"type": "PrivateName",
|
|
|
|
"span": {
|
|
|
|
"start": 228,
|
|
|
|
"end": 230,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"id": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 229,
|
|
|
|
"end": 230,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "y",
|
|
|
|
"optional": false
|
|
|
|
}
|
2022-01-10 16:54:42 +03:00
|
|
|
}
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
|
|
|
"right": {
|
|
|
|
"type": "NumericLiteral",
|
|
|
|
"span": {
|
|
|
|
"start": 234,
|
|
|
|
"end": 235,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-04-05 15:46:35 +03:00
|
|
|
"value": 1.0,
|
|
|
|
"raw": "1"
|
2021-01-15 13:30:44 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"generator": false,
|
|
|
|
"async": false,
|
|
|
|
"typeParameters": null,
|
|
|
|
"returnType": null
|
|
|
|
},
|
|
|
|
"kind": "method",
|
|
|
|
"isStatic": true,
|
|
|
|
"accessibility": null,
|
|
|
|
"isAbstract": false,
|
2021-04-06 20:06:18 +03:00
|
|
|
"isOptional": false,
|
|
|
|
"isOverride": false
|
2021-01-15 13:30:44 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"superClass": null,
|
|
|
|
"isAbstract": false,
|
|
|
|
"typeParams": null,
|
|
|
|
"superTypeParams": null,
|
|
|
|
"implements": []
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"interpreter": null
|
|
|
|
}
|