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

188 lines
5.7 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
1,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
133,
),
ctxt: #0,
},
value: Atom('Markdown asterisks in a doclet that does not use leading asterisks.
**Strong** is strong.
* List item 1.
* List item 2.' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
6,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
6,
),
ctxt: #0,
},
value: Atom('param' type=inline),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
6,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
9,
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
21,
),
ctxt: #0,
},
value: Atom('thingy - The thingy.' type=dynamic),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
216,
),
hi: BytePos(
216,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
216,
),
hi: BytePos(
342,
),
ctxt: #0,
},
value: Atom('Markdown asterisks in a doclet that uses leading asterisks.
* **Strong** is strong.
*
* * List item 1.
* * List item 2.
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
216,
),
hi: BytePos(
221,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
216,
),
hi: BytePos(
221,
),
ctxt: #0,
},
value: Atom('param' type=inline),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
216,
),
hi: BytePos(
221,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
216,
),
hi: BytePos(
224,
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
216,
),
hi: BytePos(
236,
),
ctxt: #0,
},
value: Atom('thingy - The thingy.' type=dynamic),
},
},
),
},
],
},
]