TypeScript/tests/cases/fourslash
2017-08-04 16:10:33 -07:00
..
generated
server Merge branch 'master' into ownJsonParsing 2017-06-15 09:59:37 -07:00
shims Support find-all-references for a module specifier 2017-05-10 11:02:17 -07:00
shims-pp Support find-all-references for a module specifier 2017-05-10 11:02:17 -07:00
addDeclareToFunction.ts
addDeclareToModule.ts
addDuplicateSetter.ts
addFunctionAboveMultiLineLambdaExpression.ts
addFunctionInDuplicatedConstructorClassBody.ts
addInterfaceMemberAboveClass.ts
addInterfaceToNotSatisfyConstraint.ts
addMemberToInterface.ts
addMemberToModule.ts
addMethodToInterface1.ts
addSignaturePartial.ts
addVarToConstructor1.ts
aliasMergingWithNamespace.ts
aliasToVarUsedAsType.ts
alignmentAfterFormattingOnMultilineExpressionAndParametersList.ts
ambientShorthandFindAllRefs.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
ambientShorthandGotoDefinition.ts Don't goto aliased symbol with no declarations; and update tests 2017-05-12 10:26:39 -07:00
ambientVariablesWithSameName.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
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
autoFormattingOnPasting.ts add and update tests 2017-06-20 11:52:05 -07:00
automaticConstructorToggling.ts Provide better services for incomplete generic calls (#16535) 2017-06-27 09:14:23 -07:00
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
callSignatureHelp.ts
cancellationWhenfindingAllRefsOnDefinition.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
chainedFatArrowFormatting.ts
chainedFunctionFunctionArgIndent.ts
chainedFunctionLambdaArgIndex.ts
classExtendsInterfaceSigHelp1.ts
classifyThisParameter.ts
classInterfaceInsert.ts
classRenamingErrorRecovery.ts
cloduleAsBaseClass.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
cloduleAsBaseClass2.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
cloduleTypeOf1.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
cloduleWithRecursiveReference.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
closedCommentsInConstructor.ts
codeCompletionEscaping.ts
codeFixAddForgottenThis01.ts initial revision of infrastructure to produce text changes that uses existing node factory, formatter and printer (#14441) 2017-03-15 11:44:36 -07:00
codeFixAddForgottenThis02.ts
codeFixAddMissingMember.ts Support static properties 2017-03-13 22:50:21 -07:00
codeFixAddMissingMember2.ts Support static properties 2017-03-13 22:50:21 -07:00
codeFixAddMissingMember3.ts Update baselines 2017-05-01 11:42:22 -07:00
codeFixAddMissingMember4.ts Support static properties 2017-03-13 22:50:21 -07:00
codeFixAddMissingMember5.ts rename fourslash method 2017-06-01 11:01:00 -07:00
codeFixAddMissingMember6.ts Support static properties 2017-03-13 22:50:21 -07:00
codeFixAddMissingMember7.ts rename fourslash method 2017-06-01 11:01:00 -07:00
codeFixChangeExtendsToImplements.ts
codeFixChangeExtendsToImplementsAbstractModifier.ts
codeFixChangeExtendsToImplementsTypeParams.ts
codeFixChangeExtendsToImplementsWithDecorator.ts
codeFixChangeJSDocSyntax1.ts Add simple jsdoc code fix changes 2017-07-14 16:27:09 -07:00
codeFixChangeJSDocSyntax2.ts Add simple jsdoc code fix changes 2017-07-14 16:27:09 -07:00
codeFixChangeJSDocSyntax3.ts Codefix for Array.<number> -> Array<number> 2017-07-17 10:33:04 -07:00
codeFixChangeJSDocSyntax4.ts Update jsdoc codefix tests; test function(...) syntax 2017-07-17 14:11:06 -07:00
codeFixChangeJSDocSyntax5.ts Update jsdoc codefix tests; test function(...) syntax 2017-07-17 14:11:06 -07:00
codeFixChangeJSDocSyntax6.ts Update jsdoc codefix tests; test function(...) syntax 2017-07-17 14:11:06 -07:00
codeFixChangeJSDocSyntax7.ts Codefix for ?! pre/postfix JSDoc types 2017-07-17 11:06:20 -07:00
codeFixChangeJSDocSyntax8.ts Update jsdoc codefix tests; test function(...) syntax 2017-07-17 14:11:06 -07:00
codeFixChangeJSDocSyntax9.ts Update jsdoc codefix tests; test function(...) syntax 2017-07-17 14:11:06 -07:00
codeFixClassExprClassImplementClassFunctionVoidInferred.ts Use consistent quotes 2017-03-12 18:52:38 -07:00
codeFixClassExprExtendsAbstractExpressionWithTypeArgs.ts
codeFixClassExtendAbstractExpressionWithTypeArgs.ts
codeFixClassExtendAbstractGetterSetter.ts some missed token bugs 2017-03-13 20:20:26 -07:00
codeFixClassExtendAbstractMethod.ts Refactor 2017-03-13 18:09:53 -07:00
codeFixClassExtendAbstractMethodThis.ts Use consistent quotes 2017-03-12 18:52:38 -07:00
codeFixClassExtendAbstractMethodTypeParamsInstantiateNumber.ts Use consistent quotes 2017-03-12 18:52:38 -07:00
codeFixClassExtendAbstractMethodTypeParamsInstantiateU.ts Use consistent quotes 2017-03-12 18:52:38 -07:00
codeFixClassExtendAbstractPrivateProperty.ts Simplify Ranges 2017-03-12 17:14:20 -07:00
codeFixClassExtendAbstractProperty.ts Refactor 2017-03-13 18:09:53 -07:00
codeFixClassExtendAbstractPropertyThis.ts instantiate generic this param correctly 2017-02-28 19:35:15 -08:00
codeFixClassExtendAbstractProtectedProperty.ts Simplify Ranges 2017-03-12 17:14:20 -07:00
codeFixClassExtendAbstractPublicProperty.ts Simplify Ranges 2017-03-12 17:14:20 -07:00
codeFixClassExtendAbstractSomePropertiesPresent.ts type literals, properties only 2017-03-13 09:18:40 -07:00
codeFixClassImplementClassAbstractGettersAndSetters.ts
codeFixClassImplementClassFunctionVoidInferred.ts Use consistent quotes 2017-03-12 18:52:38 -07:00
codeFixClassImplementClassMemberAnonymousClass.ts optional signature 2017-03-24 12:56:54 -07:00
codeFixClassImplementClassMethodViaHeritage.ts type literals, properties only 2017-03-13 09:18:40 -07:00
codeFixClassImplementClassMultipleSignatures1.ts Use consistent quotes 2017-03-12 18:52:38 -07:00
codeFixClassImplementClassMultipleSignatures2.ts Use consistent quotes 2017-03-12 18:52:38 -07:00
codeFixClassImplementClassPropertyModifiers.ts
codeFixClassImplementClassPropertyTypeQuery.ts respond to comments 2017-03-21 22:54:06 -07:00
codeFixClassImplementDeepInheritance.ts Simplify Ranges 2017-03-12 17:14:20 -07:00
codeFixClassImplementDefaultClass.ts
codeFixClassImplementInterfaceArrayTuple.ts add tests 2017-03-16 18:02:34 -07:00
codeFixClassImplementInterfaceCallSignature.ts more temp 2017-03-16 09:52:19 -07:00
codeFixClassImplementInterfaceClassExpression.ts
codeFixClassImplementInterfaceComments.ts remove trivia 2017-03-22 14:50:01 -07:00
codeFixClassImplementInterfaceComputedPropertyLiterals.ts type literals, properties only 2017-03-13 09:18:40 -07:00
codeFixClassImplementInterfaceComputedPropertyNameWellKnownSymbols.ts temp 2017-03-15 18:09:55 -07:00
codeFixClassImplementInterfaceConstructSignature.ts more temp 2017-03-16 09:52:19 -07:00
codeFixClassImplementInterfaceDuplicateMember1.ts Simplify Ranges 2017-03-12 17:14:20 -07:00
codeFixClassImplementInterfaceDuplicateMember2.ts
codeFixClassImplementInterfaceEmptyTypeLiteral.ts temp 2017-03-15 18:09:55 -07:00
codeFixClassImplementInterfaceIndexSignaturesBoth.ts
codeFixClassImplementInterfaceIndexSignaturesNoFix.ts
codeFixClassImplementInterfaceIndexSignaturesNumber.ts test cleanup 2017-03-14 16:45:47 -07:00
codeFixClassImplementInterfaceIndexSignaturesString.ts avoid ascii escaping literal text 2017-05-15 18:42:49 -07:00
codeFixClassImplementInterfaceIndexType.ts Handle TODO's 2017-03-17 11:54:51 -07:00
codeFixClassImplementInterfaceInheritsAbstractMethod.ts avoid ascii escaping literal text 2017-05-15 18:42:49 -07:00
codeFixClassImplementInterfaceInNamespace.ts Various fixes 2017-03-14 14:35:23 -07:00
codeFixClassImplementInterfaceMappedType.ts Handle TODO's 2017-03-17 11:54:51 -07:00
codeFixClassImplementInterfaceMemberNestedTypeAlias.ts update tests 2017-05-15 12:42:28 -07:00
codeFixClassImplementInterfaceMemberOrdering.ts temp 2017-03-15 18:09:55 -07:00
codeFixClassImplementInterfaceMemberTypeAlias.ts update tests 2017-05-15 12:42:28 -07:00
codeFixClassImplementInterfaceMethodThisAndSelfReference.ts Use consistent quotes 2017-03-12 18:52:38 -07:00
codeFixClassImplementInterfaceMethodTypePredicate.ts type predicate support 2017-03-27 11:53:44 -07:00
codeFixClassImplementInterfaceMultipleImplements1.ts Various fixes 2017-03-14 14:35:23 -07:00
codeFixClassImplementInterfaceMultipleImplements2.ts avoid ascii escaping literal text 2017-05-15 18:42:49 -07:00
codeFixClassImplementInterfaceMultipleImplementsIntersection1.ts Simplify Ranges 2017-03-12 17:14:20 -07:00
codeFixClassImplementInterfaceMultipleImplementsIntersection2.ts
codeFixClassImplementInterfaceMultipleMembersAndPunctuation.ts Use consistent quotes 2017-03-12 18:52:38 -07:00
codeFixClassImplementInterfaceMultipleSignatures.ts Use consistent quotes 2017-03-12 18:52:38 -07:00
codeFixClassImplementInterfaceMultipleSignaturesRest1.ts Use consistent quotes 2017-03-12 18:52:38 -07:00
codeFixClassImplementInterfaceMultipleSignaturesRest2.ts Use consistent quotes 2017-03-12 18:52:38 -07:00
codeFixClassImplementInterfaceNamespaceConflict.ts add tests 2017-03-16 18:02:34 -07:00
codeFixClassImplementInterfaceOptionalProperty.ts visit question token 2017-06-26 12:33:29 -07:00
codeFixClassImplementInterfaceProperty.ts essymbol and object 2017-03-26 22:45:13 -07:00
codeFixClassImplementInterfacePropertyFromParentConstructorFunction.ts Simplify Ranges 2017-03-12 17:14:20 -07:00
codeFixClassImplementInterfacePropertySignatures.ts Add signatures test 2017-03-16 16:09:54 -07:00
codeFixClassImplementInterfaceQualifiedName.ts add tests 2017-03-16 18:02:34 -07:00
codeFixClassImplementInterfaceSomePropertiesPresent.ts type parameters and basic object literals 2017-03-13 16:54:29 -07:00
codeFixClassImplementInterfaceTypeParamInstantiateDeeply.ts Simplify Ranges 2017-03-12 17:14:20 -07:00
codeFixClassImplementInterfaceTypeParamInstantiateError.ts
codeFixClassImplementInterfaceTypeParamInstantiateNumber.ts Simplify Ranges 2017-03-12 17:14:20 -07:00
codeFixClassImplementInterfaceTypeParamInstantiateT.ts Simplify Ranges 2017-03-12 17:14:20 -07:00
codeFixClassImplementInterfaceTypeParamInstantiateU.ts Simplify Ranges 2017-03-12 17:14:20 -07:00
codeFixClassImplementInterfaceTypeParamInstantiation.ts
codeFixClassImplementInterfaceTypeParamMethod.ts Use consistent quotes 2017-03-12 18:52:38 -07:00
codeFixClassImplementInterfaceUndeclaredSymbol.ts
codeFixCorrectSpelling1.ts Test:spelling suggestions for more types 2017-06-30 10:12:02 -07:00
codeFixCorrectSpelling2.ts Test:spelling suggestions for more types 2017-06-30 10:12:02 -07:00
codeFixCorrectSpelling3.ts Test:spelling suggestions for more types 2017-06-30 10:12:02 -07:00
codeFixCorrectSpelling4.ts Added failing test case. 2017-07-27 18:11:34 -07:00
codeFixDisableJsDiagnosticsInFile.ts Add quick fix to disable error checking in a .js file 2017-03-09 15:59:26 -08:00
codeFixDisableJsDiagnosticsInFile2.ts Add quick fix to disable error checking in a .js file 2017-03-09 15:59:26 -08:00
codeFixDisableJsDiagnosticsInFile3.ts Change ingore diagonstic comment to // @ts-ignore 2017-03-22 16:23:21 -07:00
codeFixDisableJsDiagnosticsInFile4.ts Change ingore diagonstic comment to // @ts-ignore 2017-03-22 16:23:21 -07:00
codeFixDisableJsDiagnosticsInFile5.ts Change ingore diagonstic comment to // @ts-ignore 2017-03-22 16:23:21 -07:00
codeFixDisableJsDiagnosticsInFile6.ts Change ingore diagonstic comment to // @ts-ignore 2017-03-22 16:23:21 -07:00
codeFixDisableJsDiagnosticsInFile7.ts Change ingore diagonstic comment to // @ts-ignore 2017-03-22 16:23:21 -07:00
codeFixDisableJsDiagnosticsInFile8.ts Change ingore diagonstic comment to // @ts-ignore 2017-03-22 16:23:21 -07:00
codeFixNegativeReplaceQualifiedNameWithIndexedAccessType01.ts Added/augmented tests. 2017-07-27 14:55:29 -07:00
codeFixReplaceQualifiedNameWithIndexedAccessType01.ts Add test case for code fixes on qualified names used instead of indexed access types. 2017-07-27 12:40:57 -07:00
codeFixSuperAfterThis.ts initial revision of infrastructure to produce text changes that uses existing node factory, formatter and printer (#14441) 2017-03-15 11:44:36 -07:00
codeFixSuperCall.ts initial revision of infrastructure to produce text changes that uses existing node factory, formatter and printer (#14441) 2017-03-15 11:44:36 -07:00
codeFixSuperCallWithThisInside.ts
codeFixUndeclaredAcrossFiles1.ts rename fourslash method 2017-06-01 11:01:00 -07:00
codeFixUndeclaredAcrossFiles2.ts suppress type annotations in js file 2017-06-01 14:12:25 -07:00
codeFixUndeclaredClassInstance.ts add tests 2017-02-14 18:10:21 -08:00
codeFixUndeclaredClassInstanceWithTypeParams.ts add tests 2017-02-14 18:10:21 -08:00
codeFixUndeclaredIndexSignatureNumericLiteral.ts temp 2017-03-15 09:06:59 -07:00
codeFixUndeclaredInStaticMethod.ts remove comment 2017-06-01 11:17:24 -07:00
codeFixUndeclaredMethod.ts rename fourslash method 2017-06-01 11:01:00 -07:00
codeFixUndeclaredPropertyAccesses.ts add tests 2017-05-31 17:18:36 -07:00
codeFixUndeclaredPropertyFunctionEmptyClass.ts widen type, index signature, and add tests 2017-02-16 13:37:35 -08:00
codeFixUndeclaredPropertyFunctionNonEmptyClass.ts widen type, index signature, and add tests 2017-02-16 13:37:35 -08:00
codeFixUndeclaredPropertyNumericLiteral.ts add tests 2017-02-14 18:10:21 -08:00
codeFixUndeclaredPropertyObjectLiteral.ts widen type, index signature, and add tests 2017-02-16 13:37:35 -08:00
codeFixUndeclaredPropertyObjectLiteralStrictNullChecks.ts widen type, index signature, and add tests 2017-02-16 13:37:35 -08:00
codeFixUndeclaredPropertyThisType.ts widen type, index signature, and add tests 2017-02-16 13:37:35 -08:00
commentBraceCompletionPosition.ts respond to comments 2017-06-12 15:36:34 -07:00
commentsBlocks.ts
commentsClass.ts
commentsClassMembers.ts
commentsCommentParsing.ts Support completions for JSDoc @param tag names (#16299) 2017-06-07 12:28:52 -07:00
commentsEnums.ts
commentsExternalModules.ts Completion for default export should be '.default' (#16742) 2017-07-11 07:23:32 -07:00
commentsFunctionDeclaration.ts
commentsFunctionExpression.ts
commentsImportDeclaration.ts
commentsInheritance.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
commentsInterface.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
commentsLinePreservation.ts
commentsModules.ts Completion for default export should be '.default' (#16742) 2017-07-11 07:23:32 -07:00
commentsMultiModuleMultiFile.ts
commentsMultiModuleSingleFile.ts
commentsOverloads.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
commentsUnion.ts
commentsVariables.ts
compileOnSaveWorksWhenEmitBlockingErrorOnOtherFile.ts
completion_enum-members-with-invalid-identifiers-should-not-show-in-completion.ts
completionAfterAtChar.ts
completionAfterBackslashFollowingString.ts
completionAfterDotDotDot.ts
completionBeforeSemanticDiagnosticsInArrowFunction1.ts
completionEntryForClassMembers.ts Show public/private/protected/readonly when looking for constructor parameter and otherwise parameter declaration or property declaraiton should result in no completion 2017-06-15 11:16:35 -07:00
completionEntryForClassMembers2.ts Add the members of interfaces that need to be implemented to class element completion 2017-05-12 12:13:16 -07:00
completionEntryForConst.ts
completionEntryForImportName.ts
completionEntryForPrimitive.ts
completionEntryForPropertyFromUnionOfModuleType.ts
completionEntryForShorthandPropertyAssignment.ts
completionEntryForUnionMethod.ts Array cleanup (#16223) 2017-06-04 14:26:18 -07:00
completionEntryForUnionProperty.ts
completionEntryForUnionProperty2.ts
completionEntryOnNarrowedType.ts
completionForQuotedPropertyInPropertyAssignment1.ts
completionForQuotedPropertyInPropertyAssignment2.ts
completionForQuotedPropertyInPropertyAssignment3.ts
completionForQuotedPropertyInPropertyAssignment4.ts Provide better services for incomplete generic calls (#16535) 2017-06-27 09:14:23 -07:00
completionForStringLiteral.ts
completionForStringLiteral2.ts
completionForStringLiteral3.ts
completionForStringLiteral4.ts
completionForStringLiteral5.ts
completionForStringLiteral6.ts
completionForStringLiteral7.ts
completionForStringLiteral8.ts Add string literal completion for equality expression 2017-01-31 16:44:59 -08:00
completionForStringLiteral10.ts Add string literal completion for equality expression 2017-01-31 16:44:59 -08:00
completionForStringLiteral11.ts Support string literal completion in case labels 2017-01-31 20:24:36 -08:00
completionForStringLiteral12.ts Prevent Duplicate String Literal Completions 2017-05-10 17:26:47 -07:00
completionForStringLiteralImport1.ts
completionForStringLiteralImport2.ts
completionForStringLiteralNonrelativeImport1.ts
completionForStringLiteralNonrelativeImport2.ts
completionForStringLiteralNonrelativeImport3.ts
completionForStringLiteralNonrelativeImport4.ts
completionForStringLiteralNonrelativeImport5.ts
completionForStringLiteralNonrelativeImport7.ts
completionForStringLiteralNonrelativeImport8.ts
completionForStringLiteralNonrelativeImport9.ts
completionForStringLiteralNonrelativeImport10.ts
completionForStringLiteralNonrelativeImport11.ts
completionForStringLiteralNonrelativeImport12.ts
completionForStringLiteralNonrelativeImportTypings1.ts
completionForStringLiteralNonrelativeImportTypings2.ts
completionForStringLiteralNonrelativeImportTypings3.ts
completionForStringLiteralRelativeImport3.ts
completionForStringLiteralRelativeImport4.ts
completionForStringLiteralRelativeImportAllowJSFalse.ts
completionForStringLiteralRelativeImportAllowJSTrue.ts
completionInAugmentedClassModule.ts
completionInfoWithExplicitTypeArguments.ts Provide better services for incomplete generic calls (#16535) 2017-06-27 09:14:23 -07:00
completionInIncompleteCallExpression.ts
completionInJsDoc.ts Remove tests that depended on exact number of jsdoc tag names 2017-05-04 14:38:06 -07:00
completionInJSDocFunctionNew.ts Update baselines 2017-07-14 09:34:35 -07:00
completionInJSDocFunctionThis.ts Update baselines 2017-07-14 09:34:35 -07:00
completionInJsDocQualifiedNames.ts Support completions for qualified names in JSDoc (#16380) 2017-06-08 17:21:36 -07:00
completionInNamedImportLocation.ts
completionInsideFunctionContainsArguments.ts
completionInTypeOf1.ts
completionInTypeOf2.ts
completionList_getExportsOfModule.ts Never return undefined from getExportsOfModule (#17013) 2017-07-07 10:06:12 -07:00
completionListAfterAnyType.ts
completionListAfterClassExtends.ts
completionListAfterFunction.ts
completionListAfterFunction2.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListAfterFunction3.ts
completionListAfterInvalidCharacter.ts
completionListAfterNumericLiteral.ts
completionListAfterNumericLiteral1.ts
completionListAfterObjectLiteral1.ts
completionListAfterPropertyName.ts Show public/private/protected/readonly when looking for constructor parameter and otherwise parameter declaration or property declaraiton should result in no completion 2017-06-15 11:16:35 -07:00
completionListAfterRegularExpressionLiteral1.ts
completionListAfterRegularExpressionLiteral01.ts
completionListAfterRegularExpressionLiteral02.ts
completionListAfterRegularExpressionLiteral03.ts
completionListAfterRegularExpressionLiteral04.ts
completionListAfterRegularExpressionLiteral05.ts
completionListAfterSlash.ts
completionListAfterSpreadOperator01.ts
completionListAfterStringLiteral1.ts
completionListAndMemberListOnCommentedDot.ts
completionListAndMemberListOnCommentedLine.ts
completionListAndMemberListOnCommentedWhiteSpace.ts
completionListAtBeginningOfFile01.ts
completionListAtBeginningOfIdentifierInArrowFunction01.ts
completionListAtDeclarationOfParameterType.ts
completionListAtEndOfWordInArrowFunction01.ts
completionListAtEndOfWordInArrowFunction02.ts
completionListAtEndOfWordInArrowFunction03.ts
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_interfaceMembers.ts
completionListAtIdentifierDefinitionLocations_interfaceMembers2.ts
completionListAtIdentifierDefinitionLocations_interfaceMembers3.ts
completionListAtIdentifierDefinitionLocations_interfaces.ts
completionListAtIdentifierDefinitionLocations_parameters.ts Show public/private/protected/readonly when looking for constructor parameter and otherwise parameter declaration or property declaraiton should result in no completion 2017-06-15 11:16:35 -07:00
completionListAtIdentifierDefinitionLocations_properties.ts
completionListAtIdentifierDefinitionLocations_varDeclarations.ts
completionListAtInvalidLocations.ts Update fourslash tests 2017-02-28 15:41:47 -08:00
completionListAtNodeBoundry.ts
completionListBeforeKeyword.ts
completionListBeforeNewScope01.ts
completionListBeforeNewScope02.ts
completionListBuilderLocations_Modules.ts
completionListBuilderLocations_parameters.ts
completionListBuilderLocations_properties.ts Give the class element completion on typing keywords like public, private, readonly 2017-05-05 11:30:32 -07:00
completionListBuilderLocations_VariableDeclarations.ts
completionListCladule.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListClassMembers.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
completionListForTransitivelyExportedMembers01.ts
completionListForTransitivelyExportedMembers02.ts
completionListForTransitivelyExportedMembers03.ts
completionListForTransitivelyExportedMembers04.ts
completionListForUnicodeEscapeName.ts Completion for default export should be '.default' (#16742) 2017-07-11 07:23:32 -07:00
completionListFunctionExpression.ts
completionListFunctionMembers.ts
completionListGenericConstraints.ts
completionListImplementingInterfaceFunctions.ts
completionListInArrowFunctionInUnclosedCallSite01.ts
completionListInClassExpressionWithTypeParameter.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListInClosedFunction01.ts
completionListInClosedFunction02.ts
completionListInClosedFunction03.ts
completionListInClosedFunction04.ts
completionListInClosedFunction05.ts
completionListInClosedFunction06.ts
completionListInClosedFunction07.ts
completionListInClosedObjectTypeLiteralInSignature01.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListInClosedObjectTypeLiteralInSignature02.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListInClosedObjectTypeLiteralInSignature03.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListInClosedObjectTypeLiteralInSignature04.ts
completionListInComments.ts
completionListInComments2.ts
completionListInComments3.ts
completionListInContextuallyTypedArgument.ts
completionListInEmptyFile.ts
completionListInExportClause01.ts
completionListInExportClause02.ts
completionListInExportClause03.ts
completionListInExtendsClause.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListInExtendsClauseAtEOF.ts
completionListInFatArrow.ts
completionListInFunctionDeclaration.ts
completionListInFunctionExpression.ts
completionListInImportClause01.ts
completionListInImportClause02.ts
completionListInImportClause03.ts
completionListInImportClause04.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
completionListInIndexSignature01.ts
completionListInIndexSignature02.ts
completionListInMiddleOfIdentifierInArrowFunction01.ts
completionListInNamedClassExpression.ts Completion list for a class extending another class should contain members from base class 2017-05-05 11:30:32 -07:00
completionListInNamedClassExpressionWithShadowing.ts Completion list for a class extending another class should contain members from base class 2017-05-05 11:30:32 -07:00
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
completionListInObjectLiteral.ts
completionListInObjectLiteral2.ts
completionListInObjectLiteral3.ts
completionListInObjectLiteral4.ts
completionListInObjectLiteralPropertyAssignment.ts
completionListInObjectLiteralThatIsParameterOfFunctionCall.ts
completionListInScope.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListInScope_doesNotIncludeAugmentations.ts Completion for default export should be '.default' (#16742) 2017-07-11 07:23:32 -07:00
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 Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListInTypeParameterOfTypeAlias2.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListInTypeParameterOfTypeAlias3.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
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 Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListInUnclosedIndexSignature03.ts
completionListInUnclosedObjectTypeLiteralInSignature01.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListInUnclosedObjectTypeLiteralInSignature02.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListInUnclosedObjectTypeLiteralInSignature03.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListInUnclosedObjectTypeLiteralInSignature04.ts
completionListInUnclosedSpreadExpression01.ts
completionListInUnclosedSpreadExpression02.ts
completionListInUnclosedTaggedTemplate01.ts
completionListInUnclosedTaggedTemplate02.ts
completionListInUnclosedTemplate01.ts
completionListInUnclosedTemplate02.ts
completionListInUnclosedTypeOfExpression01.ts
completionListInUnclosedTypeOfExpression02.ts
completionListInUnclosedVoidExpression01.ts
completionListInUnclosedYieldExpression01.ts
completionListInvalidMemberNames.ts Completion for default export should be '.default' (#16742) 2017-07-11 07:23:32 -07:00
completionListInvalidMemberNames2.ts
completionListInvalidMemberNames3.ts
completionListIsGlobalCompletion.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
completionListKeywords.ts
completionListModuleMembers.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListNewIdentifierBindingElement.ts
completionListNewIdentifierFunctionDeclaration.ts
completionListNewIdentifierVariableDeclaration.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListObjectMembers.ts
completionListOfGnericSymbol.ts
completionListOfSplitInterface.ts
completionListOfUnion.ts Add | undefined to test 2017-05-17 12:51:37 -07:00
completionListOnAliasedModule.ts
completionListOnAliases.ts
completionListOnAliases2.ts Completion for default export should be '.default' (#16742) 2017-07-11 07:23:32 -07:00
completionListOnAliases3.ts
completionListOnFunctionCallWithOptionalArgument.ts
completionListOnMethodParameterName.ts
completionListOnParam.ts
completionListOnParamInClass.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListOnParamOfGenericType1.ts
completionListOnPrivateVariableInModule.ts
completionListOnSuper.ts
completionListOnVarBetweenModules.ts
completionListOutsideOfClosedArrowFunction01.ts
completionListOutsideOfClosedArrowFunction02.ts
completionListOutsideOfClosedFunctionDeclaration01.ts
completionListOutsideOfForLoop01.ts
completionListOutsideOfForLoop02.ts
completionListPrimitives.ts
completionListPrivateMembers.ts
completionListPrivateMembers2.ts
completionListPrivateMembers3.ts
completionListProtectedMembers.ts
completionListStaticProtectedMembers.ts
completionListStaticProtectedMembers2.ts
completionListStaticProtectedMembers3.ts
completionListStaticProtectedMembers4.ts
completionListsThroughTransitiveBaseClasses.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
completionListsThroughTransitiveBaseClasses2.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
completionListSuperMembers.ts
completionListWithAmbientDeclaration.ts
completionListWithMeanings.ts Encorporting feedback 2017-06-06 11:27:31 -07:00
completionListWithModulesFromModule.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListWithModulesInsideModuleScope.ts Completion for default export should be '.default' (#16742) 2017-07-11 07:23:32 -07:00
completionListWithModulesOutsideModuleScope.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListWithModulesOutsideModuleScope2.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
completionListWithUnresolvedModule.ts
completionsDefaultExport.ts Completion for default export should be '.default' (#16742) 2017-07-11 07:23:32 -07:00
completionsDestructuring.ts Support completions in destructuring in for-of (#16454) 2017-06-12 12:12:51 -07:00
completionsKeyof.ts In addStringLiteralCompletionsFromType, use getBaseConstraintOfType instead of getApparentType 2017-05-08 10:33:48 -07:00
completionsNamespaceMergedWithClass.ts When adding completions for a module, don't get the type of the module if not necessary. (#16768) 2017-07-13 09:20:40 -07:00
completionsNamespaceMergedWithObject.ts When adding completions for a module, don't get the type of the module if not necessary. (#16768) 2017-07-13 09:20:40 -07:00
completionWithDotFollowedByNamespaceKeyword.ts
completionWithNamespaceInsideFunction.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
consistenceOnIndentionsOfChainedFunctionCalls.ts
consistenceOnIndentionsOfObjectsInAListAfterFormatting.ts
consistentContextualTypeErrorsAfterEdits.ts
constEnumQuickInfoAndCompletionList.ts
constEnumsEmitOutputInMultipleFiles.ts
constQuickInfoAndCompletionList.ts
constructorBraceFormatting.ts
constructorQuickInfo.ts
contextuallyTypedFunctionExpressionGeneric1.ts Fix fourslash tests 2017-06-06 13:35:29 -07:00
contextuallyTypedObjectLiteralMethodDeclarationParam01.ts
contextualTyping.ts
contextualTypingFromTypeAssertion1.ts
contextualTypingGenericFunction1.ts
contextualTypingOfArrayLiterals1.ts
contextualTypingOfGenericCallSignatures1.ts
contextualTypingOfGenericCallSignatures2.ts Fix fourslash tests 2017-06-06 13:35:29 -07:00
contextualTypingReturnExpressions.ts
convertFunctionToEs6Class1.ts Refactor refactor 2017-06-06 14:58:18 -07:00
convertFunctionToEs6Class2.ts Refactor refactor 2017-06-06 14:58:18 -07:00
convertFunctionToEs6Class3.ts Refactor refactor 2017-06-06 14:58:18 -07:00
convertFunctionToEs6ClassJsDoc.ts Add tests 2017-06-29 15:14:09 -07:00
debuggerStatementIndent.ts
declarationExpressions.ts
declareFunction.ts
defaultParamsAndContextualTypes.ts
definition.ts
definitionNameOnEnumMember.ts
deleteClassWithEnumPresent.ts Set ScriptElementKind for enum members to "enum member" instead of "const" 2017-02-14 06:35:49 -08:00
deleteExtensionInReopenedInterface.ts
deleteModifierBeforeVarStatement1.ts
deleteReopenedModule.ts
deleteTypeParameter.ts
derivedTypeIndexerWithGenericConstraints.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
distinctTypesInCallbacksWithSameNames.ts
docCommentTemplateClassDecl01.ts
docCommentTemplateClassDeclMethods01.ts
docCommentTemplateClassDeclMethods02.ts
docCommentTemplateConstructor01.ts
docCommentTemplateEmptyFile.ts
docCommentTemplateFunctionWithParameters.ts
docCommentTemplateIndentation.ts Make docComment template indent whitespace-only 2017-03-08 12:41:20 -08:00
docCommentTemplateInMultiLineComment.ts
docCommentTemplateInsideFunctionDeclaration.ts
docCommentTemplateInSingleLineComment.ts
docCommentTemplateNamespacesAndModules01.ts
docCommentTemplateNamespacesAndModules02.ts
docCommentTemplateObjectLiteralMethods01.ts
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
doubleUnderscoreCompletions.ts Created a branded type for identifier-escaped strings (#16915) 2017-07-06 14:45:50 -07:00
doubleUnderscoreRenames.ts Created a branded type for identifier-escaped strings (#16915) 2017-07-06 14:45:50 -07:00
duplicateClassModuleError0.ts
duplicateFunctionImplementation.ts
duplicateIndexers.ts
duplicateTypeParameters.ts
editLambdaArgToTypeParameter1.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
emptyArrayInference.ts
enumAddition.ts
enumUpdate1.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
errorConsistency.ts
errorInIncompleteMethodInObjectLiteral.ts
errorsAfterResolvingVariableDeclOfMergedVariableAndClassDecl.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
eval.ts
exportClauseErrorReporting0.ts
exportDefaultClass.ts
exportDefaultFunction.ts Completion for default export should be '.default' (#16742) 2017-07-11 07:23:32 -07:00
exportEqualCallableInterface.ts
exportEqualsInterfaceA.ts
exportEqualTypes.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
extendArray.ts
extendArrayInterface.ts
extendArrayInterfaceMember.ts Merge branch 'master' into refactor_findallrefs 2017-03-17 08:04:04 -07:00
extendInterfaceOverloadedMethod.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
extendsTArray.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
externalModuleIntellisense.ts
externalModuleRefernceResolutionOrderInImportDeclaration.ts
externalModuleWithExportAssignment.ts Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
extract-method1.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method2.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method3.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method4.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method5.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method6.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method7.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method8.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method9.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method10.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method11.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method13.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method14.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method15.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method17.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method18.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method19.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method20.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method21.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method22.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method23.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
extract-method24.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
failureToImplementClass.ts
findAllReferencesDynamicImport1.ts Implement LS on string-literal of dynamic import 2017-06-09 10:01:17 -07:00
findAllReferencesDynamicImport2.ts Add fourslash rename, find-all-reference on imported property 2017-06-09 10:40:52 -07:00
findAllReferencesJSDocFunctionNew.ts Update baselines 2017-07-14 09:34:35 -07:00
findAllReferencesJSDocFunctionThis.ts Add fourslash tests for function(new/this:T) syntax 2017-07-13 14:49:50 -07:00
findAllReferencesJsDocTypeLiteral.ts Address PR comments from Andy 2017-07-25 14:14:12 -07:00
findAllReferencesOfConstructor.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
findAllReferencesOfConstructor_badOverload.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllReferPropertyAccessExpressionHeritageClause.ts Address code review of PR 14692 2017-03-29 13:57:51 -07:00
findAllRefsCatchClause.ts Fix null error in importTracker: VariableDeclaration might not have a VariableStatement ancestor 2017-04-21 07:55:16 -07:00
findAllRefsClassExpression0.ts Support find-all-references for export = of class expression (#16327) 2017-06-07 11:16:12 -07:00
findAllRefsClassExpression1.ts Support find-all-references for export = of class expression (#16327) 2017-06-07 11:16:12 -07:00
findAllRefsClassExpression2.ts Support find-all-references for export = of class expression (#16327) 2017-06-07 11:16:12 -07:00
findAllRefsDefaultImportThroughNamespace.ts Respond to minor PR comments 2017-03-27 11:46:38 -07:00
findAllRefsDestructureGetter.ts Fix find-all-references for destructured getter (#17483) 2017-08-02 06:51:26 -07:00
findAllRefsEnumAsNamespace.ts An enum should include a Namespace SemanticMeaning 2017-05-10 12:15:30 -07:00
findAllRefsEnumMember.ts Also make EnumMember have Type meaning 2017-05-10 12:21:01 -07:00
findAllRefsExportAsNamespace.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
findAllRefsExportConstEqualToClass.ts Fix bug in importTracker: getExportNode must verify that we are on the LHS of a VariableDeclaration (#17205) 2017-07-17 12:29:29 -07:00
findAllRefsForComputedProperties.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsForComputedProperties2.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsForDefaultExport.ts Merge branch 'master' into refactor_findallrefs 2017-03-01 08:45:41 -08:00
findAllRefsForDefaultExport01.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsForDefaultExport02.ts Completion for default export should be '.default' (#16742) 2017-07-11 07:23:32 -07:00
findAllRefsForDefaultExport03.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsForDefaultExport04.ts findAllReferences: In export default foo, symbol name is foo 2017-05-15 08:34:05 -07:00
findAllRefsForDefaultExport08.ts Completion for default export should be '.default' (#16742) 2017-07-11 07:23:32 -07:00
findAllRefsForFunctionExpression01.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsForMappedType.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsForModule.ts Support find-all-references for a module specifier 2017-05-10 11:02:17 -07:00
findAllRefsForModuleGlobal.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
findAllRefsForObjectLiteralProperties.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsForObjectSpread.ts Expand spread property find-all-ref test 2017-04-12 11:47:23 -07:00
findAllRefsForRest.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsForStringLiteralTypes.ts Mark occurence item in string with a special property (#14677) 2017-03-16 11:01:48 -07:00
findAllRefsForUMDModuleAlias1.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsForVariableInExtendsClause01.ts accept baseline change 2017-02-13 20:54:57 -08:00
findAllRefsForVariableInExtendsClause02.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsForVariableInImplementsClause01.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsGlobalModuleAugmentation.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
findAllRefsImportStarOfExportEquals.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
findAllRefsInClassExpression.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsInheritedProperties1.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsInheritedProperties2.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsInheritedProperties3.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsInheritedProperties4.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsInheritedProperties5.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsInsideTemplates1.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsInsideTemplates2.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsInsideWithBlock.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsJsDocTemplateTag_class.ts Don't bind JSDoc type parameter in a TS file (#16413) 2017-06-09 14:52:01 -07:00
findAllRefsJsDocTemplateTag_class_js.ts Don't bind JSDoc type parameter in a TS file (#16413) 2017-06-09 14:52:01 -07:00
findAllRefsJsDocTemplateTag_function.ts Don't bind JSDoc type parameter in a TS file (#16413) 2017-06-09 14:52:01 -07:00
findAllRefsJsDocTemplateTag_function_js.ts Don't bind JSDoc type parameter in a TS file (#16413) 2017-06-09 14:52:01 -07:00
findAllRefsJsDocTypeDef.ts Set @typedef parent pointer, but still do not bind a symbol 2017-05-17 08:02:07 -07:00
findAllRefsJsDocTypeDef_js.ts Fix scope of @typedef references (#16718) 2017-06-28 13:30:23 -07:00
findAllRefsMappedType.ts Remove checks for symbol.declarations 2017-05-08 13:51:08 -07:00
findAllRefsModuleAugmentation.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
findAllRefsNoImportClause.ts Add isWriteAccess 2017-05-01 09:03:12 -07:00
findAllRefsObjectBindingElementPropertyName01.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsObjectBindingElementPropertyName02.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsObjectBindingElementPropertyName03.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsObjectBindingElementPropertyName04.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsObjectBindingElementPropertyName05.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsObjectBindingElementPropertyName06.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsObjectBindingElementPropertyName07.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsObjectBindingElementPropertyName10.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsOfConstructor_withModifier.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsOnDecorators.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsOnDefinition.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsOnDefinition2.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
findAllRefsOnImportAliases.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
findAllRefsOnImportAliases2.ts isDeclarationName: Return false for LHS of import { x as y } and export { x as y } 2017-05-10 11:52:19 -07:00
findAllRefsOnPrivateParameterProperty1.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsParameterPropertyDeclaration1.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsParameterPropertyDeclaration2.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsParameterPropertyDeclaration3.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsPrimitive.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsPrimitiveJsDoc.ts Support for JSDoc in services 2017-05-15 14:45:30 -07:00
findAllRefsPropertyContextuallyTypedByTypeParam01.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsReExportLocal.ts isDeclarationName: Return false for LHS of import { x as y } and export { x as y } 2017-05-10 11:52:19 -07:00
findAllRefsReExportRightNameWrongSymbol.ts Better handle additional re-export cases 2017-02-16 06:48:01 -08:00
findAllRefsReExports.ts isDeclarationName: Return false for LHS of import { x as y } and export { x as y } 2017-05-10 11:52:19 -07:00
findAllRefsReExports2.ts isDeclarationName: Return false for LHS of import { x as y } and export { x as y } 2017-05-10 11:52:19 -07:00
findAllRefsReExportStar.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
findAllRefsRenameImportWithSameName.ts isDeclarationName: Return false for LHS of import { x as y } and export { x as y } 2017-05-10 11:52:19 -07:00
findAllRefsThisKeyword.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsThisKeywordMultipleFiles.ts
findAllRefsWithLeadingUnderscoreNames1.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsWithLeadingUnderscoreNames2.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsWithLeadingUnderscoreNames3.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsWithLeadingUnderscoreNames4.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsWithLeadingUnderscoreNames5.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsWithLeadingUnderscoreNames6.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsWithLeadingUnderscoreNames7.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsWithLeadingUnderscoreNames8.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsWithLeadingUnderscoreNames9.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findAllRefsWithShorthandPropertyAssignment.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
findAllRefsWithShorthandPropertyAssignment2.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findReferencesAcrossMultipleProjects.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findReferencesAfterEdit.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findReferencesDefinitionDisplayParts.ts
findReferencesJSXTagName.ts Document highlights for a JSX tag should just be the matching tag, not all references (#16453) 2017-06-12 11:08:21 -07:00
findReferencesJSXTagName2.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
findReferencesJSXTagName3.ts Document highlights for a JSX tag should just be the matching tag, not all references (#16453) 2017-06-12 11:08:21 -07:00
fixingTypeParametersQuickInfo.ts
forceIndentAfterNewLineInsert.ts add and update tests 2017-06-20 11:52:05 -07:00
forIn.ts
formatAfterMultilineComment.ts
formatAfterObjectLiteral.ts
formatAnyTypeLiteral.ts
formatArrayLiteralExpression.ts
formatArrayOrObjectLiteralsInVariableList.ts
formatAsyncAwait.ts
formatAsyncComputedMethod.ts Fix formatting for async computed method: Allow space between 'async' and '[' 2017-05-02 09:42:32 -07:00
formatAsyncKeyword.ts
formatClassExpression.ts
formatColonAndQMark.ts
formatComments.ts
formatConflictDiff3Marker1.ts Add tests and baselines 2017-05-30 08:04:18 +02:00
formatConflictMarker1.ts
formatControlFlowConstructs.ts
formatDebuggerStatement.ts
formatDocumentWithTrivia.ts
formatEmptyBlock.ts
formatEmptyParamList.ts Test JSDoc parsing using TS parser 2017-07-13 11:33:12 -07:00
formatFunctionAndConstructorType.ts
formatImplicitModule.ts
formatImportDeclaration.ts
formatInTryCatchFinally.ts
formatInTsxFiles.ts
formatMultilineComment.ts
formatNamedExportImport.ts
formatNestedClassWithOpenBraceOnNewLines.ts
formatOnEnterFunctionDeclaration.ts
formatOnEnterOpenBraceAddNewLine.ts respond to comments 2017-06-26 10:55:04 -07:00
formatOnOpenCurlyBraceRemoveNewLine.ts disable spaceBeforeOpenCurly if newline rule is enabled 2017-06-28 13:13:53 -07:00
formatOnSemiColonAfterBreak.ts
formatParameter.ts
formatRemoveNewLineAfterOpenBrace.ts add and update tests 2017-06-20 11:52:05 -07:00
formatSelectionWithTrivia.ts
formatSelectionWithTrivia2.ts
formatSignatures.ts
formatTemplateLiteral.ts
formattingAfterChainedFatArrow.ts
formattingAfterMultiLineIfCondition.ts
formattingAfterMultiLineString.ts
formattingArrayLiteral.ts
formattingBlockInCaseClauses.ts
formattingChangeSettings.ts
formattingComma.ts
formattingCommentsBeforeErrors.ts
formattingConditionalOperator.ts
formattingConditionals.ts
formattingCrash.ts
formattingDecorators.ts
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 add single-line object destructuring test case 2017-03-29 09:52:52 +02:00
formattingInDestructuring4.ts add formatting tests for multi-line object destructuring 2017-03-28 18:20:33 +02:00
formattingInExpressionsInTsx.ts
formattingInMultilineComments.ts
formattingJsxElements.ts
formattingJsxTexts.ts
formattingKeywordAsIdentifier.ts
formattingMappedType.ts
formattingMultilineCommentsWithTabs1.ts
formattingMultilineCommentsWithTabs2.ts
formattingMultilineTemplateLiterals.ts
formattingNestedScopes.ts
formattingNonNullAssertionOperator.ts
formattingObjectLiteral.ts
formattingOfChainedLambda.ts
formattingOfExportDefault.ts
formattingOfModuleExport.ts
formattingOfMultilineBlockConstructs.ts add and update tests 2017-06-20 11:52:05 -07:00
formattingofSingleLineBlockConstructs.ts
formattingOnChainedCallbacks.ts
formattingOnChainedCallbacksAndPropertyAccesses.ts
formattingOnClasses.ts
formattingOnCloseBrace.ts
formattingOnClosingBracket.ts
formattingOnCommaOperator.ts
formattingOnConstructorSignature.ts no space after new on constructor signatures 2017-05-01 23:11:59 +09:00
formattingOnDocumentReadyFunction.ts
formattingOnDoWhileNoSemicolon.ts
formattingOnEmptyInterfaceLiteral.ts
formattingOnEnter.ts Fix caret update logic in fourslash tests 2017-07-11 14:52:41 -07:00
formattingOnEnterInComments.ts
formattingOnEnterInStrings.ts
formattingOnInterfaces.ts
formattingOnInvalidCodes.ts
formattingOnModuleIndentation.ts
formattingOnNestedDoWhileByEnter.ts
formattingOnNestedStatements.ts
formattingOnObjectLiteral.ts
formattingOnOpenBraceOfFunctions.ts
formattingOnSemiColon.ts
formattingOnSingleLineBlocks.ts add and update tests 2017-06-20 11:52:05 -07:00
formattingOnStatementsWithNoSemicolon.ts
formattingOnTabAfterCloseCurly.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
formattingSpacesAfterConstructor.ts
formattingTemplates.ts
formattingTemplatesWithNewline.ts
formattingVoid.ts
formattingWithEnterAfterMultilineString.ts
formattingWithLimitedSpan.ts
formattingWithMultilineComments.ts
formatTryCatch.ts
formatTsx.ts
formatTypeAlias.ts
formatTypeOperation.ts
formatVariableAssignments.ts
formatVariableDeclarationList.ts
formatWithBaseIndent.ts
formatWithStatement.ts
formatWithTabs.ts
formatWithTabs2.ts
forwardReference.ts
fourslash.ts Extract Method (squash) 2017-08-04 16:10:33 -07:00
fsEditMarkerPositions.ts
functionFormatting.ts
functionIndentation.ts
functionOverloadCount.ts
functionProperty.ts
functionRenamingErrorRecovery.ts
functionTypeFormatting.ts
functionTypePredicateFormatting.ts
functionTypes.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
funduleWithRecursiveReference.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
generatorDeclarationFormatting.ts
genericArityEnforcementAfterEdit.ts
genericAssignmentCompat.ts
genericCallSignaturesInNonGenericTypes1.ts
genericCallSignaturesInNonGenericTypes2.ts
genericCallsWithOptionalParams1.ts
genericCloduleCompletionList.ts
genericCombinators1.ts
genericCombinators2.ts Fix fourslash test 2017-05-22 16:48:45 -07:00
genericCombinators3.ts
genericCombinatorWithConstraints1.ts
genericDerivedTypeAcrossModuleBoundary1.ts
genericFunctionReturnType.ts
genericFunctionReturnType2.ts
genericFunctionSignatureHelp1.ts Provide better services for incomplete generic calls (#16535) 2017-06-27 09:14:23 -07:00
genericFunctionSignatureHelp2.ts Provide better services for incomplete generic calls (#16535) 2017-06-27 09:14:23 -07:00
genericFunctionSignatureHelp3.ts Provide better services for incomplete generic calls (#16535) 2017-06-27 09:14:23 -07:00
genericFunctionSignatureHelp3MultiFile.ts Provide better services for incomplete generic calls (#16535) 2017-06-27 09:14:23 -07:00
genericFunctionWithGenericParams1.ts
genericInterfacePropertyInference1.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
genericInterfacePropertyInference2.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
genericInterfacesWithConstraints1.ts
genericInterfaceWithInheritanceEdit1.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
genericMapTyping1.ts Merge branch 'master' into refactor_findallrefs 2017-03-01 08:45:41 -08:00
genericMethodParam.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
genericObjectBaseType.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
genericParameterHelp.ts Provide better services for incomplete generic calls (#16535) 2017-06-27 09:14:23 -07:00
genericParameterHelpConstructorCalls.ts
genericParameterHelpTypeReferences.ts
genericRespecialization1.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
genericsFormatting.ts
genericSignaturesAreProperlyCleaned.ts
genericTypeAliasIntersectionCompletions.ts
genericTypeArgumentInference1.ts Fix fourslash test 2017-06-06 14:45:28 -07:00
genericTypeParamUnrelatedToArguments1.ts
genericTypeWithMultipleBases1.ts
genericTypeWithMultipleBases1MultiFile.ts
genericWithSpecializedProperties1.ts
genericWithSpecializedProperties2.ts
genericWithSpecializedProperties3.ts
getCompletionEntryDetails.ts
getCompletionEntryDetails2.ts
getDeclarationDiagnostics.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
getJavaScriptCompletions6.ts
getJavaScriptCompletions7.ts
getJavaScriptCompletions8.ts
getJavaScriptCompletions9.ts
getJavaScriptCompletions10.ts
getJavaScriptCompletions11.ts
getJavaScriptCompletions12.ts
getJavaScriptCompletions13.ts
getJavaScriptCompletions14.ts
getJavaScriptCompletions15.ts
getJavaScriptCompletions16.ts
getJavaScriptCompletions18.ts
getJavaScriptCompletions19.ts
getJavaScriptCompletions20.ts
getJavaScriptGlobalCompletions1.ts
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 Widen special JS property declarations to match regular property declarations 2017-02-06 09:57:12 -08:00
getMatchingBraces.ts
getMatchingBracesAdjacentBraces.ts
getMatchingBracesNegativeCases.ts
getNameOrDottedNameSpan.ts
getNavigationBarItems.ts
getOccurrencesAbstract01.ts
getOccurrencesAbstract02.ts
getOccurrencesAfterEdit.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 Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
getOccurrencesIsDefinitionOfBindingPattern.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
getOccurrencesIsDefinitionOfClass.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
getOccurrencesIsDefinitionOfComputedProperty.ts Support for JSDoc in services 2017-05-15 14:45:30 -07:00
getOccurrencesIsDefinitionOfEnum.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
getOccurrencesIsDefinitionOfExport.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
getOccurrencesIsDefinitionOfFunction.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
getOccurrencesIsDefinitionOfInterface.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
getOccurrencesIsDefinitionOfInterfaceClassMerge.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
getOccurrencesIsDefinitionOfNamespace.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
getOccurrencesIsDefinitionOfNumberNamedProperty.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
getOccurrencesIsDefinitionOfParameter.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
getOccurrencesIsDefinitionOfStringNamedProperty.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
getOccurrencesIsDefinitionOfTypeAlias.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
getOccurrencesIsDefinitionOfVariable.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08: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
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
getOutliningForBlockComments.ts
getOutliningForSingleLineComments.ts
getOutliningSpans.ts
getPreProcessedFile.ts Support find-all-references for a module specifier 2017-05-10 11:02:17 -07:00
getPropertySymbolsFromBaseTypesDoesntCrash.ts
getQuickInfoForIntersectionTypes.ts
getRenameInfoTests1.ts
getRenameInfoTests2.ts
getSemanticDiagnosticForDeclaration.ts
getSemanticDiagnosticForDeclaration1.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
getSemanticDiagnosticForNoDeclaration.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
globalCompletionListInsideObjectLiterals.ts Show public/private/protected/readonly when looking for constructor parameter and otherwise parameter declaration or property declaraiton should result in no completion 2017-06-15 11:16:35 -07:00
goToDefinition_super.ts
goToDefinition_untypedModule.ts Don't goto aliased symbol with no declarations; and update tests 2017-05-12 10:26:39 -07:00
goToDefinitionAcrossMultipleProjects.ts
goToDefinitionAlias.ts
goToDefinitionAmbiants.ts
goToDefinitionApparentTypeProperties.ts
goToDefinitionBuiltInTypes.ts
goToDefinitionBuiltInValues.ts
goToDefinitionConstructorOfClassExpression01.ts
goToDefinitionConstructorOfClassWhenClassIsPrecededByNamespace01.ts
goToDefinitionConstructorOverloads.ts
goToDefinitionDecorator.ts
goToDefinitionDecoratorOverloads.ts
goToDefinitionDifferentFile.ts
goToDefinitionDifferentFileIndirectly.ts
goToDefinitionDynamicImport1.ts Implement LS on string-literal of dynamic import 2017-06-09 10:01:17 -07:00
goToDefinitionDynamicImport2.ts Update baseline 2017-06-09 18:34:21 -07: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 goToDefinition: Skip default and = imports 2017-05-11 15:49:30 -07:00
goToDefinitionInMemberDeclaration.ts
goToDefinitionInterfaceAfterImplement.ts
goToDefinitionInTypeArgument.ts
goToDefinitionJsModuleName.ts
goToDefinitionLabels.ts
goToDefinitionMethodOverloads.ts
goToDefinitionMultipleDefinitions.ts
goToDefinitionObjectBindingElementPropertyName01.ts
goToDefinitionObjectLiteralProperties.ts
goToDefinitionObjectLiteralProperties1.ts
goToDefinitionObjectSpread.ts
goToDefinitionOverloadsInMultiplePropertyAccesses.ts
goToDefinitionPartialImplementation.ts
goToDefinitionPrimitives.ts
gotoDefinitionPropertyAccessExpressionHeritageClause.ts Address code review of PR 14692 2017-03-29 13:57:51 -07:00
goToDefinitionRest.ts
goToDefinitionSameFile.ts
goToDefinitionShadowVariable.ts
goToDefinitionShadowVariableInsideModule.ts
goToDefinitionShorthandProperty01.ts
goToDefinitionShorthandProperty02.ts
goToDefinitionShorthandProperty03.ts
goToDefinitionSimple.ts
goToDefinitionSourceUnit.ts
goToDefinitionTaggedTemplateOverloads.ts
goToDefinitionThis.ts
goToDefinitionTypePredicate.ts
goToDefinitionTypeReferenceDirective.ts
goToDefinitionUndefinedSymbols.ts
goToDefinitionUnionTypeProperty1.ts
goToDefinitionUnionTypeProperty2.ts
goToDefinitionUnionTypeProperty3.ts
goToDefinitionUnionTypeProperty4.ts
goToImplementationClassMethod_00.ts abstract code in FindReferences from concrete way of creating result reference entry to seamlessly reuse the same code for gotoImplementation (#14637) 2017-03-16 15:53:05 -07:00
goToImplementationClassMethod_01.ts
goToImplementationEnum_00.ts
goToImplementationEnum_01.ts
goToImplementationInterface_00.ts abstract code in FindReferences from concrete way of creating result reference entry to seamlessly reuse the same code for gotoImplementation (#14637) 2017-03-16 15:53:05 -07:00
goToImplementationInterface_01.ts
goToImplementationInterface_02.ts
goToImplementationInterface_03.ts
goToImplementationInterface_04.ts
goToImplementationInterface_05.ts
goToImplementationInterface_06.ts
goToImplementationInterface_07.ts abstract code in FindReferences from concrete way of creating result reference entry to seamlessly reuse the same code for gotoImplementation (#14637) 2017-03-16 15:53:05 -07:00
goToImplementationInterface_08.ts
goToImplementationInterfaceMethod_00.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
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
goToModuleAliasDefinition.ts
goToTypeDefinition.ts
goToTypeDefinition2.ts
goToTypeDefinitionAliases.ts
goToTypeDefinitionEnumMembers.ts
goToTypeDefinitionModule.ts
goToTypeDefinitionPrimitives.ts
goToTypeDefinitionUnionType.ts
hoverOverComment.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
identationAfterInterfaceCall.ts
identifierErrorRecovery.ts
importDeclPaste0.ts
importJsNodeModule1.ts
importJsNodeModule2.ts
importJsNodeModule3.ts
importJsNodeModule4.ts
importNameCodeFixExistingImport0.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixExistingImport1.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixExistingImport2.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixExistingImport3.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixExistingImport4.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixExistingImport5.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixExistingImport6.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixExistingImport7.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixExistingImport8.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixExistingImport9.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixExistingImport10.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixExistingImport11.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixExistingImport12.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixExistingImportEquals0.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportAmbient0.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportAmbient1.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportAmbient2.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportAmbient3.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportBaseUrl0.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportDefault0.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportFile0.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportFile1.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportFile2.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportFile3.ts
importNameCodeFixNewImportFile4.ts Add test case for nested namespace 2017-02-02 14:14:40 -08:00
importNameCodeFixNewImportFile5.ts Missing import code fix - include export assignment properties when looking for module exports (#17376) 2017-07-26 16:17:01 -07:00
importNameCodeFixNewImportFromAtTypes.ts add tests 2017-05-02 17:18:40 -07:00
importNameCodeFixNewImportFromAtTypesScopedPackage.ts add tests 2017-05-02 17:18:40 -07:00
importNameCodeFixNewImportNodeModules0.ts
importNameCodeFixNewImportNodeModules1.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportNodeModules2.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportNodeModules3.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportNodeModules4.ts Bugs in missing import codefix 2017-07-19 11:02:49 -07:00
importNameCodeFixNewImportNodeModules5.ts Bugs in missing import codefix 2017-07-19 11:02:49 -07:00
importNameCodeFixNewImportNodeModules6.ts Bugs in missing import codefix 2017-07-19 11:02:49 -07:00
importNameCodeFixNewImportNodeModules7.ts Cleaner path splitting, refine file extension and case sensitivity handling 2017-07-20 16:12:07 -07:00
importNameCodeFixNewImportNodeModules8.ts Missing import codefix: Take scoped packages (@foo/bar) into consideration 2017-07-31 13:28:55 -07:00
importNameCodeFixNewImportPaths0.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportPaths1.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportPaths2.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportRootDirs0.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportTypeRoots0.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixNewImportTypeRoots1.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixOptionalImport0.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixOptionalImport1.ts Update baselines 2017-05-01 11:42:22 -07:00
importNameCodeFixUMDGlobal0.ts
importNameCodeFixUMDGlobal1.ts
importNameCodeFixUMDGlobalReact0.ts importFixes: Support missing "React" at a JSXOpeningElement (#16066) 2017-06-05 14:23:39 -07:00
importNameCodeFixUMDGlobalReact1.ts importFixes: Support missing "React" at a JSXOpeningElement (#16066) 2017-06-05 14:23:39 -07:00
importNameCodeFixUMDGlobalReact2.ts importFixes: Support missing "React" at a JSXOpeningElement (#16066) 2017-06-05 14:23:39 -07:00
importValueUsedAsType.ts
incompatibleOverride.ts
incorrectJsDocObjectLiteralType.ts
incrementalEditInvocationExpressionAboveInterfaceDeclaration.ts
incrementalParsing1.ts
incrementalParsingDynamicImport1.ts Add incremental tests 2017-06-08 14:31:23 -07:00
incrementalParsingDynamicImport2.ts Add tests 2017-06-14 21:41:19 -07:00
incrementalParsingDynamicImport3.ts Add tests 2017-06-14 21:41:19 -07:00
incrementalParsingDynamicImport4.ts Add tests 2017-06-19 16:18:42 -07:00
incrementalParsingInsertIntoMethod1.ts
incrementalResolveAccessor.ts
incrementalResolveConstructorDeclaration.ts
incrementalResolveFunctionPropertyAssignment.ts
incrementalUpdateToClassImplementingGenericClass.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
indentAfterFunctionClosingBraces.ts
indentAfterImport.ts
indentation.ts
indentationAfterModuleImport.ts
indentationBlock.ts
indentationInAugmentations1.ts
indentationInAugmentations2.ts
indentationInJsx1.ts
indentationInJsx2.ts
indentationNone.ts
indentationWithBaseIndent.ts
indentionsOfCommentBlockAfterFormatting.ts
indentNewExpressionNoBraces.ts
indexerReturnTypes1.ts
indexSignatureWithoutAnnotation.ts
inheritedModuleMembersForClodule2.ts
insertArgumentBeforeOverloadedConstructor.ts
insertInterfaceAndCheckTypeLiteralField.ts
insertMethodCallAboveOthers.ts
insertPublicBeforeSetter.ts
insertReturnStatementInDuplicateIdentifierFunction.ts
insertSecondTryCatchBlock.ts
insertVarAfterEmptyTypeParamList.ts
instanceTypesForGenericType1.ts
intellisenseInObjectLiteral.ts
interfaceExtendsPrimitive.ts
interfaceIndent.ts
interfaceRecursiveInheritanceErrors0.ts
interfaceRecursiveInheritanceErrors1.ts
invalidRestArgError.ts
invertedCloduleAfterQuickInfo.ts
invertedFunduleAfterQuickInfo.ts
javaScriptClass1.ts
javaScriptClass2.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
javaScriptClass3.ts Update baselines 2017-05-04 16:13:32 -07:00
javaScriptClass4.ts
javaScriptModules12.ts
javaScriptModules13.ts
javaScriptModules14.ts
javaScriptModules15.ts
javaScriptModules16.ts
javaScriptModules17.ts
javaScriptModules18.ts
javaScriptModules19.ts
javascriptModules20.ts
javascriptModules21.ts
javascriptModules22.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
javascriptModules23.ts
javascriptModules24.ts
javascriptModules25.ts
javaScriptModulesError1.ts
javaScriptModulesWithBackticks.ts Support backticks in require calls 2017-04-03 08:53:49 -07:00
javaScriptPrototype1.ts
javaScriptPrototype2.ts
javaScriptPrototype3.ts
javaScriptPrototype4.ts
javaScriptPrototype5.ts
jsDocAugments.ts
jsDocForTypeAlias.ts
jsDocFunctionSignatures2.ts
jsDocFunctionSignatures3.ts
jsDocFunctionSignatures4.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
jsDocFunctionSignatures5.ts
jsDocFunctionSignatures6.ts
jsDocFunctionSignatures7.ts
jsDocFunctionSignatures8.ts
jsDocFunctionSignatures9.ts Merge pull request #12856 from minestarks/includejsdoctags 2017-03-31 17:58:41 -07:00
jsDocFunctionSignatures10.ts
jsDocFunctionSignatures11.ts
jsDocFunctionSignatures12.ts
jsDocGenerics1.ts
jsDocGenerics2.ts
jsdocNullableUnion.ts
jsdocParameterNameCompletion.ts Support completions for JSDoc @param tag names (#16299) 2017-06-07 12:28:52 -07:00
jsdocReturnsTag.ts
jsDocServices.ts Support for JSDoc in services 2017-05-15 14:45:30 -07:00
jsDocTags.ts Merge pull request #12856 from minestarks/includejsdoctags 2017-03-31 17:58:41 -07:00
jsDocTypedefQuickInfo1.ts Add fourslash tests 2017-05-29 21:48:43 -07:00
jsdocTypedefTagSemanticMeaning0.ts Support services for @typedef (#16087) 2017-05-26 09:52:46 -07:00
jsdocTypedefTagSemanticMeaning1.ts Support services for @typedef (#16087) 2017-05-26 09:52:46 -07:00
jsdocTypedefTagServices.ts Support services for @typedef (#16087) 2017-05-26 09:52:46 -07:00
jsdocTypedefTagTypeExpressionCompletion.ts Completion list in the type expression should show types 2017-06-01 16:27:43 -07:00
jsDocTypeTagQuickInfo1.ts Add tests and update baselines 2017-05-23 16:11:23 -07:00
jsDocTypeTagQuickInfo2.ts Add tests and update baselines 2017-05-23 16:11:23 -07:00
jsFileCompilationDuplicateFunctionImplementation.ts
jsFileJsdocTypedefTagTypeExpressionCompletion.ts Typos in test cases 2017-06-05 17:09:40 -07:00
jsFileJsdocTypedefTagTypeExpressionCompletion2.ts Typos in test cases 2017-06-05 17:09:40 -07:00
jsFileJsdocTypedefTagTypeExpressionCompletion3.ts Completion list in the type expression should show types 2017-06-01 16:27:43 -07:00
jsRequireQuickInfo.ts
jsxBraceCompletionPosition.ts
jsxQualifiedTagCompletion.ts JSX Closing tags get priority over other completion types (#15922) 2017-06-05 16:19:32 -07:00
jsxSpreadReference.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
lambdaThisMembers.ts
letQuickInfoAndCompletionList.ts
localFunction.ts
localGetReferences.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
malformedObjectLiteral.ts
memberCompletionFromFunctionCall.ts
memberCompletionInForEach1.ts
memberCompletionOnTypeParameters.ts
memberCompletionOnTypeParameters2.ts
memberConstructorEdits.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
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 Filter symbols based on the meaning at the location 2017-06-01 10:59:24 -07:00
memberListOfModuleAfterInvalidCharater.ts
memberListOfModuleBeforeKeyword.ts
memberListOfModuleInAnotherModule.ts
memberListOfVarInArrowExpression.ts
memberListOnConstructorType.ts
memberListOnContextualThis.ts
memberlistOnDDot.ts
memberListOnExplicitThis.ts
memberListOnFunctionParameter.ts
memberListOnThisInClassWithPrivates.ts
memberOverloadEdits.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
mergedDeclarations1.ts
mergedDeclarations2.ts
mergedDeclarationsWithExportAssignment1.ts
mispeltVariableForInLoopErrorRecovery.ts
missingMethodAfterEditAfterImport.ts
moduleEnumModule.ts
moduleIndent.ts
moduleMembersOfGenericType.ts
moduleReferenceValue.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
moduleRenamingErrorRecovery.ts
moduleVariables.ts
multilineCommentBeforeOpenBrace.ts
multiModuleClodule1.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
multiModuleFundule1.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
multipleExportAssignmentsErrorList0.ts
nameOfRetypedClassInModule.ts
nameOrDottedNameClasses.ts
nameOrDottedNameStatements.ts
navbar_const.ts
navbar_contains-no-duplicates.ts
navbar_exportDefault.ts
navbar_let.ts
navigateItemsConst.ts
navigateItemsExports.ts
navigateItemsImports.ts
navigateItemsLet.ts
navigateToIIFE.ts
navigateToImport.ts
navigateToSingleFileResults.ts
navigationBarAnonymousClassAndFunctionExpressions.ts
navigationBarAnonymousClassAndFunctionExpressions2.ts
navigationBarFunctionIndirectlyInVariableDeclaration.ts
navigationBarGetterAndSetter.ts
navigationBarImports.ts
navigationBarItemsBindingPatterns.ts
navigationBarItemsBindingPatternsInConstructor.ts
navigationBarItemsEmptyConstructors.ts
navigationBarItemsExports.ts
navigationBarItemsFunctionProperties.ts
navigationBarItemsFunctions.ts
navigationBarItemsFunctionsBroken.ts
navigationBarItemsFunctionsBroken2.ts
navigationBarItemsImports.ts
navigationBarItemsInsideMethodsAndConstructors.ts Set ScriptElementKind for enum members to "enum member" instead of "const" 2017-02-14 06:35:49 -08:00
navigationBarItemsItems.ts Set ScriptElementKind for enum members to "enum member" instead of "const" 2017-02-14 06:35:49 -08:00
navigationBarItemsItems2.ts
navigationBarItemsItemsExternalModules.ts
navigationBarItemsItemsExternalModules2.ts
navigationBarItemsItemsExternalModules3.ts
navigationBarItemsItemsModuleVariables.ts
navigationBarItemsMissingName1.ts
navigationBarItemsMissingName2.ts
navigationBarItemsModules.ts
navigationBarItemsMultilineStringIdentifiers.ts
navigationBarItemsNamedArrowFunctions.ts
navigationBarItemsPropertiesDefinedInConstructors.ts
navigationBarItemsSymbols1.ts
navigationBarItemsSymbols2.ts
navigationBarItemsSymbols3.ts
navigationBarItemsTypeAlias.ts
navigationBarJsDoc.ts
navigationBarJsDocCommentWithNoTags.ts
navigationBarMerging.ts
navigationBarNamespaceImportWithNoName.ts
navigationBarVariables.ts
navigationItemsComputedProperties.ts
navigationItemsExactMatch.ts
navigationItemsExactMatch2.ts
navigationItemsInConstructorsExactMatch.ts
navigationItemsOverloads1.ts
navigationItemsOverloads2.ts
navigationItemsOverloadsBroken1.ts
navigationItemsOverloadsBroken2.ts
navigationItemsPrefixMatch.ts
navigationItemsPrefixMatch2.ts
navigationItemsSubStringMatch.ts
navigationItemsSubStringMatch2.ts
noCompletionListOnCommentsInsideObjectLiterals.ts
nonExistingImport.ts
noQuickInfoForLabel.ts
noQuickInfoInWhitespace.ts
noSignatureHelpOnNewKeyword.ts
noSmartIndentInsideMultilineString.ts
noTypeParameterInLHS.ts
numericPropertyNames.ts
objectLiteralBindingInParameter.ts
objectLiteralCallSignatures.ts
outliningForNonCompleteInterfaceDeclaration.ts
overloadObjectLiteralCrash.ts
overloadOnConstCallSignature.ts
overloadQuickInfo.ts
parameterInfoOnParameterType.ts
parameterlessSetter.ts
parameterWithDestructuring.ts
parameterWithNestedDestructuring.ts
paramHelpOnCommaInString.ts
parenthesisFatArrows.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
paste.ts
pasteLambdaOverModule.ts
promiseTyping1.ts
promiseTyping2.ts
propertyDuplicateIdentifierError.ts
proto.ts
protoPropertyInObjectLiteral.ts
prototypeProperty.ts
protoVarInContextualObjectLiteral.ts Fix typo (#17064) 2017-07-11 07:24:40 -07:00
protoVarVisibleWithOuterScopeUnderscoreProto.ts
publicBreak.ts
qualifiedName_import-declaration-with-variable-entity-names.ts
qualifyModuleTypeNames.ts
quickInfoDisplayPartsArrowFunctionExpression.ts
quickInfoDisplayPartsClass.ts
quickInfoDisplayPartsClassAccessors.ts
quickInfoDisplayPartsClassConstructor.ts
quickInfoDisplayPartsClassMethod.ts
quickInfoDisplayPartsClassProperty.ts
quickInfoDisplayPartsConst.ts
quickInfoDisplayPartsEnum1.ts Remove old commented-out code 2017-03-03 08:54:41 -08:00
quickInfoDisplayPartsEnum2.ts
quickInfoDisplayPartsEnum3.ts
quickInfoDisplayPartsExternalModuleAlias.ts
quickInfoDisplayPartsExternalModules.ts
quickInfoDisplayPartsFunction.ts
quickInfoDisplayPartsFunctionExpression.ts
quickInfoDisplayPartsIife.ts
quickInfoDisplayPartsInterface.ts
quickInfoDisplayPartsInterfaceMembers.ts
quickInfoDisplayPartsInternalModuleAlias.ts Merge pull request #12856 from minestarks/includejsdoctags 2017-03-31 17:58:41 -07:00
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
quickInfoExportAssignmentOfGenericInterface.ts
quickInfoForAliasedGeneric.ts
quickInfoForConstDeclaration.ts
quickInfoForContextuallyTypedArrowFunctionInSuperCall.ts
quickInfoForContextuallyTypedFunctionInReturnStatement.ts
quickInfoForContextuallyTypedFunctionInTaggedTemplateExpression1.ts
quickInfoForContextuallyTypedFunctionInTaggedTemplateExpression2.ts
quickInfoForContextuallyTypedIife.ts
quickInfoForDecorators.ts
quickInfoForDerivedGenericTypeWithConstructor.ts
quickInfoForFunctionDeclaration.ts
quickInfoForGenericConstraints1.ts
quickInfoForGenericPrototypeMember.ts
quickInfoForIndexerResultWithConstraint.ts
quickInfoForObjectBindingElementName01.ts
quickInfoForObjectBindingElementName02.ts
quickInfoForObjectBindingElementPropertyName01.ts
quickInfoForObjectBindingElementPropertyName02.ts
quickInfoForObjectBindingElementPropertyName03.ts
quickInfoForObjectBindingElementPropertyName04.ts
quickInfoForOverloadOnConst1.ts
quickInfoForRequire.ts Support find-all-references for a module specifier 2017-05-10 11:02:17 -07:00
quickInfoForShorthandProperty.ts
quickInfoForTypeofParameter.ts
quickInfoForTypeParameterInTypeAlias1.ts
quickInfoForTypeParameterInTypeAlias2.ts
quickInfoForUMDModuleAlias.ts
quickinfoForUnionProperty.ts
quickInfoFromEmptyBlockComment.ts
quickInfoGenerics.ts
quickInfoInFunctionTypeReference.ts
quickInfoInFunctionTypeReference2.ts
quickInfoInInvalidIndexSignature.ts
quickInfoInObjectLiteral.ts
quickInfoInvalidLocations.ts
quickInfoInWithBlock.ts
quickinfoIsConsistent.ts
quickInfoJSDocFunctionNew.ts Add fourslash tests for function(new/this:T) syntax 2017-07-13 14:49:50 -07:00
quickInfoJSDocFunctionThis.ts Add fourslash tests for function(new/this:T) syntax 2017-07-13 14:49:50 -07:00
quickInfoJsPropertyAssignedAfterMethodDeclaration.ts Binder: handle JS property assignment that comes after a method declaration with the same name (#16830) 2017-07-19 09:11:50 -07:00
quickInfoMeaning.ts Don't goto aliased symbol with no declarations; and update tests 2017-05-12 10:26:39 -07:00
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 Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
quickInfoOnMergedModule.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
quickInfoOnMethodOfImportEquals.ts buildSymbolDisplay: Handle alias parentSymbol 2017-05-23 08:03:43 -07:00
quickInfoOnNarrowedType.ts
quickInfoOnNarrowedTypeInModule.ts Completion for default export should be '.default' (#16742) 2017-07-11 07:23:32 -07: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
quickInfoShowsGenericSpecialization.ts
quickInfoWithNestedDestructuredParameterInLambda.ts
recursiveClassReference.ts
recursiveGenerics2.ts
recursiveInternalModuleImport.ts
recursiveObjectLiteral.ts
recursiveWrappedTypeParameters1.ts
referenceInParameterPropertyDeclaration.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesBloomFilters.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
referencesBloomFilters2.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
referencesBloomFilters3.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
referencesForAmbients.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
referencesForAmbients2.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
referencesForClassLocal.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForClassMembers.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForClassMembersExtendingAbstractClass.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForClassMembersExtendingGenericClass.ts Give the class element completion on typing keywords like public, private, readonly 2017-05-05 11:30:32 -07:00
referencesForClassParameter.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForContextuallyTypedObjectLiteralProperties.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForContextuallyTypedUnionProperties.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForContextuallyTypedUnionProperties2.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForEnums.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
referencesForExportedValues.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForExternalModuleNames.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
referencesForFunctionOverloads.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForFunctionParameter.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForGlobals.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForGlobals2.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForGlobals3.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForGlobals4.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForGlobals5.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForGlobalsInExternalModule.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForIllegalAssignment.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForImports.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForIndexProperty.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForIndexProperty2.ts Mark occurence item in string with a special property (#14677) 2017-03-16 11:01:48 -07:00
referencesForIndexProperty3.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForInheritedProperties.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForInheritedProperties2.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForInheritedProperties3.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForInheritedProperties4.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForInheritedProperties5.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForInheritedProperties6.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForInheritedProperties7.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForInheritedProperties8.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForInheritedProperties9.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForLabel.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForLabel2.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForLabel3.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForLabel4.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForLabel5.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForLabel6.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForMergedDeclarations.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForMergedDeclarations2.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForMergedDeclarations3.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForMergedDeclarations4.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForMergedDeclarations5.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForMergedDeclarations6.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForMergedDeclarations7.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForMergedDeclarations8.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForNoContext.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForNumericLiteralPropertyNames.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
referencesForObjectLiteralProperties.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForOverrides.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForPropertiesOfGenericType.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForStatic.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForStaticsAndMembersWithSameNames.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesForStringLiteralPropertyNames.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
referencesForStringLiteralPropertyNames2.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
referencesForStringLiteralPropertyNames3.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
referencesForStringLiteralPropertyNames4.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
referencesForUnionProperties.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referencesInComment.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
referenceToClass.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08:00
regexDetection.ts
regexErrorRecovery.ts
regexp.ts
remoteGetReferences.ts Change find-all-references tests to test for groups 2017-01-31 06:59:16 -08: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 Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameAlias.ts
renameAlias2.ts
renameAlias3.ts
renameAliasExternalModule.ts
renameAliasExternalModule2.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameAliasExternalModule3.ts
renameCommentsAndStrings1.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameCommentsAndStrings2.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameCommentsAndStrings3.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameCommentsAndStrings4.ts findAllRefs: Find string references inside of template strings (#16723) 2017-06-28 12:53:12 -07:00
renameContextuallyTypedProperties.ts
renameContextuallyTypedProperties2.ts
renameCrossJsTs01.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameDefaultImport.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameDefaultImportDifferentName.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameDestructuringAssignment.ts
renameDestructuringAssignmentInFor.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameDestructuringAssignmentInFor2.ts
renameDestructuringAssignmentInForOf.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameDestructuringAssignmentInForOf2.ts
renameDestructuringAssignmentNestedInArrayLiteral.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameDestructuringAssignmentNestedInArrayLiteral2.ts
renameDestructuringAssignmentNestedInFor.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameDestructuringAssignmentNestedInFor2.ts
renameDestructuringAssignmentNestedInForOf.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameDestructuringAssignmentNestedInForOf2.ts
renameDestructuringClassProperty.ts
renameDestructuringDeclarationInFor.ts
renameDestructuringDeclarationInForOf.ts
renameDestructuringFunctionParameter.ts
renameDestructuringNestedBindingElement.ts
renameForDefaultExport01.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameForDefaultExport02.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameForDefaultExport03.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameForDefaultExport04.ts
renameForDefaultExport05.ts
renameForDefaultExport06.ts
renameForDefaultExport07.ts
renameForDefaultExport08.ts
renameForDefaultExport09.ts
renameImportAndExport.ts
renameImportAndExportInDiffFiles.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameImportAndShorthand.ts
renameImportNamespaceAndShorthand.ts
renameImportOfExportEquals.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameImportOfExportEquals2.ts isDeclarationName: Return false for LHS of import { x as y } and export { x as y } 2017-05-10 11:52:19 -07:00
renameImportOfReExport.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameImportOfReExport2.ts isDeclarationName: Return false for LHS of import { x as y } and export { x as y } 2017-05-10 11:52:19 -07:00
renameImportRequire.ts
renameInfoForFunctionExpression01.ts
renameInheritedProperties1.ts
renameInheritedProperties2.ts
renameInheritedProperties3.ts
renameInheritedProperties4.ts
renameInheritedProperties5.ts
renameInheritedProperties6.ts
renameInheritedProperties7.ts
renameInheritedProperties8.ts
renameJsExports01.ts findAllReferences: Make "isWriteAccess" handle special declaration kinds 2017-05-23 09:14:19 -07:00
renameJsExports02.ts Fix #14346 2017-03-27 14:17:27 -07:00
renameJsExports03.ts Fix #14346 2017-03-27 14:17:27 -07:00
renameJsPropertyAssignment.ts Merge branch 'master' into refactor_findallrefs 2017-03-01 08:45:41 -08:00
renameJsPropertyAssignment2.ts Merge branch 'master' into refactor_findallrefs 2017-03-01 08:45:41 -08:00
renameJsPropertyAssignment3.ts Merge branch 'master' into refactor_findallrefs 2017-03-01 08:45:41 -08:00
renameJsPrototypeProperty01.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameJsPrototypeProperty02.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameJsSpecialAssignmentRhs1.ts Merge branch 'master' into refactor_findallrefs 2017-03-01 08:45:41 -08:00
renameJsSpecialAssignmentRhs2.ts Merge branch 'master' into refactor_findallrefs 2017-03-01 08:45:41 -08:00
renameJsThisProperty01.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameJsThisProperty03.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameJsThisProperty05.ts Merge branch 'master' into refactor_findallrefs 2017-03-01 08:45:41 -08:00
renameJsThisProperty06.ts Merge branch 'master' into refactor_findallrefs 2017-03-01 08:45:41 -08:00
renameLocationsForClassExpression01.ts
renameLocationsForFunctionExpression01.ts
renameLocationsForFunctionExpression02.ts
renameModuleToVar.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameNameOnEnumMember.ts
renameObjectBindingElementPropertyName01.ts
renameObjectSpread.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameObjectSpreadAssignment.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameParameterPropertyDeclaration1.ts
renameParameterPropertyDeclaration2.ts
renameParameterPropertyDeclaration3.ts
renameParameterPropertyDeclaration4.ts
renameParameterPropertyDeclaration5.ts
renamePropertyAccessExpressionHeritageClause.ts Address code review of PR 14692 2017-03-29 13:57:51 -07:00
renameRest.ts
renameStringLiteralTypes.ts
renameStringPropertyNames.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameThis.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
renameUMDModuleAlias1.ts
renameUMDModuleAlias2.ts
restArgSignatureHelp.ts
restArgType.ts
restParamsContextuallyTyped.ts
returnRecursiveType.ts
returnTypeOfGenericFunction1.ts
runtimeBehaviorTests.ts
salsaMethodsOnAssignedFunctionExpressions.ts
scopeOfUnionProperties.ts
selfReferencedExternalModule.ts
selfReferencedExternalModule2.ts
semanticClassification1.ts
semanticClassification2.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 respond to comments 2017-06-26 10:55:04 -07:00
semicolonFormattingNewline.ts
signatureHelpAnonymousFunction.ts
signatureHelpAtEOF.ts
signatureHelpBeforeSemicolon1.ts
signatureHelpCallExpression.ts
signatureHelpCallExpressionJs.ts Add tests for JS-inferred rest parameters 2017-06-07 11:28:26 -07:00
signatureHelpConstructExpression.ts
signatureHelpConstructorCallParamProperties.ts
signatureHelpConstructorInheritance.ts
signatureHelpConstructorOverload.ts
signatureHelpEmptyList.ts
signatureHelpExplicitTypeArguments.ts Provide better services for incomplete generic calls (#16535) 2017-06-27 09:14:23 -07:00
signatureHelpForSuperCalls1.ts
signatureHelpFunctionOverload.ts
signatureHelpFunctionParameter.ts
signatureHelpImplicitConstructor.ts
signatureHelpImportStarFromExportEquals.ts Given import * of an export = module, raise an error but still return a symbol. 2017-05-08 12:00:52 -07:00
signatureHelpInCallback.ts
signatureHelpIncompleteCalls.ts
signatureHelpInCompleteGenericsCall.ts Provide better services for incomplete generic calls (#16535) 2017-06-27 09:14:23 -07:00
signatureHelpInFunctionCall.ts
signatureHelpInFunctionCallOnFunctionDeclarationInMultipleFiles.ts
signatureHelpInIncompleteInvocationExpression.ts
signatureHelpInParenthetical.ts
signatureHelpNegativeTests.ts
signatureHelpNegativeTests2.ts
signatureHelpNoArguments.ts
signatureHelpObjectCreationExpressionNoArgs_NotAvailable.ts
signatureHelpObjectLiteral.ts
signatureHelpOnNestedOverloads.ts
signatureHelpOnOverloadOnConst.ts
signatureHelpOnOverloads.ts
signatureHelpOnOverloadsDifferentArity.ts
signatureHelpOnOverloadsDifferentArity2.ts
signatureHelpOnOverloadsDifferentArity3.ts
signatureHelpOnSuperWhenMembersAreNotResolved.ts
signatureHelpOnTypePredicates.ts
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
signatureHelpTypeParametersNotVariadic.ts
signatureHelpWhenEditingCallExpression.ts
signatureHelpWithInterfaceAsIdentifier.ts
signatureHelpWithInvalidArgumentList1.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 update tests 2017-06-30 19:41:09 -07:00
smartIndentObjectBindingPattern02.ts update tests 2017-06-30 19:41:09 -07:00
smartIndentOnAccessors.ts
smartIndentOnAccessors01.ts
smartIndentOnAccessors02.ts
smartIndentOnFunctionParameters.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
smartIndentStartLineInLists.ts
smartIndentStatementFor.ts
smartIndentStatementForIn.ts
smartIndentStatementForOf.ts
smartIndentStatementSwitch.ts
smartIndentStatementTryCatchFinally.ts
smartIndentStatementWith.ts
smartIndentTemplateLiterals.ts
smartIndentTypeArgumentList.ts
spaceAfterConstructor.ts
spaceAfterReturn.ts
squiggleFunctionExpression.ts
squiggleIllegalClassExtension.ts
squiggleIllegalInterfaceExtension.ts
squiggleIllegalSubclassOverride.ts
squiggleUnclosedStringLiteral.ts
staticGenericOverloads1.ts Provide better services for incomplete generic calls (#16535) 2017-06-27 09:14:23 -07:00
staticPrototypePropertyOnClass.ts
stringBraceCompletionPosition.ts
stringPropertyNames1.ts
stringPropertyNames2.ts
stringTemplateBraceCompletionPosition.ts
superCallError0.ts
superInDerivedTypeOfGenericWithStatics.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
superInsideInnerClass.ts
switchIndenting.ts
symbolNameAtUnparseableFunctionOverload.ts
syntacticClassificationForJSDocTemplateTag.ts
syntacticClassifications1.ts
syntacticClassificationsCancellation1.ts
syntacticClassificationsConflictDiff3Markers1.ts Add tests and baselines 2017-05-30 08:04:18 +02:00
syntacticClassificationsConflictDiff3Markers2.ts Add tests and baselines 2017-05-30 08:04:18 +02:00
syntacticClassificationsConflictMarkers1.ts
syntacticClassificationsConflictMarkers2.ts
syntacticClassificationsDocComment1.ts
syntacticClassificationsDocComment2.ts
syntacticClassificationsDocComment3.ts
syntacticClassificationsDocComment4.ts
syntacticClassificationsForOfKeyword.ts
syntacticClassificationsForOfKeyword2.ts
syntacticClassificationsForOfKeyword3.ts
syntacticClassificationsFunctionWithComments.ts
syntacticClassificationsJsx1.ts
syntacticClassificationsJsx2.ts
syntacticClassificationsObjectLiteral.ts
syntacticClassificationsTemplates1.ts
syntacticClassificationsTemplates2.ts
syntacticClassificationWithErrors.ts
syntaxErrorAfterImport1.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 Added explanation comment for excluding files. 2017-07-19 15:42:01 -07:00
todoComments19.ts Added explanation comment for excluding files. 2017-07-19 15:42:01 -07:00
todoComments20.ts Added explanation comment for excluding files. 2017-07-19 15:42:01 -07:00
toggleDuplicateFunctionDeclaration.ts
trailingCommaSignatureHelp.ts
transitiveExportImports.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
transitiveExportImports2.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
transitiveExportImports3.ts isDeclarationName: Return false for LHS of import { x as y } and export { x as y } 2017-05-10 11:52:19 -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
tsxCompletion8.ts
tsxCompletion9.ts
tsxCompletion10.ts
tsxCompletion11.ts
tsxCompletion12.ts
tsxCompletion13.ts
tsxCompletion14.ts Get completion of JSX attributes type when tag name is a property access expression 2017-02-21 10:54:28 -08:00
tsxCompletionInFunctionExpressionOfChildrenCallback.ts Update baselines and tests (2) 2017-04-17 13:00:38 -07:00
tsxCompletionInFunctionExpressionOfChildrenCallback1.ts Update tests and baselines 2017-04-19 22:33:54 -07:00
tsxCompletionNonTagLessThan.ts Add missing filename to tsx test 2017-02-14 12:17:18 -08:00
tsxCompletionOnClosingTag1.ts
tsxCompletionOnClosingTag2.ts
tsxCompletionOnClosingTagWithoutJSX1.ts
tsxCompletionOnClosingTagWithoutJSX2.ts
tsxCompletionOnOpeningTagWithoutJSX1.ts
tsxCompletionUnionElementType.ts Add language service test when element type is a union type 2017-02-09 12:40:08 -08:00
tsxFindAllReferences1.ts
tsxFindAllReferences2.ts
tsxFindAllReferences3.ts
tsxFindAllReferences4.ts
tsxFindAllReferences5.ts
tsxFindAllReferences6.ts
tsxFindAllReferences7.ts
tsxFindAllReferences8.ts
tsxFindAllReferences9.ts
tsxFindAllReferences10.ts
tsxFindAllReferences11.ts
tsxFindAllReferencesUnionElementType1.ts Add language service test when element type is a union type 2017-02-09 12:40:08 -08:00
tsxFindAllReferencesUnionElementType2.ts Add language service test when element type is a union type 2017-02-09 12:40:08 -08:00
tsxGoToDefinitionClasses.ts
tsxGoToDefinitionClassInDifferentFile.ts Don't goto aliased symbol with no declarations; and update tests 2017-05-12 10:26:39 -07:00
tsxGoToDefinitionIntrinsics.ts
tsxGoToDefinitionStatelessFunction1.ts
tsxGoToDefinitionStatelessFunction2.ts
tsxGoToDefinitionUnionElementType1.ts Add language service test when element type is a union type 2017-02-09 12:40:08 -08:00
tsxGoToDefinitionUnionElementType2.ts Add language service test when element type is a union type 2017-02-09 12:40:08 -08:00
tsxIncremental.ts
tsxParsing.ts
tsxQuickInfo1.ts
tsxQuickInfo2.ts
tsxQuickInfo3.ts
tsxQuickInfo4.ts
tsxQuickInfo5.ts
tsxQuickInfo6.ts Simplify generic function call error reporting (#16439) 2017-06-13 11:43:13 -07:00
tsxQuickInfo7.ts Simplify generic function call error reporting (#16439) 2017-06-13 11:43:13 -07:00
tsxRename1.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
tsxRename2.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
tsxRename3.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
tsxRename4.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
tsxRename5.ts Refactor findAllReferences. Now supports renamed exports and imports. 2017-02-16 06:48:00 -08:00
tsxRename6.ts Fix and consolidate tsx rename tests 2017-02-16 06:59:17 -08:00
tsxRename7.ts Fix and consolidate tsx rename tests 2017-02-16 06:59:17 -08:00
tsxRename8.ts Fix and consolidate tsx rename tests 2017-02-16 06:59:17 -08:00
tsxRename9.ts Fix and consolidate tsx rename tests 2017-02-16 06:59:17 -08:00
tsxSignatureHelp1.ts
tsxSignatureHelp2.ts Address code review 2017-02-03 10:54:15 -08:00
typeAboveNumberLiteralExpressionStatement.ts
typeArgCompletion.ts
typeAssertionsFormatting.ts
typeCheckAfterAddingGenericParameter.ts
typeCheckAfterResolve.ts
typeCheckObjectInArrayLiteral.ts
typedGenericPrototypeMember.ts
typeOfAFundule.ts
typeOfSymbol_localSymbolOfExport.ts Completion for default export should be '.default' (#16742) 2017-07-11 07:23:32 -07:00
typeOfThisInStatics.ts
typeOperatorNodeBuilding.ts Appropriately parenthesize keyof and typeof queries in array types (#17272) 2017-07-18 15:08:53 -07:00
typeParameterListInQuickInfoAfterEdit.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 Don't goto aliased symbol with no declarations; and update tests 2017-05-12 10:26:39 -07:00
unusedClassInNamespace1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedClassInNamespace2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedClassInNamespace3.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedClassInNamespace4.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedClassInNamespaceWithTrivia.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedConstantInFunction1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedEnumInFunction1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedEnumInNamespace1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedFunctionInNamespace1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedFunctionInNamespace2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedFunctionInNamespace3.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedFunctionInNamespace4.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedFunctionInNamespace5.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedImports1FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedImports2FS.ts rename tests 2017-06-08 19:22:29 -07:00
unusedImports3FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedImports4FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedImports5FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedImports6FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedImports7FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedImports8FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedImports9FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedImports10FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedImports11FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedImports12FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedImports13FS.ts Code fix to remove unused import should preserve default import 2017-07-10 14:23:18 -07:00
unusedImports14FS.ts Add a bit more validation around comments 2017-07-12 11:14:48 -07:00
unusedInterfaceInNamespace1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedInterfaceInNamespace2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedLocalsinConstructorFS1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedLocalsinConstructorFS2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedLocalsInFunction1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedLocalsInFunction2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedLocalsInFunction3.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedLocalsInFunction4.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedLocalsInMethodFS1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedLocalsInMethodFS2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedMethodInClass1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedMethodInClass2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedMethodInClass3.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedMethodInClass4.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedMethodInClass5.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedMethodInClass6.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedNamespaceInNamespace.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedParameterInConstructor1.ts update existing tests 2017-06-06 14:11:11 -07:00
unusedParameterInConstructor1AddUnderscore.ts add tests 2017-06-08 19:00:08 -07:00
unusedParameterInConstructor2.ts update existing tests 2017-06-06 14:11:11 -07:00
unusedParameterInConstructor3.ts update existing tests 2017-06-06 14:11:11 -07:00
unusedParameterInConstructor4.ts update existing tests 2017-06-06 14:11:11 -07:00
unusedParameterInFunction1.ts update existing tests 2017-06-06 14:11:11 -07:00
unusedParameterInFunction1AddUnderscore.ts add tests 2017-06-08 19:00:08 -07:00
unusedParameterInFunction2.ts update existing tests 2017-06-06 14:11:11 -07:00
unusedParameterInFunction3.ts update existing tests 2017-06-06 14:11:11 -07:00
unusedParameterInFunction4.ts update existing tests 2017-06-06 14:11:11 -07:00
unusedParameterInLambda1.ts update existing tests 2017-06-06 14:11:11 -07:00
unusedParameterInLambda1AddUnderscore.ts add tests 2017-06-08 19:00:08 -07:00
unusedTypeAliasInNamespace1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInClass1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInClass2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInClass3.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInFunction1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInFunction2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInFunction3.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInInterface1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInLambda1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInLambda2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInLambda3.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInLambda4.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInMethod1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInMethod2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedTypeParametersInMethods1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInBlocks.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInClass1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInClass2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInClass3.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInForLoop1FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInForLoop2FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInForLoop3FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInForLoop4FS.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInForLoop5FSAddUnderscore.ts rename tests 2017-06-08 19:22:29 -07:00
unusedVariableInForLoop6FS.ts update existing tests 2017-06-06 14:11:11 -07:00
unusedVariableInForLoop6FSAddUnderscore.ts add tests 2017-06-08 19:00:08 -07:00
unusedVariableInForLoop7FS.ts rename tests 2017-06-08 19:22:29 -07:00
unusedVariableInModule1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInModule2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInModule3.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInModule4.ts update existing tests 2017-06-06 14:11:11 -07:00
unusedVariableInNamespace1.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInNamespace2.ts revert test changes 2017-06-08 18:59:30 -07:00
unusedVariableInNamespace3.ts revert test changes 2017-06-08 18:59:30 -07:00
updateToClassStatics.ts
validBraceCompletionPosition.ts
verifySingleFileEmitOutput1.ts
whiteSpaceBeforeReturnTypeFormatting.ts
whiteSpaceTrimming.ts
whiteSpaceTrimming2.ts
whiteSpaceTrimming3.ts
whiteSpaceTrimming4.ts
widenedTypes.ts
yieldKeywordFormatting.ts