swc/crates/swc_ecma_parser/tests/tsc/tsxAttributeResolution3.json
2022-03-22 07:54:08 +00:00

1344 lines
32 KiB
JSON

{
"type": "Script",
"span": {
"start": 39,
"end": 661,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 39,
"end": 137,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 54,
"end": 57,
"ctxt": 0
},
"value": "JSX",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 58,
"end": 137,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 61,
"end": 82,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 71,
"end": 78,
"ctxt": 0
},
"value": "Element",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 79,
"end": 82,
"ctxt": 0
},
"body": []
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 84,
"end": 135,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 94,
"end": 111,
"ctxt": 0
},
"value": "IntrinsicElements",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 112,
"end": 135,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 116,
"end": 132,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 116,
"end": 121,
"ctxt": 0
},
"value": "test1",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 121,
"end": 131,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 123,
"end": 131,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 123,
"end": 131,
"ctxt": 0
},
"value": "Attribs1",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
}
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 138,
"end": 198,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 148,
"end": 156,
"ctxt": 0
},
"value": "Attribs1",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 157,
"end": 198,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 160,
"end": 170,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 160,
"end": 161,
"ctxt": 0
},
"value": "x",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 161,
"end": 169,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 163,
"end": 169,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 172,
"end": 183,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 172,
"end": 173,
"ctxt": 0
},
"value": "y",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 174,
"end": 182,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 176,
"end": 182,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 185,
"end": 196,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 185,
"end": 186,
"ctxt": 0
},
"value": "z",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 187,
"end": 195,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 189,
"end": 195,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 206,
"end": 230,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 210,
"end": 229,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 210,
"end": 214,
"ctxt": 0
},
"value": "obj1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 217,
"end": 229,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 219,
"end": 220,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 222,
"end": 227,
"ctxt": 0
},
"value": "foo",
"raw": "'foo'"
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 231,
"end": 250,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 231,
"end": 250,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 232,
"end": 237,
"ctxt": 0
},
"value": "test1",
"optional": false
},
"span": {
"start": 231,
"end": 250,
"ctxt": 0
},
"attributes": [
{
"type": "SpreadElement",
"spread": {
"start": 239,
"end": 242,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 242,
"end": 246,
"ctxt": 0
},
"value": "obj1",
"optional": false
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 278,
"end": 299,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 282,
"end": 298,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 282,
"end": 286,
"ctxt": 0
},
"value": "obj2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 289,
"end": 298,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 291,
"end": 292,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 294,
"end": 296,
"ctxt": 0
},
"value": 32.0
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 300,
"end": 319,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 300,
"end": 319,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 301,
"end": 306,
"ctxt": 0
},
"value": "test1",
"optional": false
},
"span": {
"start": 300,
"end": 319,
"ctxt": 0
},
"attributes": [
{
"type": "SpreadElement",
"spread": {
"start": 308,
"end": 311,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 311,
"end": 315,
"ctxt": 0
},
"value": "obj2",
"optional": false
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 344,
"end": 365,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 348,
"end": 364,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 348,
"end": 352,
"ctxt": 0
},
"value": "obj3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 355,
"end": 364,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 357,
"end": 358,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 360,
"end": 362,
"ctxt": 0
},
"value": 32.0
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 366,
"end": 385,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 366,
"end": 385,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 367,
"end": 372,
"ctxt": 0
},
"value": "test1",
"optional": false
},
"span": {
"start": 366,
"end": 385,
"ctxt": 0
},
"attributes": [
{
"type": "SpreadElement",
"spread": {
"start": 374,
"end": 377,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 377,
"end": 381,
"ctxt": 0
},
"value": "obj3",
"optional": false
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 393,
"end": 421,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 397,
"end": 420,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 397,
"end": 401,
"ctxt": 0
},
"value": "obj4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 404,
"end": 420,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 406,
"end": 407,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 409,
"end": 411,
"ctxt": 0
},
"value": 32.0
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 413,
"end": 414,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 416,
"end": 418,
"ctxt": 0
},
"value": 32.0
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 422,
"end": 448,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 422,
"end": 448,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 423,
"end": 428,
"ctxt": 0
},
"value": "test1",
"optional": false
},
"span": {
"start": 422,
"end": 448,
"ctxt": 0
},
"attributes": [
{
"type": "SpreadElement",
"spread": {
"start": 430,
"end": 433,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 433,
"end": 437,
"ctxt": 0
},
"value": "obj4",
"optional": false
}
},
{
"type": "JSXAttribute",
"span": {
"start": 439,
"end": 445,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 439,
"end": 440,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 441,
"end": 445,
"ctxt": 0
},
"value": "ok",
"raw": "\"ok\""
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 459,
"end": 487,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 463,
"end": 486,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 463,
"end": 467,
"ctxt": 0
},
"value": "obj5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 470,
"end": 486,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 472,
"end": 473,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 475,
"end": 477,
"ctxt": 0
},
"value": 32.0
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 479,
"end": 480,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 482,
"end": 484,
"ctxt": 0
},
"value": 32.0
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 488,
"end": 514,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 488,
"end": 514,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 489,
"end": 494,
"ctxt": 0
},
"value": "test1",
"optional": false
},
"span": {
"start": 488,
"end": 514,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 495,
"end": 501,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 495,
"end": 496,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 497,
"end": 501,
"ctxt": 0
},
"value": "ok",
"raw": "\"ok\""
}
},
{
"type": "SpreadElement",
"spread": {
"start": 503,
"end": 506,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 506,
"end": 510,
"ctxt": 0
},
"value": "obj5",
"optional": false
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 522,
"end": 564,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 526,
"end": 563,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 526,
"end": 530,
"ctxt": 0
},
"value": "obj6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 533,
"end": 563,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 535,
"end": 536,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 538,
"end": 542,
"ctxt": 0
},
"value": "ok",
"raw": "'ok'"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 544,
"end": 545,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 547,
"end": 549,
"ctxt": 0
},
"value": 32.0
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 551,
"end": 556,
"ctxt": 0
},
"value": "extra",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 558,
"end": 561,
"ctxt": 0
},
"value": 100.0
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 565,
"end": 584,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 565,
"end": 584,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 566,
"end": 571,
"ctxt": 0
},
"value": "test1",
"optional": false
},
"span": {
"start": 565,
"end": 584,
"ctxt": 0
},
"attributes": [
{
"type": "SpreadElement",
"spread": {
"start": 573,
"end": 576,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 576,
"end": 580,
"ctxt": 0
},
"value": "obj6",
"optional": false
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 610,
"end": 634,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 614,
"end": 633,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 614,
"end": 618,
"ctxt": 0
},
"value": "obj7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 621,
"end": 633,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 623,
"end": 624,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 626,
"end": 631,
"ctxt": 0
},
"value": "foo",
"raw": "'foo'"
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 635,
"end": 661,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 635,
"end": 661,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 636,
"end": 641,
"ctxt": 0
},
"value": "test1",
"optional": false
},
"span": {
"start": 635,
"end": 661,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 642,
"end": 648,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 642,
"end": 643,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "JSXExpressionContainer",
"span": {
"start": 644,
"end": 648,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 645,
"end": 647,
"ctxt": 0
},
"value": 32.0
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 650,
"end": 653,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 653,
"end": 657,
"ctxt": 0
},
"value": "obj7",
"optional": false
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
}
],
"interpreter": null
}