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

224 lines
5.8 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
0,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('' type=static),
2020-08-14 12:20:25 +03:00
},
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(
2020-09-11 06:52:57 +03:00
42,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('' type=static),
2020-08-14 12:20:25 +03:00
},
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(
2020-09-11 06:52:57 +03:00
100,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Set up initial values.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
157,
),
hi: BytePos(
157,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
157,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
180,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('The name of the person.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
238,
),
hi: BytePos(
238,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
238,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
254,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Speak a message.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
]