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

99 lines
2.1 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
16,
),
hi: BytePos(
16,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
16,
),
hi: BytePos(
50,
),
ctxt: #0,
},
value: Atom('Generate unique IDs starting at 0.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
152,
),
hi: BytePos(
152,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
152,
),
hi: BytePos(
186,
),
ctxt: #0,
},
value: Atom('Generate unique IDs starting at 1.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
305,
),
hi: BytePos(
305,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
305,
),
hi: BytePos(
321,
),
ctxt: #0,
},
value: Atom('Generator class.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
351,
),
hi: BytePos(
351,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
351,
),
hi: BytePos(
385,
),
ctxt: #0,
},
value: Atom('Generate unique IDs starting at 2.' type=dynamic),
},
tags: [],
},
]