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

102 lines
3.6 KiB
Plaintext
Raw Normal View History

Module {
span: Span {
lo: BytePos(
0
),
hi: BytePos(
16
),
ctxt: #0
},
body: [
Stmt(
Expr(
JSXElement(
JSXElement {
span: Span {
lo: BytePos(
0
),
hi: BytePos(
16
),
ctxt: #0
},
opening: JSXOpeningElement {
name: Ident(
Ident(
A,
Span {
lo: BytePos(
1
),
hi: BytePos(
2
),
ctxt: #0
}
)
),
span: Span {
lo: BytePos(
1
),
hi: BytePos(
3
),
ctxt: #0
},
attrs: [],
self_closing: false
},
children: [
JSXText(
JSXText {
span: Span {
lo: BytePos(
3
),
hi: BytePos(
12
),
ctxt: #0
},
value: Atom('💩' type=inline),
raw: Atom('💩' type=inline)
}
)
],
closing: Some(
JSXClosingElement {
span: Span {
lo: BytePos(
14
),
hi: BytePos(
16
),
ctxt: #0
},
name: Ident(
Ident(
A,
Span {
lo: BytePos(
14
),
hi: BytePos(
15
),
ctxt: #0
}
)
)
}
)
}
)
)
)
]
}