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

315 lines
9.0 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
1,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
29,
),
ctxt: #0,
},
value: Atom('Describe the module here.
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
7,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
7,
),
ctxt: #0,
},
value: Atom('module' type=static),
},
tag: Module(
ModuleTag {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
7,
),
ctxt: #0,
},
name: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
7,
),
ctxt: #0,
},
value: Atom('config' type=inline),
},
ty: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
9,
),
ctxt: #0,
},
value: Atom('mymodule' type=dynamic),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
66,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
90,
),
ctxt: #0,
},
value: Atom('Describe the class here.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
132,
),
hi: BytePos(
132,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
132,
),
hi: BytePos(
166,
),
ctxt: #0,
},
value: Atom('Create a new configuration.
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
132,
),
hi: BytePos(
137,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
132,
),
hi: BytePos(
137,
),
ctxt: #0,
},
value: Atom('param' type=inline),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
132,
),
hi: BytePos(
137,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
132,
),
hi: BytePos(
140,
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
132,
),
hi: BytePos(
134,
),
ctxt: #0,
},
value: Atom('id' type=inline),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
235,
),
hi: BytePos(
235,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
235,
),
hi: BytePos(
247,
),
ctxt: #0,
},
value: Atom('Document me.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
288,
),
hi: BytePos(
288,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
288,
),
hi: BytePos(
327,
),
ctxt: #0,
},
value: Atom('Get the configuration ID.
*
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
288,
),
hi: BytePos(
294,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
288,
),
hi: BytePos(
294,
),
ctxt: #0,
},
value: Atom('return' type=static),
},
tag: Return(
ReturnTag {
span: Span {
lo: BytePos(
288,
),
hi: BytePos(
294,
),
ctxt: #0,
},
ty: Some(
Text {
span: Span {
lo: BytePos(
288,
),
hi: BytePos(
296,
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
},
),
description: Text {
span: Span {
lo: BytePos(
288,
),
hi: BytePos(
309,
),
ctxt: #0,
},
value: Atom('The configuration ID.' type=dynamic),
},
},
),
},
],
},
]