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

341 lines
10 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(
99,
),
ctxt: #0,
},
value: Atom('Create a new configuration.
*
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
75,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
75,
),
ctxt: #0,
},
value: Atom('classdesc' type=dynamic),
},
tag: ClassDesc(
JSDocClassDescTag {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
75,
),
ctxt: #0,
},
desc: Text {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
90,
),
ctxt: #0,
},
value: Atom('Describe the class here.' type=dynamic),
},
},
),
},
TagItem {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
71,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
71,
),
ctxt: #0,
},
value: Atom('class' type=static),
},
tag: Class(
ClassTag {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
71,
),
ctxt: #0,
},
ty: Some(
Text {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
97,
),
ctxt: #0,
},
value: Atom('* @alias module:mymodule/config' type=dynamic),
},
),
name: Some(
Text {
span: Span {
lo: BytePos(
66,
),
hi: BytePos(
86,
),
ctxt: #0,
},
value: Atom('* @param {string} id' type=dynamic),
},
),
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
237,
),
hi: BytePos(
237,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
237,
),
hi: BytePos(
249,
),
ctxt: #0,
},
value: Atom('Document me.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
277,
),
hi: BytePos(
277,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
277,
),
hi: BytePos(
308,
),
ctxt: #0,
},
value: Atom('Get the configuration ID.
*
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
277,
),
hi: BytePos(
283,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
277,
),
hi: BytePos(
283,
),
ctxt: #0,
},
value: Atom('return' type=static),
},
tag: Return(
ReturnTag {
span: Span {
lo: BytePos(
277,
),
hi: BytePos(
283,
),
ctxt: #0,
},
ty: Some(
Text {
span: Span {
lo: BytePos(
277,
),
hi: BytePos(
285,
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
},
),
description: Text {
span: Span {
lo: BytePos(
277,
),
hi: BytePos(
298,
),
ctxt: #0,
},
value: Atom('The configuration ID.' type=dynamic),
},
},
),
},
],
},
]