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

318 lines
9.2 KiB
Plaintext
Raw Normal View History

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