swc/crates/swc_ecma_parser/tests/tsc/useObjectValuesAndEntries1.json
2023-03-12 04:50:28 +00:00

1748 lines
43 KiB
JSON

{
"type": "Script",
"span": {
"start": 45,
"end": 1128,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 45,
"end": 68,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 49,
"end": 67,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 49,
"end": 50,
"ctxt": 0
},
"value": "o",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 53,
"end": 67,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 55,
"end": 56,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 58,
"end": 59,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 61,
"end": 62,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 64,
"end": 65,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
},
"definite": false
}
]
},
{
"type": "ForOfStatement",
"span": {
"start": 70,
"end": 120,
"ctxt": 0
},
"await": false,
"left": {
"type": "VariableDeclaration",
"span": {
"start": 75,
"end": 80,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 79,
"end": 80,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 79,
"end": 80,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "CallExpression",
"span": {
"start": 84,
"end": 100,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 84,
"end": 97,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 84,
"end": 90,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 91,
"end": 97,
"ctxt": 0
},
"value": "values",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 98,
"end": 99,
"ctxt": 0
},
"value": "o",
"optional": false
}
}
],
"typeArguments": null
},
"body": {
"type": "BlockStatement",
"span": {
"start": 102,
"end": 120,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 108,
"end": 118,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 112,
"end": 117,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 112,
"end": 113,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 116,
"end": 117,
"ctxt": 0
},
"value": "x",
"optional": false
},
"definite": false
}
]
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 122,
"end": 154,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 126,
"end": 153,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 126,
"end": 133,
"ctxt": 0
},
"value": "entries",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 136,
"end": 153,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 136,
"end": 150,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 136,
"end": 142,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 143,
"end": 150,
"ctxt": 0
},
"value": "entries",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 151,
"end": 152,
"ctxt": 0
},
"value": "o",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 196,
"end": 226,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 200,
"end": 225,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 200,
"end": 206,
"ctxt": 0
},
"value": "values",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 209,
"end": 225,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 209,
"end": 222,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 209,
"end": 215,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 216,
"end": 222,
"ctxt": 0
},
"value": "values",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 223,
"end": 224,
"ctxt": 0
},
"value": "o",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 261,
"end": 294,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 265,
"end": 293,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 265,
"end": 273,
"ctxt": 0
},
"value": "entries1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 276,
"end": 293,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 276,
"end": 290,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 276,
"end": 282,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 283,
"end": 290,
"ctxt": 0
},
"value": "entries",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 291,
"end": 292,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 332,
"end": 363,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 336,
"end": 362,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 336,
"end": 343,
"ctxt": 0
},
"value": "values1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 346,
"end": 362,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 346,
"end": 359,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 346,
"end": 352,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 353,
"end": 359,
"ctxt": 0
},
"value": "values",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 360,
"end": 361,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 394,
"end": 443,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 398,
"end": 442,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 398,
"end": 406,
"ctxt": 0
},
"value": "entries2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 409,
"end": 442,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 409,
"end": 423,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 409,
"end": 415,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 416,
"end": 423,
"ctxt": 0
},
"value": "entries",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 424,
"end": 441,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 426,
"end": 427,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 429,
"end": 433,
"ctxt": 0
},
"value": true
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 435,
"end": 436,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 438,
"end": 439,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 476,
"end": 523,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 480,
"end": 522,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 480,
"end": 487,
"ctxt": 0
},
"value": "values2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 490,
"end": 522,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 490,
"end": 503,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 490,
"end": 496,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 497,
"end": 503,
"ctxt": 0
},
"value": "values",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 504,
"end": 521,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 506,
"end": 507,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 509,
"end": 513,
"ctxt": 0
},
"value": true
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 515,
"end": 516,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 518,
"end": 519,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 551,
"end": 585,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 555,
"end": 584,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 555,
"end": 563,
"ctxt": 0
},
"value": "entries3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 566,
"end": 584,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 566,
"end": 580,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 566,
"end": 572,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 573,
"end": 580,
"ctxt": 0
},
"value": "entries",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 581,
"end": 583,
"ctxt": 0
},
"properties": []
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 621,
"end": 653,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 625,
"end": 652,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 625,
"end": 632,
"ctxt": 0
},
"value": "values3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 635,
"end": 652,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 635,
"end": 648,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 635,
"end": 641,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 642,
"end": 648,
"ctxt": 0
},
"value": "values",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 649,
"end": 651,
"ctxt": 0
},
"properties": []
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 682,
"end": 706,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 686,
"end": 705,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 686,
"end": 687,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 690,
"end": 705,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 691,
"end": 694,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 696,
"end": 699,
"ctxt": 0
},
"value": "b",
"raw": "\"b\""
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 701,
"end": 704,
"ctxt": 0
},
"value": "c",
"raw": "\"c\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 707,
"end": 740,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 711,
"end": 739,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 711,
"end": 719,
"ctxt": 0
},
"value": "entries4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 722,
"end": 739,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 722,
"end": 736,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 722,
"end": 728,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 729,
"end": 736,
"ctxt": 0
},
"value": "entries",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 737,
"end": 738,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 781,
"end": 812,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 785,
"end": 811,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 785,
"end": 792,
"ctxt": 0
},
"value": "values4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 795,
"end": 811,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 795,
"end": 808,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 795,
"end": 801,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 802,
"end": 808,
"ctxt": 0
},
"value": "values",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 809,
"end": 810,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 846,
"end": 861,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 851,
"end": 852,
"ctxt": 0
},
"value": "E",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 855,
"end": 856,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 855,
"end": 856,
"ctxt": 0
},
"value": "A",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 858,
"end": 859,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 858,
"end": 859,
"ctxt": 0
},
"value": "B",
"optional": false
},
"init": null
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 862,
"end": 895,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 866,
"end": 894,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 866,
"end": 874,
"ctxt": 0
},
"value": "entries5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 877,
"end": 894,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 877,
"end": 891,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 877,
"end": 883,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 884,
"end": 891,
"ctxt": 0
},
"value": "entries",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 892,
"end": 893,
"ctxt": 0
},
"value": "E",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 933,
"end": 964,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 937,
"end": 963,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 937,
"end": 944,
"ctxt": 0
},
"value": "values5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 947,
"end": 963,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 947,
"end": 960,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 947,
"end": 953,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 954,
"end": 960,
"ctxt": 0
},
"value": "values",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 961,
"end": 962,
"ctxt": 0
},
"value": "E",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 995,
"end": 1010,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1005,
"end": 1006,
"ctxt": 0
},
"value": "I",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1007,
"end": 1010,
"ctxt": 0
},
"body": []
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1011,
"end": 1025,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1015,
"end": 1024,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1015,
"end": 1016,
"ctxt": 0
},
"value": "i",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1016,
"end": 1019,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1018,
"end": 1019,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1018,
"end": 1019,
"ctxt": 0
},
"value": "I",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 1022,
"end": 1024,
"ctxt": 0
},
"properties": []
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1026,
"end": 1059,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1030,
"end": 1058,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1030,
"end": 1038,
"ctxt": 0
},
"value": "entries6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 1041,
"end": 1058,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1041,
"end": 1055,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1041,
"end": 1047,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1048,
"end": 1055,
"ctxt": 0
},
"value": "entries",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1056,
"end": 1057,
"ctxt": 0
},
"value": "i",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1097,
"end": 1128,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1101,
"end": 1127,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1101,
"end": 1108,
"ctxt": 0
},
"value": "values6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 1111,
"end": 1127,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1111,
"end": 1124,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1111,
"end": 1117,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1118,
"end": 1124,
"ctxt": 0
},
"value": "values",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1125,
"end": 1126,
"ctxt": 0
},
"value": "i",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
}
],
"interpreter": null
}