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

151 lines
4.2 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
35,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
35,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
55,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "Give x another name.",
2020-08-14 12:20:25 +03:00
},
tags: [
TagItem {
span: Span {
lo: BytePos(
35,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
40,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
35,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
40,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "alias",
2020-08-14 12:20:25 +03:00
},
tag: Alias(
AliasTag {
span: Span {
lo: BytePos(
35,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
40,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
name_path: NamePath {
span: Span {
lo: BytePos(
35,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
59,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
components: [
Text {
span: Span {
lo: BytePos(
35,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
43,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "myObject",
2020-08-14 12:20:25 +03:00
},
],
},
},
),
},
TagItem {
span: Span {
lo: BytePos(
35,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
44,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
35,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
44,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "namespace",
2020-08-14 12:20:25 +03:00
},
tag: Namespace(
NamespaceTag {
span: Span {
lo: BytePos(
35,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
44,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
ty: None,
name: None,
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
133,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
133,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
133,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
144,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: "document me",
2020-08-14 12:20:25 +03:00
},
tags: [],
},
]