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

143 lines
2.7 KiB
JSON
Raw Normal View History

{
"type": "Module",
"span": {
"start": 0,
"end": 16,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 16
}
}
},
"body": [
{
"type": "JSXElement",
"span": {
"start": 0,
"end": 16,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 16
}
}
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 1,
"end": 2,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 2
}
}
},
"value": "A",
"typeAnnotation": null,
"optional": false
},
"span": {
"start": 1,
"end": 3,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 3
}
}
},
"attributes": [],
"selfClosing": false,
"typeArguments": null
},
"children": [
{
"type": "JSXText",
"span": {
"start": 3,
"end": 12,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 3
},
"end": {
"line": 1,
"column": 12
}
}
},
"value": "💩",
"raw": "💩"
}
],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 14,
"end": 16,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 14
},
"end": {
"line": 1,
"column": 16
}
}
},
"name": {
"type": "Identifier",
"span": {
"start": 14,
"end": 15,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 14
},
"end": {
"line": 1,
"column": 15
}
}
},
"value": "A",
"typeAnnotation": null,
"optional": false
}
}
}
],
"interpreter": null
}