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

304 lines
8.2 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(
21,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Parent interface.
2020-08-14 12:20:25 +03:00
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
1,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
10,
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(
10,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: Atom('interface' type=static),
},
tag: Interface(
InterfaceTag {
span: Span {
lo: BytePos(
1,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
10,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
name: None,
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
70,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
70,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
70,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
90,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Open the connection.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
146,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
146,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
146,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
165,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Child interface.
2020-08-14 12:20:25 +03:00
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
146,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
155,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
146,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
155,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: Atom('interface' type=static),
},
tag: Interface(
InterfaceTag {
span: Span {
lo: BytePos(
146,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
155,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
name: Some(
Text {
span: Span {
lo: BytePos(
146,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
169,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: Atom('* @extends {Connection}' type=dynamic),
},
),
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
235,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
235,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
235,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
272,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Implementation of child interface.
2020-08-14 12:20:25 +03:00
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
235,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
240,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
235,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
240,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: Atom('class' type=static),
},
tag: Class(
ClassTag {
span: Span {
lo: BytePos(
235,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
240,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
ty: Some(
Text {
span: Span {
lo: BytePos(
235,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
257,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: Atom('* @implements {Socket}' type=dynamic),
},
),
name: None,
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
346,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
346,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
346,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
346,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('' type=static),
2020-08-14 12:20:25 +03:00
},
tags: [
TagItem {
span: Span {
lo: BytePos(
346,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
356,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
346,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
356,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: Atom('inheritdoc' type=dynamic),
},
tag: InheritDoc(
InheritDocTag {
span: Span {
lo: BytePos(
346,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
356,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
},
),
},
],
},
]