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

113 lines
3.0 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
13,
),
ctxt: #0,
},
value: Atom('Foo module
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
6,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
6,
),
ctxt: #0,
},
value: Atom('module' type=static),
},
tag: Module(
ModuleTag {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
6,
),
ctxt: #0,
},
name: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
value: Atom('' type=static),
},
ty: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
3,
),
ctxt: #0,
},
value: Atom('foo' type=inline),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
38,
),
hi: BytePos(
38,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
38,
),
hi: BytePos(
55,
),
ctxt: #0,
},
value: Atom('Class description' type=dynamic),
},
tags: [],
},
]