swc/crates/jsdoc/tests/fixtures/variations.debug
2022-09-13 14:01:41 +09:00

860 lines
28 KiB
Plaintext

[
JsDoc {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
1,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
1,
),
ctxt: #0,
},
value: Atom('' type=static),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
10,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
10,
),
ctxt: #0,
},
value: Atom('namespace' type=static),
},
tag: Namespace(
NamespaceTag {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
10,
),
ctxt: #0,
},
ty: Some(
Text {
span: Span {
lo: BytePos(
1,
),
hi: BytePos(
5,
),
ctxt: #0,
},
value: Atom('anim' type=inline),
},
),
name: None,
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
29,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
29,
),
ctxt: #0,
},
value: Atom('' type=static),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
35,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
35,
),
ctxt: #0,
},
value: Atom('method' type=inline),
},
tag: Function(
FunctionTag {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
35,
),
ctxt: #0,
},
name: Some(
Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
43,
),
ctxt: #0,
},
value: Atom('anim.fadein(1)' type=dynamic),
},
),
},
),
},
TagItem {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
33,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
33,
),
ctxt: #0,
},
value: Atom('desc' type=static),
},
tag: Description(
DescriptionTag {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
33,
),
ctxt: #0,
},
text: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
81,
),
ctxt: #0,
},
value: Atom('Show the nodelist elements by fading them to opaque.' type=dynamic),
},
},
),
},
TagItem {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
34,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
34,
),
ctxt: #0,
},
value: Atom('since' type=inline),
},
tag: Since(
SinceTag {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
34,
),
ctxt: #0,
},
version: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
32,
),
ctxt: #0,
},
value: Atom('1.0' type=inline),
},
},
),
},
TagItem {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
34,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
34,
),
ctxt: #0,
},
value: Atom('param' type=static),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
34,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
37,
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
76,
),
ctxt: #0,
},
value: Atom('[duration=400] How long the animation will run.' type=dynamic),
},
},
),
},
TagItem {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
34,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
34,
),
ctxt: #0,
},
value: Atom('param' type=static),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
34,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
39,
),
ctxt: #0,
},
value: Atom('{function}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
82,
),
ctxt: #0,
},
value: Atom('[callback] Called once the animation is complete.' type=dynamic),
},
},
),
},
TagItem {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
36,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
36,
),
ctxt: #0,
},
value: Atom('returns' type=inline),
},
tag: Return(
ReturnTag {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
36,
),
ctxt: #0,
},
ty: Some(
Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
35,
),
ctxt: #0,
},
value: Atom('{this}' type=inline),
},
),
description: Text {
span: Span {
lo: BytePos(
29,
),
hi: BytePos(
29,
),
ctxt: #0,
},
value: Atom('' type=static),
},
},
),
},
],
},
JsDoc {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
309,
),
ctxt: #0,
},
description: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
309,
),
ctxt: #0,
},
value: Atom('' type=static),
},
tags: [
TagItem {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
315,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
315,
),
ctxt: #0,
},
value: Atom('method' type=inline),
},
tag: Function(
FunctionTag {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
315,
),
ctxt: #0,
},
name: Some(
Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
323,
),
ctxt: #0,
},
value: Atom('anim.fadein(2)' type=dynamic),
},
),
},
),
},
TagItem {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
313,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
313,
),
ctxt: #0,
},
value: Atom('desc' type=static),
},
tag: Description(
DescriptionTag {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
313,
),
ctxt: #0,
},
text: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
361,
),
ctxt: #0,
},
value: Atom('Show the nodelist elements by fading them to opaque.' type=dynamic),
},
},
),
},
TagItem {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
314,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
314,
),
ctxt: #0,
},
value: Atom('since' type=inline),
},
tag: Since(
SinceTag {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
314,
),
ctxt: #0,
},
version: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
314,
),
ctxt: #0,
},
value: Atom('1.4.3' type=inline),
},
},
),
},
TagItem {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
314,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
314,
),
ctxt: #0,
},
value: Atom('param' type=static),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
314,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
317,
),
ctxt: #0,
},
value: Atom('{number}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
356,
),
ctxt: #0,
},
value: Atom('[duration=400] How long the animation will run.' type=dynamic),
},
},
),
},
TagItem {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
314,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
314,
),
ctxt: #0,
},
value: Atom('param' type=static),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
314,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
317,
),
ctxt: #0,
},
value: Atom('{string}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
363,
),
ctxt: #0,
},
value: Atom('[easing=swing] The easing function for the transition.' type=dynamic),
},
},
),
},
TagItem {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
314,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
314,
),
ctxt: #0,
},
value: Atom('param' type=static),
},
tag: Parameter(
ParameterTag {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
314,
),
ctxt: #0,
},
name: None,
ty: Some(
Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
319,
),
ctxt: #0,
},
value: Atom('{function}' type=dynamic),
},
),
desc: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
362,
),
ctxt: #0,
},
value: Atom('[callback] Called once the animation is complete.' type=dynamic),
},
},
),
},
TagItem {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
316,
),
ctxt: #0,
},
tag_name: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
316,
),
ctxt: #0,
},
value: Atom('returns' type=inline),
},
tag: Return(
ReturnTag {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
316,
),
ctxt: #0,
},
ty: Some(
Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
315,
),
ctxt: #0,
},
value: Atom('{this}' type=inline),
},
),
description: Text {
span: Span {
lo: BytePos(
309,
),
hi: BytePos(
309,
),
ctxt: #0,
},
value: Atom('' type=static),
},
},
),
},
],
},
]