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

214 lines
5.8 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
30,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Increment a number by 1.
2020-08-14 12:20:25 +03:00
*
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
5,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
5,
),
ctxt: #0,
},
value: Atom('param' type=inline),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
5,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
8,
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
28,
),
ctxt: #0,
},
value: Atom('n - The number to increment.' type=dynamic),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
116,
),
hi: BytePos(
116,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
116,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
145,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Print a value to the console.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
170,
),
hi: BytePos(
174,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
170,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
170,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('' type=static),
2020-08-14 12:20:25 +03:00
},
tags: [
TagItem {
span: Span {
lo: BytePos(
170,
),
hi: BytePos(
174,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
170,
),
hi: BytePos(
174,
),
ctxt: #0,
},
value: Atom('type' type=static),
},
tag: Type(
TypeTag {
span: Span {
lo: BytePos(
170,
),
hi: BytePos(
174,
),
ctxt: #0,
},
name: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
value: Atom('' type=static),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
214,
),
hi: BytePos(
214,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
214,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
252,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Create a class with a `name` property.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
]