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

1947 lines
46 KiB
JSON

{
"type": "Script",
"span": {
"start": 29,
"end": 1106,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 29,
"end": 42,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 33,
"end": 42,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 33,
"end": 34,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 34,
"end": 42,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 36,
"end": 42,
"ctxt": 0
},
"kind": "object"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 43,
"end": 71,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 55,
"end": 71,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 55,
"end": 56,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 56,
"end": 71,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 58,
"end": 71,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 58,
"end": 64,
"ctxt": 0
},
"kind": "object"
},
{
"type": "TsKeywordType",
"span": {
"start": 67,
"end": 71,
"ctxt": 0
},
"kind": "null"
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 72,
"end": 105,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 84,
"end": 105,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 84,
"end": 85,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 85,
"end": 105,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 87,
"end": 105,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 87,
"end": 93,
"ctxt": 0
},
"kind": "object"
},
{
"type": "TsKeywordType",
"span": {
"start": 96,
"end": 105,
"ctxt": 0
},
"kind": "undefined"
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 106,
"end": 146,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 118,
"end": 146,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 118,
"end": 119,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 119,
"end": 146,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 121,
"end": 146,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 121,
"end": 127,
"ctxt": 0
},
"kind": "object"
},
{
"type": "TsKeywordType",
"span": {
"start": 130,
"end": 134,
"ctxt": 0
},
"kind": "null"
},
{
"type": "TsKeywordType",
"span": {
"start": 137,
"end": 146,
"ctxt": 0
},
"kind": "undefined"
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 147,
"end": 167,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 151,
"end": 167,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 151,
"end": 152,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 152,
"end": 167,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 154,
"end": 167,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 154,
"end": 160,
"ctxt": 0
},
"kind": "object"
},
{
"type": "TsKeywordType",
"span": {
"start": 163,
"end": 167,
"ctxt": 0
},
"kind": "null"
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 168,
"end": 179,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 168,
"end": 178,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 168,
"end": 169,
"ctxt": 0
},
"value": "a",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 170,
"end": 178,
"ctxt": 0
},
"value": "toString",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 189,
"end": 203,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 189,
"end": 202,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 189,
"end": 190,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 193,
"end": 202,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 213,
"end": 222,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 213,
"end": 221,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 213,
"end": 214,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "NullLiteral",
"span": {
"start": 217,
"end": 221,
"ctxt": 0
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 232,
"end": 238,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 232,
"end": 237,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 232,
"end": 233,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 236,
"end": 237,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 248,
"end": 254,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 248,
"end": 253,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 248,
"end": 249,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 252,
"end": 253,
"ctxt": 0
},
"value": "c",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 264,
"end": 270,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 264,
"end": 269,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 264,
"end": 265,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 268,
"end": 269,
"ctxt": 0
},
"value": "d",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 281,
"end": 287,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 281,
"end": 286,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 281,
"end": 282,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 285,
"end": 286,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 294,
"end": 300,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 294,
"end": 299,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 294,
"end": 295,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 298,
"end": 299,
"ctxt": 0
},
"value": "e",
"optional": false
}
}
},
{
"type": "IfStatement",
"span": {
"start": 308,
"end": 372,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 312,
"end": 333,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "UnaryExpression",
"span": {
"start": 312,
"end": 320,
"ctxt": 0
},
"operator": "typeof",
"argument": {
"type": "Identifier",
"span": {
"start": 319,
"end": 320,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 325,
"end": 333,
"ctxt": 0
},
"value": "object",
"raw": "'object'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 335,
"end": 372,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 341,
"end": 354,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 341,
"end": 353,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 341,
"end": 351,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 341,
"end": 342,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 343,
"end": 351,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 374,
"end": 443,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 378,
"end": 399,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "UnaryExpression",
"span": {
"start": 378,
"end": 386,
"ctxt": 0
},
"operator": "typeof",
"argument": {
"type": "Identifier",
"span": {
"start": 385,
"end": 386,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 391,
"end": 399,
"ctxt": 0
},
"value": "object",
"raw": "'object'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 401,
"end": 443,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 407,
"end": 413,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 407,
"end": 412,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 407,
"end": 408,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 411,
"end": 412,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 445,
"end": 581,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 449,
"end": 470,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "UnaryExpression",
"span": {
"start": 449,
"end": 457,
"ctxt": 0
},
"operator": "typeof",
"argument": {
"type": "Identifier",
"span": {
"start": 456,
"end": 457,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 462,
"end": 470,
"ctxt": 0
},
"value": "object",
"raw": "'object'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 472,
"end": 534,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 478,
"end": 484,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 478,
"end": 483,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 478,
"end": 479,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 482,
"end": 483,
"ctxt": 0
},
"value": "d",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 495,
"end": 508,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 495,
"end": 507,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 495,
"end": 505,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 495,
"end": 496,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 497,
"end": 505,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 540,
"end": 581,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 546,
"end": 559,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 546,
"end": 558,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 546,
"end": 556,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 546,
"end": 547,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 548,
"end": 556,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
},
{
"type": "IfStatement",
"span": {
"start": 583,
"end": 683,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 587,
"end": 596,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 587,
"end": 588,
"ctxt": 0
},
"value": "d",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 592,
"end": 596,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 598,
"end": 646,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 604,
"end": 617,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 604,
"end": 616,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 604,
"end": 614,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 604,
"end": 605,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 606,
"end": 614,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 652,
"end": 683,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 658,
"end": 671,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 658,
"end": 670,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 658,
"end": 668,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 658,
"end": 659,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 660,
"end": 668,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
},
{
"type": "IfStatement",
"span": {
"start": 685,
"end": 793,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 689,
"end": 699,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 689,
"end": 690,
"ctxt": 0
},
"value": "d",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 695,
"end": 699,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 701,
"end": 737,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 707,
"end": 720,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 707,
"end": 719,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 707,
"end": 717,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 707,
"end": 708,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 709,
"end": 717,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 743,
"end": 793,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 749,
"end": 762,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 749,
"end": 761,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 749,
"end": 759,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 749,
"end": 750,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 751,
"end": 759,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
},
{
"type": "IfStatement",
"span": {
"start": 795,
"end": 917,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 799,
"end": 823,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "UnaryExpression",
"span": {
"start": 799,
"end": 807,
"ctxt": 0
},
"operator": "typeof",
"argument": {
"type": "Identifier",
"span": {
"start": 806,
"end": 807,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 812,
"end": 823,
"ctxt": 0
},
"value": "undefined",
"raw": "'undefined'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 825,
"end": 866,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 831,
"end": 844,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 831,
"end": 843,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 831,
"end": 841,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 831,
"end": 832,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 833,
"end": 841,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 872,
"end": 917,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 878,
"end": 891,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 878,
"end": 890,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 878,
"end": 888,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 878,
"end": 879,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 880,
"end": 888,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 919,
"end": 955,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 929,
"end": 934,
"ctxt": 0
},
"value": "Proxy",
"optional": false
},
"declare": false,
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 934,
"end": 952,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 935,
"end": 951,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 935,
"end": 936,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"constraint": {
"type": "TsKeywordType",
"span": {
"start": 945,
"end": 951,
"ctxt": 0
},
"kind": "object"
},
"default": null
}
]
},
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 953,
"end": 955,
"ctxt": 0
},
"body": []
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 957,
"end": 978,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 961,
"end": 977,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 961,
"end": 962,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 962,
"end": 977,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 964,
"end": 977,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 964,
"end": 969,
"ctxt": 0
},
"value": "Proxy",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 969,
"end": 977,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 970,
"end": 976,
"ctxt": 0
},
"kind": "number"
}
]
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 988,
"end": 1007,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 992,
"end": 1006,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 992,
"end": 993,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 993,
"end": 1006,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 995,
"end": 1006,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 995,
"end": 1000,
"ctxt": 0
},
"value": "Proxy",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1000,
"end": 1006,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 1001,
"end": 1005,
"ctxt": 0
},
"kind": "null"
}
]
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1017,
"end": 1041,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1021,
"end": 1040,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1021,
"end": 1022,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1022,
"end": 1040,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1024,
"end": 1040,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1024,
"end": 1029,
"ctxt": 0
},
"value": "Proxy",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1029,
"end": 1040,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 1030,
"end": 1039,
"ctxt": 0
},
"kind": "undefined"
}
]
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1052,
"end": 1085,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1062,
"end": 1066,
"ctxt": 0
},
"value": "Blah",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1067,
"end": 1085,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1071,
"end": 1083,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1071,
"end": 1074,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1074,
"end": 1082,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1076,
"end": 1082,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1087,
"end": 1106,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1091,
"end": 1105,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1091,
"end": 1092,
"ctxt": 0
},
"value": "u",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1092,
"end": 1105,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1094,
"end": 1105,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1094,
"end": 1099,
"ctxt": 0
},
"value": "Proxy",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1099,
"end": 1105,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 1100,
"end": 1104,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1100,
"end": 1104,
"ctxt": 0
},
"value": "Blah",
"optional": false
},
"typeParams": null
}
]
}
}
}
},
"init": null,
"definite": false
}
]
}
],
"interpreter": null
}