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(
74,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
74,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
74,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
99,
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(
74,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
81,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
74,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
81,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: Atom('exports' type=inline),
},
tag: Exports(
ExportsTag {
span: Span {
lo: BytePos(
74,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
81,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
module_name: Text {
span: Span {
lo: BytePos(
74,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
87,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: Atom('exampleModule' type=dynamic),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
171,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
171,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
171,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
189,
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: [],
},
]