swc/crates/swc_ecma_parser/tests/tsc/parserS7.6_A4.2_T1.json

4368 lines
98 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"type": "Script",
"span": {
"start": 287,
"end": 1969,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 287,
"end": 302,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 291,
"end": 301,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 291,
"end": 297,
"ctxt": 0
},
"value": "А",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 300,
"end": 301,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 303,
"end": 337,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 307,
"end": 315,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 307,
"end": 309,
"ctxt": 0
},
"value": "А",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 314,
"end": 315,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 317,
"end": 337,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 321,
"end": 335,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 321,
"end": 334,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 321,
"end": 327,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 328,
"end": 333,
"ctxt": 0
},
"value": "#А",
"raw": "'#А'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 338,
"end": 353,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 342,
"end": 352,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 342,
"end": 348,
"ctxt": 0
},
"value": "Б",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 351,
"end": 352,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 354,
"end": 388,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 358,
"end": 366,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 358,
"end": 360,
"ctxt": 0
},
"value": "Б",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 365,
"end": 366,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 368,
"end": 388,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 372,
"end": 386,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 372,
"end": 385,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 372,
"end": 378,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 379,
"end": 384,
"ctxt": 0
},
"value": "#Б",
"raw": "'#Б'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 389,
"end": 404,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 393,
"end": 403,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 393,
"end": 399,
"ctxt": 0
},
"value": "В",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 402,
"end": 403,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 405,
"end": 439,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 409,
"end": 417,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 409,
"end": 411,
"ctxt": 0
},
"value": "В",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 416,
"end": 417,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 419,
"end": 439,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 423,
"end": 437,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 423,
"end": 436,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 423,
"end": 429,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 430,
"end": 435,
"ctxt": 0
},
"value": "#В",
"raw": "'#В'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 440,
"end": 455,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 444,
"end": 454,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 444,
"end": 450,
"ctxt": 0
},
"value": "Г",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 453,
"end": 454,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 456,
"end": 490,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 460,
"end": 468,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 460,
"end": 462,
"ctxt": 0
},
"value": "Г",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 467,
"end": 468,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 470,
"end": 490,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 474,
"end": 488,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 474,
"end": 487,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 474,
"end": 480,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 481,
"end": 486,
"ctxt": 0
},
"value": "#Г",
"raw": "'#Г'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 491,
"end": 506,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 495,
"end": 505,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 495,
"end": 501,
"ctxt": 0
},
"value": "Д",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 504,
"end": 505,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 507,
"end": 541,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 511,
"end": 519,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 511,
"end": 513,
"ctxt": 0
},
"value": "Д",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 518,
"end": 519,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 521,
"end": 541,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 525,
"end": 539,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 525,
"end": 538,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 525,
"end": 531,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 532,
"end": 537,
"ctxt": 0
},
"value": "#Д",
"raw": "'#Д'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 542,
"end": 557,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 546,
"end": 556,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 546,
"end": 552,
"ctxt": 0
},
"value": "Е",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 555,
"end": 556,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 558,
"end": 592,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 562,
"end": 570,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 562,
"end": 564,
"ctxt": 0
},
"value": "Е",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 569,
"end": 570,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 572,
"end": 592,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 576,
"end": 590,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 576,
"end": 589,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 576,
"end": 582,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 583,
"end": 588,
"ctxt": 0
},
"value": "#Е",
"raw": "'#Е'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 593,
"end": 608,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 597,
"end": 607,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 597,
"end": 603,
"ctxt": 0
},
"value": "Ж",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 606,
"end": 607,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 609,
"end": 643,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 613,
"end": 621,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 613,
"end": 615,
"ctxt": 0
},
"value": "Ж",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 620,
"end": 621,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 623,
"end": 643,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 627,
"end": 641,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 627,
"end": 640,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 627,
"end": 633,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 634,
"end": 639,
"ctxt": 0
},
"value": "#Ж",
"raw": "'#Ж'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 644,
"end": 659,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 648,
"end": 658,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 648,
"end": 654,
"ctxt": 0
},
"value": "З",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 657,
"end": 658,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 660,
"end": 694,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 664,
"end": 672,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 664,
"end": 666,
"ctxt": 0
},
"value": "З",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 671,
"end": 672,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 674,
"end": 694,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 678,
"end": 692,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 678,
"end": 691,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 678,
"end": 684,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 685,
"end": 690,
"ctxt": 0
},
"value": "#З",
"raw": "'#З'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 695,
"end": 710,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 699,
"end": 709,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 699,
"end": 705,
"ctxt": 0
},
"value": "И",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 708,
"end": 709,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 711,
"end": 745,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 715,
"end": 723,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 715,
"end": 717,
"ctxt": 0
},
"value": "И",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 722,
"end": 723,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 725,
"end": 745,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 729,
"end": 743,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 729,
"end": 742,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 729,
"end": 735,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 736,
"end": 741,
"ctxt": 0
},
"value": "#И",
"raw": "'#И'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 746,
"end": 761,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 750,
"end": 760,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 750,
"end": 756,
"ctxt": 0
},
"value": "Й",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 759,
"end": 760,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 762,
"end": 796,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 766,
"end": 774,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 766,
"end": 768,
"ctxt": 0
},
"value": "Й",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 773,
"end": 774,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 776,
"end": 796,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 780,
"end": 794,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 780,
"end": 793,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 780,
"end": 786,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 787,
"end": 792,
"ctxt": 0
},
"value": "#Й",
"raw": "'#Й'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 797,
"end": 812,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 801,
"end": 811,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 801,
"end": 807,
"ctxt": 0
},
"value": "К",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 810,
"end": 811,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 813,
"end": 847,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 817,
"end": 825,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 817,
"end": 819,
"ctxt": 0
},
"value": "К",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 824,
"end": 825,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 827,
"end": 847,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 831,
"end": 845,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 831,
"end": 844,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 831,
"end": 837,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 838,
"end": 843,
"ctxt": 0
},
"value": "#К",
"raw": "'#К'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 848,
"end": 863,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 852,
"end": 862,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 852,
"end": 858,
"ctxt": 0
},
"value": "Л",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 861,
"end": 862,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 864,
"end": 898,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 868,
"end": 876,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 868,
"end": 870,
"ctxt": 0
},
"value": "Л",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 875,
"end": 876,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 878,
"end": 898,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 882,
"end": 896,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 882,
"end": 895,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 882,
"end": 888,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 889,
"end": 894,
"ctxt": 0
},
"value": "#Л",
"raw": "'#Л'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 899,
"end": 914,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 903,
"end": 913,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 903,
"end": 909,
"ctxt": 0
},
"value": "М",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 912,
"end": 913,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 915,
"end": 949,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 919,
"end": 927,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 919,
"end": 921,
"ctxt": 0
},
"value": "М",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 926,
"end": 927,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 929,
"end": 949,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 933,
"end": 947,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 933,
"end": 946,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 933,
"end": 939,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 940,
"end": 945,
"ctxt": 0
},
"value": "#М",
"raw": "'#М'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 950,
"end": 965,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 954,
"end": 964,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 954,
"end": 960,
"ctxt": 0
},
"value": "Н",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 963,
"end": 964,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 966,
"end": 1000,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 970,
"end": 978,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 970,
"end": 972,
"ctxt": 0
},
"value": "Н",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 977,
"end": 978,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 980,
"end": 1000,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 984,
"end": 998,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 984,
"end": 997,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 984,
"end": 990,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 991,
"end": 996,
"ctxt": 0
},
"value": "#Н",
"raw": "'#Н'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1001,
"end": 1016,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1005,
"end": 1015,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1005,
"end": 1011,
"ctxt": 0
},
"value": "О",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1014,
"end": 1015,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1017,
"end": 1051,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1021,
"end": 1029,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1021,
"end": 1023,
"ctxt": 0
},
"value": "О",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1028,
"end": 1029,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1031,
"end": 1051,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1035,
"end": 1049,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1035,
"end": 1048,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1035,
"end": 1041,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1042,
"end": 1047,
"ctxt": 0
},
"value": "#О",
"raw": "'#О'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1052,
"end": 1067,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1056,
"end": 1066,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1056,
"end": 1062,
"ctxt": 0
},
"value": "П",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1065,
"end": 1066,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1068,
"end": 1102,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1072,
"end": 1080,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1072,
"end": 1074,
"ctxt": 0
},
"value": "П",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1079,
"end": 1080,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1082,
"end": 1102,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1086,
"end": 1100,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1086,
"end": 1099,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1086,
"end": 1092,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1093,
"end": 1098,
"ctxt": 0
},
"value": "#П",
"raw": "'#П'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1103,
"end": 1118,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1107,
"end": 1117,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1107,
"end": 1113,
"ctxt": 0
},
"value": "Р",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1116,
"end": 1117,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1119,
"end": 1153,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1123,
"end": 1131,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1123,
"end": 1125,
"ctxt": 0
},
"value": "Р",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1130,
"end": 1131,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1133,
"end": 1153,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1137,
"end": 1151,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1137,
"end": 1150,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1137,
"end": 1143,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1144,
"end": 1149,
"ctxt": 0
},
"value": "#Р",
"raw": "'#Р'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1154,
"end": 1169,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1158,
"end": 1168,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1158,
"end": 1164,
"ctxt": 0
},
"value": "С",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1167,
"end": 1168,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1170,
"end": 1204,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1174,
"end": 1182,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1174,
"end": 1176,
"ctxt": 0
},
"value": "С",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1181,
"end": 1182,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1184,
"end": 1204,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1188,
"end": 1202,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1188,
"end": 1201,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1188,
"end": 1194,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1195,
"end": 1200,
"ctxt": 0
},
"value": "#С",
"raw": "'#С'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1205,
"end": 1220,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1209,
"end": 1219,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1209,
"end": 1215,
"ctxt": 0
},
"value": "Т",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1218,
"end": 1219,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1221,
"end": 1255,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1225,
"end": 1233,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1225,
"end": 1227,
"ctxt": 0
},
"value": "Т",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1232,
"end": 1233,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1235,
"end": 1255,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1239,
"end": 1253,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1239,
"end": 1252,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1239,
"end": 1245,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1246,
"end": 1251,
"ctxt": 0
},
"value": "#Т",
"raw": "'#Т'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1256,
"end": 1271,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1260,
"end": 1270,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1260,
"end": 1266,
"ctxt": 0
},
"value": "У",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1269,
"end": 1270,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1272,
"end": 1306,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1276,
"end": 1284,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1276,
"end": 1278,
"ctxt": 0
},
"value": "У",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1283,
"end": 1284,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1286,
"end": 1306,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1290,
"end": 1304,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1290,
"end": 1303,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1290,
"end": 1296,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1297,
"end": 1302,
"ctxt": 0
},
"value": "#У",
"raw": "'#У'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1307,
"end": 1322,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1311,
"end": 1321,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1311,
"end": 1317,
"ctxt": 0
},
"value": "Ф",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1320,
"end": 1321,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1323,
"end": 1357,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1327,
"end": 1335,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1327,
"end": 1329,
"ctxt": 0
},
"value": "Ф",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1334,
"end": 1335,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1337,
"end": 1357,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1341,
"end": 1355,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1341,
"end": 1354,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1341,
"end": 1347,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1348,
"end": 1353,
"ctxt": 0
},
"value": "#Ф",
"raw": "'#Ф'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1358,
"end": 1373,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1362,
"end": 1372,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1362,
"end": 1368,
"ctxt": 0
},
"value": "Х",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1371,
"end": 1372,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1374,
"end": 1408,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1378,
"end": 1386,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1378,
"end": 1380,
"ctxt": 0
},
"value": "Х",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1385,
"end": 1386,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1388,
"end": 1408,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1392,
"end": 1406,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1392,
"end": 1405,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1392,
"end": 1398,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1399,
"end": 1404,
"ctxt": 0
},
"value": "#Х",
"raw": "'#Х'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1409,
"end": 1424,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1413,
"end": 1423,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1413,
"end": 1419,
"ctxt": 0
},
"value": "Ц",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1422,
"end": 1423,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1425,
"end": 1459,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1429,
"end": 1437,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1429,
"end": 1431,
"ctxt": 0
},
"value": "Ц",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1436,
"end": 1437,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1439,
"end": 1459,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1443,
"end": 1457,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1443,
"end": 1456,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1443,
"end": 1449,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1450,
"end": 1455,
"ctxt": 0
},
"value": "#Ц",
"raw": "'#Ц'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1460,
"end": 1475,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1464,
"end": 1474,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1464,
"end": 1470,
"ctxt": 0
},
"value": "Ч",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1473,
"end": 1474,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1476,
"end": 1510,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1480,
"end": 1488,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1480,
"end": 1482,
"ctxt": 0
},
"value": "Ч",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1487,
"end": 1488,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1490,
"end": 1510,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1494,
"end": 1508,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1494,
"end": 1507,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1494,
"end": 1500,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1501,
"end": 1506,
"ctxt": 0
},
"value": "#Ч",
"raw": "'#Ч'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1511,
"end": 1526,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1515,
"end": 1525,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1515,
"end": 1521,
"ctxt": 0
},
"value": "Ш",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1524,
"end": 1525,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1527,
"end": 1561,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1531,
"end": 1539,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1531,
"end": 1533,
"ctxt": 0
},
"value": "Ш",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1538,
"end": 1539,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1541,
"end": 1561,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1545,
"end": 1559,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1545,
"end": 1558,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1545,
"end": 1551,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1552,
"end": 1557,
"ctxt": 0
},
"value": "#Ш",
"raw": "'#Ш'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1562,
"end": 1577,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1566,
"end": 1576,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1566,
"end": 1572,
"ctxt": 0
},
"value": "Щ",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1575,
"end": 1576,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1578,
"end": 1612,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1582,
"end": 1590,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1582,
"end": 1584,
"ctxt": 0
},
"value": "Щ",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1589,
"end": 1590,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1592,
"end": 1612,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1596,
"end": 1610,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1596,
"end": 1609,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1596,
"end": 1602,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1603,
"end": 1608,
"ctxt": 0
},
"value": "#Щ",
"raw": "'#Щ'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1613,
"end": 1628,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1617,
"end": 1627,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1617,
"end": 1623,
"ctxt": 0
},
"value": "Ъ",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1626,
"end": 1627,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1629,
"end": 1663,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1633,
"end": 1641,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1633,
"end": 1635,
"ctxt": 0
},
"value": "Ъ",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1640,
"end": 1641,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1643,
"end": 1663,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1647,
"end": 1661,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1647,
"end": 1660,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1647,
"end": 1653,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1654,
"end": 1659,
"ctxt": 0
},
"value": "#Ъ",
"raw": "'#Ъ'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1664,
"end": 1679,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1668,
"end": 1678,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1668,
"end": 1674,
"ctxt": 0
},
"value": "Ы",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1677,
"end": 1678,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1680,
"end": 1714,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1684,
"end": 1692,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1684,
"end": 1686,
"ctxt": 0
},
"value": "Ы",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1691,
"end": 1692,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1694,
"end": 1714,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1698,
"end": 1712,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1698,
"end": 1711,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1698,
"end": 1704,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1705,
"end": 1710,
"ctxt": 0
},
"value": "#Ы",
"raw": "'#Ы'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1715,
"end": 1730,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1719,
"end": 1729,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1719,
"end": 1725,
"ctxt": 0
},
"value": "Ь",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1728,
"end": 1729,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1731,
"end": 1765,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1735,
"end": 1743,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1735,
"end": 1737,
"ctxt": 0
},
"value": "Ь",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1742,
"end": 1743,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1745,
"end": 1765,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1749,
"end": 1763,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1749,
"end": 1762,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1749,
"end": 1755,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1756,
"end": 1761,
"ctxt": 0
},
"value": "#Ь",
"raw": "'#Ь'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1766,
"end": 1781,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1770,
"end": 1780,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1770,
"end": 1776,
"ctxt": 0
},
"value": "Э",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1779,
"end": 1780,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1782,
"end": 1816,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1786,
"end": 1794,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1786,
"end": 1788,
"ctxt": 0
},
"value": "Э",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1793,
"end": 1794,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1796,
"end": 1816,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1800,
"end": 1814,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1800,
"end": 1813,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1800,
"end": 1806,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1807,
"end": 1812,
"ctxt": 0
},
"value": "#Э",
"raw": "'#Э'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1817,
"end": 1832,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1821,
"end": 1831,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1821,
"end": 1827,
"ctxt": 0
},
"value": "Ю",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1830,
"end": 1831,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1833,
"end": 1867,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1837,
"end": 1845,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1837,
"end": 1839,
"ctxt": 0
},
"value": "Ю",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1844,
"end": 1845,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1847,
"end": 1867,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1851,
"end": 1865,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1851,
"end": 1864,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1851,
"end": 1857,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1858,
"end": 1863,
"ctxt": 0
},
"value": "#Ю",
"raw": "'#Ю'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1868,
"end": 1883,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1872,
"end": 1882,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1872,
"end": 1878,
"ctxt": 0
},
"value": "Я",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1881,
"end": 1882,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1884,
"end": 1918,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1888,
"end": 1896,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1888,
"end": 1890,
"ctxt": 0
},
"value": "Я",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1895,
"end": 1896,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1898,
"end": 1918,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1902,
"end": 1916,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1902,
"end": 1915,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1902,
"end": 1908,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1909,
"end": 1914,
"ctxt": 0
},
"value": "#Я",
"raw": "'#Я'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1919,
"end": 1934,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1923,
"end": 1933,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1923,
"end": 1929,
"ctxt": 0
},
"value": "Ё",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 1932,
"end": 1933,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1935,
"end": 1969,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1939,
"end": 1947,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 1939,
"end": 1941,
"ctxt": 0
},
"value": "Ё",
"optional": false
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1946,
"end": 1947,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1949,
"end": 1969,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1953,
"end": 1967,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1953,
"end": 1966,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1953,
"end": 1959,
"ctxt": 0
},
"value": "$ERROR",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1960,
"end": 1965,
"ctxt": 0
},
"value": "#Ё",
"raw": "'#Ё'"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
}
],
"interpreter": null
}