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

117 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
43,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Class representing a widget.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
70,
),
hi: BytePos(
70,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
70,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
120,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Add users who can access the widget.
2020-08-14 12:20:25 +03:00
*
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
70,
),
hi: BytePos(
75,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
70,
),
hi: BytePos(
75,
),
ctxt: #0,
},
value: Atom('param' type=inline),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
70,
),
hi: BytePos(
75,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
70,
),
hi: BytePos(
76,
),
ctxt: #0,
},
value: Atom('{User}' type=inline),
},
),
desc: Text {
span: Span {
lo: BytePos(
70,
),
hi: BytePos(
114,
),
ctxt: #0,
},
value: Atom('users - The users who can access the widget.' type=dynamic),
},
},
),
},
],
},
]