swc/crates/swc_ecma_parser/tests/shifted/empty-with-comments/input.ts.comments

27 lines
599 B
Plaintext

SingleThreadedComments {
leading: RefCell {
value: {
BytePos(
2,
): [
Comment {
kind: Line,
span: Span {
lo: BytePos(
2,
),
hi: BytePos(
9,
),
ctxt: #0,
},
text: "/ ref",
},
],
},
},
trailing: RefCell {
value: {},
},
}