TypeScript/tests/cases/fourslash
Nathan Shively-Sanders 29f9493d87
Fix crash when exporting+aliasing globalThis inside declare global (#34408)
* global module:Fix crash when exporting+aliasing globalThis

* Fix another globalThis crash

find-all-refs assumed that an export inside a `declare x` was always an
ambient module, but it is not -- `declare global` does not allow
`export`, so find-all-refs shouldn't return any refs for this error case.
2019-10-15 14:05:39 -07:00
..
generated
server Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
shims Rename to use contextSpan 2019-06-13 12:41:21 -07:00
shims-pp Rename to use contextSpan 2019-06-13 12:41:21 -07:00
addDeclareToFunction.ts
addDeclareToModule.ts
addDuplicateSetter.ts
addFunctionAboveMultiLineLambdaExpression.ts
addFunctionInDuplicatedConstructorClassBody.ts
addInterfaceMemberAboveClass.ts
addInterfaceToNotSatisfyConstraint.ts
addMemberInDeclarationFile.ts
addMemberNotInNodeModulesDeclarationFile.ts
addMemberToInterface.ts
addMemberToModule.ts
addMethodToInterface1.ts
addSignaturePartial.ts
addVarToConstructor1.ts
aliasMergingWithNamespace.ts
aliasToVarUsedAsType.ts
alignmentAfterFormattingOnMultilineExpressionAndParametersList.ts
ambientShorthandFindAllRefs.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
ambientShorthandGotoDefinition.ts
ambientVariablesWithSameName.ts
annotateWithTypeFromJSDoc1.ts
annotateWithTypeFromJSDoc2.ts
annotateWithTypeFromJSDoc3.ts
annotateWithTypeFromJSDoc4.ts
annotateWithTypeFromJSDoc5.ts
annotateWithTypeFromJSDoc6.ts
annotateWithTypeFromJSDoc7.ts
annotateWithTypeFromJSDoc8.ts
annotateWithTypeFromJSDoc9.5.ts
annotateWithTypeFromJSDoc9.ts
annotateWithTypeFromJSDoc10.ts
annotateWithTypeFromJSDoc11.ts
annotateWithTypeFromJSDoc12.ts
annotateWithTypeFromJSDoc13.ts
annotateWithTypeFromJSDoc14.ts
annotateWithTypeFromJSDoc15.ts
annotateWithTypeFromJSDoc16.ts
annotateWithTypeFromJSDoc17.ts
annotateWithTypeFromJSDoc18.ts
annotateWithTypeFromJSDoc19.ts
annotateWithTypeFromJSDoc20.ts
annotateWithTypeFromJSDoc21.ts
annotateWithTypeFromJSDoc22.ts
annotateWithTypeFromJSDoc_all.ts
argumentsAreAvailableAfterEditsAtEndOfFunction.ts
argumentsIndexExpression.ts
arrayCallAndConstructTypings.ts
arrayConcatTypeCheck0.ts
arrayConcatTypeCheck1.ts
asOperatorCompletion.ts
asOperatorFormatting.ts
assertContextualType.ts
assignToExistingClass.ts
augmentedTypesClass1.ts
augmentedTypesClass2.ts
augmentedTypesClass3.ts
augmentedTypesModule1.ts
augmentedTypesModule2.ts
augmentedTypesModule3.ts
augmentedTypesModule4.ts
augmentedTypesModule5.ts
augmentedTypesModule6.ts
autoCloseTag.ts
autoFormattingOnPasting.ts
automaticConstructorToggling.ts
basicClassMembers.ts
bestCommonTypeObjectLiterals1.ts
breakpointValidationArrayLiteralExpressions.ts
breakpointValidationBinaryExpressions.ts
breakpointValidationBreakOrContinue.ts
breakpointValidationClass.ts
breakpointValidationClassAmbient.ts
breakpointValidationClasses.ts
breakpointValidationConditionalExpressions.ts
breakpointValidationConst.ts
breakpointValidationDebugger.ts
breakpointValidationDecorators.ts
breakpointValidationDestructuringAssignmentForArrayBindingPattern.ts
breakpointValidationDestructuringAssignmentForArrayBindingPatternDefaultValues.ts
breakpointValidationDestructuringAssignmentForObjectBindingPattern.ts
breakpointValidationDestructuringAssignmentForObjectBindingPatternDefaultValues.ts
breakpointValidationDestructuringAssignmentForOfArrayBindingPattern.ts
breakpointValidationDestructuringAssignmentForOfArrayBindingPatternDefaultValues.ts
breakpointValidationDestructuringAssignmentForOfObjectBindingPattern.ts
breakpointValidationDestructuringAssignmentForOfObjectBindingPatternDefaultValues.ts
breakpointValidationDestructuringAssignmentStatementArrayBindingPattern.ts
breakpointValidationDestructuringAssignmentStatementArrayBindingPatternDefaultValues.ts
breakpointValidationDestructuringForArrayBindingPattern.ts
breakpointValidationDestructuringForArrayBindingPatternDefaultValues.ts
breakpointValidationDestructuringForObjectBindingPattern.ts
breakpointValidationDestructuringForObjectBindingPatternDefaultValues.ts
breakpointValidationDestructuringForOfArrayBindingPattern.ts
breakpointValidationDestructuringForOfArrayBindingPatternDefaultValues.ts
breakpointValidationDestructuringForOfObjectBindingPattern.ts
breakpointValidationDestructuringForOfObjectBindingPatternDefaultValues.ts
breakpointValidationDestructuringParameterArrayBindingPattern.ts
breakpointValidationDestructuringParameterArrayBindingPattern2.ts
breakpointValidationDestructuringParameterArrayBindingPatternDefaultValues.ts
breakpointValidationDestructuringParameterArrayBindingPatternDefaultValues2.ts
breakpointValidationDestructuringParameterNestedObjectBindingPattern.ts
breakpointValidationDestructuringParameterNestedObjectBindingPatternDefaultValues.ts
breakpointValidationDestructuringParameterObjectBindingPattern.ts
breakpointValidationDestructuringParameterObjectBindingPatternDefaultValues.ts
breakpointValidationDestructuringVariableStatement.ts
breakpointValidationDestructuringVariableStatement1.ts
breakpointValidationDestructuringVariableStatementArrayBindingPattern.ts
breakpointValidationDestructuringVariableStatementArrayBindingPattern2.ts
breakpointValidationDestructuringVariableStatementArrayBindingPatternDefaultValues.ts
breakpointValidationDestructuringVariableStatementArrayBindingPatternDefaultValues2.ts
breakpointValidationDestructuringVariableStatementDefaultValues.ts
breakpointValidationDestructuringVariableStatementNestedObjectBindingPattern.ts
breakpointValidationDestructuringVariableStatementNestedObjectBindingPatternWithDefaultValues.ts
breakpointValidationDo.ts
breakpointValidationEnums.ts
breakpointValidationExportAssignment.ts
breakpointValidationExports.ts
breakpointValidationFor.ts
breakpointValidationForIn.ts
breakpointValidationFunctionExpressions.ts
breakpointValidationFunctions.ts
breakpointValidationIfElse.ts
breakpointValidationImport.ts
breakpointValidationImports.ts
breakpointValidationInBlankLine.ts
breakpointValidationInComments.ts
breakpointValidationInterface.ts
breakpointValidationLabeled.ts
breakpointValidationLet.ts
breakpointValidationModule.ts
breakpointValidationModuleAmbient.ts
breakpointValidationModuleEmpty.ts
breakpointValidationObjectLiteralExpressions.ts
breakpointValidationParenCallOrNewExpressions.ts
breakpointValidationStatements.ts
breakpointValidationSwitch.ts
breakpointValidationTryCatchFinally.ts
breakpointValidationTypeAlias.ts
breakpointValidationTypeAssertionExpressions.ts
breakpointValidationUnaryExpressions.ts
breakpointValidationVariables.ts
breakpointValidationWhile.ts
breakpointValidationWith.ts
brokenClassErrorRecovery.ts
calledUnionsOfDissimilarTyeshaveGoodDisplay.ts Improved parameter names for call signatures resulting from unions when only one parameter name is available. (#32056) 2019-07-11 10:06:49 -07:00
callSignatureHelp.ts
cancellationWhenfindingAllRefsOnDefinition.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
chainedFatArrowFormatting.ts
chainedFunctionFunctionArgIndent.ts
chainedFunctionLambdaArgIndex.ts
classExtendsInterfaceSigHelp1.ts
classifyThisParameter.ts
classInterfaceInsert.ts
classRenamingErrorRecovery.ts
cloduleAsBaseClass.ts
cloduleAsBaseClass2.ts
cloduleTypeOf1.ts
cloduleWithRecursiveReference.ts
closedCommentsInConstructor.ts
codeCompletionEscaping.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
codeFixAddAllParameterNames.ts
codeFixAddConvertToUnknownForNonOverlappingTypes1.ts
codeFixAddConvertToUnknownForNonOverlappingTypes2.ts
codeFixAddConvertToUnknownForNonOverlappingTypes3.ts
codeFixAddConvertToUnknownForNonOverlappingTypes4.ts
codeFixAddConvertToUnknownForNonOverlappingTypes5.ts
codeFixAddConvertToUnknownForNonOverlappingTypes6.ts
codeFixAddConvertToUnknownForNonOverlappingTypes7.ts
codeFixAddConvertToUnknownForNonOverlappingTypes8.ts
codeFixAddConvertToUnknownForNonOverlappingTypes_all.ts
codeFixAddMissingAwait_argument.ts Add quick fix to add missing 'await' (#32356) 2019-07-12 10:07:55 -07:00
codeFixAddMissingAwait_binaryExpressions.ts Add quick fix to add missing 'await' (#32356) 2019-07-12 10:07:55 -07:00
codeFixAddMissingAwait_initializer1.ts Improve “Add missing await” fix-all (#32922) 2019-08-20 16:53:28 -07:00
codeFixAddMissingAwait_initializer2.ts Improve “Add missing await” fix-all (#32922) 2019-08-20 16:53:28 -07:00
codeFixAddMissingAwait_initializer3.ts Improve “Add missing await” fix-all (#32922) 2019-08-20 16:53:28 -07:00
codeFixAddMissingAwait_initializer4.ts Improve “Add missing await” fix-all (#32922) 2019-08-20 16:53:28 -07:00
codeFixAddMissingAwait_iterables.ts Add quick fix to add missing 'await' (#32356) 2019-07-12 10:07:55 -07:00
codeFixAddMissingAwait_notAvailableWithoutPromise.ts Add quick fix to add missing 'await' (#32356) 2019-07-12 10:07:55 -07:00
codeFixAddMissingAwait_propertyAccess.ts Add quick fix to add missing 'await' (#32356) 2019-07-12 10:07:55 -07:00
codeFixAddMissingAwait_signatures.ts Add quick fix to add missing 'await' (#32356) 2019-07-12 10:07:55 -07:00
codeFixAddMissingAwait_topLevel.ts Add quick fix to add missing 'await' (#32356) 2019-07-12 10:07:55 -07:00
codeFixAddMissingConstInForInLoop1.ts
codeFixAddMissingConstInForInLoop2.ts Added fourslash tests for standalone and array initialization cases and started implementing them 2019-07-07 13:56:34 +02:00
codeFixAddMissingConstInForLoopWithArrayDestructuring1.ts
codeFixAddMissingConstInForLoopWithArrayDestructuring2.ts Added fourslash tests for standalone and array initialization cases and started implementing them 2019-07-07 13:56:34 +02:00
codeFixAddMissingConstInForLoopWithObjectDestructuring1.ts
codeFixAddMissingConstInForLoopWithObjectDestructuring2.ts Added fourslash tests for standalone and array initialization cases and started implementing them 2019-07-07 13:56:34 +02:00
codeFixAddMissingConstInForOfLoop1.ts
codeFixAddMissingConstInForOfLoop2.ts Added fourslash tests for standalone and array initialization cases and started implementing them 2019-07-07 13:56:34 +02:00
codeFixAddMissingConstPreservingIndentation1.ts Finish addMissingConst codefix for single variable and array literal assignments 2019-07-09 01:56:50 +02:00
codeFixAddMissingConstPreservingIndentation2.ts Finish addMissingConst codefix for single variable and array literal assignments 2019-07-09 01:56:50 +02:00
codeFixAddMissingConstToArrayDestructuring1.ts Added fourslash tests for standalone and array initialization cases and started implementing them 2019-07-07 13:56:34 +02:00
codeFixAddMissingConstToArrayDestructuring2.ts Added fourslash tests for standalone and array initialization cases and started implementing them 2019-07-07 13:56:34 +02:00
codeFixAddMissingConstToArrayDestructuring3.ts Added fourslash tests for standalone and array initialization cases and started implementing them 2019-07-07 13:56:34 +02:00
codeFixAddMissingConstToArrayDestructuring4.ts Add negative test case for addMissingConst codeFix with unexpected array elements 2019-07-09 02:07:54 +02:00
codeFixAddMissingConstToCommaSeparatedInitializer1.ts Added addMissingConst codefix for comma separated initializers 2019-07-10 02:11:02 +02:00
codeFixAddMissingConstToCommaSeparatedInitializer2.ts Added addMissingConst codefix for comma separated initializers 2019-07-10 02:11:02 +02:00
codeFixAddMissingConstToCommaSeparatedInitializer3.ts Added addMissingConst codefix for comma separated initializers 2019-07-10 02:11:02 +02:00
codeFixAddMissingConstToCommaSeparatedInitializer4.ts Added addMissingConst codefix for comma separated initializers 2019-07-10 02:11:02 +02:00
codeFixAddMissingConstToStandaloneIdentifier1.ts Added fourslash tests for standalone and array initialization cases and started implementing them 2019-07-07 13:56:34 +02:00
codeFixAddMissingDeclareProperty.ts Add useDefineForClassFields flag for Set -> Define property declaration (#33509) 2019-09-26 13:25:05 -07:00
codeFixAddMissingDeclareProperty2.ts Add useDefineForClassFields flag for Set -> Define property declaration (#33509) 2019-09-26 13:25:05 -07:00
codeFixAddMissingEnumMember1.ts
codeFixAddMissingEnumMember2.ts
codeFixAddMissingEnumMember3.ts
codeFixAddMissingEnumMember4.ts
codeFixAddMissingEnumMember5.ts
codeFixAddMissingEnumMember6.ts
codeFixAddMissingEnumMember7.ts
codeFixAddMissingEnumMember8.ts
codeFixAddMissingEnumMember9.ts
codeFixAddMissingEnumMember10.ts
codeFixAddMissingEnumMember11.ts
codeFixAddMissingInvocationForDecorator01.ts
codeFixAddMissingInvocationForDecorator_all.ts
codeFixAddMissingMember.ts
codeFixAddMissingMember2.ts
codeFixAddMissingMember3.ts
codeFixAddMissingMember4.ts
codeFixAddMissingMember5.ts
codeFixAddMissingMember6.ts
codeFixAddMissingMember7.ts
codeFixAddMissingMember8.ts
codeFixAddMissingMember9.ts
codeFixAddMissingMember10.ts
codeFixAddMissingMember11.ts
codeFixAddMissingMember12.ts
codeFixAddMissingMember13.ts
codeFixAddMissingMember_all.ts
codeFixAddMissingMember_all_js.ts
codeFixAddMissingMember_classIsNotFirstDeclaration.ts
codeFixAddMissingMember_generator_function.ts
codeFixAddMissingMember_non_generator_function.ts
codeFixAddMissingMember_typeParameter.ts
codeFixAddMissingNew.ts
codeFixAddMissingNew2.ts
codeFixAddMissingNew3.ts
codeFixAddMissingNew4.ts
codeFixAddMissingNew5.ts
codeFixAddMissingNew_all.ts
codeFixAddMissingNew_all_arguments.ts
codeFixAddMissingTypeof1.ts
codeFixAddMissingTypeof2.ts
codeFixAddParameterNames.ts
codeFixAmbientClassExtendAbstractMethod.ts Allow accessors in ambient class declarations (#32787) 2019-08-09 16:11:25 -07:00
codeFixAmbientClassExtendAbstractMethod_all.ts Allow accessors in ambient class declarations (#32787) 2019-08-09 16:11:25 -07:00
codeFixAmbientClassImplementClassAbstractGettersAndSetters.ts Allow accessors in ambient class declarations (#32787) 2019-08-09 16:11:25 -07:00
codeFixAmbientClassImplementClassMethodViaHeritage.ts Allow accessors in ambient class declarations (#32787) 2019-08-09 16:11:25 -07:00
codeFixAwaitInSyncFunction1.ts
codeFixAwaitInSyncFunction2.ts
codeFixAwaitInSyncFunction3.ts
codeFixAwaitInSyncFunction4.ts Revert unrelated fourslash test changes 2019-07-02 00:36:44 +02:00
codeFixAwaitInSyncFunction5.ts
codeFixAwaitInSyncFunction6.5.ts
codeFixAwaitInSyncFunction6.ts
codeFixAwaitInSyncFunction7.ts Revert unrelated fourslash test changes 2019-07-02 00:36:44 +02:00
codeFixAwaitInSyncFunction8.ts
codeFixAwaitInSyncFunction9.ts
codeFixAwaitInSyncFunction10.ts
codeFixAwaitInSyncFunction11.ts
codeFixAwaitInSyncFunction12.ts
codeFixAwaitInSyncFunction13.ts
codeFixAwaitInSyncFunction14.ts
codeFixAwaitInSyncFunction15.ts
codeFixAwaitInSyncFunction_all.ts fix duplicate async modifier codefix 2019-09-14 02:22:59 +08:00
codeFixAwaitShouldNotCrashIfNotInFunction.ts Revert unrelated fourslash test changes 2019-07-02 00:36:44 +02:00
codeFixCalledES2015Import1.ts
codeFixCalledES2015Import2.ts
codeFixCalledES2015Import3.ts
codeFixCalledES2015Import4.ts
codeFixCalledES2015Import5.ts
codeFixCalledES2015Import6.ts
codeFixCalledES2015Import7.ts
codeFixCalledES2015Import8.ts
codeFixCalledES2015Import9.ts
codeFixCalledES2015Import10.ts
codeFixCalledES2015Import11.ts
codeFixCalledES2015Import12.ts
codeFixCalledES2015Import13.ts
codeFixCannotFindModule.ts
codeFixCannotFindModule_all.ts
codeFixCannotFindModule_nodeCoreModules.ts
codeFixCannotFindModule_notIfMissing.ts
codeFixCannotFindModule_suggestion.ts
codeFixCannotFindModule_suggestion_falsePositive.ts
codeFixCannotFindModule_suggestion_js.ts
codeFixChangeExtendsToImplementsAbstractModifier.ts
codeFixChangeExtendsToImplementsTypeParams.ts
codeFixChangeExtendsToImplementsWithDecorator.ts
codeFixChangeExtendsToImplementsWithTrivia.ts
codeFixChangeJSDocSyntax1.ts
codeFixChangeJSDocSyntax2.ts
codeFixChangeJSDocSyntax4.ts
codeFixChangeJSDocSyntax5.ts
codeFixChangeJSDocSyntax6.ts
codeFixChangeJSDocSyntax7.ts
codeFixChangeJSDocSyntax8.ts
codeFixChangeJSDocSyntax9.ts
codeFixChangeJSDocSyntax10.ts
codeFixChangeJSDocSyntax11.ts
codeFixChangeJSDocSyntax12.ts
codeFixChangeJSDocSyntax13.ts
codeFixChangeJSDocSyntax14.ts
codeFixChangeJSDocSyntax15.ts
codeFixChangeJSDocSyntax16.ts
codeFixChangeJSDocSyntax17.ts
codeFixChangeJSDocSyntax18.ts
codeFixChangeJSDocSyntax19.ts
codeFixChangeJSDocSyntax20.ts
codeFixChangeJSDocSyntax21.ts
codeFixChangeJSDocSyntax22.ts
codeFixChangeJSDocSyntax23.ts
codeFixChangeJSDocSyntax24.ts
codeFixChangeJSDocSyntax25.ts
codeFixChangeJSDocSyntax26.ts
codeFixChangeJSDocSyntax_all.ts
codeFixChangeJSDocSyntax_all_nullable.ts
codeFixClassExprClassImplementClassFunctionVoidInferred.ts
codeFixClassExprExtendsAbstractExpressionWithTypeArgs.ts
codeFixClassExtendAbstractExpressionWithTypeArgs.ts
codeFixClassExtendAbstractGetterSetter.ts Allow accessors in ambient class declarations (#32787) 2019-08-09 16:11:25 -07:00
codeFixClassExtendAbstractMethod.ts
codeFixClassExtendAbstractMethod_all.ts
codeFixClassExtendAbstractMethod_comment.ts
codeFixClassExtendAbstractMethodThis.ts
codeFixClassExtendAbstractMethodTypeParamsInstantiateNumber.ts
codeFixClassExtendAbstractMethodTypeParamsInstantiateU.ts
codeFixClassExtendAbstractMethodWithLongName.ts
codeFixClassExtendAbstractPrivateProperty.ts
codeFixClassExtendAbstractProperty.ts
codeFixClassExtendAbstractPropertyThis.ts
codeFixClassExtendAbstractProtectedProperty.ts
codeFixClassExtendAbstractPublicProperty.ts
codeFixClassExtendAbstractSomePropertiesPresent.ts
codeFixClassImplementClassAbstractGettersAndSetters.ts Allow accessors in ambient class declarations (#32787) 2019-08-09 16:11:25 -07:00
codeFixClassImplementClassFunctionVoidInferred.ts
codeFixClassImplementClassMemberAnonymousClass.ts
codeFixClassImplementClassMethodViaHeritage.ts
codeFixClassImplementClassMultipleSignatures1.ts
codeFixClassImplementClassMultipleSignatures2.ts
codeFixClassImplementClassPropertyModifiers.ts
codeFixClassImplementClassPropertyTypeQuery.ts
codeFixClassImplementDeepInheritance.ts
codeFixClassImplementDefaultClass.ts
codeFixClassImplementInterface_all.ts
codeFixClassImplementInterface_optionQuote.ts
codeFixClassImplementInterface_typeInOtherFile.ts
codeFixClassImplementInterfaceArrayTuple.ts
codeFixClassImplementInterfaceCallSignature.ts
codeFixClassImplementInterfaceClassExpression.ts
codeFixClassImplementInterfaceComments.ts
codeFixClassImplementInterfaceComputedPropertyLiterals.ts
codeFixClassImplementInterfaceComputedPropertyNameWellKnownSymbols.ts
codeFixClassImplementInterfaceConstructSignature.ts
codeFixClassImplementInterfaceDuplicateMember1.ts
codeFixClassImplementInterfaceDuplicateMember2.ts
codeFixClassImplementInterfaceEmptyTypeLiteral.ts
codeFixClassImplementInterfaceHeritageClauseAlreadyHaveMember.ts
codeFixClassImplementInterfaceIndexSignaturesBoth.ts
codeFixClassImplementInterfaceIndexSignaturesNoFix.ts Revert unrelated fourslash test changes 2019-07-02 00:36:44 +02:00
codeFixClassImplementInterfaceIndexSignaturesNumber.ts
codeFixClassImplementInterfaceIndexSignaturesString.ts
codeFixClassImplementInterfaceIndexType.ts
codeFixClassImplementInterfaceInheritsAbstractMethod.ts
codeFixClassImplementInterfaceInNamespace.ts
codeFixClassImplementInterfaceMappedType.ts
codeFixClassImplementInterfaceMemberNestedTypeAlias.ts
codeFixClassImplementInterfaceMemberOrdering.ts
codeFixClassImplementInterfaceMemberTypeAlias.ts Fix fourslash test 2019-08-27 07:23:52 -04:00
codeFixClassImplementInterfaceMethodThisAndSelfReference.ts
codeFixClassImplementInterfaceMethodTypePredicate.ts
codeFixClassImplementInterfaceMultipleImplements1.ts
codeFixClassImplementInterfaceMultipleImplements2.ts
codeFixClassImplementInterfaceMultipleImplementsIntersection1.ts
codeFixClassImplementInterfaceMultipleImplementsIntersection2.ts
codeFixClassImplementInterfaceMultipleMembersAndPunctuation.ts
codeFixClassImplementInterfaceMultipleSignatures.ts
codeFixClassImplementInterfaceMultipleSignaturesRest1.ts
codeFixClassImplementInterfaceMultipleSignaturesRest2.ts
codeFixClassImplementInterfaceNamespaceConflict.ts
codeFixClassImplementInterfaceObjectLiteral.ts
codeFixClassImplementInterfaceOptionalProperty.ts
codeFixClassImplementInterfaceProperty.ts
codeFixClassImplementInterfacePropertyFromParentConstructorFunction.ts
codeFixClassImplementInterfacePropertySignatures.ts
codeFixClassImplementInterfaceQualifiedName.ts
codeFixClassImplementInterfaceSomePropertiesPresent.ts
codeFixClassImplementInterfaceTypeParamInstantiateDeeply.ts
codeFixClassImplementInterfaceTypeParamInstantiateError.ts
codeFixClassImplementInterfaceTypeParamInstantiateNumber.ts
codeFixClassImplementInterfaceTypeParamInstantiateT.ts
codeFixClassImplementInterfaceTypeParamInstantiateU.ts
codeFixClassImplementInterfaceTypeParamInstantiation.ts
codeFixClassImplementInterfaceTypeParamMethod.ts
codeFixClassImplementInterfaceUndeclaredSymbol.ts
codeFixClassImplementInterfaceWithNegativeNumber.ts fix generate typenode from negative numerical literal (#30610) 2019-04-23 14:20:53 -07:00
codeFixClassPropertyInitialization.ts
codeFixClassPropertyInitialization1.ts
codeFixClassPropertyInitialization2.ts
codeFixClassPropertyInitialization3.ts
codeFixClassPropertyInitialization5.ts
codeFixClassPropertyInitialization6.ts
codeFixClassPropertyInitialization7.ts
codeFixClassPropertyInitialization8.ts
codeFixClassPropertyInitialization9.ts
codeFixClassPropertyInitialization10.ts
codeFixClassPropertyInitialization11.ts
codeFixClassPropertyInitialization12.ts
codeFixClassPropertyInitialization13.ts
codeFixClassPropertyInitialization_all_1.ts
codeFixClassPropertyInitialization_all_2.ts
codeFixClassPropertyInitialization_all_3.ts
codeFixClassSuperMustPrecedeThisAccess.ts
codeFixClassSuperMustPrecedeThisAccess_all.ts
codeFixClassSuperMustPrecedeThisAccess_callWithThisInside.ts
codeFixConstructorForDerivedNeedSuperCall.ts
codeFixConstructorForDerivedNeedSuperCall_all.ts
codeFixConstToLet.ts Add convert const to let 2019-08-30 18:05:07 +08:00
codeFixConvertToMappedObjectType1.ts
codeFixConvertToMappedObjectType2.ts
codeFixConvertToMappedObjectType3.ts
codeFixConvertToMappedObjectType4.ts
codeFixConvertToMappedObjectType5.ts
codeFixConvertToMappedObjectType6.ts
codeFixConvertToMappedObjectType7.ts
codeFixConvertToMappedObjectType8.ts
codeFixConvertToMappedObjectType9.ts
codeFixConvertToMappedObjectType10.ts
codeFixConvertToMappedObjectType11.ts
codeFixConvertToMappedObjectType12.ts
codeFixCorrectQualifiedNameToIndexedAccessType01.ts
codeFixCorrectQualifiedNameToIndexedAccessType_all.ts
codeFixDisableJsDiagnosticsInFile.ts
codeFixDisableJsDiagnosticsInFile2.ts
codeFixDisableJsDiagnosticsInFile3.ts
codeFixDisableJsDiagnosticsInFile4.ts
codeFixDisableJsDiagnosticsInFile5.ts
codeFixDisableJsDiagnosticsInFile6.ts
codeFixDisableJsDiagnosticsInFile7.ts
codeFixDisableJsDiagnosticsInFile8.ts
codeFixDisableJsDiagnosticsInFile_all.ts
codeFixDisableJsDiagnosticsInFile_tsIgnore_indent.ts
codefixEnableExperimentalDecorators_blankCompilerOptionsInJsconfig.ts add action for enabling experimentalDescorators option in user config… (#30484) 2019-04-25 14:55:04 -07:00
codefixEnableExperimentalDecorators_blankCompilerOptionsInTsconfig.ts add action for enabling experimentalDescorators option in user config… (#30484) 2019-04-25 14:55:04 -07:00
codefixEnableExperimentalDecorators_disabledInCompilerOptionsInJsconfig.ts add action for enabling experimentalDescorators option in user config… (#30484) 2019-04-25 14:55:04 -07:00
codefixEnableExperimentalDecorators_disabledInCompilerOptionsInTsconfig.ts add action for enabling experimentalDescorators option in user config… (#30484) 2019-04-25 14:55:04 -07:00
codefixEnableExperimentalDecorators_missingCompilerOptionsInJsconfig.ts add action for enabling experimentalDescorators option in user config… (#30484) 2019-04-25 14:55:04 -07:00
codefixEnableExperimentalDecorators_missingCompilerOptionsInTsconfig.ts add action for enabling experimentalDescorators option in user config… (#30484) 2019-04-25 14:55:04 -07:00
codefixEnableExperimentalDecorators_noTsconfig.ts
codeFixEnableJsxFlag_blankCompilerOptionsJsConfig.ts Add JSX codefix if available (#32281) 2019-08-16 12:46:55 -07:00
codeFixEnableJsxFlag_blankCompilerOptionsTsConfig.ts Add JSX codefix if available (#32281) 2019-08-16 12:46:55 -07:00
codeFixEnableJsxFlag_disabledInCompilerOptionsInJsConfig.ts Add JSX codefix if available (#32281) 2019-08-16 12:46:55 -07:00
codeFixEnableJsxFlag_disabledInCompilerOptionsInTsConfig.ts Add JSX codefix if available (#32281) 2019-08-16 12:46:55 -07:00
codefixEnableJsxFlag_missingCompilerOptionsInJsconfig.ts Add JSX codefix if available (#32281) 2019-08-16 12:46:55 -07:00
codefixEnableJsxFlag_missingCompilerOptionsInTsconfig.ts Add JSX codefix if available (#32281) 2019-08-16 12:46:55 -07:00
codefixEnableJsxFlag_noTsconfig.ts Add JSX codefix if available (#32281) 2019-08-16 12:46:55 -07:00
codeFixExtendsInterfaceBecomesImplements.ts
codeFixExtendsInterfaceBecomesImplements_all.ts
codeFixForgottenThisPropertyAccess01.ts
codeFixForgottenThisPropertyAccess02.ts
codeFixForgottenThisPropertyAccess03.ts
codeFixForgottenThisPropertyAccess04.ts
codeFixForgottenThisPropertyAccess_all.ts
codeFixForgottenThisPropertyAccess_static.ts
codeFixGenerateDefinitions.ts
codeFixInferFromCallInAssignment.ts Add semicolon preference to formatter options (#33402) 2019-09-26 13:23:29 -07:00
codeFixInferFromExpressionStatement.ts Infer void from expr statement usage, not calls 2019-09-05 16:16:35 -07:00
codeFixInferFromFunctionThisUsageExplicitAny.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
codeFixInferFromFunctionThisUsageFunctionExpression.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
codeFixInferFromFunctionThisUsageImplicitAny.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
codeFixInferFromFunctionThisUsageJsDocExistingDocsClass.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
codeFixInferFromFunctionThisUsageJsDocNewDocsClass.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
codeFixInferFromFunctionThisUsageJsDocNewDocsInaccessible.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
codeFixInferFromFunctionThisUsageJsDocNewDocsLiteral.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
codeFixInferFromFunctionThisUsageLiteral.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
codeFixInferFromFunctionThisUsageNoUses.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
codeFixInferFromFunctionThisUsageObjectProperty.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
codeFixInferFromFunctionThisUsageObjectPropertyParameter.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
codeFixInferFromFunctionThisUsageObjectPropertyShorthand.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
codeFixInferFromFunctionThisUsageObjectPropertyShorthandParameter.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
codeFixInferFromFunctionUsage.ts Add semicolon preference to formatter options (#33402) 2019-09-26 13:23:29 -07:00
codeFixInferFromPrimitiveUsage.ts Add type parameter inference 2019-08-30 13:44:06 -07:00
codeFixInferFromUsage.ts
codeFixInferFromUsage_all.ts
codeFixInferFromUsage_allJS.ts
codeFixInferFromUsage_noCrashOnMissingParens.ts
codeFixInferFromUsageAddition.ts Add test + reshuffle/rename new code 2019-09-06 15:15:19 -07:00
codeFixInferFromUsageAlwaysInfer.ts
codeFixInferFromUsageAlwaysInferJS.ts
codeFixInferFromUsageArray.ts Update baselines with any[] inferences 2019-09-12 11:18:47 -07:00
codeFixInferFromUsageArrow.ts
codeFixInferFromUsageArrowJS.ts
codeFixInferFromUsageBindingElement.ts
codeFixInferFromUsageCall.ts
codeFixInferFromUsageCallBodyBoth.ts Turn on findBuiltinTypes 2019-08-29 12:40:33 -07:00
codeFixInferFromUsageCallBodyPriority.ts
codeFixInferFromUsageCallJS.ts
codeFixInferFromUsageCommentAfterParameter.ts Infer void from expr statement usage, not calls 2019-09-05 16:16:35 -07:00
codeFixInferFromUsageConstructor.ts
codeFixInferFromUsageConstructorFunctionJS.ts
codeFixInferFromUsageContextualImport1.ts Allow inferFromUsage to do auto-imports (#33915) 2019-10-14 10:33:00 -07:00
codeFixInferFromUsageContextualImport2.ts Allow inferFromUsage to do auto-imports (#33915) 2019-10-14 10:33:00 -07:00
codeFixInferFromUsageContextualImport3.ts Allow inferFromUsage to do auto-imports (#33915) 2019-10-14 10:33:00 -07:00
codeFixInferFromUsageEmptyTypePriority.ts
codeFixInferFromUsageExistingJSDoc.ts
codeFixInferFromUsageFunctionExpression.ts
codeFixInferFromUsageGetter.ts
codeFixInferFromUsageGetter2.ts
codeFixInferFromUsageInaccessibleTypes.ts
codeFixInferFromUsageJS.ts
codeFixInferFromUsageJSDestructuring.ts Fix infer from usage prop assignment (#33088) 2019-08-26 10:42:17 -07:00
codeFixInferFromUsageJSXElement.ts Infer void from expr statement usage, not calls 2019-09-05 16:16:35 -07:00
codeFixInferFromUsageLiteralTypes.ts Add test + reshuffle/rename new code 2019-09-06 15:15:19 -07:00
codeFixInferFromUsageMember.ts
codeFixInferFromUsageMember2.ts
codeFixInferFromUsageMember2JS.ts
codeFixInferFromUsageMember3.ts
codeFixInferFromUsageMemberJS.ts
codeFixInferFromUsageMultipleParameters.ts
codeFixInferFromUsageMultipleParametersJS.ts
codefixInferFromUsageNullish.ts nullish coalescing commit (#32883) 2019-09-30 15:33:50 -07:00
codeFixInferFromUsageNumberIndexSignature.ts
codeFixInferFromUsageNumberIndexSignatureJS.ts
codeFixInferFromUsageNumberPriority.ts
codeFixInferFromUsageOptionalParam.ts
codeFixInferFromUsageOptionalParam2.ts
codeFixInferFromUsageOptionalParamJS.ts
codeFixInferFromUsagePartialParameterListJS.ts
codeFixInferFromUsagePromise.ts Add test + reshuffle/rename new code 2019-09-06 15:15:19 -07:00
codeFixInferFromUsagePropertyAccess.ts Infer void from expr statement usage, not calls 2019-09-05 16:16:35 -07:00
codeFixInferFromUsagePropertyAccessJS.ts Infer void from expr statement usage, not calls 2019-09-05 16:16:35 -07:00
codeFixInferFromUsageRestParam.ts
codeFixInferFromUsageRestParam2.ts
codeFixInferFromUsageRestParam2JS.ts
codeFixInferFromUsageRestParam3.ts
codeFixInferFromUsageRestParam3JS.ts
codeFixInferFromUsageRestParamJS.ts
codeFixInferFromUsageSetter.ts
codeFixInferFromUsageSetterJS.ts
codeFixInferFromUsageSetterWithInaccessibleType.ts
codeFixInferFromUsageSetterWithInaccessibleTypeJS.ts
codeFixInferFromUsageSingleLineClassJS.ts
codeFixInferFromUsageString.ts Update baselines with any[] inferences 2019-09-12 11:18:47 -07:00
codeFixInferFromUsageStringIndexSignature.ts
codeFixInferFromUsageStringIndexSignatureJS.ts
codeFixInferFromUsageUnifyAnonymousType.ts
codeFixInferFromUsageVariable.ts
codeFixInferFromUsageVariable2.ts
codeFixInferFromUsageVariable2JS.ts
codeFixInferFromUsageVariable3.ts
codeFixInferFromUsageVariable3JS.ts
codeFixInferFromUsageVariableJS.ts
codeFixInPropertyAccess_js.ts
codeFixNegativeReplaceQualifiedNameWithIndexedAccessType01.ts
codeFixRemoveUnnecessaryAwait.ts Improve accuracy of remove unnecessary await fix (#32384) 2019-07-15 15:17:32 -07:00
codeFixRemoveUnnecessaryAwait_notAvailableOnReturn.ts Only add unnecessary-await suggestion on await expressions (#32754) 2019-08-07 11:27:36 -07:00
codeFixRequireInTs.ts
codeFixRequireInTs_all.ts
codeFixRequireInTs_allowSyntheticDefaultImports.ts
codeFixSpelling1.ts
codeFixSpelling2.ts
codeFixSpelling3.ts
codeFixSpelling4.ts
codeFixSpelling5.ts
codeFixSpelling_all.ts
codeFixSpellingVsImport.ts
codeFixSpellingVsMissingMember.ts
codeFixUndeclaredAcrossFiles1.ts
codeFixUndeclaredAcrossFiles2.ts
codeFixUndeclaredAcrossFiles3.ts
codeFixUndeclaredClassInstance.ts
codeFixUndeclaredClassInstanceWithTypeParams.ts
codeFixUndeclaredIndexSignatureNumericLiteral.ts
codeFixUndeclaredInStaticMethod.ts
codeFixUndeclaredMethod.ts
codeFixUndeclaredMethodFunctionArgs.ts
codeFixUndeclaredMethodObjectLiteralArgs.ts
codeFixUndeclaredPropertyAccesses.ts
codeFixUndeclaredPropertyFunctionEmptyClass.ts
codeFixUndeclaredPropertyFunctionNonEmptyClass.ts
codeFixUndeclaredPropertyNumericLiteral.ts
codeFixUndeclaredPropertyObjectLiteral.ts
codeFixUndeclaredPropertyObjectLiteralStrictNullChecks.ts
codeFixUndeclaredPropertyThisType.ts
codeFixUnreachableCode.ts
codeFixUnreachableCode_if.ts
codeFixUnreachableCode_noSuggestionIfDisabled.ts
codeFixUnusedIdentifier_all_delete.ts
codeFixUnusedIdentifier_all_delete_js.ts
codeFixUnusedIdentifier_all_delete_paramInFunction.ts
codeFixUnusedIdentifier_all_infer.ts
codeFixUnusedIdentifier_all_prefix.ts
codeFixUnusedIdentifier_delete_templateTag.ts
codeFixUnusedIdentifier_deleteWrite.ts
codeFixUnusedIdentifier_destructure_allUnused.ts Revert unrelated fourslash test changes 2019-07-02 00:36:44 +02:00
codeFixUnusedIdentifier_destructure_allUnused_all.ts Revert unrelated fourslash test changes 2019-07-02 00:36:44 +02:00
codeFixUnusedIdentifier_destructure_allUnused_for.ts Revert unrelated fourslash test changes 2019-07-02 00:36:44 +02:00
codeFixUnusedIdentifier_destructure_allUnused_nested.ts Revert unrelated fourslash test changes 2019-07-02 00:36:44 +02:00
codeFixUnusedIdentifier_destructure_partlyUnused.ts
codeFixUnusedIdentifier_infer.ts
codeFixUnusedIdentifier_jsdocTypeParameter.ts
codeFixUnusedIdentifier_parameter_all.ts
codeFixUnusedIdentifier_parameter_callback.ts
codeFixUnusedIdentifier_parameter_modifier.ts
codeFixUnusedIdentifier_parameter_modifier_and_arg.ts
codeFixUnusedIdentifier_parameterInCallback.ts
codeFixUnusedIdentifier_parameterInOverride.ts
codeFixUnusedIdentifier_removeVariableStatement.ts
codeFixUnusedIdentifier_set.ts
codeFixUnusedIdentifier_suggestion.ts
codeFixUnusedLabel.ts
codeFixUnusedLabel_all.ts
codeFixUnusedLabel_noSuggestionIfDisabled.ts
codeFixUseBigIntLiteral.ts Added explicit check for scientific notation 2019-09-07 19:41:03 -04:00
codeFixUseDefaultImport.ts
codeFixUseDefaultImport_all.ts
commentBraceCompletionPosition.ts
commentsBlocks.ts
commentsClass.ts
commentsClassMembers.ts
commentsCommentParsing.ts Use only immediately preceding JSDoc 2019-06-29 08:05:10 -07:00
commentsEnums.ts
commentsExternalModules.ts
commentsFunctionDeclaration.ts
commentsFunctionExpression.ts
commentsImportDeclaration.ts
commentsInheritance.ts
commentsInterface.ts
commentsLinePreservation.ts
commentsModules.ts
commentsMultiModuleMultiFile.ts
commentsMultiModuleSingleFile.ts
commentsOverloads.ts
commentsUnion.ts
commentsVariables.ts
compileOnSaveWorksWhenEmitBlockingErrorOnOtherFile.ts
completionAfterAtChar.ts
completionAfterBackslashFollowingString.ts
completionAfterBrace.ts
completionAfterDotDotDot.ts
completionAfterGlobalThis.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionAfterQuestionDot.ts Add support for Optional Chaining (#33294) 2019-09-30 12:33:28 -07:00
completionAtDottedNamespace.ts
completionAutoInsertQuestionDot.ts Add support for Optional Chaining (#33294) 2019-09-30 12:33:28 -07:00
completionBeforeSemanticDiagnosticsInArrowFunction1.ts
completionEntryAfterASIExpressionInClass.ts Adds support for completions after ASI inserted expressions 2019-07-03 18:02:44 -04:00
completionEntryForClassMembers.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionEntryForClassMembers2.ts
completionEntryForClassMembers3.ts
completionEntryForConst.ts
completionEntryForDeferredMappedTypeMembers.ts
completionEntryForImportName.ts
completionEntryForPropertyFromUnionOfModuleType.ts
completionEntryForShorthandPropertyAssignment.ts
completionEntryForUnionMethod.ts
completionEntryForUnionProperty.ts
completionEntryForUnionProperty2.ts
completionEntryInJsFile.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionEntryOnNarrowedType.ts
completionForComputedStringProperties.ts Add string properties declaration to the completion list 2019-05-23 11:08:19 +03:00
completionForQuotedPropertyInPropertyAssignment1.ts
completionForQuotedPropertyInPropertyAssignment2.ts
completionForQuotedPropertyInPropertyAssignment3.ts
completionForQuotedPropertyInPropertyAssignment4.ts
completionForStringLiteral.ts
completionForStringLiteral2.ts
completionForStringLiteral3.ts
completionForStringLiteral4.ts
completionForStringLiteral5.ts
completionForStringLiteral6.ts
completionForStringLiteral7.ts
completionForStringLiteral8.ts
completionForStringLiteral10.ts
completionForStringLiteral11.ts
completionForStringLiteral12.ts
completionForStringLiteral13.ts
completionForStringLiteral_details.ts
completionForStringLiteralExport.ts
completionForStringLiteralFromSignature.ts
completionForStringLiteralFromSignature2.ts
completionForStringLiteralImport1.ts
completionForStringLiteralImport2.ts
completionForStringLiteralInIndexedAccess01.ts
completionForStringLiteralNonrelativeImport1.ts
completionForStringLiteralNonrelativeImport2.ts
completionForStringLiteralNonrelativeImport3.ts
completionForStringLiteralNonrelativeImport4.ts
completionForStringLiteralNonrelativeImport5.ts
completionForStringLiteralNonrelativeImport7.ts
completionForStringLiteralNonrelativeImport8.ts
completionForStringLiteralNonrelativeImport9.ts
completionForStringLiteralNonrelativeImport10.ts
completionForStringLiteralNonrelativeImport11.ts
completionForStringLiteralNonrelativeImport12.ts
completionForStringLiteralNonrelativeImport13.ts
completionForStringLiteralNonrelativeImport14.ts
completionForStringLiteralNonrelativeImport15.ts
completionForStringLiteralNonrelativeImportTypings1.ts
completionForStringLiteralNonrelativeImportTypings2.ts
completionForStringLiteralNonrelativeImportTypings3.ts
completionForStringLiteralRelativeImport3.ts
completionForStringLiteralRelativeImport4.ts
completionForStringLiteralRelativeImportAllowJSFalse.ts
completionForStringLiteralRelativeImportAllowJSTrue.ts
completionForStringLiteralWithDynamicImport.ts
completionImportMeta.ts
completionInAugmentedClassModule.ts
completionInfoWithExplicitTypeArguments.ts
completionInFunctionLikeBody.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionInFunctionLikeBody_includesPrimitiveTypes.ts Fix type keyword completions (#32474) 2019-07-19 15:22:04 -07:00
completionInIncompleteCallExpression.ts
completionInJsDoc.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionInJSDocFunctionNew.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionInJSDocFunctionThis.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionInJsDocQualifiedNames.ts
completionInNamedImportLocation.ts
completionInsideFunctionContainsArguments.ts
completionInTypeOf1.ts
completionInTypeOf2.ts
completionList_getExportsOfModule.ts
completionListAfterAnyType.ts
completionListAfterClassExtends.ts
completionListAfterFunction.ts
completionListAfterFunction2.ts
completionListAfterFunction3.ts
completionListAfterInvalidCharacter.ts
completionListAfterNumericLiteral.ts
completionListAfterNumericLiteral1.ts
completionListAfterObjectLiteral1.ts
completionListAfterPropertyName.ts
completionListAfterRegularExpressionLiteral1.ts
completionListAfterRegularExpressionLiteral01.ts
completionListAfterRegularExpressionLiteral02.ts
completionListAfterRegularExpressionLiteral03.ts
completionListAfterRegularExpressionLiteral04.ts
completionListAfterRegularExpressionLiteral05.ts
completionListAfterSlash.ts
completionListAfterSpreadOperator01.ts
completionListAfterStringLiteral1.ts
completionListAfterStringLiteralTypeWithNoSubstitutionTemplateLiteral.ts
completionListAndMemberListOnCommentedDot.ts
completionListAndMemberListOnCommentedLine.ts
completionListAndMemberListOnCommentedWhiteSpace.ts
completionListAtBeginningOfFile01.ts
completionListAtBeginningOfIdentifierInArrowFunction01.ts
completionListAtDeclarationOfParameterType.ts
completionListAtEndOfWordInArrowFunction01.ts
completionListAtEndOfWordInArrowFunction02.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionListAtEndOfWordInArrowFunction03.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionListAtEOF.ts
completionListAtEOF1.ts
completionListAtEOF2.ts
completionListAtIdentifierDefinitionLocations_catch.ts
completionListAtIdentifierDefinitionLocations_classes.ts
completionListAtIdentifierDefinitionLocations_destructuring.ts
completionListAtIdentifierDefinitionLocations_enumMembers.ts
completionListAtIdentifierDefinitionLocations_enumMembers2.ts
completionListAtIdentifierDefinitionLocations_enums.ts
completionListAtIdentifierDefinitionLocations_functions.ts
completionListAtIdentifierDefinitionLocations_Generics.ts
completionListAtIdentifierDefinitionLocations_interfaces.ts
completionListAtIdentifierDefinitionLocations_parameters.ts
completionListAtIdentifierDefinitionLocations_properties.ts
completionListAtIdentifierDefinitionLocations_varDeclarations.ts
completionListAtInvalidLocations.ts
completionListAtNodeBoundary.ts
completionListBeforeKeyword.ts
completionListBeforeNewScope01.ts
completionListBeforeNewScope02.ts
completionListBuilderLocations_Modules.ts
completionListBuilderLocations_parameters.ts
completionListBuilderLocations_properties.ts
completionListBuilderLocations_VariableDeclarations.ts
completionListCladule.ts
completionListClassMembers.ts
completionListClassMembersWithSuperClassFromUnknownNamespace.ts
completionListEnumMembers.ts
completionListEnumValues.ts
completionListErrorRecovery.ts
completionListErrorRecovery2.ts
completionListForDerivedType1.ts
completionListForExportEquals.ts
completionListForExportEquals2.ts
completionListForGenericInstance1.ts
completionListForNonExportedMemberInAmbientModuleWithExportAssignment1.ts
completionListForObjectSpread.ts
completionListForRest.ts
completionListForShorthandPropertyAssignment.ts
completionListForShorthandPropertyAssignment2.ts
completionListForStringUnion.ts
completionListForTransitivelyExportedMembers01.ts
completionListForTransitivelyExportedMembers02.ts
completionListForTransitivelyExportedMembers03.ts
completionListForTransitivelyExportedMembers04.ts
completionListForUnicodeEscapeName.ts
completionListFunctionExpression.ts
completionListFunctionMembers.ts
completionListGenericConstraints.ts
completionListImplementingInterfaceFunctions.ts
completionListInArrowFunctionInUnclosedCallSite01.ts
completionListInClassExpressionWithTypeParameter.ts
completionListInClosedFunction01.ts
completionListInClosedFunction02.ts
completionListInClosedFunction03.ts
completionListInClosedFunction04.ts
completionListInClosedFunction05.ts
completionListInClosedFunction06.ts
completionListInClosedFunction07.ts
completionListInClosedObjectTypeLiteralInSignature01.ts
completionListInClosedObjectTypeLiteralInSignature02.ts
completionListInClosedObjectTypeLiteralInSignature03.ts
completionListInClosedObjectTypeLiteralInSignature04.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionListInComments.ts
completionListInComments2.ts
completionListInComments3.ts
completionListInContextuallyTypedArgument.ts
completionListInEmptyFile.ts
completionListInExportClause01.ts
completionListInExportClause02.ts
completionListInExportClause03.ts
completionListInExtendsClause.ts
completionListInExtendsClauseAtEOF.ts
completionListInFatArrow.ts
completionListInFunctionDeclaration.ts
completionListInFunctionExpression.ts
completionListInImportClause01.ts
completionListInImportClause02.ts
completionListInImportClause03.ts
completionListInImportClause04.ts
completionListInImportClause05.ts
completionListInImportClause06.ts
completionListInIndexSignature01.ts
completionListInIndexSignature02.ts
completionListInMiddleOfIdentifierInArrowFunction01.ts
completionListInNamedClassExpression.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionListInNamedClassExpressionWithShadowing.ts
completionListInNamedFunctionExpression.ts
completionListInNamedFunctionExpression1.ts
completionListInNamedFunctionExpressionWithShadowing.ts
completionListInNamespaceImportName01.ts
completionListInObjectBindingPattern01.ts
completionListInObjectBindingPattern02.ts
completionListInObjectBindingPattern03.ts
completionListInObjectBindingPattern04.ts
completionListInObjectBindingPattern05.ts
completionListInObjectBindingPattern06.ts
completionListInObjectBindingPattern07.ts
completionListInObjectBindingPattern08.ts
completionListInObjectBindingPattern09.ts
completionListInObjectBindingPattern10.ts
completionListInObjectBindingPattern11.ts
completionListInObjectBindingPattern12.ts
completionListInObjectBindingPattern13.ts
completionListInObjectBindingPattern14.ts
completionListInObjectLiteral.ts
completionListInObjectLiteral2.ts
completionListInObjectLiteral3.ts
completionListInObjectLiteral4.ts
completionListInObjectLiteralPropertyAssignment.ts
completionListInObjectLiteralThatIsParameterOfFunctionCall.ts
completionListInScope.ts
completionListInScope_doesNotIncludeAugmentations.ts
completionListInsideTargetTypedFunction.ts
completionListInstanceProtectedMembers.ts
completionListInstanceProtectedMembers2.ts
completionListInstanceProtectedMembers3.ts
completionListInstanceProtectedMembers4.ts
completionListInStringLiterals1.ts
completionListInStringLiterals2.ts
completionListInTemplateLiteralParts1.ts
completionListInTemplateLiteralPartsNegatives1.ts
completionListInTypedObjectLiterals2.ts
completionListInTypedObjectLiterals3.ts
completionListInTypedObjectLiterals4.ts
completionListInTypedObjectLiteralsWithPartialPropertyNames.ts
completionListInTypedObjectLiteralsWithPartialPropertyNames2.ts
completionListInTypeParameterOfClassExpression1.ts
completionListInTypeParameterOfTypeAlias1.ts
completionListInTypeParameterOfTypeAlias2.ts
completionListInTypeParameterOfTypeAlias3.ts
completionListInUnclosedCommaExpression01.ts
completionListInUnclosedCommaExpression02.ts
completionListInUnclosedDeleteExpression01.ts
completionListInUnclosedDeleteExpression02.ts
completionListInUnclosedElementAccessExpression01.ts
completionListInUnclosedElementAccessExpression02.ts
completionListInUnclosedForLoop01.ts
completionListInUnclosedForLoop02.ts
completionListInUnclosedFunction01.ts
completionListInUnclosedFunction02.ts
completionListInUnclosedFunction03.ts
completionListInUnclosedFunction04.ts
completionListInUnclosedFunction05.ts
completionListInUnclosedFunction06.ts
completionListInUnclosedFunction07.ts
completionListInUnclosedFunction08.ts
completionListInUnclosedFunction09.ts
completionListInUnclosedFunction10.ts
completionListInUnclosedFunction11.ts
completionListInUnclosedFunction12.ts
completionListInUnclosedFunction13.ts
completionListInUnclosedFunction14.ts
completionListInUnclosedFunction15.ts
completionListInUnclosedFunction16.ts
completionListInUnclosedFunction17.ts
completionListInUnclosedFunction18.ts
completionListInUnclosedFunction19.ts
completionListInUnclosedIndexSignature01.ts
completionListInUnclosedIndexSignature02.ts
completionListInUnclosedIndexSignature03.ts
completionListInUnclosedObjectTypeLiteralInSignature01.ts
completionListInUnclosedObjectTypeLiteralInSignature02.ts
completionListInUnclosedObjectTypeLiteralInSignature03.ts
completionListInUnclosedObjectTypeLiteralInSignature04.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionListInUnclosedSpreadExpression01.ts
completionListInUnclosedSpreadExpression02.ts
completionListInUnclosedTaggedTemplate01.ts
completionListInUnclosedTaggedTemplate02.ts
completionListInUnclosedTemplate01.ts
completionListInUnclosedTemplate02.ts
completionListInUnclosedTypeArguments.ts Fix type keyword completions (#32474) 2019-07-19 15:22:04 -07:00
completionListInUnclosedTypeOfExpression01.ts
completionListInUnclosedTypeOfExpression02.ts
completionListInUnclosedVoidExpression01.ts
completionListInUnclosedYieldExpression01.ts
completionListInvalidMemberNames.ts Update misspelling 'identifer' to 'identifier' (#30894) 2019-04-12 13:29:00 -07:00
completionListInvalidMemberNames2.ts
completionListInvalidMemberNames_escapeQuote.ts
completionListInvalidMemberNames_startWithSpace.ts
completionListInvalidMemberNames_withExistingIdentifier.ts
completionListIsGlobalCompletion.ts Fix type keyword completions (#32474) 2019-07-19 15:22:04 -07:00
completionListKeywords.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionListModuleMembers.ts
completionListNewIdentifierBindingElement.ts
completionListNewIdentifierFunctionDeclaration.ts
completionListNewIdentifierVariableDeclaration.ts
completionListObjectMembers.ts
completionListOfGenericSymbol.ts
completionListOfSplitInterface.ts
completionListOfUnion.ts
completionListOnAliasedModule.ts
completionListOnAliases.ts
completionListOnAliases2.ts
completionListOnAliases3.ts
completionListOnFunctionCallWithOptionalArgument.ts
completionListOnMethodParameterName.ts
completionListOnParam.ts
completionListOnParamInClass.ts
completionListOnParamOfGenericType1.ts
completionListOnPrivateVariableInModule.ts
completionListOnSuper.ts
completionListOnVarBetweenModules.ts
completionListOutsideOfClosedArrowFunction01.ts
completionListOutsideOfClosedArrowFunction02.ts
completionListOutsideOfClosedFunctionDeclaration01.ts
completionListOutsideOfForLoop01.ts
completionListOutsideOfForLoop02.ts
completionListPrivateMembers.ts
completionListPrivateMembers2.ts
completionListPrivateMembers3.ts
completionListProtectedMembers.ts
completionListStaticProtectedMembers.ts
completionListStaticProtectedMembers2.ts
completionListStaticProtectedMembers3.ts
completionListStaticProtectedMembers4.ts
completionListsThroughTransitiveBaseClasses.ts
completionListsThroughTransitiveBaseClasses2.ts
completionListSuperMembers.ts
completionListWithAmbientDeclaration.ts
completionListWithLabel.ts
completionListWithMeanings.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionListWithModulesFromModule.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionListWithModulesInsideModuleScope.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionListWithModulesOutsideModuleScope.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionListWithModulesOutsideModuleScope2.ts
completionListWithUnresolvedModule.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionNoAutoInsertQuestionDotForThis.ts Add support for Optional Chaining (#33294) 2019-09-30 12:33:28 -07:00
completionNoAutoInsertQuestionDotForTypeParameter.ts Add support for Optional Chaining (#33294) 2019-09-30 12:33:28 -07:00
completionOfAwaitPromise1.ts add completion for promise context (#32101) 2019-08-26 15:26:25 -07:00
completionOfAwaitPromise2.ts add completion for promise context (#32101) 2019-08-26 15:26:25 -07:00
completionOfAwaitPromise3.ts add completion for promise context (#32101) 2019-08-26 15:26:25 -07:00
completionOfAwaitPromise4.ts add completion for promise context (#32101) 2019-08-26 15:26:25 -07:00
completionOfAwaitPromise5.ts add completion for promise context (#32101) 2019-08-26 15:26:25 -07:00
completionOfAwaitPromise6.ts add completion for promise context (#32101) 2019-08-26 15:26:25 -07:00
completionOfInterfaceAndVar.ts
completionsAfterAsyncInObjectLiteral.ts
completionsAfterLessThanToken.ts Fixed auto completion after a < token to return types not values. 2019-07-12 23:14:42 +03:00
completionsAtIncompleteObjectLiteralProperty.ts use a map instead of an array 2019-07-19 11:37:28 +08:00
completionsClassPropertiesAfterPrivateProperty.ts Fix class member completion disappear after a property declaration with a private modifier 2019-08-06 08:35:34 +08:00
completionsCombineOverloads.ts
completionsCombineOverloads_restParameter.ts
completionsCombineOverloads_returnType.ts
completionsDefaultExport.ts
completionsDestructuring.ts
completionsDiscriminatedUnion.ts
completionsDotInArrayLiteralInObjectLiteral.ts
completionsDotInObjectLiteral.ts
completionsExportImport.ts
completionsForRecursiveGenericTypesMember.ts
completionsGeneratorFunctions.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_augmentation.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_compilerOptionsModule.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_default_addToNamedImports.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_default_addToNamespaceImport.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_default_alreadyExistedWithRename.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_default_anonymous.ts Update fourslash tests that shouldn’t insert semicolons 2019-06-06 10:48:26 -07:00
completionsImport_default_didNotExistBefore.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_default_exportDefaultIdentifier.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_default_fromMergedDeclarations.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_default_symbolName.ts When the exported symbol is merged symbol from declaration use that name to verify quality 2019-07-23 16:31:59 -07:00
completionsImport_defaultFalsePositive.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_details_withMisspelledName.ts
completionsImport_exportEquals.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_exportEquals_anonymous.ts Update fourslash tests that shouldn’t insert semicolons 2019-06-06 10:48:26 -07:00
completionsImport_exportEquals_global.ts Fix export=global auto import exclusion (#32898) 2019-08-14 15:50:25 -07:00
completionsImport_exportEqualsNamespace_noDuplicate.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_filteredByPackageJson_@typesImplicit.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
completionsImport_filteredByPackageJson_@typesOnly.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
completionsImport_filteredByPackageJson_ambient.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
completionsImport_filteredByPackageJson_direct.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
completionsImport_filteredByPackageJson_nested.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
completionsImport_filteredByPackageJson_reexport.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
completionsImport_filteredByPackageJson_reexport2.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
completionsImport_filteredByPackageJson_reexport3.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
completionsImport_filteredByPackageJson_reexport4.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
completionsImport_fromAmbientModule.ts
completionsImport_importType.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_keywords.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_matching.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_multipleWithSameName.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_named_addToNamedImports.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_named_didNotExistBefore.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_named_exportEqualsNamespace.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_named_exportEqualsNamespace_merged.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_named_fromMergedDeclarations.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
completionsImport_named_namespaceImportExists.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_noSemicolons.ts Add test for semicolon detection in auto-import 2019-06-06 10:55:56 -07:00
completionsImport_notFromIndex.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_notFromUnrelatedNodeModules.ts
completionsImport_ofAlias.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
completionsImport_ofAlias_preferShortPath.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_previousTokenIsSemicolon.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_quoteStyle.ts
completionsImport_reExport_wrongName.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_reExportDefault.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_require.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_shadowedByLocal.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImport_tsx.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsImportBaseUrl.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsInJsxTag.ts
completionsInterfaceElement.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsIsPossiblyTypeArgumentPosition.ts Fix type keyword completions (#32474) 2019-07-19 15:22:04 -07:00
completionsIsTypeOnlyCompletion.ts
completionsJsdocTag.ts
completionsJsdocTypeTagCast.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsJsPropertyAssignment.ts
completionsJsxAttribute.ts
completionsJsxAttributeInitializer.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsJsxAttributeInitializer2.ts
completionsKeyof.ts
completionsKeywordsExtends.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsLiterals.ts
completionsNamespaceMergedWithClass.ts
completionsNamespaceMergedWithObject.ts
completionsNamespaceName.ts
completionsNewTarget.ts
completionsOptionalKindModifier.ts prioritize exclude class or right of dot 2019-07-25 11:52:27 +08:00
completionsOptionalMethod.ts prioritize exclude class or right of dot 2019-07-25 11:52:27 +08:00
completionsPaths.ts
completionsPaths_fromTypings.ts
completionsPaths_importType.ts
completionsPaths_kinds.ts
completionsPaths_pathMapping.ts
completionsPaths_pathMapping_notInNestedDirectory.ts
completionsPaths_pathMapping_parentDirectory.ts
completionsPaths_pathMapping_relativePath.ts
completionsPaths_pathMapping_topLevel.ts
completionsPathsJsonModule.ts
completionsPathsJsonModuleWithAmd.ts
completionsPathsJsonModuleWithoutResolveJsonModule.ts
completionsPathsRelativeJsonModule.ts
completionsPropertiesPriorities.ts prioritize exclude class or right of dot 2019-07-25 11:52:27 +08:00
completionsRecommended_contextualTypes.ts
completionsRecommended_equals.ts
completionsRecommended_import.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsRecommended_local.ts
completionsRecommended_namespace.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsRecommended_nonAccessibleSymbol.ts
completionsRecommended_switch.ts
completionsRecommended_union.ts
completionsRecursiveNamespace.ts
completionsStringLiteral_fromTypeConstraint.ts
completionsStringsWithTriggerCharacter.ts ignore trigger chars within a string literal 2019-05-12 23:14:18 +03:00
completionsSymbolMembers.ts
completionsThisType.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsTriggerCharacter.ts
completionsTuple.ts
completionsTypeAssertionKeywords.ts typeAssertionKeywords tests 2019-07-16 10:04:14 +03:00
completionsTypeKeywords.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
completionsUnion.ts
completionsUniqueSymbol.ts
completionsUniqueSymbol_import.ts
completionsWithOptionalProperties.ts Set sort text while adding sysmbols 2019-07-18 12:33:21 +08:00
completionsWritingSpreadArgument.ts
completionTypeofExpressions.ts
completionWithConditionalOperatorMissingColon.ts
completionWithDotFollowedByNamespaceKeyword.ts
completionWithNamespaceInsideFunction.ts
consistenceOnIndentionsOfChainedFunctionCalls.ts
consistenceOnIndentionsOfObjectsInAListAfterFormatting.ts Don't add extra indentation for objects inside function parameters 2019-07-11 14:26:03 -04:00
consistentContextualTypeErrorsAfterEdits.ts
constEnumQuickInfoAndCompletionList.ts
constEnumsEmitOutputInMultipleFiles.ts
constQuickInfoAndCompletionList.ts
constructorBraceFormatting.ts
constructorQuickInfo.ts
contextuallyTypedFunctionExpressionGeneric1.ts
contextuallyTypedObjectLiteralMethodDeclarationParam01.ts
contextuallyTypedParameters.ts
contextualTyping.ts
contextualTypingFromTypeAssertion1.ts
contextualTypingGenericFunction1.ts
contextualTypingOfArrayLiterals1.ts
contextualTypingOfGenericCallSignatures1.ts
contextualTypingOfGenericCallSignatures2.ts
contextualTypingReturnExpressions.ts
convertFunctionToEs6Class1.ts
convertFunctionToEs6Class2.ts
convertFunctionToEs6Class3.ts
convertFunctionToEs6Class_asyncMethods.ts Add 'Remove unnecessary await' suggestion and fix (#32363) 2019-07-12 11:03:20 -07:00
convertFunctionToEs6Class_commentOnVariableDeclaration.ts
convertFunctionToEs6Class_emptySwitchCase.ts
convertFunctionToEs6Class_exportModifier1.ts
convertFunctionToEs6Class_exportModifier2.ts
convertFunctionToEs6Class_falsePositive.ts
convertFunctionToEs6Class_objectLiteralInArrowFunction.ts Fix writing multi-line text without semicolons (#32903) 2019-08-28 16:28:31 -07:00
convertFunctionToEs6ClassJsDoc.ts
convertFunctionToEs6ClassNoSemicolon.ts
convertToEs6Class_emptyCatchClause.ts
crossFileQuickInfoExportedTypeDoesNotUseImportType.ts
debuggerStatementIndent.ts
declarationExpressions.ts
declareFunction.ts
defaultParamsAndContextualTypes.ts
definition.ts
definitionNameOnEnumMember.ts
deleteClassWithEnumPresent.ts
deleteExtensionInReopenedInterface.ts
deleteModifierBeforeVarStatement1.ts
deleteReopenedModule.ts
deleteTypeParameter.ts
derivedTypeIndexerWithGenericConstraints.ts Add useDefineForClassFields flag for Set -> Define property declaration (#33509) 2019-09-26 13:25:05 -07:00
distinctTypesInCallbacksWithSameNames.ts
docCommentTemplate_insideEmptyComment.ts
docCommentTemplateClassDecl01.ts
docCommentTemplateClassDeclMethods01.ts
docCommentTemplateClassDeclMethods02.ts
docCommentTemplateConstructor01.ts
docCommentTemplateEmptyFile.ts
docCommentTemplateFunctionExpression.ts
docCommentTemplateFunctionWithParameters.ts
docCommentTemplateFunctionWithParameters_js.ts
docCommentTemplateIndentation.ts
docCommentTemplateInMultiLineComment.ts
docCommentTemplateInsideFunctionDeclaration.ts
docCommentTemplateInSingleLineComment.ts
docCommentTemplateInterfacesEnumsAndTypeAliases.ts
docCommentTemplateJsSpecialPropertyAssignment.ts
docCommentTemplateNamespacesAndModules01.ts
docCommentTemplateNamespacesAndModules02.ts
docCommentTemplateObjectLiteralMethods01.ts
docCommentTemplatePrototypeMethod.ts Test docCommentTemplate for prototype methods (#31477) 2019-05-20 12:50:29 -07:00
docCommentTemplateRegex.ts
docCommentTemplateVariableStatements01.ts
docCommentTemplateVariableStatements02.ts
docCommentTemplateVariableStatements03.ts
documentHighlightAtInheritedProperties1.ts
documentHighlightAtInheritedProperties2.ts
documentHighlightAtInheritedProperties3.ts
documentHighlightAtInheritedProperties4.ts
documentHighlightAtInheritedProperties5.ts
documentHighlightAtInheritedProperties6.ts
documentHighlightAtParameterPropertyDeclaration1.ts
documentHighlightAtParameterPropertyDeclaration2.ts
documentHighlightAtParameterPropertyDeclaration3.ts
documentHighlightInExport1.ts
documentHighlights_filesToSearch.ts
documentHighlights_moduleImport_filesToSearch.ts
documentHighlights_moduleImport_filesToSearchWithInvalidFile.ts Ignore unknown files to search from in document highlights 2019-08-09 15:06:51 -07:00
documentHighlights_windowsPath.ts
documentHighlightsInvalidGlobalThis.ts Fix crash when exporting+aliasing globalThis inside declare global (#34408) 2019-10-15 14:05:39 -07:00
documentHighlightsInvalidModifierLocations.ts Fix readonly occurrences highlighting (#32583) 2019-08-02 18:24:46 -07:00
doubleUnderscoreCompletions.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
doubleUnderscoreRenames.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
duplicateClassModuleError0.ts
duplicateFunctionImplementation.ts
duplicateIndexers.ts
duplicatePackageServices.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
duplicatePackageServices_fileChanges.ts
duplicateTypeParameters.ts
editClearsJsDocCache.ts
editJsdocType.ts
editLambdaArgToTypeParameter1.ts
editTemplateConstraint.ts
emptyArrayInference.ts
enumAddition.ts
enumUpdate1.ts
errorConsistency.ts
errorInIncompleteMethodInObjectLiteral.ts
errorsAfterResolvingVariableDeclOfMergedVariableAndClassDecl.ts
esModuleInteropFindAllReferences.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
esModuleInteropFindAllReferences2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
eval.ts
exportClauseErrorReporting0.ts
exportDefaultClass.ts
exportDefaultFunction.ts
exportEqualCallableInterface.ts
exportEqualsInterfaceA.ts
exportEqualTypes.ts
extendArray.ts
extendArrayInterface.ts
extendArrayInterfaceMember.ts
extendInterfaceOverloadedMethod.ts
extendsTArray.ts
externalModuleIntellisense.ts
externalModuleRefernceResolutionOrderInImportDeclaration.ts
externalModuleWithExportAssignment.ts
extract-const-callback-function-generic.ts Improved const extraction for function expressions and arrow functions. The behavior applies if the function: 2019-07-11 14:38:59 +03:00
extract-const-callback-function-no-context1.ts Improved const extraction for function expressions and arrow functions. The behavior applies if the function: 2019-07-11 14:38:59 +03:00
extract-const-callback-function-no-context2.ts Improved const extraction for function expressions and arrow functions. The behavior applies if the function: 2019-07-11 14:38:59 +03:00
extract-const-callback-function-no-context3.ts Improved const extraction for function expressions and arrow functions. The behavior applies if the function: 2019-07-11 14:38:59 +03:00
extract-const-callback-function-rest.ts Improved const extraction for function expressions and arrow functions. The behavior applies if the function: 2019-07-11 14:38:59 +03:00
extract-const-callback-function-this1.ts Improved const extraction for function expressions and arrow functions. The behavior applies if the function: 2019-07-11 14:38:59 +03:00
extract-const-callback-function-this2.ts Improved const extraction for function expressions and arrow functions. The behavior applies if the function: 2019-07-11 14:38:59 +03:00
extract-const-callback-function-this3.ts Improved const extraction for function expressions and arrow functions. The behavior applies if the function: 2019-07-11 14:38:59 +03:00
extract-const-callback-function.ts Improved const extraction for function expressions and arrow functions. The behavior applies if the function: 2019-07-11 14:38:59 +03:00
extract-const-callback.ts Improved const extraction for function expressions and arrow functions. The behavior applies if the function: 2019-07-11 14:38:59 +03:00
extract-const1.ts
extract-method-empty-namespace.ts
extract-method-formatting-objectliteral.ts
extract-method-formatting.ts
extract-method-in-anonymous-function-declaration.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
extract-method-not-for-empty.ts
extract-method-not-for-import.ts
extract-method-uniqueName.ts
extract-method1.ts
extract-method2.ts
extract-method3.ts
extract-method4.ts
extract-method5.ts
extract-method6.ts
extract-method7.ts
extract-method8.ts
extract-method9.ts
extract-method10.ts
extract-method11.ts
extract-method13.ts
extract-method14.ts
extract-method15.ts
extract-method17.ts
extract-method18.ts
extract-method19.ts
extract-method20.ts
extract-method21.ts
extract-method22.ts
extract-method23.ts
extract-method24.ts
extract-method25.ts Fix writing multi-line text without semicolons (#32903) 2019-08-28 16:28:31 -07:00
extract-method26.ts
extract-method27.ts
extract-method28.ts Add semicolon preference to formatter options (#33402) 2019-09-26 13:23:29 -07:00
extract-method29.ts Add semicolon preference to formatter options (#33402) 2019-09-26 13:23:29 -07:00
extract-method30.ts Add semicolon preference to formatter options (#33402) 2019-09-26 13:23:29 -07:00
extract-method_jsxIntrinsicTagSymbol.ts Update fourslash tests that shouldn’t insert semicolons 2019-06-06 10:48:26 -07:00
extractMethod_forAwait.ts
failureToImplementClass.ts
findAllReferencesDynamicImport1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllReferencesDynamicImport2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllReferencesDynamicImport3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllReferencesJSDocFunctionNew.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllReferencesJSDocFunctionThis.ts
findAllReferencesJsDocTypeLiteral.ts
findAllReferencesOfConstructor.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllReferencesOfConstructor_badOverload.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllReferencesOfJsonModule.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllReferencesUmdModuleAsGlobalConst.ts Perfer the non-module name of a symbol when writing the name of a symbol (#32880) 2019-08-14 17:16:17 -07:00
findAllReferPropertyAccessExpressionHeritageClause.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefs_importType_exportEquals.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefs_importType_js.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefs_importType_meaningAtLocation.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefs_importType_named.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefs_importType_typeofImport.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefs_jsEnum.ts Bind a jsdoc enum as SymbolFlags.TypeAlias and not SymbolFlags.Enum (#32520) 2019-07-26 13:57:22 -07:00
findAllRefsBadImport.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsCatchClause.ts
findAllRefsClassExpression0.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsClassExpression1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsClassExpression2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsClassWithStaticThisAccess.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsConstructorFunctions.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsDeclareClass.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsDefaultImport.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsDefaultImportThroughNamespace.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsDefinition.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsDestructureGeneric.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsDestructureGetter.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsDestructureGetter2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsEnumAsNamespace.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsEnumMember.ts
findAllRefsExportAsNamespace.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsExportConstEqualToClass.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsExportDefaultClassConstructor.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsExportEquals.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsExportNotAtTopLevel.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForComputedProperties.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForComputedProperties2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForDefaultExport.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForDefaultExport01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForDefaultExport02.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForDefaultExport03.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForDefaultExport04.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForDefaultExport08.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForDefaultExport_anonymous.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForDefaultExport_reExport.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForDefaultExport_reExport_allowSyntheticDefaultImports.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForDefaultExportAnonymous.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForFunctionExpression01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForMappedType.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForModule.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForModuleGlobal.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForObjectLiteralProperties.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForObjectSpread.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForRest.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForStringLiteralTypes.ts
findAllRefsForUMDModuleAlias1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForVariableInExtendsClause01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForVariableInExtendsClause02.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsForVariableInImplementsClause01.ts
findAllRefsGlobalModuleAugmentation.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsImportDefault.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsImportEquals.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsImportEqualsJsonFile.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsImportNamed.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsImportStarOfExportEquals.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsImportType.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsInClassExpression.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsIndexedAccessTypes.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsInExport1.ts
findAllRefsInheritedProperties1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsInheritedProperties2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsInheritedProperties3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsInheritedProperties4.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsInheritedProperties5.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsInsideTemplates1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsInsideTemplates2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsInsideWithBlock.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsJsDocTemplateTag_class.ts
findAllRefsJsDocTemplateTag_class_js.ts
findAllRefsJsDocTemplateTag_function.ts
findAllRefsJsDocTemplateTag_function_js.ts
findAllRefsJsDocTypeDef.ts
findAllRefsJsDocTypeDef_js.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsMappedType.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsMappedType_nonHomomorphic.ts
findAllRefsModuleAugmentation.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsModuleDotExports.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsNoImportClause.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsObjectBindingElementPropertyName01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsObjectBindingElementPropertyName02.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsObjectBindingElementPropertyName03.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsObjectBindingElementPropertyName04.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsObjectBindingElementPropertyName05.ts
findAllRefsObjectBindingElementPropertyName06.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsObjectBindingElementPropertyName07.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsObjectBindingElementPropertyName10.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsOfConstructor.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsOfConstructor2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsOfConstructor_multipleFiles.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsOfConstructor_withModifier.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsOnDecorators.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsOnDefinition.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsOnDefinition2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsOnImportAliases.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsOnImportAliases2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsOnPrivateParameterProperty1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsParameterPropertyDeclaration1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsParameterPropertyDeclaration2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsParameterPropertyDeclaration3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsParameterPropertyDeclaration_inheritance.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsPrefixSuffixPreference.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsPrimitive.ts
findAllRefsPrimitiveJsDoc.ts
findAllRefsPropertyContextuallyTypedByTypeParam01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsRedeclaredPropertyInDerivedInterface.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsReExport_broken.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsReExport_broken2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsReExportLocal.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsReExportRightNameWrongSymbol.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsReExports.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsReExports2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsReExportStar.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsRenameImportWithSameName.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsRootSymbols.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsThisKeyword.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsThisKeywordMultipleFiles.ts
findAllRefsTypedef.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsTypedef_importType.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsTypeofImport.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsTypeParameterInMergedInterface.ts
findAllRefsUnionProperty.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsWithLeadingUnderscoreNames1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsWithLeadingUnderscoreNames2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsWithLeadingUnderscoreNames3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsWithLeadingUnderscoreNames4.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsWithLeadingUnderscoreNames5.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsWithLeadingUnderscoreNames6.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsWithLeadingUnderscoreNames7.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsWithLeadingUnderscoreNames8.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsWithLeadingUnderscoreNames9.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsWithShorthandPropertyAssignment.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsWithShorthandPropertyAssignment2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findAllRefsWriteAccess.ts Better template literals support in checker (#32064) 2019-09-27 12:04:13 -07:00
findReferencesAcrossMultipleProjects.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findReferencesAfterEdit.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findReferencesDefinitionDisplayParts.ts
findReferencesJSXTagName.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findReferencesJSXTagName2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
findReferencesJSXTagName3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
fixingTypeParametersQuickInfo.ts
forceIndentAfterNewLineInsert.ts
forIn.ts
formatAddSemicolons1.ts Add semicolon preference to formatter options (#33402) 2019-09-26 13:23:29 -07:00
formatAfterMultilineComment.ts
formatAfterObjectLiteral.ts
formatAfterWhitespace.ts
formatAnyTypeLiteral.ts
formatArrayLiteralExpression.ts
formatArrayOrObjectLiteralsInVariableList.ts
formatAsyncAwait.ts
formatAsyncComputedMethod.ts
formatAsyncKeyword.ts
formatClassExpression.ts
formatColonAndQMark.ts
formatComments.ts
formatConflictDiff3Marker1.ts
formatConflictMarker1.ts
formatControlFlowConstructs.ts
formatDebuggerStatement.ts
formatDocumentWithJSDoc.ts
formatDocumentWithTrivia.ts
formatEmptyBlock.ts
formatEmptyParamList.ts
formatFunctionAndConstructorType.ts
formatIfWithEmptyCondition.ts
formatImplicitModule.ts
formatImportDeclaration.ts
formatInsertSpaceAfterCloseBraceBeforeCloseBracket.ts
formatInTryCatchFinally.ts
formatInTsxFiles.ts
formatJsxWithKeywordInIdentifier.ts
formatLiteralTypeInUnionOrIntersectionType.ts
formatMultilineComment.ts
formatMultipleFunctionArguments.ts Don't indent properties if an object literal follows directly from another object on the same line 2019-07-12 15:24:07 -04:00
formatNamedExportImport.ts
formatNestedClassWithOpenBraceOnNewLines.ts
formatNoSpaceBetweenClosingParenAndTemplateString.ts
formatObjectBindingPattern.ts
formatObjectBindingPattern_restElementWithPropertyName.ts
formatOnEnterFunctionDeclaration.ts
formatOnEnterInComment.ts
formatOnEnterOpenBraceAddNewLine.ts
formatOnOpenCurlyBraceRemoveNewLine.ts
formatOnSemiColonAfterBreak.ts
formatParameter.ts
formatRangeEndingAfterCommaOfCall.ts
formatRemoveNewLineAfterOpenBrace.ts
formatRemoveSemicolons1.ts Add semicolon preference to formatter options (#33402) 2019-09-26 13:23:29 -07:00
formatRemoveSemicolons2.ts Add semicolon preference to formatter options (#33402) 2019-09-26 13:23:29 -07:00
formatRemoveSemicolons3.ts Add semicolon preference to formatter options (#33402) 2019-09-26 13:23:29 -07:00
formatSelectionWithTrivia.ts
formatSelectionWithTrivia2.ts
formatSignatures.ts
formatSimulatingScriptBlocks.ts
formatTemplateLiteral.ts
formattingAfterChainedFatArrow.ts
formattingAfterMultiLineIfCondition.ts
formattingAfterMultiLineString.ts
formattingArrayLiteral.ts
formattingAwait.ts
formattingBlockInCaseClauses.ts
formattingChainingMethods.ts
formattingChangeSettings.ts
formattingComma.ts
formattingCommentsBeforeErrors.ts
formattingConditionalOperator.ts
formattingConditionals.ts
formattingConditionalTypes.ts
formattingCrash.ts
formattingDecorators.ts
formattingDoubleLessThan.ts Handle making sure that two less thans are never converted into >> 2019-06-25 15:16:15 -07:00
formattingElseInsideAFunction.ts
formattingEqualsBeforeBracketInTypeAlias.ts
formattingExpressionsInIfCondition.ts
formattingFatArrowFunctions.ts
formattingForIn.ts
formattingForLoopSemicolons.ts
formattingForOfKeyword.ts
formattingGlobalAugmentation1.ts
formattingGlobalAugmentation2.ts
formattingHexLiteral.ts
formattingIfInElseBlock.ts
formattingIllegalImportClause.ts
formattingInComment.ts
formattingInDestructuring1.ts
formattingInDestructuring2.ts
formattingInDestructuring3.ts
formattingInDestructuring4.ts
formattingInDestructuring5.ts
formattingInExpressionsInTsx.ts
formattingInMultilineComments.ts
formattingJsxElements.ts
formattingJsxTexts.ts
formattingKeywordAsIdentifier.ts
formattingMappedType.ts
formattingMultilineCommentsWithTabs1.ts
formattingMultilineCommentsWithTabs2.ts
formattingMultilineTemplateLiterals.ts
formattingMultipleMappedType.ts
formattingNestedScopes.ts
formattingNonNullAssertionOperator.ts
formattingObjectLiteral.ts
formattingObjectLiteralOpenCurlyNewline.ts
formattingObjectLiteralOpenCurlyNewlineAssignment.ts Fixes #32923 2019-08-29 15:31:09 -07:00
formattingObjectLiteralOpenCurlyNewlineTyping.ts
formattingObjectLiteralOpenCurlySingleLine.ts
formattingOfChainedLambda.ts
formattingOfExportDefault.ts
formattingOfModuleExport.ts
formattingOfMultilineBlockConstructs.ts
formattingofSingleLineBlockConstructs.ts
formattingOnChainedCallbacks.ts
formattingOnChainedCallbacksAndPropertyAccesses.ts
formattingOnClasses.ts
formattingOnCloseBrace.ts
formattingOnClosingBracket.ts
formattingOnCommaOperator.ts
formattingOnConstructorSignature.ts
formattingOnDocumentReadyFunction.ts
formattingOnDoWhileNoSemicolon.ts
formattingOnEmptyInterfaceLiteral.ts
formattingOnEnter.ts
formattingOnEnterInComments.ts
formattingOnEnterInStrings.ts
formattingOnInterfaces.ts
formattingOnInvalidCodes.ts
formattingOnModuleIndentation.ts
formattingOnNestedDoWhileByEnter.ts
formattingOnNestedStatements.ts
formattingOnObjectLiteral.ts
formattingOnOpenBraceOfFunctions.ts
formattingOnSemiColon.ts
formattingOnSingleLineBlocks.ts
formattingOnStatementsWithNoSemicolon.ts
formattingOnTabAfterCloseCurly.ts
formattingOnTypeLiteral.ts
formattingOnVariety.ts
formattingOptionsChange.ts
formattingOptionsChangeJsx.ts
formattingQMark.ts
formattingReadonly.ts
formattingRegexes.ts
formattingReplaceSpacesWithTabs.ts
formattingReplaceTabsWithSpaces.ts
formattingSingleLineWithNewLineOptionSet.ts
formattingSkippedTokens.ts
formattingSpaceAfterCommaBeforeOpenParen.ts
formattingSpaceBeforeCloseParen.ts
formattingSpaceBeforeFunctionParen.ts
formattingSpaceBetweenOptionalChaining.ts avoid space before dot question (#33840) 2019-10-07 17:11:54 -07:00
formattingSpaceBetweenParent.ts
formattingSpacesAfterConstructor.ts
formattingTemplates.ts
formattingTemplatesWithNewline.ts
formattingTypeInfer.ts
formattingVoid.ts
formattingWithEnterAfterMultilineString.ts
formattingWithLimitedSpan.ts
formattingWithMultilineComments.ts
formatTrailingComma.ts
formatTryCatch.ts
formatTsx.ts
formatTypeAlias.ts
formatTypeOperation.ts
formatTypeParameters.ts
formatVariableAssignments.ts
formatVariableDeclarationList.ts
formatWithBaseIndent.ts
formatWithStatement.ts
formatWithTabs.ts
formatWithTabs2.ts
forwardReference.ts
fourslash.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
fsEditMarkerPositions.ts
functionFormatting.ts
functionIndentation.ts
functionOverloadCount.ts
functionProperty.ts
functionRenamingErrorRecovery.ts
functionTypeFormatting.ts
functionTypePredicateFormatting.ts
functionTypes.ts
funduleWithRecursiveReference.ts
generatorDeclarationFormatting.ts
genericArityEnforcementAfterEdit.ts
genericAssignmentCompat.ts
genericCallSignaturesInNonGenericTypes1.ts
genericCallSignaturesInNonGenericTypes2.ts
genericCallsWithOptionalParams1.ts
genericCloduleCompletionList.ts
genericCombinators1.ts
genericCombinators2.ts
genericCombinators3.ts
genericCombinatorWithConstraints1.ts
genericDerivedTypeAcrossModuleBoundary1.ts
genericFunctionReturnType.ts
genericFunctionReturnType2.ts
genericFunctionSignatureHelp1.ts
genericFunctionSignatureHelp2.ts
genericFunctionSignatureHelp3.ts
genericFunctionSignatureHelp3MultiFile.ts
genericFunctionWithGenericParams1.ts
genericInterfacePropertyInference1.ts
genericInterfacePropertyInference2.ts
genericInterfacesWithConstraints1.ts
genericInterfaceWithInheritanceEdit1.ts
genericMapTyping1.ts
genericMethodParam.ts
genericObjectBaseType.ts
genericParameterHelp.ts
genericParameterHelpConstructorCalls.ts
genericParameterHelpTypeReferences.ts
genericRespecialization1.ts
genericsFormatting.ts
genericSignaturesAreProperlyCleaned.ts
genericTypeAliasIntersectionCompletions.ts
genericTypeArgumentInference1.ts
genericTypeParamUnrelatedToArguments1.ts
genericTypeWithMultipleBases1.ts
genericTypeWithMultipleBases1MultiFile.ts
genericWithSpecializedProperties1.ts
genericWithSpecializedProperties2.ts
genericWithSpecializedProperties3.ts
getCompletionEntryDetails.ts
getCompletionEntryDetails2.ts
getDeclarationDiagnostics.ts
getEditsForFileRename.ts
getEditsForFileRename_ambientModule.ts
getEditsForFileRename_amd.ts
getEditsForFileRename_caseInsensitive.ts
getEditsForFileRename_casing.ts
getEditsForFileRename_directory.ts
getEditsForFileRename_directory_down.ts
getEditsForFileRename_directory_noUpdateNodeModulesImport.ts
getEditsForFileRename_directory_up.ts
getEditsForFileRename_jsExtension.ts
getEditsForFileRename_notAffectedByJsFile.ts
getEditsForFileRename_preferences.ts
getEditsForFileRename_preservePathEnding.ts
getEditsForFileRename_renameFromIndex.ts
getEditsForFileRename_renameToIndex.ts
getEditsForFileRename_resolveJsonModule.ts
getEditsForFileRename_shortenRelativePaths.ts
getEditsForFileRename_subDir.ts
getEditsForFileRename_symlink.ts
getEditsForFileRename_tsconfig.ts
getEditsForFileRename_tsconfig_include_add.ts
getEditsForFileRename_tsconfig_include_noChange.ts
getEditsForFileRename_unaffectedNonRelativePath.ts
getEmitOutputDeclarationMultiFiles.ts
getEmitOutputDeclarationSingleFile.ts
getEmitOutputExternalModule.ts
getEmitOutputExternalModule2.ts
getEmitOutputMapRoot.ts
getEmitOutputNoErrors.ts
getEmitOutputOnlyOneFile.ts
getEmitOutputOut.ts
getEmitOutputOutFile.ts
getEmitOutputSingleFile.ts
getEmitOutputSingleFile2.ts
getEmitOutputSourceMap.ts
getEmitOutputSourceMap2.ts
getEmitOutputSourceRoot.ts
getEmitOutputSourceRootMultiFiles.ts
getEmitOutputTsxFile_Preserve.ts
getEmitOutputTsxFile_React.ts
getEmitOutputWithDeclarationFile.ts
getEmitOutputWithDeclarationFile2.ts
getEmitOutputWithDeclarationFile3.ts
getEmitOutputWithEarlySemanticErrors.ts
getEmitOutputWithEmitterErrors.ts
getEmitOutputWithEmitterErrors2.ts
getEmitOutputWithSemanticErrors.ts
getEmitOutputWithSemanticErrors2.ts
getEmitOutputWithSemanticErrorsForMultipleFiles.ts
getEmitOutputWithSemanticErrorsForMultipleFiles2.ts
getEmitOutputWithSyntacticErrorsForMultipleFiles.ts
getEmitOutputWithSyntacticErrorsForMultipleFiles2.ts
getEmitOutputWithSyntaxErrors.ts
getJavaScriptCompletions1.ts
getJavaScriptCompletions2.ts
getJavaScriptCompletions3.ts
getJavaScriptCompletions4.ts
getJavaScriptCompletions5.ts
getJavaScriptCompletions8.ts
getJavaScriptCompletions9.ts
getJavaScriptCompletions10.ts
getJavaScriptCompletions11.ts
getJavaScriptCompletions12.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
getJavaScriptCompletions13.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
getJavaScriptCompletions14.ts
getJavaScriptCompletions15.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
getJavaScriptCompletions16.ts
getJavaScriptCompletions18.ts
getJavaScriptCompletions19.ts
getJavaScriptCompletions20.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
getJavaScriptCompletions_tsCheck.ts
getJavaScriptGlobalCompletions1.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
getJavaScriptQuickInfo1.ts
getJavaScriptQuickInfo2.ts
getJavaScriptQuickInfo3.ts
getJavaScriptQuickInfo4.ts
getJavaScriptQuickInfo5.ts
getJavaScriptQuickInfo6.ts
getJavaScriptQuickInfo7.ts
getJavaScriptQuickInfo8.ts
getJavaScriptSyntacticDiagnostics1.ts
getJavaScriptSyntacticDiagnostics2.ts
getJavaScriptSyntacticDiagnostics3.ts
getJavaScriptSyntacticDiagnostics4.ts
getJavaScriptSyntacticDiagnostics5.ts
getJavaScriptSyntacticDiagnostics6.ts
getJavaScriptSyntacticDiagnostics7.ts
getJavaScriptSyntacticDiagnostics8.ts
getJavaScriptSyntacticDiagnostics9.ts
getJavaScriptSyntacticDiagnostics10.ts
getJavaScriptSyntacticDiagnostics11.ts
getJavaScriptSyntacticDiagnostics12.ts
getJavaScriptSyntacticDiagnostics13.ts
getJavaScriptSyntacticDiagnostics14.ts
getJavaScriptSyntacticDiagnostics15.ts
getJavaScriptSyntacticDiagnostics16.ts
getJavaScriptSyntacticDiagnostics17.ts
getJavaScriptSyntacticDiagnostics18.ts
getJavaScriptSyntacticDiagnostics19.ts
getJavaScriptSyntacticDiagnostics21.ts
getJavaScriptSyntacticDiagnostics22.ts
getJavaScriptSyntacticDiagnostics23.ts
getJavaScriptSyntacticDiagnostics24.ts
getJSXOutliningSpans.tsx Added test cases for JSXFragment span 2019-06-08 15:23:50 -07:00
getMatchingBraces.ts
getMatchingBracesAdjacentBraces.ts
getMatchingBracesNegativeCases.ts
getNameOrDottedNameSpan.ts
getNavigationBarItems.ts
getOccurrencesAbstract01.ts
getOccurrencesAbstract02.ts
getOccurrencesAbstract03.ts
getOccurrencesAfterEdit.ts
getOccurrencesAsyncAwait.ts
getOccurrencesAsyncAwait2.ts
getOccurrencesAsyncAwait3.ts
getOccurrencesClassExpressionConstructor.ts
getOccurrencesClassExpressionPrivate.ts
getOccurrencesClassExpressionPublic.ts
getOccurrencesClassExpressionStatic.ts
getOccurrencesClassExpressionStaticThis.ts
getOccurrencesClassExpressionThis.ts
getOccurrencesConst01.ts
getOccurrencesConst02.ts
getOccurrencesConst03.ts
getOccurrencesConst04.ts
getOccurrencesConstructor.ts
getOccurrencesConstructor2.ts
getOccurrencesDeclare1.ts
getOccurrencesDeclare2.ts
getOccurrencesDeclare3.ts
getOccurrencesExport1.ts
getOccurrencesExport2.ts
getOccurrencesExport3.ts
getOccurrencesIfElse.ts
getOccurrencesIfElse2.ts
getOccurrencesIfElse3.ts
getOccurrencesIfElse4.ts
getOccurrencesIfElse5.ts
getOccurrencesIfElseBroken.ts
getOccurrencesIsDefinitionOfArrowFunction.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfBindingPattern.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfClass.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfComputedProperty.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfEnum.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfExport.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfFunction.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfInterface.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfInterfaceClassMerge.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfNamespace.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfNumberNamedProperty.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfParameter.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfStringNamedProperty.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfTypeAlias.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsDefinitionOfVariable.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getOccurrencesIsWriteAccess.ts
getOccurrencesLoopBreakContinue.ts
getOccurrencesLoopBreakContinue2.ts
getOccurrencesLoopBreakContinue3.ts
getOccurrencesLoopBreakContinue4.ts
getOccurrencesLoopBreakContinue5.ts
getOccurrencesLoopBreakContinue6.ts
getOccurrencesLoopBreakContinueNegatives.ts
getOccurrencesModifiersNegatives1.ts
getOccurrencesOfAnonymousFunction.ts
getOccurrencesOfAnonymousFunction2.ts
getOccurrencesOfDecorators.ts
getOccurrencesOfUndefinedSymbol.ts
getOccurrencesPrivate1.ts
getOccurrencesPrivate2.ts
getOccurrencesPropertyInAliasedInterface.ts
getOccurrencesProtected1.ts
getOccurrencesProtected2.ts
getOccurrencesPublic1.ts
getOccurrencesPublic2.ts
getOccurrencesReadonly1.ts Fix readonly occurrences highlighting (#32583) 2019-08-02 18:24:46 -07:00
getOccurrencesReadonly2.ts Fix readonly occurrences highlighting (#32583) 2019-08-02 18:24:46 -07:00
getOccurrencesReadonly3.ts Fix readonly occurrences highlighting (#32583) 2019-08-02 18:24:46 -07:00
getOccurrencesReturn.ts
getOccurrencesReturn2.ts
getOccurrencesReturn3.ts
getOccurrencesReturn4.ts
getOccurrencesReturnBroken.ts
getOccurrencesSetAndGet.ts
getOccurrencesSetAndGet2.ts
getOccurrencesSetAndGet3.ts
getOccurrencesStatic1.ts
getOccurrencesStringLiterals.ts
getOccurrencesStringLiteralTypes.ts
getOccurrencesSuper.ts
getOccurrencesSuper2.ts
getOccurrencesSuper3.ts
getOccurrencesSuperNegatives.ts
getOccurrencesSwitchCaseDefault.ts
getOccurrencesSwitchCaseDefault2.ts
getOccurrencesSwitchCaseDefault3.ts
getOccurrencesSwitchCaseDefault4.ts
getOccurrencesSwitchCaseDefault5.ts
getOccurrencesSwitchCaseDefaultBroken.ts
getOccurrencesThis.ts
getOccurrencesThis2.ts
getOccurrencesThis3.ts
getOccurrencesThis4.ts
getOccurrencesThis5.ts
getOccurrencesThis6.ts
getOccurrencesThisNegatives2.ts
getOccurrencesThrow.ts
getOccurrencesThrow2.ts
getOccurrencesThrow3.ts
getOccurrencesThrow4.ts
getOccurrencesThrow5.ts
getOccurrencesThrow6.ts
getOccurrencesThrow7.ts
getOccurrencesThrow8.ts
getOccurrencesTryCatchFinally.ts
getOccurrencesTryCatchFinally2.ts
getOccurrencesTryCatchFinally3.ts
getOccurrencesTryCatchFinally4.ts
getOccurrencesTryCatchFinallyBroken.ts
getOccurrencesYield.ts
getOutliningForBlockComments.ts
getOutliningForObjectsInArray.ts
getOutliningForSingleLineComments.ts
getOutliningSpans.ts
getOutliningSpansDepthElseIf.ts
getOutliningSpansForImports.ts
getOutliningSpansForRegions.ts
getOutliningSpansForUnbalancedEndRegion.ts
getOutliningSpansForUnbalancedRegion.ts
getPreProcessedFile.ts
getPropertySymbolsFromBaseTypesDoesntCrash.ts
getQuickInfoForIntersectionTypes.ts
getRenameInfoTests1.ts
getRenameInfoTests2.ts
getSemanticDiagnosticForDeclaration.ts
getSemanticDiagnosticForDeclaration1.ts
getSemanticDiagnosticForNoDeclaration.ts
globalCompletionListInsideObjectLiterals.ts
goToDefinition_mappedType.ts
goToDefinition_super.ts
goToDefinition_untypedModule.ts
goToDefinitionAcrossMultipleProjects.ts Fixed goto when declarations are on multiple files 2019-08-28 15:14:19 -07:00
goToDefinitionAlias.ts
goToDefinitionAmbiants.ts
goToDefinitionApparentTypeProperties.ts
goToDefinitionBuiltInTypes.ts
goToDefinitionBuiltInValues.ts
gotoDefinitionConstructorFunction.ts goto-def should treat constructor functions as functions (#33109) 2019-08-27 16:22:22 -07:00
goToDefinitionConstructorOfClassExpression01.ts
goToDefinitionConstructorOfClassWhenClassIsPrecededByNamespace01.ts
goToDefinitionConstructorOverloads.ts
goToDefinitionDecorator.ts
goToDefinitionDecoratorOverloads.ts
goToDefinitionDifferentFile.ts
goToDefinitionDifferentFileIndirectly.ts
goToDefinitionDynamicImport1.ts
goToDefinitionDynamicImport2.ts
goToDefinitionDynamicImport3.ts
goToDefinitionDynamicImport4.ts
goToDefinitionExpandoElementAccess.ts Allow special element access assignments to create declarations (#33537) 2019-09-30 15:08:44 -05:00
goToDefinitionExternalModuleName.ts
goToDefinitionExternalModuleName2.ts
goToDefinitionExternalModuleName3.ts
goToDefinitionExternalModuleName4.ts
goToDefinitionExternalModuleName5.ts
goToDefinitionExternalModuleName6.ts
goToDefinitionExternalModuleName7.ts
goToDefinitionExternalModuleName8.ts
goToDefinitionExternalModuleName9.ts
goToDefinitionFunctionOverloads.ts
goToDefinitionFunctionOverloadsInClass.ts
goToDefinitionFunctionType.ts
goToDefinitionImplicitConstructor.ts
goToDefinitionImportedNames.ts
goToDefinitionImportedNames2.ts
goToDefinitionImportedNames3.ts
goToDefinitionImportedNames4.ts
goToDefinitionImportedNames5.ts
goToDefinitionImportedNames6.ts
goToDefinitionImportedNames7.ts
goToDefinitionImports.ts
goToDefinitionIndexSignature.ts
goToDefinitionIndexSignature2.ts
goToDefinitionInMemberDeclaration.ts
gotoDefinitionInObjectBindingPattern1.ts
gotoDefinitionInObjectBindingPattern2.ts
goToDefinitionInterfaceAfterImplement.ts
goToDefinitionInTypeArgument.ts
goToDefinitionJsModuleName.ts
goToDefinitionLabels.ts
goToDefinitionMethodOverloads.ts
goToDefinitionMultipleDefinitions.ts
goToDefinitionNewExpressionTargetNotClass.ts
goToDefinitionObjectBindingElementPropertyName01.ts
goToDefinitionObjectLiteralProperties.ts
goToDefinitionObjectLiteralProperties1.ts
goToDefinitionObjectSpread.ts
goToDefinitionOverloadsInMultiplePropertyAccesses.ts
goToDefinitionPartialImplementation.ts
goToDefinitionPrimitives.ts
gotoDefinitionPropertyAccessExpressionHeritageClause.ts
goToDefinitionPropertyAssignment.ts Merge branch 'master' of https://github.com/microsoft/typescript into 30246 2019-07-31 17:08:45 -04:00
goToDefinitionRest.ts
goToDefinitionSameFile.ts
goToDefinitionShadowVariable.ts
goToDefinitionShadowVariableInsideModule.ts
goToDefinitionShorthandProperty01.ts
goToDefinitionShorthandProperty02.ts
goToDefinitionShorthandProperty03.ts
goToDefinitionSignatureAlias.ts
goToDefinitionSignatureAlias_require.ts
goToDefinitionSimple.ts
goToDefinitionSourceUnit.ts
goToDefinitionTaggedTemplateOverloads.ts
goToDefinitionThis.ts
goToDefinitionTypePredicate.ts
goToDefinitionTypeReferenceDirective.ts
goToDefinitionUndefinedSymbols.ts
goToDefinitionUnionTypeProperty1.ts
goToDefinitionUnionTypeProperty2.ts
goToDefinitionUnionTypeProperty3.ts
goToDefinitionUnionTypeProperty4.ts
goToDefinitionUnionTypeProperty_discriminated.ts
goToImplementationClassMethod_00.ts
goToImplementationClassMethod_01.ts
goToImplementationEnum_00.ts
goToImplementationEnum_01.ts
goToImplementationInterface_00.ts
goToImplementationInterface_01.ts
goToImplementationInterface_02.ts
goToImplementationInterface_03.ts
goToImplementationInterface_04.ts
goToImplementationInterface_05.ts
goToImplementationInterface_06.ts
goToImplementationInterface_07.ts
goToImplementationInterface_08.ts
goToImplementationInterface_09.ts
goToImplementationInterfaceMethod_00.ts
goToImplementationInterfaceMethod_01.ts
goToImplementationInterfaceMethod_02.ts
goToImplementationInterfaceMethod_03.ts
goToImplementationInterfaceMethod_04.ts
goToImplementationInterfaceMethod_05.ts
goToImplementationInterfaceMethod_06.ts
goToImplementationInterfaceMethod_08.ts
goToImplementationInterfaceMethod_09.ts
goToImplementationInterfaceMethod_10.ts
goToImplementationInterfaceMethod_11.ts
goToImplementationInterfaceProperty_00.ts
goToImplementationInterfaceProperty_01.ts
goToImplementationInvalid.ts
goToImplementationLocal_00.ts
goToImplementationLocal_01.ts
goToImplementationLocal_02.ts
goToImplementationLocal_03.ts
goToImplementationLocal_04.ts
goToImplementationLocal_05.ts
goToImplementationLocal_06.ts
goToImplementationLocal_07.ts
goToImplementationLocal_08.ts
goToImplementationNamespace_00.ts
goToImplementationNamespace_01.ts
goToImplementationNamespace_02.ts
goToImplementationNamespace_03.ts
goToImplementationNamespace_04.ts
goToImplementationNamespace_05.ts
goToImplementationNamespace_06.ts
goToImplementationShorthandPropertyAssignment_00.ts
goToImplementationShorthandPropertyAssignment_01.ts
goToImplementationShorthandPropertyAssignment_02.ts
goToImplementationSuper_00.ts
goToImplementationSuper_01.ts
goToImplementationThis_00.ts
goToImplementationThis_01.ts
goToImplementationTypeAlias_00.ts
goToModuleAliasDefinition.ts
goToTypeDefinition.ts
goToTypeDefinition2.ts
goToTypeDefinition_returnType.ts
goToTypeDefinition_typedef.ts
goToTypeDefinitionAliases.ts
goToTypeDefinitionEnumMembers.ts
goToTypeDefinitionModule.ts
goToTypeDefinitionPrimitives.ts
goToTypeDefinitionUnionType.ts
hoverOverComment.ts
identationAfterInterfaceCall.ts
identifierErrorRecovery.ts
importDeclPaste0.ts
importFixWithMultipleModuleExportAssignment.ts
importJsNodeModule1.ts
importJsNodeModule2.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
importJsNodeModule3.ts
importJsNodeModule4.ts
importNameCodeFix_all.ts
importNameCodeFix_all_js.ts
importNameCodeFix_avoidRelativeNodeModules.ts
importNameCodeFix_defaultExport.ts
importNameCodeFix_endingPreference.ts
importNameCodeFix_exportEquals.ts
importNameCodeFix_fileWithNoTrailingNewline.ts
importNameCodeFix_fromPathMapping.ts
importNameCodeFix_getCanonicalFileName.ts
importNameCodeFix_importType.ts
importNameCodeFix_jsExtension.ts
importNameCodeFix_jsx.ts
importNameCodeFix_order.ts
importNameCodeFix_preferBaseUrl.ts
importNameCodeFix_quoteStyle.ts
importNameCodeFix_reExport.ts
importNameCodeFix_reExportDefault.ts
importNameCodeFix_rootDirs.ts
importNameCodeFix_symlink.ts
importNameCodeFix_symlink_own_package.ts
importNameCodeFix_symlink_own_package_2.ts
importNameCodeFix_types_classic.ts
importNameCodeFix_typeUsedAsValue.ts
importNameCodeFixDefaultExport.ts
importNameCodeFixDefaultExport1.ts
importNameCodeFixDefaultExport2.ts
importNameCodeFixDefaultExport3.ts
importNameCodeFixExistingImport0.ts
importNameCodeFixExistingImport1.ts
importNameCodeFixExistingImport2.ts
importNameCodeFixExistingImport3.ts
importNameCodeFixExistingImport4.ts
importNameCodeFixExistingImport5.ts
importNameCodeFixExistingImport6.ts
importNameCodeFixExistingImport7.ts
importNameCodeFixExistingImport8.ts
importNameCodeFixExistingImport9.ts
importNameCodeFixExistingImport10.ts
importNameCodeFixExistingImport11.ts
importNameCodeFixExistingImport12.ts
importNameCodeFixExistingImportEquals0.ts
importNameCodeFixIndentedIdentifier.ts
importNameCodeFixNewImportAllowSyntheticDefaultImports0.ts
importNameCodeFixNewImportAllowSyntheticDefaultImports1.ts
importNameCodeFixNewImportAllowSyntheticDefaultImports2.ts
importNameCodeFixNewImportAllowSyntheticDefaultImports3.ts
importNameCodeFixNewImportAllowSyntheticDefaultImports4.ts
importNameCodeFixNewImportAllowSyntheticDefaultImports5.ts
importNameCodeFixNewImportAmbient0.ts
importNameCodeFixNewImportAmbient1.ts
importNameCodeFixNewImportAmbient2.ts
importNameCodeFixNewImportAmbient3.ts
importNameCodeFixNewImportBaseUrl0.ts
importNameCodeFixNewImportBaseUrl1.ts
importNameCodeFixNewImportBaseUrl2.ts
importNameCodeFixNewImportDefault0.ts
importNameCodeFixNewImportExportEqualsCommonJSInteropOn.ts Make auto-imports more likely to be valid for the file (including JS) & project settings (#32684) 2019-08-02 15:58:10 -07:00
importNameCodeFixNewImportExportEqualsESNextInteropOff.ts Make auto-imports more likely to be valid for the file (including JS) & project settings (#32684) 2019-08-02 15:58:10 -07:00
importNameCodeFixNewImportExportEqualsESNextInteropOn.ts Make auto-imports more likely to be valid for the file (including JS) & project settings (#32684) 2019-08-02 15:58:10 -07:00
importNameCodeFixNewImportExportEqualsJavaScript.ts Make auto-imports more likely to be valid for the file (including JS) & project settings (#32684) 2019-08-02 15:58:10 -07:00
importNameCodeFixNewImportExportEqualsPrimitive.ts
importNameCodeFixNewImportFile0.ts
importNameCodeFixNewImportFile1.ts
importNameCodeFixNewImportFile2.ts
importNameCodeFixNewImportFile3.ts
importNameCodeFixNewImportFile4.ts
importNameCodeFixNewImportFile5.ts
importNameCodeFixNewImportFileAllComments.ts
importNameCodeFixNewImportFileDetachedComments.ts
importNameCodeFixNewImportFileQuoteStyle0.ts
importNameCodeFixNewImportFileQuoteStyle1.ts
importNameCodeFixNewImportFileQuoteStyle2.ts
importNameCodeFixNewImportFileQuoteStyle3.ts
importNameCodeFixNewImportFileQuoteStyleMixed0.ts
importNameCodeFixNewImportFileQuoteStyleMixed1.ts
importNameCodeFixNewImportFromAtTypes.ts
importNameCodeFixNewImportFromAtTypesScopedPackage.ts
importNameCodeFixNewImportIndex.ts
importNameCodeFixNewImportIndex_notForClassicResolution.ts
importNameCodeFixNewImportNodeModules0.ts
importNameCodeFixNewImportNodeModules1.ts
importNameCodeFixNewImportNodeModules2.ts
importNameCodeFixNewImportNodeModules3.ts
importNameCodeFixNewImportNodeModules4.ts
importNameCodeFixNewImportNodeModules5.ts
importNameCodeFixNewImportNodeModules6.ts
importNameCodeFixNewImportNodeModules7.ts
importNameCodeFixNewImportNodeModules8.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
importNameCodeFixNewImportPaths0.ts
importNameCodeFixNewImportPaths1.ts
importNameCodeFixNewImportPaths2.ts
importNameCodeFixNewImportPaths_withExtension.ts
importNameCodeFixNewImportPaths_withLeadingDotSlash.ts
importNameCodeFixNewImportPaths_withParentRelativePath.ts
importNameCodeFixNewImportRootDirs0.ts
importNameCodeFixNewImportRootDirs1.ts Elide /index from auto-import when using rootDirs compiler option (#32828) 2019-08-12 16:05:15 -07:00
importNameCodeFixNewImportTypeRoots0.ts
importNameCodeFixNewImportTypeRoots1.ts
importNameCodeFixOptionalImport0.ts
importNameCodeFixOptionalImport1.ts
importNameCodeFixReExport.ts
importNameCodeFixShebang.ts
importNameCodeFixUMDGlobal0.ts
importNameCodeFixUMDGlobal1.ts
importNameCodeFixUMDGlobalJavaScript.ts Make auto-imports more likely to be valid for the file (including JS) & project settings (#32684) 2019-08-02 15:58:10 -07:00
importNameCodeFixUMDGlobalReact0.ts
importNameCodeFixUMDGlobalReact1.ts
importNameCodeFixUMDGlobalReact2.ts
importNameCodeFixWithPrologue.ts
importTypeFormatting.ts
importTypeMemberCompletions.ts
importTypeNodeGoToDefinition.ts
importTypesDeclarationDiagnosticsNoServerError.ts
importValueUsedAsType.ts
incompatibleOverride.ts Add useDefineForClassFields flag for Set -> Define property declaration (#33509) 2019-09-26 13:25:05 -07:00
incompleteFunctionCallCodefix.ts
incompleteFunctionCallCodefix2.ts
incompleteFunctionCallCodefix3.ts
incorrectJsDocObjectLiteralType.ts
incrementalEditInvocationExpressionAboveInterfaceDeclaration.ts
incrementalJsDocAdjustsLengthsRight.ts
incrementalParsing1.ts
incrementalParsingDynamicImport1.ts
incrementalParsingDynamicImport2.ts
incrementalParsingDynamicImport3.ts
incrementalParsingDynamicImport4.ts
incrementalParsingInsertIntoMethod1.ts
incrementalParsingWithJsDoc.ts
incrementalResolveAccessor.ts
incrementalResolveConstructorDeclaration.ts
incrementalResolveFunctionPropertyAssignment.ts
incrementalUpdateToClassImplementingGenericClass.ts
indentAfterFunctionClosingBraces.ts
indentAfterImport.ts
indentation.ts
indentationAfterModuleImport.ts
indentationBlock.ts
indentationInAmdIife.ts
indentationInArrays.ts
indentationInAssignment.ts
indentationInAsyncExpressions.ts
indentationInAugmentations1.ts
indentationInAugmentations2.ts
indentationInBlockCommentAfterFormatting.ts
indentationInClassExpression.ts
indentationInComments.ts
indentationInJsx1.ts
indentationInJsx2.ts
indentationInJsx3.ts
indentationInObject.ts
indentationNone.ts
indentationWithBaseIndent.ts
indentNewExpressionNoBraces.ts
indexerReturnTypes1.ts
indexSignatureWithoutAnnotation.ts
indirectClassInstantiation.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
inheritedModuleMembersForClodule2.ts
insertArgumentBeforeOverloadedConstructor.ts
insertInterfaceAndCheckTypeLiteralField.ts
insertMethodCallAboveOthers.ts
insertPublicBeforeSetter.ts
insertReturnStatementInDuplicateIdentifierFunction.ts Allow functions and ambient classes to merge (#32584) 2019-08-09 16:10:10 -07:00
insertSecondTryCatchBlock.ts
insertVarAfterEmptyTypeParamList.ts
instanceTypesForGenericType1.ts
intellisenseInObjectLiteral.ts
interfaceExtendsPrimitive.ts
interfaceIndent.ts
interfaceRecursiveInheritanceErrors0.ts
interfaceRecursiveInheritanceErrors1.ts
invalidRestArgError.ts
invertedCloduleAfterQuickInfo.ts
invertedFunduleAfterQuickInfo.ts
isInMultiLineComment.ts
isInMultiLineCommentInJsxText.ts
isInMultiLineCommentInTemplateLiteral.ts
isInMultiLineCommentOnlyTrivia.ts
javaScriptClass1.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
javaScriptClass2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
javaScriptClass3.ts
javaScriptClass4.ts
javaScriptModules12.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
javaScriptModules13.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
javaScriptModules14.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
javaScriptModules15.ts
javaScriptModules16.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
javaScriptModules17.ts
javaScriptModules18.ts
javaScriptModules19.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
javascriptModules20.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
javascriptModules21.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
javascriptModules22.ts
javascriptModules23.ts
javascriptModules24.ts
javascriptModules25.ts
javaScriptModulesError1.ts
javaScriptModulesWithBackticks.ts
javaScriptPrototype1.ts
javaScriptPrototype2.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
javaScriptPrototype3.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
javaScriptPrototype4.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
javaScriptPrototype5.ts
jsconfig.ts
jsDocAugments.ts
jsDocAugmentsAndExtends.ts
jsDocDontBreakWithNamespaces.ts Adds another test around parsing jsdoc 2019-08-06 15:45:28 -04:00
jsDocExtends.ts
jsDocForTypeAlias.ts
jsDocFunctionSignatures2.ts
jsDocFunctionSignatures3.ts
jsDocFunctionSignatures4.ts
jsDocFunctionSignatures5.ts
jsDocFunctionSignatures6.ts
jsDocFunctionSignatures7.ts
jsDocFunctionSignatures8.ts Constructor functions as classes (#32944) 2019-08-19 14:12:53 -07:00
jsDocFunctionSignatures9.ts
jsDocFunctionSignatures10.ts
jsDocFunctionSignatures11.ts
jsDocFunctionSignatures12.ts
jsDocFunctionSignatures13.ts jsdoc template tags might be unmatched (#32936) 2019-08-16 13:39:57 -07:00
jsDocGenerics1.ts
jsDocGenerics2.ts
jsDocInheritDoc.ts
jsdocNullableUnion.ts
jsdocParameterNameCompletion.ts
jsdocReturnsTag.ts
jsDocServices.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
jsDocTags.ts
jsDocTagsWithHyphen.ts Add support for jsdoc properties with hyphen (#32631) 2019-08-20 14:49:40 -07:00
jsDocTypedefQuickInfo1.ts
jsdocTypedefTagSemanticMeaning0.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
jsdocTypedefTagSemanticMeaning1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
jsdocTypedefTagServices.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
jsdocTypedefTagTypeExpressionCompletion.ts
jsDocTypeTagQuickInfo1.ts
jsDocTypeTagQuickInfo2.ts
jsFileCompilationDuplicateFunctionImplementation.ts Allow allowJs and declaration to be used together (#32372) 2019-09-26 14:27:16 -07:00
jsFileJsdocTypedefTagTypeExpressionCompletion.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
jsFileJsdocTypedefTagTypeExpressionCompletion2.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
jsFileJsdocTypedefTagTypeExpressionCompletion3.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
jsObjectDefinePropertyRenameLocations.ts
jsQuickInfoGenerallyAcceptableSize.ts
jsRequireQuickInfo.ts
jsSpecialAssignmentMerging.ts
jsSpecialAssignmentMerging2.ts
jsxBraceCompletionPosition.ts
jsxExpressionFollowedByIdentifier.ts Expose ts.Diagnostics to fourslash 2019-05-22 10:00:09 -07:00
jsxExpressionWithCommaExpression.ts Improve error message for JSXExpressions that are comma expressions 2019-05-21 14:21:44 -07:00
jsxGenericQuickInfo.tsx
jsxQualifiedTagCompletion.ts
jsxSpreadReference.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
jsxTsIgnoreOnJSXExpressionsAndChildren.ts
jsxWithTypeParametershasInstantiatedSignatureHelp.tsx
lambdaThisMembers.ts
letQuickInfoAndCompletionList.ts
localFunction.ts
localGetReferences.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
malformedObjectLiteral.ts
memberCompletionFromFunctionCall.ts
memberCompletionInForEach1.ts
memberCompletionOnRightSideOfImport.ts
memberCompletionOnTypeParameters.ts
memberCompletionOnTypeParameters2.ts
memberConstructorEdits.ts
memberListAfterDoubleDot.ts
memberListAfterSingleDot.ts
memberListErrorRecovery.ts
memberListInFunctionCall.ts
memberListInReopenedEnum.ts
memberListInsideObjectLiterals.ts
memberListInWithBlock.ts
memberListInWithBlock2.ts
memberListInWithBlock3.ts
memberListOfClass.ts
memberListOfEnumFromExternalModule.ts
memberListOfEnumInModule.ts
memberListOfExportedClass.ts
memberListOfModule.ts
memberListOfModuleAfterInvalidCharater.ts
memberListOfModuleBeforeKeyword.ts
memberListOfModuleInAnotherModule.ts
memberListOfVarInArrowExpression.ts
memberListOnConstructorType.ts
memberListOnContextualThis.ts
memberlistOnDDot.ts
memberListOnExplicitThis.ts
memberListOnFunctionParameter.ts
memberListOnThisInClassWithPrivates.ts
memberOverloadEdits.ts
mergedDeclarations1.ts
mergedDeclarations2.ts
mergedDeclarationsWithExportAssignment1.ts
mispeltVariableForInLoopErrorRecovery.ts
missingMethodAfterEditAfterImport.ts
moduleEnumModule.ts
moduleIndent.ts
moduleMembersOfGenericType.ts
moduleReexportedIntoGlobalQuickInfo.ts Perfer the non-module name of a symbol when writing the name of a symbol (#32880) 2019-08-14 17:16:17 -07:00
moduleReferenceValue.ts
moduleRenamingErrorRecovery.ts
moduleVariables.ts
moveToNewFile.ts
moveToNewFile_bindingPatterns.ts
moveToNewFile_cleanUpLastNamedImport.ts Ensure that the comma is removed when all named imports are removed via moveToFile - fixes #31195 2019-08-01 15:01:52 -04:00
moveToNewFile_declarationKinds.ts
moveToNewFile_defaultExport.ts
moveToNewFile_defaultImport.ts
moveToNewFile_exportImport.ts
moveToNewFile_format.ts
moveToNewFile_getter.ts
moveToNewFile_global.ts
moveToNewFile_importEquals.ts
moveToNewFile_inferQuoteStyle.ts
moveToNewFile_js.ts
moveToNewFile_jsx.ts
moveToNewFile_moveImport.ts
moveToNewFile_moveJsxImport1.ts
moveToNewFile_moveJsxImport2.ts
moveToNewFile_moveJsxImport3.ts
moveToNewFile_moveJsxImport4.ts
moveToNewFile_multiple.ts
moveToNewFile_namespaceImport.ts
moveToNewFile_newModuleNameUnique.ts
moveToNewFile_onlyStatements.ts
moveToNewFile_rangeInvalid.ts
moveToNewFile_rangeSemiValid.ts
moveToNewFile_selectionOnImports.ts
moveToNewFile_selectionOnName.ts
moveToNewFile_tsconfig.ts
moveToNewFile_updateUses.ts
moveToNewFile_updateUses_js.ts
moveToNewFile_variableDeclarationWithNoInitializer.ts
multilineCommentBeforeOpenBrace.ts
multiModuleClodule1.ts
multiModuleFundule1.ts
multipleExportAssignmentsErrorList0.ts
nameOfRetypedClassInModule.ts
nameOrDottedNameClasses.ts
nameOrDottedNameStatements.ts
navbar_const.ts
navbar_contains-no-duplicates.ts
navbar_exportDefault.ts
navbar_let.ts
navbarNestedCommonJsExports.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigateItemsConst.ts
navigateItemsExports.ts
navigateItemsImports.ts
navigateItemsLet.ts
navigateToIIFE.ts
navigateToImport.ts
navigateToQuoted.ts
navigateToSingleFileResults.ts
navigateToSymbolIterator.ts
navigationBarAnonymousClassAndFunctionExpressions.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigationBarAnonymousClassAndFunctionExpressions2.ts
navigationBarAssignmentTypes.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigationBarFunctionIndirectlyInVariableDeclaration.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigationBarFunctionLikePropertyAssignments.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigationBarFunctionPrototype.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigationBarFunctionPrototype2.ts Better outlining spans for prototype methods (#32782) 2019-08-29 09:19:04 -07:00
navigationBarFunctionPrototype3.ts Better outlining spans for prototype methods (#32782) 2019-08-29 09:19:04 -07:00
navigationBarFunctionPrototype4.ts Allow special element access assignments to create declarations (#33537) 2019-09-30 15:08:44 -05:00
navigationBarFunctionPrototypeBroken.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigationBarFunctionPrototypeInterlaced.ts Better outlining spans for prototype methods (#32782) 2019-08-29 09:19:04 -07:00
navigationBarFunctionPrototypeNested.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigationBarGetterAndSetter.ts
navigationBarImports.ts
navigationBarInitializerSpans.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigationBarItemsBindingPatterns.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigationBarItemsBindingPatternsInConstructor.ts
navigationBarItemsEmptyConstructors.ts
navigationBarItemsExports.ts
navigationBarItemsFunctionProperties.ts
navigationBarItemsFunctions.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigationBarItemsFunctionsBroken.ts
navigationBarItemsFunctionsBroken2.ts
navigationBarItemsImports.ts
navigationBarItemsInsideMethodsAndConstructors.ts
navigationBarItemsItems.ts
navigationBarItemsItems2.ts
navigationBarItemsItemsExternalModules.ts
navigationBarItemsItemsExternalModules2.ts
navigationBarItemsItemsExternalModules3.ts
navigationBarItemsItemsModuleVariables.ts
navigationBarItemsMissingName1.ts
navigationBarItemsMissingName2.ts
navigationBarItemsModules.ts
navigationBarItemsMultilineStringIdentifiers1.ts Truncate to 150 chars and added unit tests 2019-08-07 13:50:18 -07:00
navigationBarItemsMultilineStringIdentifiers2.ts Added optional trailing slash regex 2019-08-23 15:42:03 -07:00
navigationBarItemsMultilineStringIdentifiers3.ts Truncate to 150 chars and added unit tests 2019-08-07 13:50:18 -07:00
navigationBarItemsNamedArrowFunctions.ts
navigationBarItemsPropertiesDefinedInConstructors.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigationBarItemsStaticAndNonStaticNoMerge.ts
navigationBarItemsSymbols1.ts
navigationBarItemsSymbols2.ts
navigationBarItemsSymbols3.ts
navigationBarItemsSymbols4.ts Support some late-bound special property assignments (#33220) 2019-09-27 13:54:50 -07:00
navigationBarItemsTypeAlias.ts
navigationBarJsDoc.ts
navigationBarJsDocCommentWithNoTags.ts
navigationBarMerging.ts
navigationBarMerging_grandchildren.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigationBarNamespaceImportWithNoName.ts
navigationBarNestedObjectLiterals.ts Show more items in the navbar (#33040) 2019-09-11 15:54:27 -07:00
navigationBarVariables.ts
navigationBarWellKnownSymbolExpando.ts Fixes binding well known symbol assignment via element access (#33687) 2019-09-30 16:14:07 -07:00
navigationItemsComputedProperties.ts
navigationItemsExactMatch.ts
navigationItemsExactMatch2.ts
navigationItemsInConstructorsExactMatch.ts
navigationItemsOverloads1.ts
navigationItemsOverloads2.ts
navigationItemsOverloadsBroken1.ts
navigationItemsOverloadsBroken2.ts
navigationItemsPrefixMatch.ts
navigationItemsPrefixMatch2.ts
navigationItemsSpecialPropertyAssignment.ts
navigationItemsSubStringMatch.ts
navigationItemsSubStringMatch2.ts
noCompletionListOnCommentsInsideObjectLiterals.ts
noImportCompletionsInOtherJavaScriptFile.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
nonExistingImport.ts
noQuickInfoForLabel.ts
noQuickInfoInWhitespace.ts
noSignatureHelpOnNewKeyword.ts
noSmartIndentInsideMultilineString.ts
noSuggestionDiagnosticsOnParseError.ts
noTypeParameterInLHS.ts
numericPropertyNames.ts
objectLiteralBindingInParameter.ts
objectLiteralCallSignatures.ts
outliningForNonCompleteInterfaceDeclaration.ts
outliningHintSpansForFunction.ts Add regression test 2019-06-11 17:50:36 -07:00
outliningSpansForFunction.ts When function parameters span multiple lines, make the function span start at the ( (#26907) 2019-04-25 10:53:39 -07:00
overloadObjectLiteralCrash.ts
overloadOnConstCallSignature.ts
overloadQuickInfo.ts
parameterInfoOnParameterType.ts
parameterlessSetter.ts
parameterWithDestructuring.ts
parameterWithNestedDestructuring.ts
paramHelpOnCommaInString.ts
parenthesisFatArrows.ts
paste.ts
pasteLambdaOverModule.ts
promiseTyping1.ts
promiseTyping2.ts
propertyDuplicateIdentifierError.ts
proto.ts
protoPropertyInObjectLiteral.ts
prototypeProperty.ts
protoVarInContextualObjectLiteral.ts
protoVarVisibleWithOuterScopeUnderscoreProto.ts
publicBreak.ts
qualifiedName_import-declaration-with-variable-entity-names.ts
qualifyModuleTypeNames.ts
quickfixImplementInterfaceUnreachableTypeUsesRelativeImport.ts
quickInfo_errorSignatureFillsInTypeParameter.ts
quickInfo_notInsideComment.ts
quickInfoAlias.ts
quickInfoCallProperty.ts
quickInfoCanBeTruncated.ts
quickInfoClassKeyword.ts
quickInfoDisplayPartsArrowFunctionExpression.ts
quickInfoDisplayPartsClass.ts
quickInfoDisplayPartsClassAccessors.ts
quickInfoDisplayPartsClassConstructor.ts
quickInfoDisplayPartsClassMethod.ts
quickInfoDisplayPartsClassProperty.ts
quickInfoDisplayPartsConst.ts
quickInfoDisplayPartsEnum1.ts
quickInfoDisplayPartsEnum2.ts
quickInfoDisplayPartsEnum3.ts
quickInfoDisplayPartsExternalModuleAlias.ts
quickInfoDisplayPartsExternalModules.ts
quickInfoDisplayPartsFunction.ts
quickInfoDisplayPartsFunctionExpression.ts
quickInfoDisplayPartsIife.ts
quickInfoDisplayPartsInterface.ts
quickInfoDisplayPartsInterfaceMembers.ts
quickInfoDisplayPartsInternalModuleAlias.ts
quickInfoDisplayPartsLet.ts
quickInfoDisplayPartsLiteralLikeNames01.ts
quickInfoDisplayPartsLocalFunction.ts
quickInfoDisplayPartsModules.ts
quickInfoDisplayPartsParameters.ts
quickInfoDisplayPartsTypeAlias.ts
quickInfoDisplayPartsTypeParameterInClass.ts
quickInfoDisplayPartsTypeParameterInFunction.ts
quickInfoDisplayPartsTypeParameterInFunctionLikeInTypeAlias.ts
quickInfoDisplayPartsTypeParameterInInterface.ts
quickInfoDisplayPartsTypeParameterInTypeAlias.ts
quickInfoDisplayPartsVar.ts
quickInfoDisplayPartsVarWithStringTypes01.ts
quickInfoElementAccessDeclaration.ts Allow special element access assignments to create declarations (#33537) 2019-09-30 15:08:44 -05:00
quickInfoExportAssignmentOfGenericInterface.ts
quickinfoExpressionTypeNotChangedViaDeletion.ts Fix tuple and array comparisons during identity checking (#32089) 2019-06-25 20:56:41 -07:00
quickInfoForAliasedGeneric.ts
quickInfoForConstDeclaration.ts
quickInfoForContextuallyTypedArrowFunctionInSuperCall.ts
quickInfoForContextuallyTypedFunctionInReturnStatement.ts
quickInfoForContextuallyTypedFunctionInTaggedTemplateExpression1.ts
quickInfoForContextuallyTypedFunctionInTaggedTemplateExpression2.ts
quickInfoForContextuallyTypedIife.ts
quickInfoForDecorators.ts
quickInfoForDerivedGenericTypeWithConstructor.ts
quickInfoForDestructuringShorthandInitializer.ts
quickInfoForFunctionDeclaration.ts
quickInfoForGenericConstraints1.ts
quickInfoForGenericPrototypeMember.ts
quickInfoForIndexerResultWithConstraint.ts
quickInfoForJSDocCodefence.ts Handle JSDoc backticks in the parser, not scanner (#30939) 2019-04-18 09:35:40 -07:00
quickInfoForJSDocUnknownTag.ts Fix some bad jsdoc comment indent (#30838) 2019-04-10 08:22:09 -07:00
quickinfoForNamespaceMergeWithClassConstrainedToSelf.ts Prevent type parameter printing from recuring on the same symbol (#31453) 2019-05-20 16:43:55 -07:00
quickInfoForObjectBindingElementName01.ts
quickInfoForObjectBindingElementName02.ts
quickInfoForObjectBindingElementPropertyName01.ts
quickInfoForObjectBindingElementPropertyName02.ts
quickInfoForObjectBindingElementPropertyName03.ts
quickInfoForObjectBindingElementPropertyName04.ts
quickInfoForOverloadOnConst1.ts
quickInfoForRequire.ts
quickInfoForShorthandProperty.ts
quickInfoForSyntaxErrorNoError.ts
quickInfoForTypeofParameter.ts
quickInfoForTypeParameterInTypeAlias1.ts
quickInfoForTypeParameterInTypeAlias2.ts
quickInfoForUMDModuleAlias.ts
quickinfoForUnionProperty.ts
quickInfoFromContextualType.ts
quickInfoFromEmptyBlockComment.ts
quickInfoFunctionKeyword.ts
quickInfoGenerics.ts
quickInfoImportedTypes.ts
quickInfoImportedTypesWithMergedMeanings.ts
quickInfoInFunctionTypeReference.ts
quickInfoInFunctionTypeReference2.ts
quickInfoInInvalidIndexSignature.ts
quickInfoInObjectLiteral.ts
quickInfoInvalidLocations.ts
quickInfoInWithBlock.ts
quickinfoIsConsistent.ts
quickInfoJSDocBackticks.ts Add fourslash test of jsdoc backtick parsing 2019-06-27 08:49:56 -07:00
quickInfoJsdocEnum.ts Bind a jsdoc enum as SymbolFlags.TypeAlias and not SymbolFlags.Enum (#32520) 2019-07-26 13:57:22 -07:00
quickInfoJSDocFunctionNew.ts
quickInfoJSDocFunctionThis.ts
quickInfoJsDocTags.ts Support email in author JSDoc tag 2019-04-19 11:15:39 +02:00
quickInfoJsDocTags1.ts
quickInfoJsdocTypedefMissingType.ts
quickInfoJsPropertyAssignedAfterMethodDeclaration.ts
quickInfoMappedSpreadTypes.ts
quickInfoMappedType.ts
quickInfoMappedTypeRecursiveInference.ts
quickInfoMeaning.ts
quickInfoOfGenericTypeAssertions1.ts
quickInfoOfLablledForStatementIterator.ts
quickInfoOfStringPropertyNames1.ts
quickInfoOnArgumentsInsideFunction.ts
quickInfoOnCatchVariable.ts
quickInfoOnCircularTypes.ts
quickInfoOnClassMergedWithFunction.ts
quickInfoOnConstructorWithGenericParameter.ts
quickInfoOnErrorTypes1.ts
quickInfoOnGenericClass.ts
quickInfoOnGenericWithConstraints1.ts
quickInfoOnInternalAliases.ts
quickInfoOnMergedInterfaces.ts
quickInfoOnMergedInterfacesWithIncrementalEdits.ts
quickInfoOnMergedModule.ts
quickInfoOnMethodOfImportEquals.ts
quickInfoOnNarrowedType.ts
quickInfoOnNarrowedTypeInModule.ts
quickInfoOnNewKeyword01.ts fixed the comments 2019-05-06 21:21:37 +02:00
quickInfoOnObjectLiteralWithAccessors.ts
quickInfoOnObjectLiteralWithOnlyGetter.ts
quickInfoOnObjectLiteralWithOnlySetter.ts
quickInfoOnPrivateConstructorCall.ts
quickInfoOnProtectedConstructorCall.ts
quickInfoOnThis.ts
quickInfoOnThis2.ts
quickInfoOnThis3.ts
quickInfoOnThis4.ts
quickInfoOnUndefined.ts
quickInfoOnUnResolvedBaseConstructorSignature.ts
quickInfoOnVarInArrowExpression.ts
quickInfoParameter_skipThisParameter.ts
quickInfoPropertyTag.ts
quickInforForSucessiveInferencesIsNotAny.ts
quickInfoShowsGenericSpecialization.ts
quickInfoSignatureWithTrailingComma.ts
quickInfoSpecialPropertyAssignment.ts
quickInfoTemplateTag.ts
quickInfoTypeAliasDefinedInDifferentFile.ts
quickInfoTypeArgumentInferenceWithMethodWithoutBody.ts
quickInfoTypeError.ts
quickInfoUnion_discriminated.ts
quickInfoUnionOfNamespaces.ts
quickInfoWithNestedDestructuredParameterInLambda.ts
reallyLargeFile.ts
recursiveClassReference.ts
recursiveGenerics2.ts
recursiveInternalModuleImport.ts
recursiveObjectLiteral.ts
recursiveWrappedTypeParameters1.ts
refactorAddOrRemoveBracesToArrowFunction1.ts
refactorAddOrRemoveBracesToArrowFunction2.ts
refactorAddOrRemoveBracesToArrowFunction3.ts
refactorAddOrRemoveBracesToArrowFunction4.ts
refactorAddOrRemoveBracesToArrowFunction5.ts
refactorAddOrRemoveBracesToArrowFunction6.ts
refactorAddOrRemoveBracesToArrowFunction7.ts
refactorAddOrRemoveBracesToArrowFunction8.ts
refactorAddOrRemoveBracesToArrowFunction9.ts
refactorAddOrRemoveBracesToArrowFunction10.ts
refactorAddOrRemoveBracesToArrowFunction11.ts
refactorAddOrRemoveBracesToArrowFunction12.ts
refactorAddOrRemoveBracesToArrowFunction13.ts
refactorAddOrRemoveBracesToArrowFunction14.ts
refactorAddOrRemoveBracesToArrowFunction15.ts
refactorAddOrRemoveBracesToArrowFunction16.ts
refactorAddOrRemoveBracesToArrowFunction17.ts
refactorAddOrRemoveBracesToArrowFunction18.ts
refactorAddOrRemoveBracesToArrowFunction19.ts
refactorAddOrRemoveBracesToArrowFunction20.ts
refactorAddOrRemoveBracesToArrowFunction21.ts
refactorAddOrRemoveBracesToArrowFunction22.ts
refactorAddOrRemoveBracesToArrowFunction23.ts
refactorAddOrRemoveBracesToArrowFunction_formatBug.ts
refactorConvertExport_ambientModule.ts
refactorConvertExport_defaultToNamed.ts
refactorConvertExport_exportNodeKinds.ts
refactorConvertExport_namedToDefault.ts
refactorConvertExport_namedToDefault_alreadyHasDefault.ts
refactorConvertImport_namedToNamespace.ts
refactorConvertImport_namespaceToNamed.ts
refactorConvertImport_namespaceToNamed_namespaceUsed.ts
refactorConvertImport_notAtDefaultName.ts
refactorConvertImport_useDefault.ts
refactorConvertParamsToDestructuredObject_allParamsOptional.ts
refactorConvertParamsToDestructuredObject_arrowFunction.ts
refactorConvertParamsToDestructuredObject_arrowFunctionWithType.ts
refactorConvertParamsToDestructuredObject_badRestParam.ts
refactorConvertParamsToDestructuredObject_callComments.ts
refactorConvertParamsToDestructuredObject_callComments2.ts
refactorConvertParamsToDestructuredObject_chainedCall.ts
refactorConvertParamsToDestructuredObject_classDeclarationAliasing.ts
refactorConvertParamsToDestructuredObject_classDeclarationGoodUsages.ts
refactorConvertParamsToDestructuredObject_classExpression.ts
refactorConvertParamsToDestructuredObject_classExpressionGoodUsages.ts
refactorConvertParamsToDestructuredObject_classExpressionHeritage.ts
refactorConvertParamsToDestructuredObject_classTypeParameters.ts
refactorConvertParamsToDestructuredObject_constructor.ts
refactorConvertParamsToDestructuredObject_function.ts
refactorConvertParamsToDestructuredObject_functionComments.ts
refactorConvertParamsToDestructuredObject_functionComments1.ts
refactorConvertParamsToDestructuredObject_functionComments2.ts
refactorConvertParamsToDestructuredObject_functionExpression.ts
refactorConvertParamsToDestructuredObject_functionJSDoc.ts
refactorConvertParamsToDestructuredObject_functionTypeParameters.ts
refactorConvertParamsToDestructuredObject_importedFunction.ts
refactorConvertParamsToDestructuredObject_importedFunction2.ts
refactorConvertParamsToDestructuredObject_importedFunction3.ts
refactorConvertParamsToDestructuredObject_importedFunction4.ts
refactorConvertParamsToDestructuredObject_importedFunction5.ts
refactorConvertParamsToDestructuredObject_importedFunction6.ts
refactorConvertParamsToDestructuredObject_inheritedConstructor.ts
refactorConvertParamsToDestructuredObject_inheritedMethod.ts
refactorConvertParamsToDestructuredObject_initializer.ts
refactorConvertParamsToDestructuredObject_initializerInference.ts
refactorConvertParamsToDestructuredObject_method.ts
refactorConvertParamsToDestructuredObject_methodCalls.ts
refactorConvertParamsToDestructuredObject_methodCallUnion.ts
refactorConvertParamsToDestructuredObject_methodOverrides.ts
refactorConvertParamsToDestructuredObject_namelessClass.ts
refactorConvertParamsToDestructuredObject_overloads.ts
refactorConvertParamsToDestructuredObject_paramDecorator.ts
refactorConvertParamsToDestructuredObject_recursiveFunction.ts
refactorConvertParamsToDestructuredObject_restParamInference.ts
refactorConvertParamsToDestructuredObject_shorthandProperty.ts
refactorConvertParamsToDestructuredObject_staticMethod.ts
refactorConvertParamsToDestructuredObject_superCall.ts
refactorConvertParamsToDestructuredObject_templateLiteral.ts Escape apparent substitution in synthesized NoSubstitutionTemplateLiterals (#32580) 2019-08-05 09:31:59 -07:00
refactorConvertParamsToDestructuredObject_thisParam.ts
refactorConvertParamsToDestructuredObject_tupleRestParam.ts
refactorConvertParamsToDestructuredObject_typedRestParam.ts
refactorConvertParamsToDestructuredObject_varArrowFunction.ts
refactorConvertToEs6Module_export_alias.ts
refactorConvertToEs6Module_export_dotDefault.ts
refactorConvertToEs6Module_export_invalidName.ts
refactorConvertToEs6Module_export_moduleDotExports.ts
refactorConvertToEs6Module_export_moduleDotExports_changesImports.ts
refactorConvertToEs6Module_export_moduleDotExportsEqualsRequire.ts
refactorConvertToEs6Module_export_named.ts
refactorConvertToEs6Module_export_namedClassExpression.ts
refactorConvertToEs6Module_export_namedFunctionExpression.ts
refactorConvertToEs6Module_export_object.ts
refactorConvertToEs6Module_export_object_shorthand.ts
refactorConvertToEs6Module_export_referenced.ts
refactorConvertToEs6Module_exportEqualsClass.ts
refactorConvertToEs6Module_expressionToDeclaration.ts
refactorConvertToEs6Module_import_arrayBindingPattern.ts
refactorConvertToEs6Module_import_includeDefaultUses.ts
refactorConvertToEs6Module_import_multipleUniqueIdentifiers.ts
refactorConvertToEs6Module_import_multipleVariableDeclarations.ts
refactorConvertToEs6Module_import_nameFromModuleSpecifier.ts
refactorConvertToEs6Module_import_objectBindingPattern_complex.ts
refactorConvertToEs6Module_import_objectBindingPattern_plain.ts
refactorConvertToEs6Module_import_onlyNamedImports.ts
refactorConvertToEs6Module_import_propertyAccess.ts
refactorConvertToEs6Module_import_shadowing.ts
refactorConvertToEs6Module_import_sideEffect.ts
refactorConvertToEs6Module_missingInitializer.ts
refactorConvertToEs6Module_notAtTopLevel.ts
refactorConvertToEs6Module_notInCommonjsProject.ts
refactorConvertToEs6Module_notInCommonjsProject_yesIfSomeEs6Module.ts
refactorConvertToEs6Module_preserveQuotes.ts
refactorConvertToEs6Module_unexported_uninitialized_var.ts
refactorConvertToGetAccessAndSetAccess1.ts
refactorConvertToGetAccessAndSetAccess2.ts
refactorConvertToGetAccessAndSetAccess3.ts
refactorConvertToGetAccessAndSetAccess4.ts
refactorConvertToGetAccessAndSetAccess5.ts
refactorConvertToGetAccessAndSetAccess6.ts
refactorConvertToGetAccessAndSetAccess7.ts
refactorConvertToGetAccessAndSetAccess8.ts
refactorConvertToGetAccessAndSetAccess9.ts
refactorConvertToGetAccessAndSetAccess10.ts
refactorConvertToGetAccessAndSetAccess11.ts
refactorConvertToGetAccessAndSetAccess12.ts
refactorConvertToGetAccessAndSetAccess13.ts
refactorConvertToGetAccessAndSetAccess14.ts
refactorConvertToGetAccessAndSetAccess15.ts
refactorConvertToGetAccessAndSetAccess16.ts
refactorConvertToGetAccessAndSetAccess17.ts
refactorConvertToGetAccessAndSetAccess18.ts
refactorConvertToGetAccessAndSetAccess19.ts
refactorConvertToGetAccessAndSetAccess20.ts
refactorConvertToGetAccessAndSetAccess21.ts
refactorConvertToGetAccessAndSetAccess22.ts
refactorConvertToGetAccessAndSetAccess23.ts
refactorConvertToGetAccessAndSetAccess24.ts
refactorConvertToGetAccessAndSetAccess25.ts
refactorConvertToGetAccessAndSetAccess26.ts
refactorConvertToGetAccessAndSetAccess27.ts
refactorConvertToGetAccessAndSetAccess28.ts
refactorConvertToGetAccessAndSetAccess29.ts
refactorConvertToGetAccessAndSetAccess30.ts
refactorConvertToGetAccessAndSetAccess31.ts
refactorConvertToGetAccessAndSetAccess32.ts
refactorConvertToGetAccessAndSetAccess33.ts
refactorConvertToGetAccessAndSetAccess34.ts
refactorConvertToGetAccessAndSetAccess35.ts
refactorConvertToGetAccessAndSetAccess_js_1.ts
refactorConvertToGetAccessAndSetAccess_js_2.ts
refactorConvertToGetAccessAndSetAccess_js_3.ts
refactorConvertToGetAccessAndSetAccess_js_4.ts
refactorConvertToGetAccessAndSetAccess_js_5.ts
refactorConvertToGetAccessAndSetAccess_js_6.ts
refactorConvertToGetAccessAndSetAccess_js_7.ts
refactorConvertToGetAccessAndSetAccess_js_8.ts
refactorConvertToGetAccessAndSetAccess_js_9.ts
refactorConvertToGetAccessAndSetAccess_notOnWhitespace.ts
refactorExtractType1.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType2.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType3.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType4.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType5.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType6.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType7.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType8.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType9.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType10.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType11.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType12.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType13.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType14.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType15.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType16.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType17.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType18.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType19.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType20.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType21.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType22.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType23.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType24.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType25.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType26.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType27.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType28.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType29.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType30.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType31.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType32.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType33.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType34.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType35.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType36.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType37.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType38.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType39.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType40.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType41.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType42.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType43.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType44.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType45.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType46.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType47.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType48.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType49.ts Update fourslash tests to have semicolons 2019-06-06 10:39:22 -07:00
refactorExtractType50.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType51.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType52.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType53.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType54.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType55.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType56.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType57.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType58.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType59.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType60.ts add support for extract as interface (#31644) 2019-08-28 11:34:40 -07:00
refactorExtractType61.ts add support for extract as interface (#31644) 2019-08-28 11:34:40 -07:00
refactorExtractType62.ts add support for extract as interface (#31644) 2019-08-28 11:34:40 -07:00
refactorExtractType63.ts add support for extract as interface (#31644) 2019-08-28 11:34:40 -07:00
refactorExtractType64.ts add support for extract as interface (#31644) 2019-08-28 11:34:40 -07:00
refactorExtractType65.ts add support for extract as interface (#31644) 2019-08-28 11:34:40 -07:00
refactorExtractType66.ts add support for extract as interface (#31644) 2019-08-28 11:34:40 -07:00
refactorExtractType67.ts add support for extract as interface (#31644) 2019-08-28 11:34:40 -07:00
refactorExtractType68.ts add support for extract as interface (#31644) 2019-08-28 11:34:40 -07:00
refactorExtractType_js1.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType_js2.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType_js3.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType_js4.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType_js5.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
refactorExtractType_js6.ts add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
referenceInParameterPropertyDeclaration.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesBloomFilters.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesBloomFilters2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesBloomFilters3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForAmbients.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForAmbients2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForClassLocal.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForClassMembers.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForClassMembersExtendingAbstractClass.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForClassMembersExtendingGenericClass.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForClassParameter.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForContextuallyTypedObjectLiteralProperties.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForContextuallyTypedUnionProperties.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForContextuallyTypedUnionProperties2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForEnums.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForExportedValues.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForExternalModuleNames.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForFunctionOverloads.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForFunctionParameter.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForGlobals.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForGlobals2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForGlobals3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForGlobals4.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForGlobals5.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForGlobalsInExternalModule.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForIllegalAssignment.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForImports.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForIndexProperty.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForIndexProperty2.ts
referencesForIndexProperty3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForInheritedProperties.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForInheritedProperties2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForInheritedProperties3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForInheritedProperties4.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForInheritedProperties5.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForInheritedProperties6.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForInheritedProperties7.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForInheritedProperties8.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForInheritedProperties9.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForLabel.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForLabel2.ts
referencesForLabel3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForLabel4.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForLabel5.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForLabel6.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForMergedDeclarations.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForMergedDeclarations2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForMergedDeclarations3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForMergedDeclarations4.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForMergedDeclarations5.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForMergedDeclarations6.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForMergedDeclarations7.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForMergedDeclarations8.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForNoContext.ts
referencesForNumericLiteralPropertyNames.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForObjectLiteralProperties.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForOverrides.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForPropertiesOfGenericType.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForStatic.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForStaticsAndMembersWithSameNames.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForStringLiteralPropertyNames.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForStringLiteralPropertyNames2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForStringLiteralPropertyNames3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForStringLiteralPropertyNames4.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForStringLiteralPropertyNames5.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesForStringLiteralPropertyNames6.ts Support some late-bound special property assignments (#33220) 2019-09-27 13:54:50 -07:00
referencesForStringLiteralPropertyNames7.ts Support some late-bound special property assignments (#33220) 2019-09-27 13:54:50 -07:00
referencesForUnionProperties.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
referencesInComment.ts
referenceToClass.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
regexDetection.ts
regexErrorRecovery.ts
regexp.ts
remoteGetReferences.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
removeDeclareFunctionExports.ts
removeDeclareInModule.ts
removeDeclareKeyword.ts
removeDeclareParamTypeAnnotation.ts
removeDuplicateIdentifier.ts
removeExportedClassFromReopenedModule.ts
removeExportFromInterfaceError0.ts
removeExportFromInterfaceError1.ts
removeInterfaceExtendsClause.ts
removeInterfaceUsedAsGenericTypeArgument.ts
removeParameterBetweenCommentAndParameter.ts
removeVarFromModuleWithReopenedEnums.ts
renameAcrossMultipleProjects.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameAlias.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameAlias2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameAlias3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameAliasExternalModule.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameAliasExternalModule2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameAliasExternalModule3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameCommentsAndStrings1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameCommentsAndStrings2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameCommentsAndStrings3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameCommentsAndStrings4.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameContextuallyTypedProperties.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameContextuallyTypedProperties2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameCrossJsTs01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDefaultImport.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDefaultImportDifferentName.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDefaultLibDontWork.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDestructuringAssignment.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDestructuringAssignmentInFor.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDestructuringAssignmentInForOf.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDestructuringAssignmentNestedInArrayLiteral.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDestructuringAssignmentNestedInFor.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDestructuringAssignmentNestedInFor2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDestructuringAssignmentNestedInForOf.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDestructuringAssignmentNestedInForOf2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDestructuringClassProperty.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDestructuringDeclarationInFor.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDestructuringDeclarationInForOf.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDestructuringFunctionParameter.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameDestructuringNestedBindingElement.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameForAliasingExport01.ts
renameForAliasingExport02.ts
renameForDefaultExport01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameForDefaultExport02.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameForDefaultExport03.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameForDefaultExport04.ts
renameForDefaultExport05.ts
renameForDefaultExport06.ts
renameForDefaultExport07.ts
renameForDefaultExport08.ts
renameForDefaultExport09.ts
renameImport.ts
renameImportAndExport.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameImportAndExportInDiffFiles.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameImportAndShorthand.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameImportNamespaceAndShorthand.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameImportOfExportEquals.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameImportOfExportEquals2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameImportOfReExport.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameImportOfReExport2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameImportRequire.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameInfoForFunctionExpression01.ts
renameInheritedProperties1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameInheritedProperties2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameInheritedProperties3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameInheritedProperties4.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameInheritedProperties5.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameInheritedProperties6.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameInheritedProperties7.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameInheritedProperties8.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameJsExports01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameJsExports02.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameJsExports03.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameJsPropertyAssignment.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameJsPropertyAssignment2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameJsPropertyAssignment3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameJsPrototypeProperty01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameJsPrototypeProperty02.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameJsSpecialAssignmentRhs1.ts Set declaration span only if its not same as own span 2019-06-04 15:37:43 -07:00
renameJsSpecialAssignmentRhs2.ts Set declaration span only if its not same as own span 2019-06-04 15:37:43 -07:00
renameJsThisProperty01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameJsThisProperty03.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameJsThisProperty05.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameJsThisProperty06.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameLocationsForClassExpression01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameLocationsForFunctionExpression01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameLocationsForFunctionExpression02.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameModuleToVar.ts
renameNameOnEnumMember.ts
renameObjectBindingElementPropertyName01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameObjectSpread.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameObjectSpreadAssignment.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameParameterPropertyDeclaration1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameParameterPropertyDeclaration2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameParameterPropertyDeclaration3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameParameterPropertyDeclaration4.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameParameterPropertyDeclaration5.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renamePropertyAccessExpressionHeritageClause.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameReExportDefault.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameRest.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameStringLiteralTypes.ts
renameStringPropertyNames.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameTemplateLiteralsComputedProperties.ts Better template literals support in checker (#32064) 2019-09-27 12:04:13 -07:00
renameTemplateLiteralsDefinePropertyJs.ts Better template literals support in checker (#32064) 2019-09-27 12:04:13 -07:00
renameThis.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameUMDModuleAlias1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameUMDModuleAlias2.ts
restArgSignatureHelp.ts
restArgType.ts
restParamsContextuallyTyped.ts
returnRecursiveType.ts
returnTypeOfGenericFunction1.ts
reverseMappedTypeQuickInfo.ts
runtimeBehaviorTests.ts
salsaMethodsOnAssignedFunctionExpressions.ts
scopeOfUnionProperties.ts
selfReferencedExternalModule.ts
selfReferencedExternalModule2.ts
semanticClassification1.ts
semanticClassification2.ts
semanticClassificationAlias.ts
semanticClassificationClassExpression.ts
semanticClassificationInstantiatedModuleWithVariableOfSameName1.ts
semanticClassificationInstantiatedModuleWithVariableOfSameName2.ts
semanticClassificationInTemplateExpressions.ts
semanticClassificationJs.ts
semanticClassificationModules.ts
semanticClassificationsCancellation1.ts
semanticClassificationUninstantiatedModuleWithVariableOfSameName1.ts
semanticClassificationUninstantiatedModuleWithVariableOfSameName2.ts
semanticClassificationWithUnionTypes.ts
semanticClassificatonTypeAlias.ts
semicolonFormatting.ts
semicolonFormattingAfterArrayLiteral.ts
semicolonFormattingInsideAComment.ts
semicolonFormattingInsideAStringLiteral.ts
semicolonFormattingNestedStatements.ts
semicolonFormattingNewline.ts
signatureHelp_contextual.ts
signatureHelpAnonymousFunction.ts
signatureHelpAtEOF.ts
signatureHelpAtEOF2.ts
signatureHelpBeforeSemicolon1.ts
signatureHelpCallExpression.ts
signatureHelpCallExpressionJs.ts
signatureHelpCallExpressionTuples.ts
signatureHelpConstructExpression.ts
signatureHelpConstructorCallParamProperties.ts
signatureHelpConstructorInheritance.ts
signatureHelpConstructorOverload.ts
signatureHelpEmptyList.ts
signatureHelpExplicitTypeArguments.ts
signatureHelpFilteredTriggers01.ts
signatureHelpFilteredTriggers02.ts
signatureHelpFilteredTriggers03.ts
signatureHelpForNonlocalTypeDoesNotUseImportType.ts
signatureHelpForSuperCalls1.ts
signatureHelpFunctionOverload.ts
signatureHelpFunctionParameter.ts
signatureHelpImplicitConstructor.ts
signatureHelpImportStarFromExportEquals.ts
signatureHelpInAdjacentBlockBody.ts
signatureHelpInCallback.ts
signatureHelpIncompleteCalls.ts
signatureHelpInCompleteGenericsCall.ts
signatureHelpInference.ts
signatureHelpInFunctionCall.ts
signatureHelpInFunctionCallOnFunctionDeclarationInMultipleFiles.ts
signatureHelpInParenthetical.ts
signatureHelpInRecursiveType.ts
signatureHelpJSX.ts Add test 2019-05-23 13:33:38 -07:00
signatureHelpNegativeTests.ts
signatureHelpNegativeTests2.ts
signatureHelpNoArguments.ts
signatureHelpObjectCreationExpressionNoArgs_NotAvailable.ts
signatureHelpObjectLiteral.ts
signatureHelpOnDeclaration.ts
signatureHelpOnNestedOverloads.ts
signatureHelpOnOverloadOnConst.ts
signatureHelpOnOverloads.ts
signatureHelpOnOverloadsDifferentArity.ts
signatureHelpOnOverloadsDifferentArity2.ts
signatureHelpOnOverloadsDifferentArity3.ts
signatureHelpOnSuperWhenMembersAreNotResolved.ts
signatureHelpOnTypePredicates.ts
signatureHelpOptionalCall.ts Add support for Optional Chaining (#33294) 2019-09-30 12:33:28 -07:00
signatureHelpOptionalCall2.ts Add support for Optional Chaining (#33294) 2019-09-30 12:33:28 -07:00
signatureHelpSimpleConstructorCall.ts
signatureHelpSimpleFunctionCall.ts
signatureHelpSimpleSuperCall.ts
signatureHelpSuperConstructorOverload.ts
signatureHelpTaggedTemplates1.ts
signatureHelpTaggedTemplates2.ts
signatureHelpTaggedTemplates3.ts
signatureHelpTaggedTemplates4.ts
signatureHelpTaggedTemplates5.ts
signatureHelpTaggedTemplates6.ts
signatureHelpTaggedTemplates7.ts
signatureHelpTaggedTemplatesIncomplete1.ts
signatureHelpTaggedTemplatesIncomplete2.ts
signatureHelpTaggedTemplatesIncomplete3.ts
signatureHelpTaggedTemplatesIncomplete4.ts
signatureHelpTaggedTemplatesIncomplete5.ts
signatureHelpTaggedTemplatesIncomplete6.ts
signatureHelpTaggedTemplatesIncomplete7.ts
signatureHelpTaggedTemplatesIncomplete8.ts
signatureHelpTaggedTemplatesIncomplete9.ts
signatureHelpTaggedTemplatesNegatives1.ts
signatureHelpTaggedTemplatesNegatives2.ts
signatureHelpTaggedTemplatesNegatives3.ts
signatureHelpTaggedTemplatesNegatives4.ts
signatureHelpTaggedTemplatesNegatives5.ts
signatureHelpTaggedTemplatesNested1.ts
signatureHelpTaggedTemplatesNested2.ts
signatureHelpTaggedTemplatesWithOverloadedTags1.ts
signatureHelpTaggedTemplatesWithOverloadedTags2.ts
signatureHelpTaggedTemplatesWithOverloadedTags3.ts
signatureHelpTaggedTemplatesWithOverloadedTags4.ts
signatureHelpTaggedTemplatesWithOverloadedTags5.ts
signatureHelpTaggedTemplatesWithOverloadedTags6.ts
signatureHelpTaggedTemplatesWithOverloadedTags7.ts
signatureHelpTaggedTemplatesWithOverloadedTags8.ts
signatureHelpTaggedTemplatesWithOverloadedTags9.ts
signatureHelpThis.ts
signatureHelpTypeArguments.ts
signatureHelpTypeArguments2.ts
signatureHelpTypeParametersNotVariadic.ts
signatureHelpWhenEditingCallExpression.ts
signatureHelpWithInterfaceAsIdentifier.ts
signatureHelpWithInvalidArgumentList1.ts
signatureHelpWithTriggers01.ts
signatureHelpWithTriggers02.ts
signatureHelpWithUnknown.ts
singleLineTypeLiteralFormatting.ts
smartIndentActualIndentation.ts
smartIndentAfterAlignedFunctionArgument.ts
smartIndentAfterFatArrowVar.ts
smartIndentAfterNewExpression.ts
smartIndentArrayBindingPattern01.ts
smartIndentArrayBindingPattern02.ts
smartIndentClass.ts
smartIndentCloseBrace.ts
smartIndentDoStatement.ts
smartIndentEnum.ts
smartIndentIfStatement.ts
smartIndentInCallExpressions.ts
smartIndentInParenthesizedExpression01.ts
smartIndentInParenthesizedExpression02.ts
smartIndentInsideBlockInsideCase.ts
smartIndentInsideMultilineString.ts
smartIndentInterface.ts
smartIndentListItem.ts
smartIndentModule.ts
smartIndentNamedImport.ts
smartIndentNestedModule.ts
smartIndentNonterminatedArgumentListAtEOF.ts
smartIndentNonterminatedIfStatementAtEOF.ts
smartIndentObjectBindingPattern01.ts
smartIndentObjectBindingPattern02.ts
smartIndentObjectLiteralOpenBracketNewLine.ts
smartIndentOnAccessors.ts
smartIndentOnAccessors01.ts
smartIndentOnAccessors02.ts
smartIndentOnFunctionParameters.ts
smartIndentOnListEnd.ts
smartIndentOnUnclosedArrowType01.ts
smartIndentOnUnclosedComputedProperty01.ts
smartIndentOnUnclosedConstructorType01.ts
smartIndentOnUnclosedFunctionDeclaration01.ts
smartIndentOnUnclosedFunctionDeclaration02.ts
smartIndentOnUnclosedFunctionDeclaration03.ts
smartIndentOnUnclosedFunctionDeclaration04.ts
smartIndentOnUnclosedFunctionDeclaration05.ts
smartIndentOnUnclosedFunctionDeclaration06.ts
smartIndentOnUnclosedIndexSignature01.ts
smartIndentOnUnclosedObjectTypeLiteral01.ts
smartIndentOnUnclosedTupleTypeLiteral01.ts
smartIndentReturn.ts
smartIndentStartLineInLists.ts
smartIndentStatementFor.ts
smartIndentStatementForIn.ts
smartIndentStatementForOf.ts
smartIndentStatementSwitch.ts
smartIndentStatementTryCatchFinally.ts
smartIndentStatementWith.ts
smartIndentTemplateLiterals.ts
smartIndentTypeArgumentList.ts
smartSelection_behindCaret.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_bindingPatterns.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_complex.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_emptyRanges.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_functionParams1.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_functionParams2.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_imports.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_JSDoc.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_lastBlankLine.ts Fix smart select on last blank line of file (#32544) 2019-07-25 09:47:57 -07:00
smartSelection_loneVariableDeclaration.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_mappedTypes.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_objectTypes.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_punctuationPriority.ts Prioritize “property names” over punctuation in smart select (#32687) 2019-08-02 15:57:44 -07:00
smartSelection_simple1.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_simple2.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_stringLiteral.ts Add failing test for smartSelect string literals 2019-06-14 15:42:29 -07:00
smartSelection_templateStrings.ts Copy smartSelect tests to fourslash 2019-04-23 16:41:59 -07:00
smartSelection_templateStrings2.ts Fix smart selection bug with TemplateTails (#33108) 2019-09-05 09:01:41 -07:00
spaceAfterConstructor.ts
spaceAfterReturn.ts
squiggleFunctionExpression.ts
squiggleIllegalClassExtension.ts
squiggleIllegalInterfaceExtension.ts
squiggleIllegalSubclassOverride.ts Add useDefineForClassFields flag for Set -> Define property declaration (#33509) 2019-09-26 13:25:05 -07:00
squiggleUnclosedStringLiteral.ts
staticGenericOverloads1.ts
staticPrototypePropertyOnClass.ts
stringBraceCompletionPosition.ts
stringLiteralCompletionsForStringEnumContextualType.ts
stringPropertyNames1.ts
stringPropertyNames2.ts
stringTemplateBraceCompletionPosition.ts
suggestionNoDuplicates.ts Suggestions now use diagnosticCollection (#32740) 2019-08-06 11:15:06 -07:00
suggestionOfUnusedVariableWithExternalModule.ts
superCallError0.ts
superInDerivedTypeOfGenericWithStatics.ts
superInsideInnerClass.ts
switchIndenting.ts
symbolNameAtUnparseableFunctionOverload.ts
syntacticClassificationForJSDocTemplateTag.ts
syntacticClassifications1.ts
syntacticClassificationsCancellation1.ts
syntacticClassificationsConflictDiff3Markers1.ts
syntacticClassificationsConflictDiff3Markers2.ts
syntacticClassificationsConflictMarkers1.ts
syntacticClassificationsConflictMarkers2.ts
syntacticClassificationsDocComment1.ts
syntacticClassificationsDocComment2.ts
syntacticClassificationsDocComment3.ts
syntacticClassificationsDocComment4.ts
syntacticClassificationsForOfKeyword.ts
syntacticClassificationsForOfKeyword2.ts
syntacticClassificationsForOfKeyword3.ts
syntacticClassificationsFunctionWithComments.ts
syntacticClassificationsJsx1.ts
syntacticClassificationsJsx2.ts
syntacticClassificationsMergeConflictMarker1.ts Handle string literals in merge conflict regions 2019-10-09 14:46:19 -07:00
syntacticClassificationsObjectLiteral.ts
syntacticClassificationsTemplates1.ts
syntacticClassificationsTemplates2.ts
syntacticClassificationsTripleSlash1.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash2.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash3.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash4.ts Make triple-slash comment classification more restrictive 2019-08-23 12:55:10 -07:00
syntacticClassificationsTripleSlash5.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash6.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash7.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash8.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash9.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash10.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash11.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash12.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash13.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash14.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash15.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash16.ts Support classification of triple-slash references 2019-07-25 15:59:17 -07:00
syntacticClassificationsTripleSlash17.ts Make triple-slash comment classification more restrictive 2019-08-23 12:55:10 -07:00
syntacticClassificationsTripleSlash18.ts Make triple-slash comment classification more restrictive 2019-08-23 12:55:10 -07:00
syntacticClassificationWithErrors.ts
syntaxErrorAfterImport1.ts
syntheticImportFromBabelGeneratedFile1.ts
syntheticImportFromBabelGeneratedFile2.ts
tabbingAfterNewlineInsertedBeforeWhile.ts
thisBindingInLambda.ts
thisPredicateFunctionCompletions01.ts
thisPredicateFunctionCompletions02.ts
thisPredicateFunctionCompletions03.ts
thisPredicateFunctionQuickInfo.ts
thisPredicateFunctionQuickInfo01.ts
thisPredicateFunctionQuickInfo02.ts
todoComments1.ts
todoComments2.ts
todoComments3.ts
todoComments4.ts
todoComments5.ts
todoComments6.ts
todoComments7.ts
todoComments8.ts
todoComments9.ts
todoComments10.ts
todoComments11.ts
todoComments12.ts
todoComments13.ts
todoComments14.ts
todoComments15.ts
todoComments16.ts
todoComments17.ts
todoComments18.ts
todoComments19.ts
todoComments20.ts
toggleDuplicateFunctionDeclaration.ts
trailingCommaSignatureHelp.ts
transitiveExportImports.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
transitiveExportImports2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
transitiveExportImports3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tripleSlashRefPathCompletionAbsolutePaths.ts
tripleSlashRefPathCompletionBackandForwardSlash.ts
tripleSlashRefPathCompletionContext.ts
tripleSlashRefPathCompletionExtensionsAllowJSFalse.ts
tripleSlashRefPathCompletionExtensionsAllowJSTrue.ts
tripleSlashRefPathCompletionHiddenFile.ts
tripleSlashRefPathCompletionNarrowing.ts
tripleSlashRefPathCompletionRelativePaths.ts
tripleSlashRefPathCompletionRootdirs.ts
tryCatchFinallyFormating.ts
tsxCompletion1.ts
tsxCompletion2.ts
tsxCompletion3.ts
tsxCompletion4.ts
tsxCompletion5.ts
tsxCompletion6.ts
tsxCompletion7.ts sort text for class member, JSX attribute, RHS of dot 2019-07-18 13:57:46 +08:00
tsxCompletion8.ts
tsxCompletion9.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
tsxCompletion10.ts
tsxCompletion11.ts
tsxCompletion12.ts sort text for class member, JSX attribute, RHS of dot 2019-07-18 13:57:46 +08:00
tsxCompletion13.ts sort text for class member, JSX attribute, RHS of dot 2019-07-18 13:57:46 +08:00
tsxCompletion14.ts
tsxCompletionInFunctionExpressionOfChildrenCallback.ts
tsxCompletionInFunctionExpressionOfChildrenCallback1.ts
tsxCompletionNonTagLessThan.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
tsxCompletionOnClosingTag1.ts
tsxCompletionOnClosingTag2.ts
tsxCompletionOnClosingTagWithoutJSX1.ts
tsxCompletionOnClosingTagWithoutJSX2.ts
tsxCompletionOnOpeningTagWithoutJSX1.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
tsxCompletionsGenericComponent.ts
tsxCompletionUnionElementType.ts
tsxFindAllReferences1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxFindAllReferences2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxFindAllReferences3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxFindAllReferences4.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxFindAllReferences5.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxFindAllReferences6.ts
tsxFindAllReferences7.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxFindAllReferences8.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxFindAllReferences9.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxFindAllReferences10.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxFindAllReferences11.ts
tsxFindAllReferencesUnionElementType1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxFindAllReferencesUnionElementType2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxGoToDefinitionClasses.ts
tsxGoToDefinitionClassInDifferentFile.ts
tsxGoToDefinitionIntrinsics.ts
tsxGoToDefinitionStatelessFunction1.ts
tsxGoToDefinitionStatelessFunction2.ts
tsxGoToDefinitionUnionElementType1.ts
tsxGoToDefinitionUnionElementType2.ts
tsxIncremental.ts
tsxParsing.ts
tsxQuickInfo1.ts
tsxQuickInfo2.ts
tsxQuickInfo3.ts
tsxQuickInfo4.ts
tsxQuickInfo5.ts
tsxQuickInfo6.ts Update fourslash tests 2019-06-09 10:11:36 -07:00
tsxQuickInfo7.ts Update fourslash tests 2019-06-09 10:11:36 -07:00
tsxRename1.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxRename2.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxRename3.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxRename4.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxRename5.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxRename6.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxRename7.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxRename8.ts
tsxRename9.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
tsxSignatureHelp1.ts
tsxSignatureHelp2.ts
typeAboveNumberLiteralExpressionStatement.ts
typeArgCompletion.ts
typeAssertionsFormatting.ts
typeCheckAfterAddingGenericParameter.ts
typeCheckAfterResolve.ts
typeCheckObjectInArrayLiteral.ts
typedGenericPrototypeMember.ts
typeOfAFundule.ts
typeOfSymbol_localSymbolOfExport.ts
typeOfThisInStatics.ts
typeOperatorNodeBuilding.ts
typeParameterListInQuickInfoAfterEdit.ts
typeToStringCrashInCodeFix.ts
unclosedArrayErrorRecovery.ts
unclosedCommentsInConstructor.ts
unclosedFunctionErrorRecovery.ts
unclosedFunctionErrorRecovery3.ts
unclosedMultilineStringLiteralErrorRecovery.ts
unclosedStringLiteralAutoformating.ts
unclosedStringLiteralErrorRecovery.ts
unclosedStringLiteralErrorRecovery2.ts
unclosedStringLiteralErrorRecovery3.ts
unclosedStringLiteralErrorRecovery4.ts
underscoreTypings01.ts
underscoreTypings02.ts
unknownVariableErrorRecovery.ts
untypedModuleImport.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
unusedClassInNamespace1.ts
unusedClassInNamespace2.ts
unusedClassInNamespace3.ts
unusedClassInNamespace4.ts
unusedClassInNamespaceWithTrivia.ts
unusedConstantInFunction1.ts
unusedEnumInFunction1.ts
unusedEnumInNamespace1.ts
unusedFunctionInNamespace1.ts
unusedFunctionInNamespace2.ts
unusedFunctionInNamespace3.ts
unusedFunctionInNamespace4.ts
unusedFunctionInNamespace5.ts
unusedImports1FS.ts
unusedImports2FS.ts
unusedImports3FS.ts
unusedImports4FS.ts
unusedImports5FS.ts
unusedImports6FS.ts
unusedImports7FS.ts
unusedImports8FS.ts
unusedImports9FS.ts
unusedImports10FS.ts
unusedImports11FS.ts
unusedImports12FS.ts
unusedImports13FS.ts
unusedImports14FS.ts
unusedImportsFS_entireImportDeclaration.ts
unusedInterfaceInNamespace1.ts
unusedInterfaceInNamespace2.ts
unusedLocalsinConstructorFS1.ts
unusedLocalsinConstructorFS2.ts
unusedLocalsInFunction1.ts
unusedLocalsInFunction2.ts
unusedLocalsInFunction3.ts
unusedLocalsInFunction4.ts
unusedLocalsInMethodFS1.ts
unusedLocalsInMethodFS2.ts
unusedMethodInClass1.ts
unusedMethodInClass2.ts
unusedMethodInClass3.ts
unusedMethodInClass4.ts
unusedMethodInClass5.ts
unusedMethodInClass6.ts
unusedNamespaceInNamespace.ts
unusedParameterInConstructor1AddUnderscore.ts
unusedParameterInFunction1.ts
unusedParameterInFunction1AddUnderscore.ts
unusedParameterInFunction2.ts
unusedParameterInLambda1.ts
unusedParameterInLambda1AddUnderscore.ts
unusedParameterInLambda2.ts
unusedParameterInLambda3.ts
unusedTypeAliasInNamespace1.ts
unusedTypeParametersInClass1.ts
unusedTypeParametersInClass2.ts
unusedTypeParametersInClass3.ts
unusedTypeParametersInFunction1.ts
unusedTypeParametersInFunction2.ts
unusedTypeParametersInFunction3.ts
unusedTypeParametersInInterface1.ts
unusedTypeParametersInLambda1.ts
unusedTypeParametersInLambda2.ts
unusedTypeParametersInLambda3.ts
unusedTypeParametersInLambda4.ts
unusedTypeParametersInMethod1.ts
unusedTypeParametersInMethod2.ts
unusedTypeParametersInMethods1.ts
unusedVariableInBlocks.ts
unusedVariableInClass1.ts
unusedVariableInClass2.ts
unusedVariableInClass3.ts
unusedVariableInForLoop1FS.ts
unusedVariableInForLoop2FS.ts
unusedVariableInForLoop3FS.ts
unusedVariableInForLoop4FS.ts
unusedVariableInForLoop5FSAddUnderscore.ts
unusedVariableInForLoop6FS.ts
unusedVariableInForLoop6FSAddUnderscore.ts
unusedVariableInForLoop7FS.ts
unusedVariableInModule1.ts
unusedVariableInModule2.ts
unusedVariableInModule3.ts
unusedVariableInModule4.ts
unusedVariableInNamespace1.ts
unusedVariableInNamespace2.ts
unusedVariableInNamespace3.ts
updateSourceFile_jsdocSignature.ts
updateToClassStatics.ts
validBraceCompletionPosition.ts
verifySingleFileEmitOutput1.ts
whiteSpaceBeforeReturnTypeFormatting.ts
whiteSpaceTrimming.ts
whiteSpaceTrimming2.ts
whiteSpaceTrimming3.ts
whiteSpaceTrimming4.ts
widenedTypes.ts
yieldKeywordFormatting.ts