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

124 lines
3.6 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
1,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
1,
),
ctxt: #0,
},
value: Atom('' type=static),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
9,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
9,
),
ctxt: #0,
},
value: Atom('overview' type=dynamic),
},
tag: File(
FileTag {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
9,
),
ctxt: #0,
},
text: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
23,
),
ctxt: #0,
},
value: Atom('This is a file doclet.' type=dynamic),
},
},
),
},
TagItem {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
10,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
10,
),
ctxt: #0,
},
value: Atom('copyright' type=dynamic),
},
tag: Copyright(
CopyrightTag {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
10,
),
ctxt: #0,
},
text: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
21,
),
ctxt: #0,
},
value: Atom('Michael Mathews 2011' type=dynamic),
},
},
),
},
],
},
]