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

214 lines
5.8 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
1,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
31,
),
ctxt: #0,
},
value: Atom('Increment a number by 1.
*
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
6,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
6,
),
ctxt: #0,
},
value: Atom('param' type=inline),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
6,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
9,
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
29,
),
ctxt: #0,
},
value: Atom('n - The number to increment.' type=dynamic),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
117,
),
hi: BytePos(
117,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
117,
),
hi: BytePos(
146,
),
ctxt: #0,
},
value: Atom('Print a value to the console.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
171,
),
hi: BytePos(
175,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
171,
),
hi: BytePos(
171,
),
ctxt: #0,
},
value: Atom('' type=static),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
171,
),
hi: BytePos(
175,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
171,
),
hi: BytePos(
175,
),
ctxt: #0,
},
value: Atom('type' type=static),
},
tag: Type(
TypeTag {
span: Span {
lo: BytePos(
171,
),
hi: BytePos(
175,
),
ctxt: #0,
},
name: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
value: Atom('' type=static),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
215,
),
hi: BytePos(
215,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
215,
),
hi: BytePos(
253,
),
ctxt: #0,
},
value: Atom('Create a class with a `name` property.' type=dynamic),
},
tags: [],
},
]