@@ -9,13 +9,6 @@ TestCompletionEntryForClassMembers_StaticWhenBaseTypeIsNotResolved
9
9
TestCompletionExportFrom
10
10
TestCompletionForComputedStringProperties
11
11
TestCompletionForStringLiteral
12
- TestCompletionForStringLiteral_quotePreference
13
- TestCompletionForStringLiteral_quotePreference1
14
- TestCompletionForStringLiteral_quotePreference2
15
- TestCompletionForStringLiteral_quotePreference3
16
- TestCompletionForStringLiteral_quotePreference4
17
- TestCompletionForStringLiteral_quotePreference5
18
- TestCompletionForStringLiteral_quotePreference6
19
12
TestCompletionForStringLiteral12
20
13
TestCompletionForStringLiteral15
21
14
TestCompletionForStringLiteral2
@@ -60,9 +53,9 @@ TestCompletionImportModuleSpecifierEndingTs
60
53
TestCompletionImportModuleSpecifierEndingTsxPreserve
61
54
TestCompletionImportModuleSpecifierEndingTsxReact
62
55
TestCompletionImportModuleSpecifierEndingUnsupportedExtension
63
- TestCompletionInfoWithExplicitTypeArguments
64
56
TestCompletionInFunctionLikeBody_includesPrimitiveTypes
65
57
TestCompletionInJsDoc
58
+ TestCompletionInfoWithExplicitTypeArguments
66
59
TestCompletionListAndMemberListOnCommentedDot
67
60
TestCompletionListAndMemberListOnCommentedLine
68
61
TestCompletionListAndMemberListOnCommentedWhiteSpace
@@ -95,23 +88,24 @@ TestCompletionListInUnclosedTaggedTemplate01
95
88
TestCompletionListInUnclosedTaggedTemplate02
96
89
TestCompletionListInUnclosedTemplate01
97
90
TestCompletionListInUnclosedTemplate02
98
- TestCompletionListInvalidMemberNames_withExistingIdentifier
99
91
TestCompletionListInvalidMemberNames2
92
+ TestCompletionListInvalidMemberNames_withExistingIdentifier
100
93
TestCompletionListOnAliases2
101
94
TestCompletionListPrivateNames
102
95
TestCompletionListPrivateNamesAccessors
103
96
TestCompletionListPrivateNamesMethods
104
- TestCompletionListsStringLiteralTypeAsIndexedAccessTypeObject
105
97
TestCompletionListStaticMembers
106
98
TestCompletionListStaticProtectedMembers
107
99
TestCompletionListStaticProtectedMembers2
108
100
TestCompletionListStaticProtectedMembers3
109
101
TestCompletionListStringParenthesizedExpression
110
102
TestCompletionListStringParenthesizedType
111
103
TestCompletionListWithoutVariableinitializer
104
+ TestCompletionListsStringLiteralTypeAsIndexedAccessTypeObject
112
105
TestCompletionNoAutoInsertQuestionDotWithUserPreferencesOff
113
106
TestCompletionOfAwaitPromise6
114
107
TestCompletionPreferredSuggestions1
108
+ TestCompletionWithConditionalOperatorMissingColon
115
109
TestCompletionsAfterJSDoc
116
110
TestCompletionsBeforeRestArg1
117
111
TestCompletionsECMAPrivateMemberTriggerCharacter
@@ -123,9 +117,9 @@ TestCompletionsJSDocImportTagAttributesErrorModuleSpecifier1
123
117
TestCompletionsJSDocImportTagEmptyModuleSpecifier1
124
118
TestCompletionsJSDocNoCrash1
125
119
TestCompletionsJSDocNoCrash2
120
+ TestCompletionsJsPropertyAssignment
126
121
TestCompletionsJsdocParamTypeBeforeName
127
122
TestCompletionsJsdocTypeTagCast
128
- TestCompletionsJsPropertyAssignment
129
123
TestCompletionsJsxAttribute2
130
124
TestCompletionsKeyof
131
125
TestCompletionsLiteralFromInferenceWithinInferredType3
@@ -143,13 +137,13 @@ TestCompletionsOverridingMethod4
143
137
TestCompletionsOverridingMethod9
144
138
TestCompletionsOverridingMethodCrash1
145
139
TestCompletionsOverridingProperties1
140
+ TestCompletionsPathsJsonModule
141
+ TestCompletionsPathsRelativeJsonModule
146
142
TestCompletionsPaths_importType
147
143
TestCompletionsPaths_kinds
148
144
TestCompletionsPaths_pathMapping
149
145
TestCompletionsPaths_pathMapping_nonTrailingWildcard1
150
146
TestCompletionsPaths_pathMapping_parentDirectory
151
- TestCompletionsPathsJsonModule
152
- TestCompletionsPathsRelativeJsonModule
153
147
TestCompletionsPropertiesPriorities
154
148
TestCompletionsRecommended_union
155
149
TestCompletionsRedeclareModuleAsGlobal
@@ -159,7 +153,6 @@ TestCompletionsSymbolMembers
159
153
TestCompletionsTriggerCharacter
160
154
TestCompletionsUniqueSymbol1
161
155
TestCompletionsWithStringReplacementMode1
162
- TestCompletionWithConditionalOperatorMissingColon
163
156
TestExportEqualCallableInterface
164
157
TestGetJavaScriptCompletions1
165
158
TestGetJavaScriptCompletions10
@@ -200,22 +193,9 @@ TestImportCompletions_importsMap2
200
193
TestImportCompletions_importsMap3
201
194
TestImportCompletions_importsMap4
202
195
TestImportCompletions_importsMap5
203
- TestImportCompletionsPackageJsonExportsSpecifierEndsInTs
204
- TestImportCompletionsPackageJsonExportsTrailingSlash1
205
- TestImportCompletionsPackageJsonImports_ts
206
- TestImportCompletionsPackageJsonImportsConditions1
207
- TestImportCompletionsPackageJsonImportsLength1
208
- TestImportCompletionsPackageJsonImportsLength2
209
- TestImportCompletionsPackageJsonImportsPattern
210
- TestImportCompletionsPackageJsonImportsPattern_capsInPath1
211
- TestImportCompletionsPackageJsonImportsPattern_capsInPath2
212
- TestImportCompletionsPackageJsonImportsPattern_js_ts
213
- TestImportCompletionsPackageJsonImportsPattern_ts
214
- TestImportCompletionsPackageJsonImportsPattern_ts_ts
215
- TestImportCompletionsPackageJsonImportsPattern2
196
+ TestImportStatementCompletions4
216
197
TestImportStatementCompletions_noPatternAmbient
217
198
TestImportStatementCompletions_pnpmTransitive
218
- TestImportStatementCompletions4
219
199
TestImportTypeMemberCompletions
220
200
TestJavaScriptClass4
221
201
TestJavaScriptModules12
@@ -225,15 +205,15 @@ TestJavaScriptModules19
225
205
TestJavascriptModules20
226
206
TestJavascriptModules21
227
207
TestJavascriptModulesTypeImport
228
- TestJsdocExtendsTagCompletion
229
208
TestJsDocFunctionSignatures3
230
209
TestJsDocGenerics1
210
+ TestJsdocExtendsTagCompletion
231
211
TestJsdocImplementsTagCompletion
232
212
TestJsdocOverloadTagCompletion
233
- TestJsdocParameterNameCompletion
234
213
TestJsdocParamTagSpecialKeywords
235
- TestJsdocPropertyTagCompletion
214
+ TestJsdocParameterNameCompletion
236
215
TestJsdocPropTagCompletion
216
+ TestJsdocPropertyTagCompletion
237
217
TestJsdocSatisfiesTagCompletion1
238
218
TestJsdocTemplatePrototypeCompletions
239
219
TestJsdocTemplateTagCompletion
0 commit comments