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

305 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(
161,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Child class.
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(
151,
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(
151,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: Atom('class' type=static),
},
tag: Class(
ClassTag {
span: Span {
lo: BytePos(
146,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
151,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
ty: Some(
Text {
span: Span {
lo: BytePos(
146,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
172,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: Atom('* @implements {Connection}' type=dynamic),
},
),
name: None,
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
230,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
230,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
230,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
230,
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(
230,
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(
230,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
240,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: Atom('inheritdoc' type=dynamic),
},
tag: InheritDoc(
InheritDocTag {
span: Span {
lo: BytePos(
230,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
240,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
289,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
289,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
289,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
317,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Extension of child class.
2020-08-14 12:20:25 +03:00
*' type=dynamic),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
289,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
294,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
289,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
294,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: Atom('class' type=static),
},
tag: Class(
ClassTag {
span: Span {
lo: BytePos(
289,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
294,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
ty: Some(
Text {
span: Span {
lo: BytePos(
289,
2020-08-14 12:20:25 +03:00
),
hi: BytePos(
308,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
value: Atom('* @extends {Socket}' type=dynamic),
},
),
name: None,
},
),
},
],
},
]