swc/crates/jsdoc/tests/fixtures/letkeyword.debug
2021-11-10 16:39:01 +09:00

101 lines
2.6 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
73,
),
hi: BytePos(
73,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
73,
),
hi: BytePos(
98,
),
ctxt: #0,
},
value: Atom('My example module.
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
73,
),
hi: BytePos(
80,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
73,
),
hi: BytePos(
80,
),
ctxt: #0,
},
value: Atom('exports' type=inline),
},
tag: Exports(
ExportsTag {
span: Span {
lo: BytePos(
73,
),
hi: BytePos(
80,
),
ctxt: #0,
},
module_name: Text {
span: Span {
lo: BytePos(
73,
),
hi: BytePos(
86,
),
ctxt: #0,
},
value: Atom('exampleModule' type=dynamic),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
170,
),
hi: BytePos(
170,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
170,
),
hi: BytePos(
188,
),
ctxt: #0,
},
value: Atom('My example method.' type=dynamic),
},
tags: [],
},
]