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

224 lines
5.8 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
value: Atom('' type=static),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
5,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
5,
),
ctxt: #0,
},
value: Atom('class' type=static),
},
tag: Class(
ClassTag {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
5,
),
ctxt: #0,
},
ty: None,
name: None,
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
42,
),
hi: BytePos(
42,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
42,
),
hi: BytePos(
42,
),
ctxt: #0,
},
value: Atom('' type=static),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
42,
),
hi: BytePos(
47,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
42,
),
hi: BytePos(
47,
),
ctxt: #0,
},
value: Atom('lends' type=inline),
},
tag: Lends(
LendsTag {
span: Span {
lo: BytePos(
42,
),
hi: BytePos(
47,
),
ctxt: #0,
},
name: NamePath {
span: Span {
lo: BytePos(
42,
),
hi: BytePos(
43,
),
ctxt: #0,
},
components: [
Text {
span: Span {
lo: BytePos(
42,
),
hi: BytePos(
48,
),
ctxt: #0,
},
value: Atom('Person' type=inline),
},
],
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
78,
),
hi: BytePos(
78,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
78,
),
hi: BytePos(
100,
),
ctxt: #0,
},
value: Atom('Set up initial values.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
157,
),
hi: BytePos(
157,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
157,
),
hi: BytePos(
180,
),
ctxt: #0,
},
value: Atom('The name of the person.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
238,
),
hi: BytePos(
238,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
238,
),
hi: BytePos(
254,
),
ctxt: #0,
},
value: Atom('Speak a message.' type=dynamic),
},
tags: [],
},
]