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

51 lines
1.0 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
17,
),
hi: BytePos(
17,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
17,
),
hi: BytePos(
29,
),
ctxt: #0,
},
value: Atom('Document me.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
60,
),
hi: BytePos(
60,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
60,
),
hi: BytePos(
79,
),
ctxt: #0,
},
value: Atom('Static document me.' type=dynamic),
},
tags: [],
},
]