mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
27 lines
599 B
Plaintext
27 lines
599 B
Plaintext
|
SingleThreadedComments {
|
||
|
leading: RefCell {
|
||
|
value: {
|
||
|
BytePos(
|
||
|
1,
|
||
|
): [
|
||
|
Comment {
|
||
|
kind: Line,
|
||
|
span: Span {
|
||
|
lo: BytePos(
|
||
|
1,
|
||
|
),
|
||
|
hi: BytePos(
|
||
|
8,
|
||
|
),
|
||
|
ctxt: #0,
|
||
|
},
|
||
|
text: "/ ref",
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
},
|
||
|
trailing: RefCell {
|
||
|
value: {},
|
||
|
},
|
||
|
}
|