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

151 lines
4.3 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
34,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
34,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
54,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Give x another name.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [
TagItem {
span: Span {
lo: BytePos(
34,
),
hi: BytePos(
39,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
34,
),
hi: BytePos(
39,
),
ctxt: #0,
},
value: Atom('alias' type=inline),
},
tag: Alias(
AliasTag {
span: Span {
lo: BytePos(
34,
),
hi: BytePos(
39,
),
ctxt: #0,
},
name_path: NamePath {
span: Span {
lo: BytePos(
34,
),
hi: BytePos(
58,
),
ctxt: #0,
},
components: [
Text {
span: Span {
lo: BytePos(
34,
),
hi: BytePos(
42,
),
ctxt: #0,
},
value: Atom('myObject' type=dynamic),
},
],
},
},
),
},
TagItem {
span: Span {
lo: BytePos(
34,
),
hi: BytePos(
43,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
34,
),
hi: BytePos(
43,
),
ctxt: #0,
},
value: Atom('namespace' type=static),
},
tag: Namespace(
NamespaceTag {
span: Span {
lo: BytePos(
34,
),
hi: BytePos(
43,
),
ctxt: #0,
},
ty: None,
name: None,
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
132,
),
hi: BytePos(
132,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
132,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
143,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('document me' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
]