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

99 lines
2.0 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
1,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
14,
),
ctxt: #0,
},
value: Atom('Sample class.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
36,
),
hi: BytePos(
36,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
36,
),
hi: BytePos(
52,
),
ctxt: #0,
},
value: Atom('Public property.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
76,
),
hi: BytePos(
76,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
76,
),
hi: BytePos(
93,
),
ctxt: #0,
},
value: Atom('Private property.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
118,
),
hi: BytePos(
118,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
118,
),
hi: BytePos(
156,
),
ctxt: #0,
},
value: Atom('Property with no value assigned to it.' type=dynamic),
},
tags: [],
},
]