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

1260 lines
28 KiB
JSON

{
"type": "Module",
"span": {
"start": 68,
"end": 1402,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 68,
"end": 190,
"ctxt": 0
},
"declare": true,
"global": true,
"id": {
"type": "Identifier",
"span": {
"start": 76,
"end": 82,
"ctxt": 0
},
"value": "global",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 83,
"end": 190,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 89,
"end": 188,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 99,
"end": 102,
"ctxt": 0
},
"value": "JSX",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 103,
"end": 188,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 113,
"end": 182,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 123,
"end": 140,
"ctxt": 0
},
"value": "IntrinsicElements",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 141,
"end": 182,
"ctxt": 0
},
"body": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 156,
"end": 165,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 157,
"end": 165,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 159,
"end": 165,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 166,
"end": 171,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 168,
"end": 171,
"ctxt": 0
},
"kind": "any"
}
},
"readonly": false,
"static": false,
"span": {
"start": 155,
"end": 172,
"ctxt": 0
}
}
]
}
}
]
}
}
]
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 191,
"end": 217,
"ctxt": 0
},
"declaration": {
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 207,
"end": 208,
"ctxt": 0
},
"value": "h",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 198,
"end": 217,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 210,
"end": 216,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 212,
"end": 216,
"ctxt": 0
},
"kind": "void"
}
}
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 218,
"end": 246,
"ctxt": 0
},
"declaration": {
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 234,
"end": 237,
"ctxt": 0
},
"value": "jsx",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 225,
"end": 246,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 239,
"end": 245,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 241,
"end": 245,
"ctxt": 0
},
"kind": "void"
}
}
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 247,
"end": 280,
"ctxt": 0
},
"declaration": {
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 263,
"end": 271,
"ctxt": 0
},
"value": "Fragment",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 254,
"end": 280,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 273,
"end": 279,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 275,
"end": 279,
"ctxt": 0
},
"kind": "void"
}
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 347,
"end": 386,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 355,
"end": 356,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 355,
"end": 356,
"ctxt": 0
},
"value": "h",
"optional": false
},
"imported": null,
"isTypeOnly": false
},
{
"type": "ImportSpecifier",
"span": {
"start": 358,
"end": 366,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 358,
"end": 366,
"ctxt": 0
},
"value": "Fragment",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 373,
"end": 385,
"ctxt": 0
},
"value": "./renderer",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 387,
"end": 403,
"ctxt": 0
},
"expression": {
"type": "JSXFragment",
"span": {
"start": 387,
"end": 403,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningFragment",
"span": {
"start": 387,
"end": 389,
"ctxt": 0
}
},
"children": [
{
"type": "JSXElement",
"span": {
"start": 389,
"end": 400,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 390,
"end": 393,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 389,
"end": 394,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 394,
"end": 400,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 396,
"end": 399,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
}
],
"closing": {
"type": "JSXClosingFragment",
"span": {
"start": 400,
"end": 403,
"ctxt": 0
}
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 468,
"end": 499,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 476,
"end": 479,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 476,
"end": 479,
"ctxt": 0
},
"value": "jsx",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 486,
"end": 498,
"ctxt": 0
},
"value": "./renderer",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 500,
"end": 518,
"ctxt": 0
},
"expression": {
"type": "JSXFragment",
"span": {
"start": 500,
"end": 518,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningFragment",
"span": {
"start": 500,
"end": 502,
"ctxt": 0
}
},
"children": [
{
"type": "JSXElement",
"span": {
"start": 502,
"end": 515,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 503,
"end": 507,
"ctxt": 0
},
"value": "span",
"optional": false
},
"span": {
"start": 502,
"end": 508,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 508,
"end": 515,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 510,
"end": 514,
"ctxt": 0
},
"value": "span",
"optional": false
}
}
}
],
"closing": {
"type": "JSXClosingFragment",
"span": {
"start": 515,
"end": 518,
"ctxt": 0
}
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 599,
"end": 638,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 607,
"end": 608,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 607,
"end": 608,
"ctxt": 0
},
"value": "h",
"optional": false
},
"imported": null,
"isTypeOnly": false
},
{
"type": "ImportSpecifier",
"span": {
"start": 610,
"end": 618,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 610,
"end": 618,
"ctxt": 0
},
"value": "Fragment",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 625,
"end": 637,
"ctxt": 0
},
"value": "./renderer",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 639,
"end": 644,
"ctxt": 0
},
"expression": {
"type": "JSXFragment",
"span": {
"start": 639,
"end": 644,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningFragment",
"span": {
"start": 639,
"end": 641,
"ctxt": 0
}
},
"children": [],
"closing": {
"type": "JSXClosingFragment",
"span": {
"start": 641,
"end": 644,
"ctxt": 0
}
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 723,
"end": 754,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 731,
"end": 734,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 731,
"end": 734,
"ctxt": 0
},
"value": "jsx",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 741,
"end": 753,
"ctxt": 0
},
"value": "./renderer",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 755,
"end": 760,
"ctxt": 0
},
"expression": {
"type": "JSXFragment",
"span": {
"start": 755,
"end": 760,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningFragment",
"span": {
"start": 755,
"end": 757,
"ctxt": 0
}
},
"children": [],
"closing": {
"type": "JSXClosingFragment",
"span": {
"start": 757,
"end": 760,
"ctxt": 0
}
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 848,
"end": 884,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 856,
"end": 864,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 856,
"end": 864,
"ctxt": 0
},
"value": "Fragment",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 871,
"end": 883,
"ctxt": 0
},
"value": "./renderer",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 885,
"end": 890,
"ctxt": 0
},
"expression": {
"type": "JSXFragment",
"span": {
"start": 885,
"end": 890,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningFragment",
"span": {
"start": 885,
"end": 887,
"ctxt": 0
}
},
"children": [],
"closing": {
"type": "JSXClosingFragment",
"span": {
"start": 887,
"end": 890,
"ctxt": 0
}
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 976,
"end": 1004,
"ctxt": 0
},
"specifiers": [],
"source": {
"type": "StringLiteral",
"span": {
"start": 991,
"end": 1003,
"ctxt": 0
},
"value": "./renderer",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 1005,
"end": 1010,
"ctxt": 0
},
"expression": {
"type": "JSXFragment",
"span": {
"start": 1005,
"end": 1010,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningFragment",
"span": {
"start": 1005,
"end": 1007,
"ctxt": 0
}
},
"children": [],
"closing": {
"type": "JSXClosingFragment",
"span": {
"start": 1007,
"end": 1010,
"ctxt": 0
}
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 1089,
"end": 1128,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 1097,
"end": 1098,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 1097,
"end": 1098,
"ctxt": 0
},
"value": "h",
"optional": false
},
"imported": null,
"isTypeOnly": false
},
{
"type": "ImportSpecifier",
"span": {
"start": 1100,
"end": 1108,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 1100,
"end": 1108,
"ctxt": 0
},
"value": "Fragment",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 1115,
"end": 1127,
"ctxt": 0
},
"value": "./renderer",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 1129,
"end": 1140,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 1129,
"end": 1140,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 1130,
"end": 1133,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 1129,
"end": 1134,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 1134,
"end": 1140,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1136,
"end": 1139,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 1217,
"end": 1248,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 1225,
"end": 1228,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 1225,
"end": 1228,
"ctxt": 0
},
"value": "jsx",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 1235,
"end": 1247,
"ctxt": 0
},
"value": "./renderer",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 1249,
"end": 1260,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 1249,
"end": 1260,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 1250,
"end": 1253,
"ctxt": 0
},
"value": "div",
"optional": false
},
"span": {
"start": 1249,
"end": 1254,
"ctxt": 0
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 1254,
"end": 1260,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1256,
"end": 1259,
"ctxt": 0
},
"value": "div",
"optional": false
}
}
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 1321,
"end": 1350,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 1329,
"end": 1330,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 1329,
"end": 1330,
"ctxt": 0
},
"value": "h",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 1337,
"end": 1349,
"ctxt": 0
},
"value": "./renderer",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1360,
"end": 1369,
"ctxt": 0
},
"value": "Component",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1351,
"end": 1388,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1372,
"end": 1388,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 1374,
"end": 1386,
"ctxt": 0
},
"argument": {
"type": "NullLiteral",
"span": {
"start": 1381,
"end": 1385,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 1389,
"end": 1402,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 1389,
"end": 1402,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 1390,
"end": 1399,
"ctxt": 0
},
"value": "Component",
"optional": false
},
"span": {
"start": 1389,
"end": 1402,
"ctxt": 0
},
"attributes": [],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
}
],
"interpreter": null
}