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

318 lines
9.2 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
152,
),
hi: BytePos(
152,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
152,
),
hi: BytePos(
168,
),
ctxt: #0,
},
value: Atom('Add a number.
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
152,
),
hi: BytePos(
157,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
152,
),
hi: BytePos(
157,
),
ctxt: #0,
},
value: Atom('param' type=inline),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
152,
),
hi: BytePos(
157,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
152,
),
hi: BytePos(
160,
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
152,
),
hi: BytePos(
174,
),
ctxt: #0,
},
value: Atom('x - The number to add.' type=dynamic),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
356,
),
hi: BytePos(
356,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
356,
),
hi: BytePos(
377,
),
ctxt: #0,
},
value: Atom('Subtract a number.
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
356,
),
hi: BytePos(
361,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
356,
),
hi: BytePos(
361,
),
ctxt: #0,
},
value: Atom('param' type=inline),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
356,
),
hi: BytePos(
361,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
356,
),
hi: BytePos(
364,
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
356,
),
hi: BytePos(
383,
),
ctxt: #0,
},
value: Atom('x - The number to subtract.' type=dynamic),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
590,
),
hi: BytePos(
590,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
590,
),
hi: BytePos(
602,
),
ctxt: #0,
},
value: Atom('Adder class.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
632,
),
hi: BytePos(
632,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
632,
),
hi: BytePos(
660,
),
ctxt: #0,
},
value: Atom('Construct an Adder instance.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
706,
),
hi: BytePos(
706,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
706,
),
hi: BytePos(
726,
),
ctxt: #0,
},
value: Atom('Add a number.
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
706,
),
hi: BytePos(
711,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
706,
),
hi: BytePos(
711,
),
ctxt: #0,
},
value: Atom('param' type=inline),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
706,
),
hi: BytePos(
711,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
706,
),
hi: BytePos(
714,
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
706,
),
hi: BytePos(
728,
),
ctxt: #0,
},
value: Atom('x - The number to add.' type=dynamic),
},
},
),
},
],
},
]