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

75 lines
1.5 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
11,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('document me' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
37,
),
hi: BytePos(
37,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
37,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
48,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('document me' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
82,
),
hi: BytePos(
82,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
82,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
93,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('document me' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
]