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

116 lines
3.2 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
36,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
36,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
36,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
36,
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(
36,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
41,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
36,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
41,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "class",
2020-08-14 12:20:25 +03:00
},
tag: Class(
ClassTag {
span: Span {
lo: BytePos(
36,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
41,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
ty: Some(
Text {
span: Span {
lo: BytePos(
36,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
63,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "@alias trackr.CookieManager",
2020-08-14 12:20:25 +03:00
},
),
name: Some(
Text {
span: Span {
lo: BytePos(
36,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
54,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "@param {object} kv",
2020-08-14 12:20:25 +03:00
},
),
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
144,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
144,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
144,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
155,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "document me",
2020-08-14 12:20:25 +03:00
},
tags: [],
},
]