swc/crates/jsdoc/tests/fixtures/defaultparams2.debug
2022-09-13 14:01:41 +09:00

116 lines
3.3 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
16,
),
hi: BytePos(
16,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
16,
),
hi: BytePos(
50,
),
ctxt: #0,
},
value: Atom('Class representing pizza toppings.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
84,
),
hi: BytePos(
84,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
84,
),
hi: BytePos(
147,
),
ctxt: #0,
},
value: Atom('Set whether sardines are included in the pizza toppings.
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
84,
),
hi: BytePos(
89,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
84,
),
hi: BytePos(
89,
),
ctxt: #0,
},
value: Atom('param' type=static),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
84,
),
hi: BytePos(
89,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
84,
),
hi: BytePos(
93,
),
ctxt: #0,
},
value: Atom('{boolean}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
84,
),
hi: BytePos(
140,
),
ctxt: #0,
},
value: Atom('[bool] `true` to include sardines, `false` to omit them.' type=dynamic),
},
},
),
},
],
},
]