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

210 lines
5.7 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
29,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
29,
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(
29,
),
hi: BytePos(
34,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
34,
),
ctxt: #0,
},
value: Atom('lends' type=inline),
},
tag: Lends(
LendsTag {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
34,
),
ctxt: #0,
},
name: NamePath {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
30,
),
ctxt: #0,
},
components: [
Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
35,
),
ctxt: #0,
},
value: Atom('Person' type=inline),
},
],
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
65,
),
hi: BytePos(
65,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
65,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
84,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Construct a Person.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [
TagItem {
span: Span {
lo: BytePos(
65,
),
hi: BytePos(
75,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
65,
),
hi: BytePos(
75,
),
ctxt: #0,
},
value: Atom('constructs' type=dynamic),
},
tag: Constructs(
ConstructsTag {
span: Span {
lo: BytePos(
65,
),
hi: BytePos(
75,
),
ctxt: #0,
},
name: Text {
span: Span {
lo: BytePos(
65,
),
hi: BytePos(
71,
),
ctxt: #0,
},
value: Atom('Person' type=inline),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
181,
),
hi: BytePos(
181,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
181,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
204,
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(
262,
),
hi: BytePos(
262,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
262,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
278,
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: [],
},
]