swc/ecmascript/jsdoc/tests/fixtures/instanceproperty.debug
2020-08-14 18:20:25 +09:00

114 lines
2.6 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
1,
),
ctxt: #0,
},
value: Atom('*' type=inline),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
5,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
5,
),
ctxt: #0,
},
value: Atom('class' type=static),
},
tag: Class(
ClassTag {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
5,
),
ctxt: #0,
},
ty: None,
name: None,
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
33,
),
hi: BytePos(
33,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
33,
),
hi: BytePos(
47,
),
ctxt: #0,
},
value: Atom('* Set the bar.' type=dynamic),
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
96,
),
hi: BytePos(
96,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
96,
),
hi: BytePos(
106,
),
ctxt: #0,
},
value: Atom('* The bar.' type=dynamic),
},
tags: [],
},
]