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

124 lines
3.6 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(
8,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
8,
),
ctxt: #0,
},
value: Atom('overview' type=dynamic),
},
tag: File(
FileTag {
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),
},
},
),
},
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),
},
},
),
},
],
},
]