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

101 lines
2.6 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
74,
),
hi: BytePos(
74,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
74,
),
hi: BytePos(
99,
),
ctxt: #0,
},
value: Atom('My example module.
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
74,
),
hi: BytePos(
81,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
74,
),
hi: BytePos(
81,
),
ctxt: #0,
},
value: Atom('exports' type=inline),
},
tag: Exports(
ExportsTag {
span: Span {
lo: BytePos(
74,
),
hi: BytePos(
81,
),
ctxt: #0,
},
module_name: Text {
span: Span {
lo: BytePos(
74,
),
hi: BytePos(
87,
),
ctxt: #0,
},
value: Atom('exampleModule' type=dynamic),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
171,
),
hi: BytePos(
171,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
171,
),
hi: BytePos(
189,
),
ctxt: #0,
},
value: Atom('My example method.' type=dynamic),
},
tags: [],
},
]