Skip to content

Commit ca749b1

Browse files
committed
updated the baseline files
1 parent 9959ce4 commit ca749b1

File tree

3 files changed

+402
-12
lines changed

3 files changed

+402
-12
lines changed

tests/baselines/reference/jsDocTags.baseline

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,76 @@
7979
"marker": {
8080
"fileName": "/tests/cases/fourslash/jsDocTags.ts",
8181
"position": 981
82+
},
83+
"quickInfo": {
84+
"kind": "constructor",
85+
"kindModifiers": "",
86+
"textSpan": {
87+
"start": 977,
88+
"length": 3
89+
},
90+
"displayParts": [
91+
{
92+
"text": "constructor",
93+
"kind": "keyword"
94+
},
95+
{
96+
"text": " ",
97+
"kind": "space"
98+
},
99+
{
100+
"text": "Foo",
101+
"kind": "className"
102+
},
103+
{
104+
"text": "(",
105+
"kind": "punctuation"
106+
},
107+
{
108+
"text": "value",
109+
"kind": "parameterName"
110+
},
111+
{
112+
"text": ":",
113+
"kind": "punctuation"
114+
},
115+
{
116+
"text": " ",
117+
"kind": "space"
118+
},
119+
{
120+
"text": "number",
121+
"kind": "keyword"
122+
},
123+
{
124+
"text": ")",
125+
"kind": "punctuation"
126+
},
127+
{
128+
"text": ":",
129+
"kind": "punctuation"
130+
},
131+
{
132+
"text": " ",
133+
"kind": "space"
134+
},
135+
{
136+
"text": "Foo",
137+
"kind": "className"
138+
}
139+
],
140+
"documentation": [
141+
{
142+
"text": "This is the constructor.",
143+
"kind": "text"
144+
}
145+
],
146+
"tags": [
147+
{
148+
"name": "myjsdoctag",
149+
"text": "this is a comment"
150+
}
151+
]
82152
}
83153
},
84154
{

tests/baselines/reference/quickInfoDisplayPartsTypeParameterInClass.baseline

Lines changed: 78 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2991,24 +2991,56 @@
29912991
"position": 337
29922992
},
29932993
"quickInfo": {
2994-
"kind": "var",
2994+
"kind": "constructor",
29952995
"kindModifiers": "",
29962996
"textSpan": {
2997-
"start": 337,
2998-
"length": 9
2997+
"start": 334,
2998+
"length": 2
29992999
},
30003000
"displayParts": [
30013001
{
3002-
"text": "var",
3002+
"text": "constructor",
30033003
"kind": "keyword"
30043004
},
30053005
{
30063006
"text": " ",
30073007
"kind": "space"
30083008
},
30093009
{
3010-
"text": "cInstance",
3011-
"kind": "localName"
3010+
"text": "c2",
3011+
"kind": "className"
3012+
},
3013+
{
3014+
"text": "<",
3015+
"kind": "punctuation"
3016+
},
3017+
{
3018+
"text": "c",
3019+
"kind": "className"
3020+
},
3021+
{
3022+
"text": "<",
3023+
"kind": "punctuation"
3024+
},
3025+
{
3026+
"text": "string",
3027+
"kind": "keyword"
3028+
},
3029+
{
3030+
"text": ">",
3031+
"kind": "punctuation"
3032+
},
3033+
{
3034+
"text": ">",
3035+
"kind": "punctuation"
3036+
},
3037+
{
3038+
"text": "(",
3039+
"kind": "punctuation"
3040+
},
3041+
{
3042+
"text": "a",
3043+
"kind": "parameterName"
30123044
},
30133045
{
30143046
"text": ":",
@@ -3030,6 +3062,46 @@
30303062
"text": "string",
30313063
"kind": "keyword"
30323064
},
3065+
{
3066+
"text": ">",
3067+
"kind": "punctuation"
3068+
},
3069+
{
3070+
"text": ")",
3071+
"kind": "punctuation"
3072+
},
3073+
{
3074+
"text": ":",
3075+
"kind": "punctuation"
3076+
},
3077+
{
3078+
"text": " ",
3079+
"kind": "space"
3080+
},
3081+
{
3082+
"text": "c2",
3083+
"kind": "className"
3084+
},
3085+
{
3086+
"text": "<",
3087+
"kind": "punctuation"
3088+
},
3089+
{
3090+
"text": "c",
3091+
"kind": "className"
3092+
},
3093+
{
3094+
"text": "<",
3095+
"kind": "punctuation"
3096+
},
3097+
{
3098+
"text": "string",
3099+
"kind": "keyword"
3100+
},
3101+
{
3102+
"text": ">",
3103+
"kind": "punctuation"
3104+
},
30333105
{
30343106
"text": ">",
30353107
"kind": "punctuation"

0 commit comments

Comments
 (0)