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

188 lines
5.7 KiB
Plaintext
Raw Normal View History

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