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

2878 lines
84 KiB
JSON

{
"type": "Script",
"span": {
"start": 36,
"end": 1043,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 36,
"end": 135,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 51,
"end": 54,
"ctxt": 0
},
"value": "JSX",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 55,
"end": 135,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 58,
"end": 79,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 68,
"end": 75,
"ctxt": 0
},
"value": "Element",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 76,
"end": 79,
"ctxt": 0
},
"body": []
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 81,
"end": 133,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 91,
"end": 108,
"ctxt": 0
},
"value": "IntrinsicElements",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 109,
"end": 133,
"ctxt": 0
},
"body": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 114,
"end": 123,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 115,
"end": 123,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 117,
"end": 123,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 124,
"end": 129,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 126,
"end": 129,
"ctxt": 0
},
"kind": "any"
}
},
"readonly": false,
"static": false,
"span": {
"start": 113,
"end": 130,
"ctxt": 0
}
}
]
}
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 136,
"end": 159,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 148,
"end": 158,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 148,
"end": 153,
"ctxt": 0
},
"value": "React",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 153,
"end": 158,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 155,
"end": 158,
"ctxt": 0
},
"kind": "any"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 161,
"end": 167,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 165,
"end": 166,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 165,
"end": 166,
"ctxt": 0
},
"value": "p",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 168,
"end": 194,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 172,
"end": 193,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 172,
"end": 183,
"ctxt": 0
},
"value": "selfClosed1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 186,
"end": 193,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 187,
"end": 190,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 186,
"end": 193,
"ctxt": 0
},
"attributes": [],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 195,
"end": 227,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 199,
"end": 226,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 199,
"end": 210,
"ctxt": 0
},
"value": "selfClosed2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 213,
"end": 226,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 214,
"end": 217,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 213,
"end": 226,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 218,
"end": 223,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 218,
"end": 219,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 220,
"end": 223,
"ctxt": 0
},
"value": "1",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 228,
"end": 260,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 232,
"end": 259,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 232,
"end": 243,
"ctxt": 0
},
"value": "selfClosed3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 246,
"end": 259,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 247,
"end": 250,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 246,
"end": 259,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 251,
"end": 256,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 251,
"end": 252,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 253,
"end": 256,
"ctxt": 0
},
"value": "1",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 261,
"end": 299,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 265,
"end": 298,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 265,
"end": 276,
"ctxt": 0
},
"value": "selfClosed4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 279,
"end": 298,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 280,
"end": 283,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 279,
"end": 298,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 284,
"end": 289,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 284,
"end": 285,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 286,
"end": 289,
"ctxt": 0
},
"value": "1",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"type": "JSXAttribute",
"span": {
"start": 290,
"end": 295,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 290,
"end": 291,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 292,
"end": 295,
"ctxt": 0
},
"value": "0",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 300,
"end": 338,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 304,
"end": 337,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 304,
"end": 315,
"ctxt": 0
},
"value": "selfClosed5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 318,
"end": 337,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 319,
"end": 322,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 318,
"end": 337,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 323,
"end": 328,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 323,
"end": 324,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "JSXExpressionContainer",
"span": {
"start": 325,
"end": 328,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 326,
"end": 327,
"ctxt": 0
},
"value": 0.0
}
}
},
{
"type": "JSXAttribute",
"span": {
"start": 329,
"end": 334,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 329,
"end": 330,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 331,
"end": 334,
"ctxt": 0
},
"value": "0",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 339,
"end": 379,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 343,
"end": 378,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 343,
"end": 354,
"ctxt": 0
},
"value": "selfClosed6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 357,
"end": 378,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 358,
"end": 361,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 357,
"end": 378,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 362,
"end": 369,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 362,
"end": 363,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "JSXExpressionContainer",
"span": {
"start": 364,
"end": 369,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 365,
"end": 368,
"ctxt": 0
},
"value": "1",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
{
"type": "JSXAttribute",
"span": {
"start": 370,
"end": 375,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 370,
"end": 371,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 372,
"end": 375,
"ctxt": 0
},
"value": "0",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 380,
"end": 420,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 384,
"end": 419,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 384,
"end": 395,
"ctxt": 0
},
"value": "selfClosed7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 398,
"end": 419,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 399,
"end": 402,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 398,
"end": 419,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 403,
"end": 408,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 403,
"end": 404,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "JSXExpressionContainer",
"span": {
"start": 405,
"end": 408,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 406,
"end": 407,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "JSXAttribute",
"span": {
"start": 409,
"end": 414,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 409,
"end": 410,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 411,
"end": 414,
"ctxt": 0
},
"value": "p",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"type": "JSXAttribute",
"span": {
"start": 415,
"end": 416,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 415,
"end": 416,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null
}
],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 422,
"end": 452,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 426,
"end": 451,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 426,
"end": 437,
"ctxt": 0
},
"value": "openClosed1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 440,
"end": 451,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 441,
"end": 444,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 440,
"end": 445,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 445,
"end": 451,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 447,
"end": 450,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 453,
"end": 492,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 457,
"end": 491,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 457,
"end": 468,
"ctxt": 0
},
"value": "openClosed2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 471,
"end": 491,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 472,
"end": 475,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 471,
"end": 482,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 476,
"end": 481,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 476,
"end": 477,
"ctxt": 0
},
"value": "n",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 478,
"end": 481,
"ctxt": 0
},
"value": "m",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXText",
"span": {
"start": 482,
"end": 485,
"ctxt": 0
},
"value": "foo",
"raw": "foo"
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 485,
"end": 491,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 487,
"end": 490,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 493,
"end": 532,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 497,
"end": 531,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 497,
"end": 508,
"ctxt": 0
},
"value": "openClosed3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 511,
"end": 531,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 512,
"end": 515,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 511,
"end": 522,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 516,
"end": 521,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 516,
"end": 517,
"ctxt": 0
},
"value": "n",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 518,
"end": 521,
"ctxt": 0
},
"value": "m",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXExpressionContainer",
"span": {
"start": 522,
"end": 525,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 523,
"end": 524,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 525,
"end": 531,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 527,
"end": 530,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 533,
"end": 576,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 537,
"end": 575,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 537,
"end": 548,
"ctxt": 0
},
"value": "openClosed4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 551,
"end": 575,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 552,
"end": 555,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 551,
"end": 562,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 556,
"end": 561,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 556,
"end": 557,
"ctxt": 0
},
"value": "n",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 558,
"end": 561,
"ctxt": 0
},
"value": "m",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXExpressionContainer",
"span": {
"start": 562,
"end": 569,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 563,
"end": 568,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 563,
"end": 564,
"ctxt": 0
},
"value": "p",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 567,
"end": 568,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 569,
"end": 575,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 571,
"end": 574,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 577,
"end": 622,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 581,
"end": 621,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 581,
"end": 592,
"ctxt": 0
},
"value": "openClosed5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 595,
"end": 621,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 596,
"end": 599,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 595,
"end": 608,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 600,
"end": 605,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 600,
"end": 601,
"ctxt": 0
},
"value": "n",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 602,
"end": 605,
"ctxt": 0
},
"value": "m",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"type": "JSXAttribute",
"span": {
"start": 606,
"end": 607,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 606,
"end": 607,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null
}
],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXExpressionContainer",
"span": {
"start": 608,
"end": 615,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 609,
"end": 614,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 609,
"end": 610,
"ctxt": 0
},
"value": "p",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 613,
"end": 614,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 615,
"end": 621,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 617,
"end": 620,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 630,
"end": 639,
"ctxt": 0
},
"value": "SomeClass",
"optional": false
},
"declare": false,
"span": {
"start": 624,
"end": 911,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 643,
"end": 909,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 643,
"end": 644,
"ctxt": 0
},
"value": "f",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 643,
"end": 909,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 647,
"end": 909,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 651,
"end": 691,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 655,
"end": 690,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 655,
"end": 664,
"ctxt": 0
},
"value": "rewrites1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 667,
"end": 690,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 668,
"end": 671,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 667,
"end": 672,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXExpressionContainer",
"span": {
"start": 672,
"end": 684,
"ctxt": 0
},
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 673,
"end": 683,
"ctxt": 0
},
"params": [],
"body": {
"type": "ThisExpression",
"span": {
"start": 679,
"end": 683,
"ctxt": 0
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 684,
"end": 690,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 686,
"end": 689,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 694,
"end": 736,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 698,
"end": 735,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 698,
"end": 707,
"ctxt": 0
},
"value": "rewrites2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 710,
"end": 735,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 711,
"end": 714,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 710,
"end": 715,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXExpressionContainer",
"span": {
"start": 715,
"end": 729,
"ctxt": 0
},
"expression": {
"type": "ArrayExpression",
"span": {
"start": 716,
"end": 728,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 717,
"end": 718,
"ctxt": 0
},
"value": "p",
"optional": false
}
},
{
"spread": {
"start": 720,
"end": 723,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 723,
"end": 724,
"ctxt": 0
},
"value": "p",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 726,
"end": 727,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
]
}
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 729,
"end": 735,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 731,
"end": 734,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 739,
"end": 772,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 743,
"end": 771,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 743,
"end": 752,
"ctxt": 0
},
"value": "rewrites3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 755,
"end": 771,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 756,
"end": 759,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 755,
"end": 760,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXExpressionContainer",
"span": {
"start": 760,
"end": 765,
"ctxt": 0
},
"expression": {
"type": "ObjectExpression",
"span": {
"start": 761,
"end": 764,
"ctxt": 0
},
"properties": [
{
"type": "Identifier",
"span": {
"start": 762,
"end": 763,
"ctxt": 0
},
"value": "p",
"optional": false
}
]
}
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 765,
"end": 771,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 767,
"end": 770,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 776,
"end": 819,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 780,
"end": 818,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 780,
"end": 789,
"ctxt": 0
},
"value": "rewrites4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 792,
"end": 818,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 793,
"end": 796,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 792,
"end": 812,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 797,
"end": 811,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 797,
"end": 798,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "JSXExpressionContainer",
"span": {
"start": 799,
"end": 811,
"ctxt": 0
},
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 800,
"end": 810,
"ctxt": 0
},
"params": [],
"body": {
"type": "ThisExpression",
"span": {
"start": 806,
"end": 810,
"ctxt": 0
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
}
],
"selfClosing": false,
"typeArguments": null
},
"children": [],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 812,
"end": 818,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 814,
"end": 817,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 822,
"end": 867,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 826,
"end": 866,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 826,
"end": 835,
"ctxt": 0
},
"value": "rewrites5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 838,
"end": 866,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 839,
"end": 842,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 838,
"end": 860,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 843,
"end": 859,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 843,
"end": 844,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "JSXExpressionContainer",
"span": {
"start": 845,
"end": 859,
"ctxt": 0
},
"expression": {
"type": "ArrayExpression",
"span": {
"start": 846,
"end": 858,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 847,
"end": 848,
"ctxt": 0
},
"value": "p",
"optional": false
}
},
{
"spread": {
"start": 850,
"end": 853,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 853,
"end": 854,
"ctxt": 0
},
"value": "p",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 856,
"end": 857,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
]
}
}
}
],
"selfClosing": false,
"typeArguments": null
},
"children": [],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 860,
"end": 866,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 862,
"end": 865,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 870,
"end": 906,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 874,
"end": 905,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 874,
"end": 883,
"ctxt": 0
},
"value": "rewrites6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 886,
"end": 905,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 887,
"end": 890,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 886,
"end": 899,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
"start": 891,
"end": 898,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 891,
"end": 892,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "JSXExpressionContainer",
"span": {
"start": 893,
"end": 898,
"ctxt": 0
},
"expression": {
"type": "ObjectExpression",
"span": {
"start": 894,
"end": 897,
"ctxt": 0
},
"properties": [
{
"type": "Identifier",
"span": {
"start": 895,
"end": 896,
"ctxt": 0
},
"value": "p",
"optional": false
}
]
}
}
}
],
"selfClosing": false,
"typeArguments": null
},
"children": [],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 899,
"end": 905,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 901,
"end": 904,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "VariableDeclaration",
"span": {
"start": 913,
"end": 949,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 917,
"end": 948,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 917,
"end": 928,
"ctxt": 0
},
"value": "whitespace1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 931,
"end": 948,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 932,
"end": 935,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 931,
"end": 936,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXText",
"span": {
"start": 936,
"end": 942,
"ctxt": 0
},
"value": " ",
"raw": " "
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 942,
"end": 948,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 944,
"end": 947,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 950,
"end": 989,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 954,
"end": 988,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 954,
"end": 965,
"ctxt": 0
},
"value": "whitespace2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 968,
"end": 988,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 969,
"end": 972,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 968,
"end": 973,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXText",
"span": {
"start": 973,
"end": 975,
"ctxt": 0
},
"value": " ",
"raw": " "
},
{
"type": "JSXExpressionContainer",
"span": {
"start": 975,
"end": 978,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 976,
"end": 977,
"ctxt": 0
},
"value": "p",
"optional": false
}
},
{
"type": "JSXText",
"span": {
"start": 978,
"end": 982,
"ctxt": 0
},
"value": " ",
"raw": " "
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 982,
"end": 988,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 984,
"end": 987,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 990,
"end": 1043,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 994,
"end": 1042,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 994,
"end": 1005,
"ctxt": 0
},
"value": "whitespace3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "JSXElement",
"span": {
"start": 1008,
"end": 1042,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 1009,
"end": 1012,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 1008,
"end": 1013,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXText",
"span": {
"start": 1013,
"end": 1022,
"ctxt": 0
},
"value": " \n\n ",
"raw": " \n\n "
},
{
"type": "JSXExpressionContainer",
"span": {
"start": 1022,
"end": 1025,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1023,
"end": 1024,
"ctxt": 0
},
"value": "p",
"optional": false
}
},
{
"type": "JSXText",
"span": {
"start": 1025,
"end": 1036,
"ctxt": 0
},
"value": " \n\n ",
"raw": " \n\n "
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 1036,
"end": 1042,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1038,
"end": 1041,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
},
"definite": false
}
]
}
],
"interpreter": null
}