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

124 lines
3.6 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
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,
},
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(
8,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
8,
),
ctxt: #0,
},
value: Atom('overview' type=dynamic),
},
tag: File(
2021-10-19 11:25:57 +03:00
FileTag {
2020-08-14 12:20:25 +03:00
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
8,
),
ctxt: #0,
},
text: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
22,
),
ctxt: #0,
},
value: Atom('This is a file doclet.' type=dynamic),
},
},
),
},
2020-09-11 06:52:57 +03:00
TagItem {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
9,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
9,
),
ctxt: #0,
},
value: Atom('copyright' type=dynamic),
},
tag: Copyright(
CopyrightTag {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
9,
),
ctxt: #0,
},
text: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
20,
),
ctxt: #0,
},
value: Atom('Michael Mathews 2011' type=dynamic),
},
},
),
},
2020-08-14 12:20:25 +03:00
],
},
]