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

51 lines
1001 B
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
18,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
18,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
18,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
30,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "Document me.",
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
61,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
61,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
61,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
80,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "Static document me.",
2020-08-14 12:20:25 +03:00
},
tags: [],
},
]