swc/ecmascript/jsdoc/tests/fixtures/methoddefinition.debug

51 lines
1.0 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
17,
),
hi: BytePos(
17,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
17,
),
hi: BytePos(
31,
),
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(
81,
),
ctxt: #0,
},
value: Atom('* Static document me.' type=dynamic),
},
tags: [],
},
]