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

117 lines
2.2 KiB
JSON
Raw Normal View History

{
"type": "Module",
"span": {
"start": 0,
"end": 23,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 17
}
}
},
"body": [
{
"type": "JSXElement",
"span": {
"start": 0,
"end": 23,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 17
}
}
},
"opening": {
"type": "JSXOpeningElement",
"name": {
"type": "Identifier",
"span": {
"start": 1,
"end": 10,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 7
}
}
},
"value": "日本語",
"optional": false
},
"span": {
"start": 1,
"end": 11,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 8
}
}
},
"selfClosing": false
},
"children": [],
"closing": {
"type": "JSXClosingElement",
"span": {
"start": 13,
"end": 23,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 17
}
}
},
"name": {
"type": "Identifier",
"span": {
"start": 13,
"end": 22,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 16
}
}
},
"value": "日本語",
"optional": false
}
}
}
]
}