swc/crates/swc_ecma_parser/tests/tsc/tsxSpreadAttributesResolution13.json
2022-02-04 17:08:38 +09:00

765 lines
21 KiB
JSON

{
"type": "Module",
"span": {
"start": 115,
"end": 679,
"ctxt": 0
},
"body": [
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 115,
"end": 147,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": false,
"id": {
"type": "Identifier",
"span": {
"start": 122,
"end": 127,
"ctxt": 0
},
"value": "React",
"optional": false
},
"moduleRef": {
"type": "TsExternalModuleReference",
"span": {
"start": 130,
"end": 146,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 138,
"end": 145,
"ctxt": 0
},
"value": "react",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 149,
"end": 223,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 159,
"end": 173,
"ctxt": 0
},
"value": "ComponentProps",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 174,
"end": 223,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 180,
"end": 198,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 180,
"end": 189,
"ctxt": 0
},
"value": "property1",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 189,
"end": 197,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 191,
"end": 197,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 203,
"end": 221,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 203,
"end": 212,
"ctxt": 0
},
"value": "property2",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 212,
"end": 220,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 214,
"end": 220,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "ExportDefaultDeclaration",
"span": {
"start": 225,
"end": 499,
"ctxt": 0
},
"decl": {
"type": "FunctionExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 249,
"end": 258,
"ctxt": 0
},
"value": "Component",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 259,
"end": 280,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 259,
"end": 280,
"ctxt": 0
},
"value": "props",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 264,
"end": 280,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 266,
"end": 280,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 266,
"end": 280,
"ctxt": 0
},
"value": "ComponentProps",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 240,
"end": 499,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 282,
"end": 499,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 288,
"end": 312,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 292,
"end": 311,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 292,
"end": 302,
"ctxt": 0
},
"value": "condition1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 302,
"end": 311,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 304,
"end": 311,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 317,
"end": 497,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 321,
"end": 331,
"ctxt": 0
},
"value": "condition1",
"optional": false
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 333,
"end": 410,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 343,
"end": 404,
"ctxt": 0
},
"argument": {
"type": "ParenthesisExpression",
"span": {
"start": 350,
"end": 403,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 364,
"end": 393,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 365,
"end": 379,
"ctxt": 0
},
"value": "ChildComponent",
"optional": false
},
"span": {
"start": 364,
"end": 393,
"ctxt": 0
},
"attributes": [
{
"type": "SpreadElement",
"spread": {
"start": 381,
"end": 384,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 384,
"end": 389,
"ctxt": 0
},
"value": "props",
"optional": false
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 420,
"end": 497,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 430,
"end": 491,
"ctxt": 0
},
"argument": {
"type": "ParenthesisExpression",
"span": {
"start": 437,
"end": 490,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 438,
"end": 489,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 439,
"end": 453,
"ctxt": 0
},
"value": "ChildComponent",
"optional": false
},
"span": {
"start": 438,
"end": 489,
"ctxt": 0
},
"attributes": [
{
"type": "SpreadElement",
"spread": {
"start": 455,
"end": 458,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 458,
"end": 463,
"ctxt": 0
},
"value": "props",
"optional": false
}
},
{
"type": "JSXAttribute",
"span": {
"start": 465,
"end": 486,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 465,
"end": 474,
"ctxt": 0
},
"value": "property1",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 475,
"end": 486,
"ctxt": 0
},
"value": "NewString",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 501,
"end": 559,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 511,
"end": 532,
"ctxt": 0
},
"value": "AnotherComponentProps",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 533,
"end": 559,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 539,
"end": 557,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 539,
"end": 548,
"ctxt": 0
},
"value": "property1",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 548,
"end": 556,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 550,
"end": 556,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 570,
"end": 584,
"ctxt": 0
},
"value": "ChildComponent",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 585,
"end": 621,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "ObjectPattern",
"span": {
"start": 585,
"end": 621,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 587,
"end": 596,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 587,
"end": 596,
"ctxt": 0
},
"value": "property1",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 598,
"end": 621,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 600,
"end": 621,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 600,
"end": 621,
"ctxt": 0
},
"value": "AnotherComponentProps",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 561,
"end": 679,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 623,
"end": 679,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 629,
"end": 677,
"ctxt": 0
},
"argument": {
"type": "ParenthesisExpression",
"span": {
"start": 636,
"end": 676,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 646,
"end": 670,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 647,
"end": 651,
"ctxt": 0
},
"value": "span",
"optional": false
},
"span": {
"start": 646,
"end": 652,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXExpressionContainer",
"span": {
"start": 652,
"end": 663,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 653,
"end": 662,
"ctxt": 0
},
"value": "property1",
"optional": false
}
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 663,
"end": 670,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 665,
"end": 669,
"ctxt": 0
},
"value": "span",
"optional": false
}
}
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}