swc/crates/jsdoc/tests/fixtures/also2.debug
2021-11-10 16:39:01 +09:00

203 lines
5.9 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
value: Atom('' type=static),
},
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(
64,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
64,
),
hi: BytePos(
99,
),
ctxt: #0,
},
value: Atom('Add a lane to the bowling alley.
*' 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),
},
},
),
},
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),
},
},
),
},
],
},
]