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

116 lines
3.3 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
15,
),
hi: BytePos(
15,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
15,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
49,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Class representing pizza toppings.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
83,
),
hi: BytePos(
83,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
83,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
146,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Set whether sardines are included in the pizza toppings.
2020-08-14 12:20:25 +03:00
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
83,
),
hi: BytePos(
88,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
83,
),
hi: BytePos(
88,
),
ctxt: #0,
},
value: Atom('param' type=inline),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
83,
),
hi: BytePos(
88,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
83,
),
hi: BytePos(
92,
),
ctxt: #0,
},
value: Atom('{boolean}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
83,
),
hi: BytePos(
139,
),
ctxt: #0,
},
value: Atom('[bool] `true` to include sardines, `false` to omit them.' type=dynamic),
},
},
),
},
],
},
]