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

203 lines
5.9 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
0,
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(
0,
),
hi: BytePos(
5,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
5,
),
ctxt: #0,
},
value: Atom('class' type=static),
},
tag: Class(
ClassTag {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
5,
),
ctxt: #0,
},
ty: None,
name: None,
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
64,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
64,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
64,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
99,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Add a lane to the bowling alley.
2020-08-14 12:20:25 +03:00
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
64,
),
hi: BytePos(
68,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
64,
),
hi: BytePos(
68,
),
ctxt: #0,
},
value: Atom('also' type=inline),
},
tag: Unknown(
UnknownTag {
span: Span {
lo: BytePos(
64,
),
hi: BytePos(
68,
),
ctxt: #0,
},
extras: Text {
span: Span {
lo: BytePos(
64,
),
hi: BytePos(
121,
),
ctxt: #0,
},
value: Atom('* Add the specified number of lanes to the bowling alley.' type=dynamic),
},
},
),
},
2020-09-11 06:52:57 +03:00
TagItem {
span: Span {
lo: BytePos(
64,
),
hi: BytePos(
69,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
64,
),
hi: BytePos(
69,
),
ctxt: #0,
},
value: Atom('param' type=inline),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
64,
),
hi: BytePos(
69,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
64,
),
hi: BytePos(
72,
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
64,
),
hi: BytePos(
103,
),
ctxt: #0,
},
value: Atom('[lanes=1] - The number of lanes to add.' type=dynamic),
},
},
),
},
2020-08-14 12:20:25 +03:00
],
},
]