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

210 lines
5.7 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
30,
),
hi: BytePos(
30,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
30,
),
hi: BytePos(
30,
),
ctxt: #0,
},
value: Atom('' type=static),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
30,
),
hi: BytePos(
35,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
30,
),
hi: BytePos(
35,
),
ctxt: #0,
},
value: Atom('lends' type=inline),
},
tag: Lends(
LendsTag {
span: Span {
lo: BytePos(
30,
),
hi: BytePos(
35,
),
ctxt: #0,
},
name: NamePath {
span: Span {
lo: BytePos(
30,
),
hi: BytePos(
31,
),
ctxt: #0,
},
components: [
Text {
span: Span {
lo: BytePos(
30,
),
hi: BytePos(
36,
),
ctxt: #0,
},
value: Atom('Person' type=inline),
},
],
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
66,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
85,
),
ctxt: #0,
},
value: Atom('Construct a Person.' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
76,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
76,
),
ctxt: #0,
},
value: Atom('constructs' type=dynamic),
},
tag: Constructs(
ConstructsTag {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
76,
),
ctxt: #0,
},
name: Text {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
72,
),
ctxt: #0,
},
value: Atom('Person' type=inline),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
182,
),
hi: BytePos(
182,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
182,
),
hi: BytePos(
205,
),
ctxt: #0,
},
value: Atom('The name of the person.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
263,
),
hi: BytePos(
263,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
263,
),
hi: BytePos(
279,
),
ctxt: #0,
},
value: Atom('Speak a message.' type=dynamic),
},
tags: [],
},
]