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

101 lines
2.6 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
73,
),
hi: BytePos(
73,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
73,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
98,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('My example module.
2020-08-14 12:20:25 +03:00
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
73,
),
hi: BytePos(
80,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
73,
),
hi: BytePos(
80,
),
ctxt: #0,
},
value: Atom('exports' type=inline),
},
tag: Exports(
ExportsTag {
span: Span {
lo: BytePos(
73,
),
hi: BytePos(
80,
),
ctxt: #0,
},
module_name: Text {
span: Span {
lo: BytePos(
73,
),
hi: BytePos(
86,
),
ctxt: #0,
},
value: Atom('exampleModule' type=dynamic),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
170,
),
hi: BytePos(
170,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
170,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
188,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('My example method.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
]