swc/ecmascript/parser/tests/jsx/basic/7/input.js.json

111 lines
2.4 KiB
JSON
Raw Normal View History

{
"type": "Module",
"span": {
"start": 0,
2019-12-21 11:09:53 +03:00
"end": 51,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 0,
2019-12-21 11:09:53 +03:00
"end": 51,
"ctxt": 0
},
"expression": {
"type": "JSXElement",
"span": {
"start": 0,
2019-12-21 11:09:53 +03:00
"end": 51,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 1,
"end": 8,
"ctxt": 0
},
"value": "AbC-def",
"typeAnnotation": null,
"optional": false
},
"span": {
"start": 1,
2019-12-21 11:09:53 +03:00
"end": 32,
"ctxt": 0
},
"attributes": [
{
"type": "JSXAttribute",
"span": {
2019-12-21 11:09:53 +03:00
"start": 11,
"end": 31,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
2019-12-21 11:09:53 +03:00
"start": 11,
"end": 15,
"ctxt": 0
},
"value": "test",
"typeAnnotation": null,
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
2019-12-21 11:09:53 +03:00
"start": 16,
"end": 31,
"ctxt": 0
},
"value": "&&",
"hasEscape": false
}
}
],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXText",
"span": {
2019-12-21 11:09:53 +03:00
"start": 32,
"end": 41,
"ctxt": 0
},
2019-12-21 11:09:53 +03:00
"value": "\n\nbar\n\nbaz\n\n",
"raw": "\n\nbar\n\nbaz\n\n"
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
2019-12-21 11:09:53 +03:00
"start": 43,
"end": 51,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
2019-12-21 11:09:53 +03:00
"start": 43,
"end": 50,
"ctxt": 0
},
"value": "AbC-def",
"typeAnnotation": null,
"optional": false
}
}
}
}
],
"interpreter": null
}