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

99 lines
2.0 KiB
Plaintext
Raw Normal View History

2020-08-14 12:20:25 +03:00
[
JsDoc {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
0,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
0,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
13,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Sample class.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
35,
),
hi: BytePos(
35,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
35,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
51,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Public property.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
75,
),
hi: BytePos(
75,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
75,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
92,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Private property.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
JsDoc {
span: Span {
lo: BytePos(
117,
),
hi: BytePos(
117,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
117,
),
hi: BytePos(
2020-09-11 06:52:57 +03:00
155,
2020-08-14 12:20:25 +03:00
),
ctxt: #0,
},
2020-09-11 06:52:57 +03:00
value: Atom('Property with no value assigned to it.' type=dynamic),
2020-08-14 12:20:25 +03:00
},
tags: [],
},
]