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

637 lines
18 KiB
JSON

{
"type": "Module",
"span": {
"start": 131,
"end": 502,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 131,
"end": 262,
"ctxt": 0
},
"declare": true,
"global": true,
"id": {
"type": "Identifier",
"span": {
"start": 139,
"end": 145,
"ctxt": 0
},
"value": "global",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 146,
"end": 262,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 152,
"end": 260,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 162,
"end": 165,
"ctxt": 0
},
"value": "JSX",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 166,
"end": 260,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 176,
"end": 196,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 186,
"end": 193,
"ctxt": 0
},
"value": "Element",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 194,
"end": 196,
"ctxt": 0
},
"body": []
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 205,
"end": 254,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 215,
"end": 240,
"ctxt": 0
},
"value": "ElementAttributesProperty",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 241,
"end": 254,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 243,
"end": 252,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 243,
"end": 248,
"ctxt": 0
},
"value": "props",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 248,
"end": 252,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 250,
"end": 252,
"ctxt": 0
},
"members": []
}
},
"typeParams": null
}
]
}
}
]
}
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 263,
"end": 286,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 275,
"end": 285,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 275,
"end": 280,
"ctxt": 0
},
"value": "React",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 280,
"end": 285,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 282,
"end": 285,
"ctxt": 0
},
"kind": "any"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExportDeclaration",
"span": {
"start": 288,
"end": 396,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 301,
"end": 306,
"ctxt": 0
},
"value": "Empty",
"optional": false
},
"declare": false,
"span": {
"start": 295,
"end": 396,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 345,
"end": 394,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 345,
"end": 351,
"ctxt": 0
},
"value": "render",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 345,
"end": 394,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 354,
"end": 394,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 364,
"end": 388,
"ctxt": 0
},
"argument": {
"type": "JSXElement",
"span": {
"start": 371,
"end": 387,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 372,
"end": 375,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 371,
"end": 376,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXText",
"span": {
"start": 376,
"end": 381,
"ctxt": 0
},
"value": "Hello",
"raw": "Hello"
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 381,
"end": 387,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 383,
"end": 386,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": {
"type": "MemberExpression",
"span": {
"start": 315,
"end": 330,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 315,
"end": 320,
"ctxt": 0
},
"value": "React",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 321,
"end": 330,
"ctxt": 0
},
"value": "Component",
"optional": false
}
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 330,
"end": 338,
"ctxt": 0
},
"params": [
{
"type": "TsTypeLiteral",
"span": {
"start": 331,
"end": 333,
"ctxt": 0
},
"members": []
},
{
"type": "TsTypeLiteral",
"span": {
"start": 335,
"end": 337,
"ctxt": 0
},
"members": []
}
]
},
"implements": []
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 398,
"end": 455,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 412,
"end": 454,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 412,
"end": 415,
"ctxt": 0
},
"value": "obj",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 415,
"end": 454,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 417,
"end": 454,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 417,
"end": 442,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 419,
"end": 440,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 419,
"end": 420,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 420,
"end": 440,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 422,
"end": 440,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 422,
"end": 428,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 431,
"end": 440,
"ctxt": 0
},
"kind": "undefined"
}
]
}
},
"typeParams": null
}
]
},
{
"type": "TsKeywordType",
"span": {
"start": 445,
"end": 454,
"ctxt": 0
},
"kind": "undefined"
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 463,
"end": 502,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 467,
"end": 501,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 467,
"end": 480,
"ctxt": 0
},
"value": "unionedSpread",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 483,
"end": 501,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 484,
"end": 489,
"ctxt": 0
},
"value": "Empty",
"optional": false
},
"span": {
"start": 483,
"end": 501,
"ctxt": 0
},
"attributes": [
{
"type": "SpreadElement",
"spread": {
"start": 491,
"end": 494,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 494,
"end": 497,
"ctxt": 0
},
"value": "obj",
"optional": false
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
},
"definite": false
}
]
}
],
"interpreter": null
}