@@ -3,6 +3,29 @@ TestAmbientShorthandGotoDefinition
33TestArgumentsAreAvailableAfterEditsAtEndOfFunction
44TestAugmentedTypesClass1
55TestAugmentedTypesClass3Fourslash
6+ TestAutoImportCompletionAmbientMergedModule1
7+ TestAutoImportCompletionExportEqualsWithDefault1
8+ TestAutoImportCompletionExportListAugmentation1
9+ TestAutoImportCompletionExportListAugmentation2
10+ TestAutoImportCompletionExportListAugmentation3
11+ TestAutoImportCompletionExportListAugmentation4
12+ TestAutoImportFileExcludePatterns3
13+ TestAutoImportPathsAliasesAndBarrels
14+ TestAutoImportProvider_exportMap1
15+ TestAutoImportProvider_exportMap2
16+ TestAutoImportProvider_exportMap3
17+ TestAutoImportProvider_exportMap4
18+ TestAutoImportProvider_exportMap5
19+ TestAutoImportProvider_exportMap6
20+ TestAutoImportProvider_exportMap7
21+ TestAutoImportProvider_exportMap8
22+ TestAutoImportProvider_exportMap9
23+ TestAutoImportProvider_globalTypingsCache
24+ TestAutoImportProvider_namespaceSameNameAsIntrinsic
25+ TestAutoImportProvider_wildcardExports1
26+ TestAutoImportProvider_wildcardExports2
27+ TestAutoImportProvider_wildcardExports3
28+ TestAutoImportVerbatimTypeOnly1
629TestBestCommonTypeObjectLiterals
730TestBestCommonTypeObjectLiterals1
831TestCodeCompletionEscaping
@@ -20,6 +43,7 @@ TestCompletionEntryForUnionProperty
2043TestCompletionEntryForUnionProperty2
2144TestCompletionForComputedStringProperties
2245TestCompletionForMetaProperty
46+ TestCompletionForObjectProperty
2347TestCompletionForStringLiteral
2448TestCompletionForStringLiteral4
2549TestCompletionForStringLiteralExport
@@ -65,7 +89,6 @@ TestCompletionImportModuleSpecifierEndingUnsupportedExtension
6589TestCompletionInChecks1
6690TestCompletionInFunctionLikeBody_includesPrimitiveTypes
6791TestCompletionInJsDoc
68- TestCompletionInNamedImportLocation
6992TestCompletionInUncheckedJSFile
7093TestCompletionListBuilderLocations_VariableDeclarations
7194TestCompletionListForDerivedType1
@@ -115,13 +138,51 @@ TestCompletionOfAwaitPromise6
115138TestCompletionOfAwaitPromise7
116139TestCompletionOfInterfaceAndVar
117140TestCompletionPreferredSuggestions1
141+ TestCompletionPropertyShorthandForObjectLiteral5
118142TestCompletionWithConditionalOperatorMissingColon
119143TestCompletionsAfterJSDoc
120144TestCompletionsBeforeRestArg1
145+ TestCompletionsClassMemberImportTypeNodeParameter1
146+ TestCompletionsClassMemberImportTypeNodeParameter2
147+ TestCompletionsClassMemberImportTypeNodeParameter3
148+ TestCompletionsClassMemberImportTypeNodeParameter4
121149TestCompletionsElementAccessNumeric
122150TestCompletionsExportImport
123151TestCompletionsGenericTypeWithMultipleBases1
152+ TestCompletionsImportBaseUrl
124153TestCompletionsImportOrExportSpecifier
154+ TestCompletionsImport_default_alreadyExistedWithRename
155+ TestCompletionsImport_default_anonymous
156+ TestCompletionsImport_default_didNotExistBefore
157+ TestCompletionsImport_default_exportDefaultIdentifier
158+ TestCompletionsImport_details_withMisspelledName
159+ TestCompletionsImport_exportEquals_anonymous
160+ TestCompletionsImport_exportEquals_global
161+ TestCompletionsImport_filteredByInvalidPackageJson_direct
162+ TestCompletionsImport_filteredByPackageJson_direct
163+ TestCompletionsImport_filteredByPackageJson_nested
164+ TestCompletionsImport_filteredByPackageJson_peerDependencies
165+ TestCompletionsImport_filteredByPackageJson_typesImplicit
166+ TestCompletionsImport_filteredByPackageJson_typesOnly
167+ TestCompletionsImport_importType
168+ TestCompletionsImport_jsxOpeningTagImportDefault
169+ TestCompletionsImport_mergedReExport
170+ TestCompletionsImport_multipleWithSameName
171+ TestCompletionsImport_named_didNotExistBefore
172+ TestCompletionsImport_named_exportEqualsNamespace
173+ TestCompletionsImport_named_namespaceImportExists
174+ TestCompletionsImport_noSemicolons
175+ TestCompletionsImport_ofAlias_preferShortPath
176+ TestCompletionsImport_packageJsonImportsPreference
177+ TestCompletionsImport_quoteStyle
178+ TestCompletionsImport_reExportDefault
179+ TestCompletionsImport_reExportDefault2
180+ TestCompletionsImport_reExport_wrongName
181+ TestCompletionsImport_require_addToExisting
182+ TestCompletionsImport_typeOnly
183+ TestCompletionsImport_umdDefaultNoCrash1
184+ TestCompletionsImport_uriStyleNodeCoreModules2
185+ TestCompletionsImport_windowsPathsProjectRelative
125186TestCompletionsInExport
126187TestCompletionsInExport_moduleBlock
127188TestCompletionsInRequire
@@ -153,13 +214,16 @@ TestCompletionsPaths_kinds
153214TestCompletionsPaths_pathMapping
154215TestCompletionsPaths_pathMapping_nonTrailingWildcard1
155216TestCompletionsPaths_pathMapping_parentDirectory
217+ TestCompletionsRecommended_namespace
156218TestCompletionsRecommended_union
157219TestCompletionsRedeclareModuleAsGlobal
158220TestCompletionsStringsWithTriggerCharacter
159221TestCompletionsSymbolMembers
160222TestCompletionsTriggerCharacter
161223TestCompletionsTuple
162224TestCompletionsUniqueSymbol1
225+ TestCompletionsUniqueSymbol_import
226+ TestCompletionsWithDeprecatedTag10
163227TestConstEnumQuickInfoAndCompletionList
164228TestConstQuickInfoAndCompletionList
165229TestContextuallyTypedFunctionExpressionGeneric1
@@ -215,6 +279,16 @@ TestImportCompletions_importsMap2
215279TestImportCompletions_importsMap3
216280TestImportCompletions_importsMap4
217281TestImportCompletions_importsMap5
282+ TestImportNameCodeFixExportAsDefault
283+ TestImportSuggestionsCache_exportUndefined
284+ TestImportTypeCompletions1
285+ TestImportTypeCompletions3
286+ TestImportTypeCompletions4
287+ TestImportTypeCompletions5
288+ TestImportTypeCompletions6
289+ TestImportTypeCompletions7
290+ TestImportTypeCompletions8
291+ TestImportTypeCompletions9
218292TestIndexerReturnTypes1
219293TestIndirectClassInstantiation
220294TestInstanceTypesForGenericType1
@@ -245,6 +319,7 @@ TestJsDocPropertyDescription8
245319TestJsDocPropertyDescription9
246320TestJsDocServices
247321TestJsDocTagsWithHyphen
322+ TestJsFileImportNoTypes2
248323TestJsQuickInfoGenerallyAcceptableSize
249324TestJsRequireQuickInfo
250325TestJsdocCallbackTag
@@ -386,7 +461,6 @@ TestQuickInfoOnGenericWithConstraints1
386461TestQuickInfoOnInternalAliases
387462TestQuickInfoOnJsxNamespacedNameWithDoc1
388463TestQuickInfoOnMethodOfImportEquals
389- TestQuickInfoOnNarrowedType
390464TestQuickInfoOnNarrowedTypeInModule
391465TestQuickInfoOnNewKeyword01
392466TestQuickInfoOnObjectLiteralWithAccessors
0 commit comments