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

112 lines
2.9 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
1,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
1,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
1,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
1,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "",
2020-08-14 12:20:25 +03:00
},
tags: [
TagItem {
span: Span {
lo: BytePos(
1,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
7,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
1,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
7,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "module",
2020-08-14 12:20:25 +03:00
},
tag: Module(
ModuleTag {
span: Span {
lo: BytePos(
1,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
7,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
name: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
value: "",
2020-08-14 12:20:25 +03:00
},
ty: Text {
span: Span {
lo: BytePos(
1,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
5,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "test",
2020-08-14 12:20:25 +03:00
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
22,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
22,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
22,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
32,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "Test value",
2020-08-14 12:20:25 +03:00
},
tags: [],
},
]