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

645 lines
17 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 19,
"end": 447,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 19,
"end": 165,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 37,
"end": 40,
"ctxt": 0
},
"value": "JSX",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 41,
"end": 165,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 44,
"end": 65,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 54,
"end": 61,
"ctxt": 0
},
"value": "Element",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 62,
"end": 65,
"ctxt": 0
},
"body": []
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 67,
"end": 163,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 77,
"end": 94,
"ctxt": 0
},
"value": "IntrinsicElements",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 95,
"end": 163,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 99,
"end": 146,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 99,
"end": 102,
"ctxt": 0
},
"value": "div",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 102,
"end": 146,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 104,
"end": 146,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 109,
"end": 123,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 109,
"end": 113,
"ctxt": 0
},
"value": "text",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 114,
"end": 122,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 116,
"end": 122,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 127,
"end": 142,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 127,
"end": 132,
"ctxt": 0
},
"value": "width",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 133,
"end": 141,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 135,
"end": 141,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 150,
"end": 160,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 150,
"end": 154,
"ctxt": 0
},
"value": "span",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 154,
"end": 159,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 156,
"end": 159,
"ctxt": 0
},
"kind": "any"
}
},
"typeParams": null
}
]
}
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 212,
"end": 230,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 212,
"end": 229,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 213,
"end": 216,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 212,
"end": 229,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 217,
"end": 226,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 217,
"end": 221,
"ctxt": 0
},
"value": "text",
"optional": false
},
"value": {
"type": "JSXExpressionContainer",
"span": {
"start": 222,
"end": 226,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 223,
"end": 225,
"ctxt": 0
},
"value": 42.0
}
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 277,
"end": 299,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 277,
"end": 298,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 278,
"end": 281,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 277,
"end": 298,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 282,
"end": 295,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 282,
"end": 287,
"ctxt": 0
},
"value": "width",
"optional": false
},
"value": {
"type": "JSXExpressionContainer",
"span": {
"start": 288,
"end": 295,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 289,
"end": 294,
"ctxt": 0
},
"value": "foo",
"raw": "'foo'"
}
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 346,
"end": 374,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 350,
"end": 373,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 350,
"end": 357,
"ctxt": 0
},
"value": "attribs",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 360,
"end": 373,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 362,
"end": 366,
"ctxt": 0
},
"value": "text",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 368,
"end": 371,
"ctxt": 0
},
"value": 100.0
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 375,
"end": 396,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 375,
"end": 395,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 376,
"end": 379,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 375,
"end": 395,
"ctxt": 0
},
"attributes": [
{
"type": "SpreadElement",
"spread": {
"start": 381,
"end": 384,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 384,
"end": 391,
"ctxt": 0
},
"value": "attribs",
"optional": false
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 416,
"end": 447,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 416,
"end": 446,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 417,
"end": 421,
"ctxt": 0
},
"value": "span",
"optional": false
},
"span": {
"start": 416,
"end": 446,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 422,
"end": 431,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 422,
"end": 425,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 426,
"end": 431,
"ctxt": 0
},
"value": "bar",
"raw": "'bar'"
}
},
{
"type": "JSXAttribute",
"span": {
"start": 432,
"end": 443,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 432,
"end": 435,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"value": {
"type": "JSXExpressionContainer",
"span": {
"start": 436,
"end": 443,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 437,
"end": 442,
"ctxt": 0
},
"value": "foo",
"raw": "'foo'"
}
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
}
],
"interpreter": null
}