swc/crates/jsdoc/tests/fixtures/inlinecomment.debug

51 lines
1.0 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
1,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
17,
),
ctxt: #0,
},
value: Atom('Inline Comment 1' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
50,
),
hi: BytePos(
50,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
50,
),
hi: BytePos(
66,
),
ctxt: #0,
},
value: Atom('Inline Comment 2' type=dynamic),
},
tags: [],
},
]