123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- {
- "type": "File",
- "start": 0,
- "end": 16,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 16
- }
- },
- "program": {
- "type": "Program",
- "start": 0,
- "end": 16,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 16
- }
- },
- "sourceType": "script",
- "interpreter": null,
- "body": [
- {
- "type": "ExpressionStatement",
- "start": 0,
- "end": 16,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 16
- }
- },
- "expression": {
- "type": "JSXElement",
- "start": 0,
- "end": 16,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 16
- }
- },
- "openingElement": {
- "type": "JSXOpeningElement",
- "start": 0,
- "end": 3,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 3
- }
- },
- "attributes": [],
- "name": {
- "type": "JSXIdentifier",
- "start": 1,
- "end": 2,
- "loc": {
- "start": {
- "line": 1,
- "column": 1
- },
- "end": {
- "line": 1,
- "column": 2
- }
- },
- "name": "A"
- },
- "selfClosing": false
- },
- "closingElement": {
- "type": "JSXClosingElement",
- "start": 12,
- "end": 16,
- "loc": {
- "start": {
- "line": 1,
- "column": 12
- },
- "end": {
- "line": 1,
- "column": 16
- }
- },
- "name": {
- "type": "JSXIdentifier",
- "start": 14,
- "end": 15,
- "loc": {
- "start": {
- "line": 1,
- "column": 14
- },
- "end": {
- "line": 1,
- "column": 15
- }
- },
- "name": "A"
- }
- },
- "children": [
- {
- "type": "JSXText",
- "start": 3,
- "end": 12,
- "loc": {
- "start": {
- "line": 1,
- "column": 3
- },
- "end": {
- "line": 1,
- "column": 12
- }
- },
- "extra": {
- "rawValue": "💩",
- "raw": "💩"
- },
- "value": "💩"
- }
- ]
- }
- }
- ],
- "directives": []
- }
- }
|