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

268 lines
5.4 KiB
JSON

{
"type": "Module",
"span": {
"start": 54,
"end": 316,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 54,
"end": 81,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "StringLiteral",
"span": {
"start": 69,
"end": 76,
"ctxt": 0
},
"value": "react",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 77,
"end": 81,
"ctxt": 0
},
"body": []
}
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 106,
"end": 154,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 121,
"end": 124,
"ctxt": 0
},
"value": "JSX",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 125,
"end": 154,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 131,
"end": 152,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 141,
"end": 148,
"ctxt": 0
},
"value": "Element",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 149,
"end": 152,
"ctxt": 0
},
"body": []
}
}
]
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 155,
"end": 179,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 168,
"end": 175,
"ctxt": 0
},
"value": "MyClass",
"optional": false
},
"declare": false,
"span": {
"start": 162,
"end": 179,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
},
{
"type": "ImportDeclaration",
"span": {
"start": 238,
"end": 269,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportNamespaceSpecifier",
"span": {
"start": 245,
"end": 255,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 250,
"end": 255,
"ctxt": 0
},
"value": "React",
"optional": false
}
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 261,
"end": 268,
"ctxt": 0
},
"value": "react",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "ImportDeclaration",
"span": {
"start": 270,
"end": 302,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportSpecifier",
"span": {
"start": 278,
"end": 285,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 278,
"end": 285,
"ctxt": 0
},
"value": "MyClass",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 292,
"end": 301,
"ctxt": 0
},
"value": "./file1",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeOnly": false,
"asserts": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 304,
"end": 316,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 304,
"end": 315,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 305,
"end": 312,
"ctxt": 0
},
"value": "MyClass",
"optional": false
},
"span": {
"start": 304,
"end": 315,
"ctxt": 0
},
"attributes": [],
"selfClosing": true,
"typeArguments": null
},
"children": [],
"closing": null
}
}
],
"interpreter": null
}