swc/crates/swc_ecma_parser/tests/tsc/commaOperatorsMultipleOperators.json

1277 lines
30 KiB
JSON

{
"type": "Script",
"span": {
"start": 32,
"end": 743,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 32,
"end": 45,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 36,
"end": 44,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 36,
"end": 39,
"ctxt": 0
},
"value": "ANY",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 39,
"end": 44,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 41,
"end": 44,
"ctxt": 0
},
"kind": "any"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 46,
"end": 67,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 50,
"end": 66,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 50,
"end": 57,
"ctxt": 0
},
"value": "BOOLEAN",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 57,
"end": 66,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 59,
"end": 66,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 68,
"end": 87,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 72,
"end": 86,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 72,
"end": 78,
"ctxt": 0
},
"value": "NUMBER",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 78,
"end": 86,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 80,
"end": 86,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 88,
"end": 107,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 92,
"end": 106,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 92,
"end": 98,
"ctxt": 0
},
"value": "STRING",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 98,
"end": 106,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 100,
"end": 106,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 108,
"end": 127,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 112,
"end": 126,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 112,
"end": 118,
"ctxt": 0
},
"value": "OBJECT",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 118,
"end": 126,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 120,
"end": 126,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 120,
"end": 126,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 151,
"end": 172,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 151,
"end": 171,
"ctxt": 0
},
"expressions": [
{
"type": "Identifier",
"span": {
"start": 151,
"end": 154,
"ctxt": 0
},
"value": "ANY",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 156,
"end": 163,
"ctxt": 0
},
"value": "BOOLEAN",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 165,
"end": 171,
"ctxt": 0
},
"value": "NUMBER",
"optional": false
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 173,
"end": 197,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 173,
"end": 196,
"ctxt": 0
},
"expressions": [
{
"type": "Identifier",
"span": {
"start": 173,
"end": 180,
"ctxt": 0
},
"value": "BOOLEAN",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 182,
"end": 188,
"ctxt": 0
},
"value": "NUMBER",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 190,
"end": 196,
"ctxt": 0
},
"value": "STRING",
"optional": false
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 198,
"end": 221,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 198,
"end": 220,
"ctxt": 0
},
"expressions": [
{
"type": "Identifier",
"span": {
"start": 198,
"end": 204,
"ctxt": 0
},
"value": "NUMBER",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 206,
"end": 212,
"ctxt": 0
},
"value": "STRING",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 214,
"end": 220,
"ctxt": 0
},
"value": "OBJECT",
"optional": false
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 222,
"end": 242,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 222,
"end": 241,
"ctxt": 0
},
"expressions": [
{
"type": "Identifier",
"span": {
"start": 222,
"end": 228,
"ctxt": 0
},
"value": "STRING",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 230,
"end": 236,
"ctxt": 0
},
"value": "OBJECT",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 238,
"end": 241,
"ctxt": 0
},
"value": "ANY",
"optional": false
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 243,
"end": 264,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 243,
"end": 263,
"ctxt": 0
},
"expressions": [
{
"type": "Identifier",
"span": {
"start": 243,
"end": 249,
"ctxt": 0
},
"value": "OBJECT",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 251,
"end": 254,
"ctxt": 0
},
"value": "ANY",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 256,
"end": 263,
"ctxt": 0
},
"value": "BOOLEAN",
"optional": false
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 323,
"end": 364,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 327,
"end": 363,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 327,
"end": 339,
"ctxt": 0
},
"value": "resultIsAny1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ParenthesisExpression",
"span": {
"start": 342,
"end": 363,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 343,
"end": 362,
"ctxt": 0
},
"expressions": [
{
"type": "Identifier",
"span": {
"start": 343,
"end": 349,
"ctxt": 0
},
"value": "STRING",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 351,
"end": 357,
"ctxt": 0
},
"value": "OBJECT",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 359,
"end": 362,
"ctxt": 0
},
"value": "ANY",
"optional": false
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 365,
"end": 411,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 369,
"end": 410,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 369,
"end": 385,
"ctxt": 0
},
"value": "resultIsBoolean1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ParenthesisExpression",
"span": {
"start": 388,
"end": 410,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 389,
"end": 409,
"ctxt": 0
},
"expressions": [
{
"type": "Identifier",
"span": {
"start": 389,
"end": 395,
"ctxt": 0
},
"value": "OBJECT",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 397,
"end": 400,
"ctxt": 0
},
"value": "ANY",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 402,
"end": 409,
"ctxt": 0
},
"value": "BOOLEAN",
"optional": false
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 412,
"end": 457,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 416,
"end": 456,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 416,
"end": 431,
"ctxt": 0
},
"value": "resultIsNumber1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ParenthesisExpression",
"span": {
"start": 434,
"end": 456,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 435,
"end": 455,
"ctxt": 0
},
"expressions": [
{
"type": "Identifier",
"span": {
"start": 435,
"end": 438,
"ctxt": 0
},
"value": "ANY",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 440,
"end": 447,
"ctxt": 0
},
"value": "BOOLEAN",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 449,
"end": 455,
"ctxt": 0
},
"value": "NUMBER",
"optional": false
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 458,
"end": 506,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 462,
"end": 505,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 462,
"end": 477,
"ctxt": 0
},
"value": "resultIsString1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ParenthesisExpression",
"span": {
"start": 480,
"end": 505,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 481,
"end": 504,
"ctxt": 0
},
"expressions": [
{
"type": "Identifier",
"span": {
"start": 481,
"end": 488,
"ctxt": 0
},
"value": "BOOLEAN",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 490,
"end": 496,
"ctxt": 0
},
"value": "NUMBER",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 498,
"end": 504,
"ctxt": 0
},
"value": "STRING",
"optional": false
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 507,
"end": 554,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 511,
"end": 553,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 511,
"end": 526,
"ctxt": 0
},
"value": "resultIsObject1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ParenthesisExpression",
"span": {
"start": 529,
"end": 553,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 530,
"end": 552,
"ctxt": 0
},
"expressions": [
{
"type": "Identifier",
"span": {
"start": 530,
"end": 536,
"ctxt": 0
},
"value": "NUMBER",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 538,
"end": 544,
"ctxt": 0
},
"value": "STRING",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 546,
"end": 552,
"ctxt": 0
},
"value": "OBJECT",
"optional": false
}
]
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 581,
"end": 595,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 581,
"end": 594,
"ctxt": 0
},
"expressions": [
{
"type": "NullLiteral",
"span": {
"start": 581,
"end": 585,
"ctxt": 0
}
},
{
"type": "BooleanLiteral",
"span": {
"start": 587,
"end": 591,
"ctxt": 0
},
"value": true
},
{
"type": "NumericLiteral",
"span": {
"start": 593,
"end": 594,
"ctxt": 0
},
"value": 1.0
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 596,
"end": 637,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 596,
"end": 636,
"ctxt": 0
},
"expressions": [
{
"type": "UpdateExpression",
"span": {
"start": 596,
"end": 604,
"ctxt": 0
},
"operator": "++",
"prefix": true,
"argument": {
"type": "Identifier",
"span": {
"start": 598,
"end": 604,
"ctxt": 0
},
"value": "NUMBER",
"optional": false
}
},
{
"type": "CallExpression",
"span": {
"start": 606,
"end": 622,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 606,
"end": 619,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 606,
"end": 612,
"ctxt": 0
},
"value": "STRING",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 613,
"end": 619,
"ctxt": 0
},
"value": "charAt",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 620,
"end": 621,
"ctxt": 0
},
"value": 0.0
}
}
],
"typeArguments": null
},
{
"type": "NewExpression",
"span": {
"start": 624,
"end": 636,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 628,
"end": 634,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"arguments": [],
"typeArguments": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 639,
"end": 677,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 643,
"end": 676,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 643,
"end": 658,
"ctxt": 0
},
"value": "resultIsNumber2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ParenthesisExpression",
"span": {
"start": 661,
"end": 676,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 662,
"end": 675,
"ctxt": 0
},
"expressions": [
{
"type": "NullLiteral",
"span": {
"start": 662,
"end": 666,
"ctxt": 0
}
},
{
"type": "BooleanLiteral",
"span": {
"start": 668,
"end": 672,
"ctxt": 0
},
"value": true
},
{
"type": "NumericLiteral",
"span": {
"start": 674,
"end": 675,
"ctxt": 0
},
"value": 1.0
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 678,
"end": 743,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 682,
"end": 742,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 682,
"end": 697,
"ctxt": 0
},
"value": "resultIsObject2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ParenthesisExpression",
"span": {
"start": 700,
"end": 742,
"ctxt": 0
},
"expression": {
"type": "SequenceExpression",
"span": {
"start": 701,
"end": 741,
"ctxt": 0
},
"expressions": [
{
"type": "UpdateExpression",
"span": {
"start": 701,
"end": 709,
"ctxt": 0
},
"operator": "++",
"prefix": true,
"argument": {
"type": "Identifier",
"span": {
"start": 703,
"end": 709,
"ctxt": 0
},
"value": "NUMBER",
"optional": false
}
},
{
"type": "CallExpression",
"span": {
"start": 711,
"end": 727,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 711,
"end": 724,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 711,
"end": 717,
"ctxt": 0
},
"value": "STRING",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 718,
"end": 724,
"ctxt": 0
},
"value": "charAt",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 725,
"end": 726,
"ctxt": 0
},
"value": 0.0
}
}
],
"typeArguments": null
},
{
"type": "NewExpression",
"span": {
"start": 729,
"end": 741,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 733,
"end": 739,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"arguments": [],
"typeArguments": null
}
]
}
},
"definite": false
}
]
}
],
"interpreter": null
}