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

99 lines
2.1 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
16,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
16,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
16,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
50,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Generate unique IDs starting at 0.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
152,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
152,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
152,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
186,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Generate unique IDs starting at 1.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
305,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
305,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
305,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
321,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Generator class.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
351,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
351,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
351,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
385,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Generate unique IDs starting at 2.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
]