Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
310 changes: 298 additions & 12 deletions internal/fourslash/_scripts/convertFourslash.mts

Large diffs are not rendered by default.

78 changes: 76 additions & 2 deletions internal/fourslash/_scripts/failingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@ TestAmbientShorthandGotoDefinition
TestArgumentsAreAvailableAfterEditsAtEndOfFunction
TestAugmentedTypesClass1
TestAugmentedTypesClass3Fourslash
TestAutoImportCompletionAmbientMergedModule1
TestAutoImportCompletionExportEqualsWithDefault1
TestAutoImportCompletionExportListAugmentation1
TestAutoImportCompletionExportListAugmentation2
TestAutoImportCompletionExportListAugmentation3
TestAutoImportCompletionExportListAugmentation4
TestAutoImportFileExcludePatterns3
TestAutoImportPathsAliasesAndBarrels
TestAutoImportProvider_exportMap1
TestAutoImportProvider_exportMap2
TestAutoImportProvider_exportMap3
TestAutoImportProvider_exportMap4
TestAutoImportProvider_exportMap5
TestAutoImportProvider_exportMap6
TestAutoImportProvider_exportMap7
TestAutoImportProvider_exportMap8
TestAutoImportProvider_exportMap9
TestAutoImportProvider_globalTypingsCache
TestAutoImportProvider_namespaceSameNameAsIntrinsic
TestAutoImportProvider_wildcardExports1
TestAutoImportProvider_wildcardExports2
TestAutoImportProvider_wildcardExports3
TestAutoImportVerbatimTypeOnly1
TestBestCommonTypeObjectLiterals
TestBestCommonTypeObjectLiterals1
TestCodeCompletionEscaping
Expand All @@ -20,6 +43,7 @@ TestCompletionEntryForUnionProperty
TestCompletionEntryForUnionProperty2
TestCompletionForComputedStringProperties
TestCompletionForMetaProperty
TestCompletionForObjectProperty
TestCompletionForStringLiteral
TestCompletionForStringLiteral4
TestCompletionForStringLiteralExport
Expand Down Expand Up @@ -65,7 +89,6 @@ TestCompletionImportModuleSpecifierEndingUnsupportedExtension
TestCompletionInChecks1
TestCompletionInFunctionLikeBody_includesPrimitiveTypes
TestCompletionInJsDoc
TestCompletionInNamedImportLocation
TestCompletionInUncheckedJSFile
TestCompletionListBuilderLocations_VariableDeclarations
TestCompletionListForDerivedType1
Expand Down Expand Up @@ -115,13 +138,51 @@ TestCompletionOfAwaitPromise6
TestCompletionOfAwaitPromise7
TestCompletionOfInterfaceAndVar
TestCompletionPreferredSuggestions1
TestCompletionPropertyShorthandForObjectLiteral5
TestCompletionWithConditionalOperatorMissingColon
TestCompletionsAfterJSDoc
TestCompletionsBeforeRestArg1
TestCompletionsClassMemberImportTypeNodeParameter1
TestCompletionsClassMemberImportTypeNodeParameter2
TestCompletionsClassMemberImportTypeNodeParameter3
TestCompletionsClassMemberImportTypeNodeParameter4
TestCompletionsElementAccessNumeric
TestCompletionsExportImport
TestCompletionsGenericTypeWithMultipleBases1
TestCompletionsImportBaseUrl
TestCompletionsImportOrExportSpecifier
TestCompletionsImport_default_alreadyExistedWithRename
TestCompletionsImport_default_anonymous
TestCompletionsImport_default_didNotExistBefore
TestCompletionsImport_default_exportDefaultIdentifier
TestCompletionsImport_details_withMisspelledName
TestCompletionsImport_exportEquals_anonymous
TestCompletionsImport_exportEquals_global
TestCompletionsImport_filteredByInvalidPackageJson_direct
TestCompletionsImport_filteredByPackageJson_direct
TestCompletionsImport_filteredByPackageJson_nested
TestCompletionsImport_filteredByPackageJson_peerDependencies
TestCompletionsImport_filteredByPackageJson_typesImplicit
TestCompletionsImport_filteredByPackageJson_typesOnly
TestCompletionsImport_importType
TestCompletionsImport_jsxOpeningTagImportDefault
TestCompletionsImport_mergedReExport
TestCompletionsImport_multipleWithSameName
TestCompletionsImport_named_didNotExistBefore
TestCompletionsImport_named_exportEqualsNamespace
TestCompletionsImport_named_namespaceImportExists
TestCompletionsImport_noSemicolons
TestCompletionsImport_ofAlias_preferShortPath
TestCompletionsImport_packageJsonImportsPreference
TestCompletionsImport_quoteStyle
TestCompletionsImport_reExportDefault
TestCompletionsImport_reExportDefault2
TestCompletionsImport_reExport_wrongName
TestCompletionsImport_require_addToExisting
TestCompletionsImport_typeOnly
TestCompletionsImport_umdDefaultNoCrash1
TestCompletionsImport_uriStyleNodeCoreModules2
TestCompletionsImport_windowsPathsProjectRelative
TestCompletionsInExport
TestCompletionsInExport_moduleBlock
TestCompletionsInRequire
Expand Down Expand Up @@ -153,13 +214,16 @@ TestCompletionsPaths_kinds
TestCompletionsPaths_pathMapping
TestCompletionsPaths_pathMapping_nonTrailingWildcard1
TestCompletionsPaths_pathMapping_parentDirectory
TestCompletionsRecommended_namespace
TestCompletionsRecommended_union
TestCompletionsRedeclareModuleAsGlobal
TestCompletionsStringsWithTriggerCharacter
TestCompletionsSymbolMembers
TestCompletionsTriggerCharacter
TestCompletionsTuple
TestCompletionsUniqueSymbol1
TestCompletionsUniqueSymbol_import
TestCompletionsWithDeprecatedTag10
TestConstEnumQuickInfoAndCompletionList
TestConstQuickInfoAndCompletionList
TestContextuallyTypedFunctionExpressionGeneric1
Expand Down Expand Up @@ -216,6 +280,16 @@ TestImportCompletions_importsMap2
TestImportCompletions_importsMap3
TestImportCompletions_importsMap4
TestImportCompletions_importsMap5
TestImportNameCodeFixExportAsDefault
TestImportSuggestionsCache_exportUndefined
TestImportTypeCompletions1
TestImportTypeCompletions3
TestImportTypeCompletions4
TestImportTypeCompletions5
TestImportTypeCompletions6
TestImportTypeCompletions7
TestImportTypeCompletions8
TestImportTypeCompletions9
TestIndexerReturnTypes1
TestIndirectClassInstantiation
TestInstanceTypesForGenericType1
Expand Down Expand Up @@ -246,6 +320,7 @@ TestJsDocPropertyDescription8
TestJsDocPropertyDescription9
TestJsDocServices
TestJsDocTagsWithHyphen
TestJsFileImportNoTypes2
TestJsQuickInfoGenerallyAcceptableSize
TestJsRequireQuickInfo
TestJsdocCallbackTag
Expand Down Expand Up @@ -387,7 +462,6 @@ TestQuickInfoOnGenericWithConstraints1
TestQuickInfoOnInternalAliases
TestQuickInfoOnJsxNamespacedNameWithDoc1
TestQuickInfoOnMethodOfImportEquals
TestQuickInfoOnNarrowedType
TestQuickInfoOnNarrowedTypeInModule
TestQuickInfoOnNewKeyword01
TestQuickInfoOnObjectLiteralWithAccessors
Expand Down
Loading