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

552 lines
14 KiB
JSON

{
"type": "Module",
"span": {
"start": 57,
"end": 447,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 57,
"end": 187,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 72,
"end": 75,
"ctxt": 0
},
"value": "JSX",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 76,
"end": 187,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 79,
"end": 100,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 89,
"end": 96,
"ctxt": 0
},
"value": "Element",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 97,
"end": 100,
"ctxt": 0
},
"body": []
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 102,
"end": 134,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 112,
"end": 129,
"ctxt": 0
},
"value": "IntrinsicElements",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 130,
"end": 134,
"ctxt": 0
},
"body": []
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 136,
"end": 185,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 146,
"end": 171,
"ctxt": 0
},
"value": "ElementAttributesProperty",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 172,
"end": 185,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 176,
"end": 182,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 176,
"end": 181,
"ctxt": 0
},
"value": "props",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": null,
"typeParams": null
}
]
}
}
]
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 211,
"end": 299,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 224,
"end": 235,
"ctxt": 0
},
"value": "MyComponent",
"optional": false
},
"declare": false,
"span": {
"start": 218,
"end": 299,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 242,
"end": 256,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 242,
"end": 248,
"ctxt": 0
},
"value": "render",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 242,
"end": 256,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 251,
"end": 256,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassProperty",
"span": {
"start": 260,
"end": 297,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 260,
"end": 265,
"ctxt": 0
},
"value": "props",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 265,
"end": 297,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 267,
"end": 297,
"ctxt": 0
},
"members": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 273,
"end": 282,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 274,
"end": 282,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 276,
"end": 282,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 283,
"end": 292,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 285,
"end": 292,
"ctxt": 0
},
"kind": "boolean"
}
},
"readonly": false,
"static": false,
"span": {
"start": 272,
"end": 293,
"ctxt": 0
}
}
]
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 323,
"end": 351,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 323,
"end": 350,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 324,
"end": 335,
"ctxt": 0
},
"value": "MyComponent",
"optional": false
},
"span": {
"start": 323,
"end": 350,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 336,
"end": 347,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 336,
"end": 339,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 340,
"end": 347,
"ctxt": 0
},
"value": "world",
"raw": "'world'"
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 369,
"end": 396,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 369,
"end": 395,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 370,
"end": 381,
"ctxt": 0
},
"value": "MyComponent",
"optional": false
},
"span": {
"start": 369,
"end": 395,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 382,
"end": 392,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 382,
"end": 385,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"value": {
"type": "JSXExpressionContainer",
"span": {
"start": 386,
"end": 392,
"ctxt": 0
},
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 387,
"end": 391,
"ctxt": 0
},
"value": true
}
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 414,
"end": 447,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 414,
"end": 446,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 415,
"end": 426,
"ctxt": 0
},
"value": "MyComponent",
"optional": false
},
"span": {
"start": 414,
"end": 446,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 427,
"end": 443,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 427,
"end": 435,
"ctxt": 0
},
"value": "data-bar",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 436,
"end": 443,
"ctxt": 0
},
"value": "hello",
"raw": "'hello'"
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
}
],
"interpreter": null
}