TypeScript/tests/cases/fourslash
Andy c62b6cb6fc Merge pull request #8603 from Microsoft/hover_over_comment
Fix bug: getTouchingPropertyName does not return undefined, but it may return the source file node
2016-05-17 12:39:50 -07:00
..
generated
server Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
shims Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
shims-pp Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -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
ambientVariablesWithSameName.ts
argumentsAreAvailableAfterEditsAtEndOfFunction.ts
argumentsIndexExpression.ts
arrayCallAndConstructTypings.ts
arrayConcatTypeCheck0.ts
arrayConcatTypeCheck1.ts
asOperatorCompletion.ts
asOperatorFormatting.ts
assertContextualType.ts
assignToExistingClass.ts
augmentedTypesClass1.ts
augmentedTypesClass2.ts
augmentedTypesClass3.ts
augmentedTypesModule1.ts
augmentedTypesModule2.ts
augmentedTypesModule3.ts
augmentedTypesModule4.ts
augmentedTypesModule5.ts
augmentedTypesModule6.ts
autoFormattingOnPasting.ts
automaticConstructorToggling.ts
basicClassMembers.ts
bestCommonTypeObjectLiterals1.ts
breakpointValidationArrayLiteralExpressions.ts
breakpointValidationBinaryExpressions.ts
breakpointValidationBreakOrContinue.ts
breakpointValidationClass.ts
breakpointValidationClassAmbient.ts
breakpointValidationClasses.ts
breakpointValidationConditionalExpressions.ts
breakpointValidationConst.ts
breakpointValidationDebugger.ts
breakpointValidationDecorators.ts Test cases for breakpoints with decorators 2015-11-19 16:48:33 -08:00
breakpointValidationDestructuringAssignmentForArrayBindingPattern.ts Test cases for array pattern destructuring assignment in for initializer 2015-12-22 15:04:12 -08:00
breakpointValidationDestructuringAssignmentForArrayBindingPatternDefaultValues.ts Test cases for array pattern destructuring assignment in for initializer 2015-12-22 15:04:12 -08:00
breakpointValidationDestructuringAssignmentForObjectBindingPattern.ts Test cases for object binding pattern destructuring assignment 2015-12-22 15:31:02 -08:00
breakpointValidationDestructuringAssignmentForObjectBindingPatternDefaultValues.ts Test cases for object binding pattern destructuring assignment 2015-12-22 15:31:02 -08:00
breakpointValidationDestructuringAssignmentForOfArrayBindingPattern.ts Add test cases for array pattern destructurting assignment in 'for of' 2015-12-22 15:27:14 -08:00
breakpointValidationDestructuringAssignmentForOfArrayBindingPatternDefaultValues.ts Add test cases for array pattern destructurting assignment in 'for of' 2015-12-22 15:27:14 -08:00
breakpointValidationDestructuringAssignmentForOfObjectBindingPattern.ts Add test cases for breakpoint validation in for of statement with object literal destructuring assignment 2015-12-22 16:18:05 -08:00
breakpointValidationDestructuringAssignmentForOfObjectBindingPatternDefaultValues.ts Add test cases for breakpoint validation in for of statement with object literal destructuring assignment 2015-12-22 16:18:05 -08:00
breakpointValidationDestructuringAssignmentStatementArrayBindingPattern.ts Test cases for breakpoints in assingment statement with destructuring 2015-12-21 15:48:26 -08:00
breakpointValidationDestructuringAssignmentStatementArrayBindingPatternDefaultValues.ts Test cases for breakpoints in assingment statement with destructuring 2015-12-21 15:48:26 -08:00
breakpointValidationDestructuringForArrayBindingPattern.ts Test cases for breakpoint in destructuring of For Initializers 2015-12-21 11:47:57 -08:00
breakpointValidationDestructuringForArrayBindingPatternDefaultValues.ts Test cases for breakpoint in destructuring of For Initializers 2015-12-21 11:47:57 -08:00
breakpointValidationDestructuringForObjectBindingPattern.ts Test cases for breakpoint in destructuring of For Initializers 2015-12-21 11:47:57 -08:00
breakpointValidationDestructuringForObjectBindingPatternDefaultValues.ts Test cases for breakpoint in destructuring of For Initializers 2015-12-21 11:47:57 -08:00
breakpointValidationDestructuringForOfArrayBindingPattern.ts Test cases for destructuring in For Of statement 2015-12-21 11:53:31 -08:00
breakpointValidationDestructuringForOfArrayBindingPatternDefaultValues.ts Test cases for destructuring in For Of statement 2015-12-21 11:53:31 -08:00
breakpointValidationDestructuringForOfObjectBindingPattern.ts Test cases for destructuring in For Of statement 2015-12-21 11:53:31 -08:00
breakpointValidationDestructuringForOfObjectBindingPatternDefaultValues.ts Test cases for destructuring in For Of statement 2015-12-21 11:53:31 -08:00
breakpointValidationDestructuringParameterArrayBindingPattern.ts Test cases for parameter destructuring pattern 2015-12-17 16:53:59 -08:00
breakpointValidationDestructuringParameterArrayBindingPattern2.ts Test cases for parameter destructuring pattern 2015-12-17 16:53:59 -08:00
breakpointValidationDestructuringParameterArrayBindingPatternDefaultValues.ts Test cases for parameter destructuring pattern 2015-12-17 16:53:59 -08:00
breakpointValidationDestructuringParameterArrayBindingPatternDefaultValues2.ts Test cases for parameter destructuring pattern 2015-12-17 16:53:59 -08:00
breakpointValidationDestructuringParameterNestedObjectBindingPattern.ts Test cases for parameter destructuring pattern 2015-12-17 16:53:59 -08:00
breakpointValidationDestructuringParameterNestedObjectBindingPatternDefaultValues.ts Test cases for parameter destructuring pattern 2015-12-17 16:53:59 -08:00
breakpointValidationDestructuringParameterObjectBindingPattern.ts Test cases for parameter destructuring pattern 2015-12-17 16:53:59 -08:00
breakpointValidationDestructuringParameterObjectBindingPatternDefaultValues.ts Test cases for parameter destructuring pattern 2015-12-17 16:53:59 -08:00
breakpointValidationDestructuringVariableStatement.ts Add test cases for variable statements with destructuring breakpoint validation 2015-12-17 14:00:56 -08:00
breakpointValidationDestructuringVariableStatement1.ts Add test cases for variable statements with destructuring breakpoint validation 2015-12-17 14:00:56 -08:00
breakpointValidationDestructuringVariableStatementArrayBindingPattern.ts Test cases for breakpoint span in array binding pattern of variable statement 2015-12-17 16:41:28 -08:00
breakpointValidationDestructuringVariableStatementArrayBindingPattern2.ts Test cases for breakpoint span in array binding pattern of variable statement 2015-12-17 16:41:28 -08:00
breakpointValidationDestructuringVariableStatementArrayBindingPatternDefaultValues.ts Test cases for breakpoint span in array binding pattern of variable statement 2015-12-17 16:41:28 -08:00
breakpointValidationDestructuringVariableStatementArrayBindingPatternDefaultValues2.ts Test cases for breakpoint span in array binding pattern of variable statement 2015-12-17 16:41:28 -08:00
breakpointValidationDestructuringVariableStatementDefaultValues.ts Add test cases for variable statements with destructuring breakpoint validation 2015-12-17 14:00:56 -08:00
breakpointValidationDestructuringVariableStatementNestedObjectBindingPattern.ts Add test cases for variable statements with destructuring breakpoint validation 2015-12-17 14:00:56 -08:00
breakpointValidationDestructuringVariableStatementNestedObjectBindingPatternWithDefaultValues.ts Add test cases for variable statements with destructuring breakpoint validation 2015-12-17 14:00:56 -08:00
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 Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
chainedFatArrowFormatting.ts
chainedFunctionFunctionArgIndent.ts
chainedFunctionLambdaArgIndex.ts
classExtendsInterfaceSigHelp1.ts
classInterfaceInsert.ts
classRenamingErrorRecovery.ts
cloduleAsBaseClass.ts
cloduleAsBaseClass2.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
cloduleTypeOf1.ts
cloduleWithRecursiveReference.ts
closedCommentsInConstructor.ts
commentBraceCompletionPosition.ts Script side implementation for Brace Completion. (#7587) 2016-04-15 11:38:42 -07:00
commentsBlocks.ts
commentsClass.ts
commentsClassMembers.ts Update baselines 2016-01-29 14:52:47 -08:00
commentsCommentParsing.ts
commentsEnums.ts
commentsExternalModules.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
commentsFunction.ts
commentsImportDeclaration.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
commentsInheritance.ts
commentsInterface.ts
commentsLinePreservation.ts
commentsModules.ts
commentsMultiModuleMultiFile.ts
commentsMultiModuleSingleFile.ts
commentsOverloads.ts
commentsUnion.ts
commentsVariables.ts
compileOnSaveWorksWhenEmitBlockingErrorOnOtherFile.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
completion_enum-members-with-invalid-identifiers-should-not-show-in-completion.ts
completionAfterAtChar.ts
completionAfterBackslashFollowingString.ts
completionAfterDotDotDot.ts
completionBeforeSemanticDiagnosticsInArrowFunction1.ts switch fourslash to use local test state 2015-11-16 11:50:42 -08:00
completionEntryForConst.ts
completionEntryForImportName.ts
completionEntryForPrimitive.ts
completionEntryForPropertyFromUnionOfModuleType.ts
completionEntryForShorthandPropertyAssignment.ts
completionEntryForUnionMethod.ts
completionEntryForUnionProperty.ts
completionEntryForUnionProperty2.ts
completionEntryOnNarrowedType.ts Fixing fourslash tests 2016-04-09 17:56:33 -07:00
completionInAugmentedClassModule.ts
completionInIncompleteCallExpression.ts
completionInJsDoc.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
completionInNamedImportLocation.ts Completion list of named imports shouldnt contain default export member 2016-04-11 13:33:16 -07:00
completionInsideFunctionContainsArguments.ts
completionInTypeOf1.ts
completionInTypeOf2.ts
completionListAfterAnyType.ts
completionListAfterClassExtends.ts
completionListAfterFunction.ts
completionListAfterFunction2.ts
completionListAfterFunction3.ts
completionListAfterInvalidCharacter.ts
completionListAfterNumericLiteral.ts
completionListAfterNumericLiteral1.ts
completionListAfterObjectLiteral1.ts
completionListAfterRegularExpressionLiteral01.ts
completionListAfterRegularExpressionLiteral1.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
completionListAtIdentifierDefinitionLocations_properties.ts
completionListAtIdentifierDefinitionLocations_varDeclarations.ts
completionListAtInvalidLocations.ts
completionListAtNodeBoundry.ts
completionListBeforeKeyword.ts
completionListBeforeNewScope01.ts
completionListBeforeNewScope02.ts
completionListBuilderLocations_Modules.ts
completionListBuilderLocations_parameters.ts
completionListBuilderLocations_properties.ts
completionListBuilderLocations_VariableDeclarations.ts
completionListCladule.ts
completionListClassMembers.ts
completionListEnumMembers.ts Update fourslash tests 2016-03-28 14:21:08 -07:00
completionListEnumValues.ts
completionListErrorRecovery.ts
completionListErrorRecovery2.ts
completionListForDerivedType1.ts
completionListForGenericInstance1.ts
completionListForNonExportedMemberInAmbientModuleWithExportAssignment1.ts
completionListForShorthandPropertyAssignment.ts
completionListForShorthandPropertyAssignment2.ts
completionListForTransitivelyExportedMembers01.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
completionListForTransitivelyExportedMembers02.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
completionListForTransitivelyExportedMembers03.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
completionListForTransitivelyExportedMembers04.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
completionListForUnicodeEscapeName.ts
completionListFunctionExpression.ts
completionListFunctionMembers.ts
completionListGenericConstraints.ts
completionListImplementingInterfaceFunctions.ts Remove unnecessary I2 from test case 2015-12-07 22:43:44 +00:00
completionListInArrowFunctionInUnclosedCallSite01.ts
completionListInClassExpressionWithTypeParameter.ts
completionListInClosedFunction01.ts
completionListInClosedFunction02.ts
completionListInClosedFunction03.ts
completionListInClosedFunction04.ts
completionListInClosedFunction05.ts
completionListInClosedFunction06.ts
completionListInClosedFunction07.ts
completionListInClosedObjectTypeLiteralInSignature01.ts
completionListInClosedObjectTypeLiteralInSignature02.ts
completionListInClosedObjectTypeLiteralInSignature03.ts
completionListInClosedObjectTypeLiteralInSignature04.ts
completionListInComments.ts
completionListInComments2.ts
completionListInComments3.ts
completionListInContextuallyTypedArgument.ts
completionListInEmptyFile.ts
completionListInExportClause01.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
completionListInExportClause02.ts
completionListInExportClause03.ts
completionListInExtendsClause.ts
completionListInExtendsClauseAtEOF.ts
completionListInFatArrow.ts
completionListInFunctionDeclaration.ts
completionListInFunctionExpression.ts
completionListInImportClause01.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
completionListInImportClause02.ts
completionListInImportClause03.ts
completionListInIndexSignature01.ts
completionListInIndexSignature02.ts
completionListInMiddleOfIdentifierInArrowFunction01.ts
completionListInNamedClassExpression.ts
completionListInNamedClassExpressionWithShadowing.ts
completionListInNamedFunctionExpression.ts
completionListInNamedFunctionExpression1.ts
completionListInNamedFunctionExpressionWithShadowing.ts
completionListInNamespaceImportName01.ts
completionListInObjectBindingPattern01.ts
completionListInObjectBindingPattern02.ts
completionListInObjectBindingPattern03.ts
completionListInObjectBindingPattern04.ts
completionListInObjectBindingPattern05.ts
completionListInObjectBindingPattern06.ts
completionListInObjectBindingPattern07.ts
completionListInObjectBindingPattern08.ts
completionListInObjectBindingPattern09.ts
completionListInObjectBindingPattern10.ts
completionListInObjectBindingPattern11.ts
completionListInObjectBindingPattern12.ts
completionListInObjectBindingPattern13.ts
completionListInObjectLiteral.ts
completionListInObjectLiteral2.ts
completionListInObjectLiteral3.ts
completionListInObjectLiteralThatIsParameterOfFunctionCall.ts
completionListInScope.ts
completionListInsideTargetTypedFunction.ts
completionListInstanceProtectedMembers.ts
completionListInstanceProtectedMembers2.ts
completionListInstanceProtectedMembers3.ts
completionListInstanceProtectedMembers4.ts
completionListInStringLiterals1.ts
completionListInStringLiterals2.ts
completionListInTemplateLiteralParts1.ts
completionListInTemplateLiteralPartsNegatives1.ts
completionListInTypedObjectLiterals2.ts
completionListInTypedObjectLiterals3.ts
completionListInTypedObjectLiterals4.ts
completionListInTypedObjectLiteralsWithPartialPropertyNames.ts
completionListInTypedObjectLiteralsWithPartialPropertyNames2.ts
completionListInTypeParameterOfClassExpression1.ts
completionListInTypeParameterOfTypeAlias1.ts
completionListInTypeParameterOfTypeAlias2.ts
completionListInTypeParameterOfTypeAlias3.ts Add fourslash tests 2015-11-24 17:50:00 -08: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
completionListInUnclosedIndexSignature03.ts
completionListInUnclosedObjectTypeLiteralInSignature01.ts
completionListInUnclosedObjectTypeLiteralInSignature02.ts
completionListInUnclosedObjectTypeLiteralInSignature03.ts
completionListInUnclosedObjectTypeLiteralInSignature04.ts
completionListInUnclosedSpreadExpression01.ts
completionListInUnclosedSpreadExpression02.ts
completionListInUnclosedTaggedTemplate01.ts
completionListInUnclosedTaggedTemplate02.ts
completionListInUnclosedTemplate01.ts
completionListInUnclosedTemplate02.ts
completionListInUnclosedTypeOfExpression01.ts
completionListInUnclosedTypeOfExpression02.ts
completionListInUnclosedVoidExpression01.ts
completionListInUnclosedYieldExpression01.ts
completionListInvalidMemberNames.ts
completionListInvalidMemberNames2.ts
completionListKeywords.ts
completionListModuleMembers.ts
completionListNewIdentifierBindingElement.ts
completionListNewIdentifierFunctionDeclaration.ts
completionListNewIdentifierVariableDeclaration.ts
completionListObjectMembers.ts
completionListOfGnericSymbol.ts
completionListOfSplitInterface.ts
completionListOnAliasedModule.ts
completionListOnAliases.ts
completionListOnAliases2.ts
completionListOnAliases3.ts
completionListOnFunctionCallWithOptionalArgument.ts
completionListOnMethodParameterName.ts
completionListOnParam.ts
completionListOnParamInClass.ts
completionListOnParamOfGenericType1.ts
completionListOnPrivateVariableInModule.ts
completionListOnSuper.ts
completionListOnVarBetweenModules.ts
completionListOutsideOfClosedArrowFunction01.ts
completionListOutsideOfClosedArrowFunction02.ts
completionListOutsideOfClosedFunctionDeclaration01.ts
completionListOutsideOfForLoop01.ts
completionListOutsideOfForLoop02.ts
completionListPrimitives.ts
completionListPrivateMembers.ts
completionListPrivateMembers2.ts
completionListPrivateMembers3.ts
completionListProtectedMembers.ts
completionListStaticProtectedMembers.ts
completionListStaticProtectedMembers2.ts
completionListStaticProtectedMembers3.ts
completionListStaticProtectedMembers4.ts
completionListsThroughTransitiveBaseClasses.ts
completionListsThroughTransitiveBaseClasses2.ts
completionListSuperMembers.ts
completionListWithAmbientDeclaration.ts
completionListWithModulesFromModule.ts
completionListWithModulesInsideModuleScope.ts
completionListWithModulesOutsideModuleScope.ts
completionListWithModulesOutsideModuleScope2.ts
completionListWithUnresolvedModule.ts
completionWithDotFollowedByNamespaceKeyword.ts
completionWithNamespaceInsideFunction.ts
consistenceOnIndentionsOfChainedFunctionCalls.ts
consistenceOnIndentionsOfObjectsInAListAfterFormatting.ts
consistentContextualTypeErrorsAfterEdits.ts
constEnumQuickInfoAndCompletionList.ts
constEnumsEmitOutputInMultipleFiles.ts
constQuickInfoAndCompletionList.ts
constructorBraceFormatting.ts
constructorQuickInfo.ts
contextuallyTypedFunctionExpressionGeneric1.ts
contextuallyTypedObjectLiteralMethodDeclarationParam01.ts
contextualTyping.ts
contextualTypingFromTypeAssertion1.ts
contextualTypingGenericFunction1.ts
contextualTypingOfArrayLiterals1.ts
contextualTypingOfGenericCallSignatures1.ts
contextualTypingOfGenericCallSignatures2.ts
contextualTypingReturnExpressions.ts
debuggerStatementIndent.ts
declarationExpressions.ts Test expressions with no name 2016-05-16 06:41:39 -07:00
declareFunction.ts
defaultParamsAndContextualTypes.ts
definition.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
definitionNameOnEnumMember.ts
deleteClassWithEnumPresent.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
deleteExtensionInReopenedInterface.ts
deleteModifierBeforeVarStatement1.ts
deleteReopenedModule.ts
deleteTypeParameter.ts
derivedTypeIndexerWithGenericConstraints.ts
distinctTypesInCallbacksWithSameNames.ts
docCommentTemplateClassDecl01.ts
docCommentTemplateClassDeclMethods01.ts
docCommentTemplateClassDeclMethods02.ts
docCommentTemplateConstructor01.ts
docCommentTemplateEmptyFile.ts
docCommentTemplateFunctionWithParameters.ts
docCommentTemplateIndentation.ts
docCommentTemplateInMultiLineComment.ts
docCommentTemplateInsideFunctionDeclaration.ts
docCommentTemplateInSingleLineComment.ts
docCommentTemplateNamespacesAndModules01.ts
docCommentTemplateNamespacesAndModules02.ts
docCommentTemplateObjectLiteralMethods01.ts
docCommentTemplateRegex.ts
docCommentTemplateVariableStatements01.ts
docCommentTemplateVariableStatements02.ts
docCommentTemplateVariableStatements03.ts
documentHighlightAtInheritedProperties1.ts Add documenthightlight tests 2015-12-22 20:35:28 -08:00
documentHighlightAtInheritedProperties2.ts Add documenthightlight tests 2015-12-22 20:35:28 -08:00
documentHighlightAtInheritedProperties3.ts Add documenthightlight tests 2015-12-22 20:35:28 -08:00
documentHighlightAtInheritedProperties4.ts Add documenthightlight tests 2015-12-22 20:35:28 -08:00
documentHighlightAtInheritedProperties5.ts Add tests 2016-01-08 03:34:43 -08:00
documentHighlightAtInheritedProperties6.ts Add tests 2016-01-08 03:34:43 -08:00
documentHighlightAtParameterPropertyDeclaration1.ts Add tests for binding pattern in parameter property declaration 2015-12-12 16:38:11 -08:00
documentHighlightAtParameterPropertyDeclaration2.ts Fix broken tests 2015-12-14 10:14:35 -08:00
documentHighlightAtParameterPropertyDeclaration3.ts Add tests for binding pattern in parameter property declaration 2015-12-12 16:38:11 -08:00
duplicateClassModuleError0.ts
duplicateFunctionImplementation.ts
duplicateIndexers.ts
duplicateTypeParameters.ts
editLambdaArgToTypeParameter1.ts
emptyArrayInference.ts
enumAddition.ts
enumUpdate1.ts
errorConsistency.ts
errorInIncompleteMethodInObjectLiteral.ts
errorsAfterResolvingVariableDeclOfMergedVariableAndClassDecl.ts
eval.ts
exportClauseErrorReporting0.ts
exportDefaultClass.ts
exportDefaultFunction.ts
exportEqualCallableInterface.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
exportEqualsInterfaceA.ts
exportEqualTypes.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
extendArray.ts
extendArrayInterface.ts
extendArrayInterfaceMember.ts
extendInterfaceOverloadedMethod.ts
extendsTArray.ts
externalModuleIntellisense.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
externalModuleRefernceResolutionOrderInImportDeclaration.ts
externalModuleWithExportAssignment.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
failureToImplementClass.ts
findAllRefsForComputedProperties.ts Enable find all refs and rename for computed property names with literal expressions 2016-05-03 22:40:40 -07:00
findAllRefsForComputedProperties2.ts Enable find all refs and rename for computed property names with literal expressions 2016-05-03 22:40:40 -07:00
findAllRefsForDefaultExport01.ts
findAllRefsForDefaultExport02.ts
findAllRefsForDefaultExport03.ts
findAllRefsForDefaultExport04.ts
findAllRefsForDefaultExport05.ts
findAllRefsForDefaultExport06.ts
findAllRefsForDefaultExport07.ts
findAllRefsForDefaultExport08.ts
findAllRefsForFunctionExpression01.ts
findAllRefsForObjectLiteralProperties.ts Fix #4808: Follow target symbols 2016-05-04 12:06:51 -07:00
findAllRefsForStringLiteralTypes.ts Fix #7611: Add support for String Literal Types in find all refs and occurances 2016-04-28 23:29:10 -07:00
findAllRefsForVariableInExtendsClause01.ts
findAllRefsForVariableInExtendsClause02.ts
findAllRefsForVariableInImplementsClause01.ts
findAllRefsInClassExpression.ts Check for class expressions when finding related symbols in base types 2016-04-14 11:48:35 -07:00
findAllRefsInheritedProperties1.ts Add find-all-references tests 2015-12-22 20:26:54 -08:00
findAllRefsInheritedProperties2.ts Add find-all-references tests 2015-12-22 20:26:54 -08:00
findAllRefsInheritedProperties3.ts Add find-all-references tests 2015-12-22 20:26:54 -08:00
findAllRefsInheritedProperties4.ts Add tests 2016-01-08 03:34:43 -08:00
findAllRefsInheritedProperties5.ts Add tests 2016-01-08 03:34:43 -08:00
findAllRefsInsideTemplates1.ts
findAllRefsInsideTemplates2.ts
findAllRefsInsideWithBlock.ts
findAllRefsObjectBindingElementPropertyName01.ts
findAllRefsObjectBindingElementPropertyName02.ts
findAllRefsObjectBindingElementPropertyName03.ts Destructuring of object binding pattern element without property name should reference property 2016-04-06 12:30:56 -07:00
findAllRefsObjectBindingElementPropertyName04.ts Destructuring of object binding pattern element without property name should reference property 2016-04-06 12:30:56 -07:00
findAllRefsObjectBindingElementPropertyName05.ts
findAllRefsObjectBindingElementPropertyName06.ts Removed debugger; statement 2016-04-11 16:05:36 -07:00
findAllRefsObjectBindingElementPropertyName07.ts
findAllRefsObjectBindingElementPropertyName09.ts Destructuring of object binding pattern element without property name should reference property 2016-04-06 12:30:56 -07:00
findAllRefsObjectBindingElementPropertyName10.ts
findAllRefsOnDecorators.ts
findAllRefsOnDefinition.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
findAllRefsOnDefinition2.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
findAllRefsOnImportAliases.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
findAllRefsOnImportAliases2.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
findAllRefsOnPrivateParameterProperty1.ts
findAllRefsParameterPropertyDeclaration1.ts Address feedback 2015-12-17 18:34:21 -08:00
findAllRefsParameterPropertyDeclaration2.ts Address feedback 2015-12-17 18:34:21 -08:00
findAllRefsParameterPropertyDeclaration3.ts Address feedback 2015-12-17 18:34:21 -08:00
findAllRefsPropertyContextuallyTypedByTypeParam01.ts Added test. 2015-11-11 12:19:47 -08:00
findAllRefsThisKeywordMultipleFiles.ts
findAllRefsWithLeadingUnderscoreNames1.ts
findAllRefsWithLeadingUnderscoreNames2.ts
findAllRefsWithLeadingUnderscoreNames3.ts
findAllRefsWithLeadingUnderscoreNames4.ts
findAllRefsWithLeadingUnderscoreNames5.ts
findAllRefsWithLeadingUnderscoreNames6.ts
findAllRefsWithLeadingUnderscoreNames7.ts
findAllRefsWithLeadingUnderscoreNames8.ts
findAllRefsWithLeadingUnderscoreNames9.ts
findAllRefsWithShorthandPropertyAssignment.ts
findAllRefsWithShorthandPropertyAssignment2.ts
findReferencesAcrossMultipleProjects.ts Add tests 2016-03-02 16:13:52 -08:00
findReferencesAfterEdit.ts
findReferencesJSXTagName.ts Fix issue with find references for jsx tags 2016-03-21 15:40:14 -07:00
findReferencesJSXTagName2.ts Fix #7637: treat jsx tag names as expressions 2016-03-22 14:55:24 -07:00
fixingTypeParametersQuickInfo.ts
forceIndentAfterNewLineInsert.ts
forIn.ts Updating existing tests 2016-01-06 10:52:43 -08:00
formatAfterMultilineComment.ts
formatAfterObjectLiteral.ts
formatAnyTypeLiteral.ts
formatArrayLiteralExpression.ts Extra test for #8364 - non-breaking of one-liners 2016-05-17 09:09:46 +01:00
formatArrayOrObjectLiteralsInVariableList.ts
formatAsyncAwait.ts
formatAsyncKeyword.ts
formatClassExpression.ts
formatColonAndQMark.ts
formatComments.ts
formatConflictMarker1.ts
formatControlFlowConstructs.ts
formatDebuggerStatement.ts
formatDocumentWithTrivia.ts
formatEmptyBlock.ts
formatEmptyParamList.ts
formatFunctionAndConstructorType.ts
formatImplicitModule.ts
formatImportDeclaration.ts
formatInTryCatchFinally.ts
formatInTsxFiles.ts
formatMultilineComment.ts
formatNestedClassWithOpenBraceOnNewLines.ts
formatOnEnterFunctionDeclaration.ts
formatOnSemiColonAfterBreak.ts
formatParameter.ts
formatSelectionWithTrivia.ts
formatSelectionWithTrivia2.ts
formatSignatures.ts
formatTemplateLiteral.ts InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces 2015-12-22 18:30:07 +09:00
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 space around arrow 2015-12-09 00:02:10 +09:00
formattingForIn.ts
formattingForLoopSemicolons.ts
formattingForOfKeyword.ts
formattingGlobalAugmentation1.ts use 'declare global' to define augmentations for the global scope 2015-12-28 12:03:54 -08:00
formattingGlobalAugmentation2.ts use 'declare global' to define augmentations for the global scope 2015-12-28 12:03:54 -08:00
formattingHexLiteral.ts
formattingIfInElseBlock.ts
formattingInComment.ts
formattingInDestructuring1.ts
formattingInDestructuring2.ts
formattingInExpressionsInTsx.ts added tests for tsx formatting 2016-01-04 13:59:27 -08:00
formattingInMultilineComments.ts
formattingJsxElements.ts
formattingJsxTexts.ts format jsx 2016-02-19 09:16:52 +09:00
formattingKeywordAsIdentifier.ts
formattingMultilineCommentsWithTabs1.ts
formattingMultilineCommentsWithTabs2.ts
formattingMultilineTemplateLiterals.ts
formattingNestedScopes.ts
formattingObjectLiteral.ts
formattingOfChainedLambda.ts
formattingOfExportDefault.ts
formattingOfModuleExport.ts
formattingOfMultilineBlockConstructs.ts
formattingofSingleLineBlockConstructs.ts
formattingOnChainedCallbacks.ts
formattingOnChainedCallbacksAndPropertyAccesses.ts
formattingOnClasses.ts
formattingOnCloseBrace.ts
formattingOnClosingBracket.ts
formattingOnCommaOperator.ts
formattingOnDocumentReadyFunction.ts
formattingOnDoWhileNoSemicolon.ts
formattingOnEmptyInterfaceLiteral.ts
formattingOnEnter.ts
formattingOnEnterInComments.ts
formattingOnEnterInStrings.ts
formattingOnInterfaces.ts
formattingOnInvalidCodes.ts
formattingOnModuleIndentation.ts
formattingOnNestedDoWhileByEnter.ts
formattingOnNestedStatements.ts
formattingOnObjectLiteral.ts
formattingOnOpenBraceOfFunctions.ts
formattingOnSemiColon.ts
formattingOnSingleLineBlocks.ts
formattingOnStatementsWithNoSemicolon.ts
formattingOnTabAfterCloseCurly.ts
formattingOnVariety.ts
formattingOptionsChange.ts add more spaces on test 2016-01-08 18:01:02 +09:00
formattingQMark.ts
formattingRegexes.ts
formattingReplaceSpacesWithTabs.ts Formatting space vs tabs tests added 2016-05-05 23:35:36 +02:00
formattingReplaceTabsWithSpaces.ts Formatting space vs tabs tests added 2016-05-05 23:35:36 +02:00
formattingSingleLineWithNewLineOptionSet.ts
formattingSkippedTokens.ts
formattingSpaceAfterCommaBeforeOpenParen.ts
formattingSpacesAfterConstructor.ts
formattingTemplates.ts InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces 2015-12-22 18:30:07 +09:00
formattingVoid.ts
formattingWithEnterAfterMultilineString.ts
formattingWithLimitedSpan.ts
formattingWithMultilineComments.ts fix formatting for lines that start with continuation of multiline comments 2016-04-19 14:16:43 -07:00
formatTryCatch.ts
formatTypeAlias.ts
formatTypeOperation.ts
formatVariableAssignments.ts
formatVariableDeclarationList.ts
formatWithStatement.ts
forwardReference.ts
fourslash.ts Add printNavigationBar declaration 2016-05-17 07:59:41 -07:00
fsEditMarkerPositions.ts
functionFormatting.ts
functionIndentation.ts
functionOverloadCount.ts
functionProperty.ts
functionRenamingErrorRecovery.ts
functionTypeFormatting.ts
functionTypePredicateFormatting.ts
functionTypes.ts
funduleWithRecursiveReference.ts
generatorDeclarationFormatting.ts
genericArityEnforcementAfterEdit.ts
genericAssignmentCompat.ts
genericCallSignaturesInNonGenericTypes1.ts
genericCallSignaturesInNonGenericTypes2.ts
genericCallsWithOptionalParams1.ts
genericCloduleCompletionList.ts
genericCombinators1.ts
genericCombinators2.ts
genericCombinators3.ts
genericCombinatorWithConstraints1.ts
genericDerivedTypeAcrossModuleBoundary1.ts
genericFunctionReturnType.ts
genericFunctionReturnType2.ts
genericFunctionSignatureHelp1.ts
genericFunctionSignatureHelp2.ts
genericFunctionSignatureHelp3.ts
genericFunctionSignatureHelp3MultiFile.ts
genericFunctionWithGenericParams1.ts
genericInterfacePropertyInference1.ts
genericInterfacePropertyInference2.ts
genericInterfacesWithConstraints1.ts
genericInterfaceWithInheritanceEdit1.ts
genericMapTyping1.ts
genericMethodParam.ts
genericObjectBaseType.ts
genericParameterHelp.ts
genericParameterHelpConstructorCalls.ts
genericParameterHelpTypeReferences.ts
genericRespecialization1.ts
genericsFormatting.ts
genericSignaturesAreProperlyCleaned.ts
genericTypeAliasIntersectionCompletions.ts
genericTypeArgumentInference1.ts
genericTypeArgumentInference2.ts
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 Tests update for emitting declarations if no errors 2015-10-28 13:07:08 -07:00
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 Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions2.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions3.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions4.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions5.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions6.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions7.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions8.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions9.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions10.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions11.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions12.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions13.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions14.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptCompletions15.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
getJavaScriptCompletions16.ts Add some tests 2016-02-01 21:20:37 -08:00
getJavaScriptCompletions18.ts Recognize the RHS of assignments as the JSDoc target expression 2016-01-28 11:02:49 -08:00
getJavaScriptCompletions19.ts Use union types in the return type of functions in the error case 2016-01-28 11:39:19 -08:00
getJavaScriptCompletions20.ts Don't show the currently-completing thing at the cursor in JS files 2016-01-28 15:18:50 -08:00
getJavaScriptGlobalCompletions1.ts Always show file tokens in JS completion lists 2016-02-02 13:10:30 -08:00
getJavaScriptQuickInfo1.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptQuickInfo2.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptQuickInfo3.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptQuickInfo4.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptQuickInfo5.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptQuickInfo6.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
getJavaScriptQuickInfo7.ts Update to push types through as well 2016-03-01 12:26:17 -08:00
getJavaScriptQuickInfo8.ts Update to push types through as well 2016-03-01 12:26:17 -08:00
getJavaScriptSemanticDiagnostics1.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics2.ts Fixed up paths in fourslash tests 2016-02-11 14:07:35 -08:00
getJavaScriptSemanticDiagnostics3.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics4.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics5.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics6.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics7.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics8.ts initial revision of external module augmentations 2015-12-22 13:56:22 -08:00
getJavaScriptSemanticDiagnostics9.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics10.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics11.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics12.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics13.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics14.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics15.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics16.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics17.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics18.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics19.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics21.ts Updated tests 2016-02-12 19:35:05 -08:00
getJavaScriptSemanticDiagnostics22.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
getJavaScriptSemanticDiagnostics23.ts Allow multiple 'this' property assignments in Salsa 2016-01-27 14:00:33 -08:00
getJavaScriptSemanticDiagnostics24.ts Treat multiple prototype property assignments as union property declarations 2016-02-01 20:59:37 -08:00
getMatchingBraces.ts
getMatchingBracesAdjacentBraces.ts
getMatchingBracesNegativeCases.ts
getNameOrDottedNameSpan.ts
getNavigationBarItems.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
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 Improved error messages for property declarations 2015-12-04 09:20:49 +01:00
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
getOccurrencesIsWriteAccess.ts
getOccurrencesLoopBreakContinue.ts
getOccurrencesLoopBreakContinue2.ts
getOccurrencesLoopBreakContinue3.ts
getOccurrencesLoopBreakContinue4.ts
getOccurrencesLoopBreakContinue5.ts
getOccurrencesLoopBreakContinue6.ts
getOccurrencesLoopBreakContinueNegatives.ts
getOccurrencesModifiersNegatives1.ts
getOccurrencesOfAnonymousFunction.ts
getOccurrencesOfAnonymousFunction2.ts
getOccurrencesOfAny.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 Code review comments 2016-04-29 17:04:53 -07:00
getOccurrencesStringLiteralTypes.ts Fix #7611: Add support for String Literal Types in find all refs and occurances 2016-04-28 23:29:10 -07:00
getOccurrencesSuper.ts
getOccurrencesSuper2.ts
getOccurrencesSuper3.ts addressed PR feedback 2015-12-16 13:19:57 -08:00
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 Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
getPropertySymbolsFromBaseTypesDoesntCrash.ts Add failing test 2016-01-15 15:41:57 -05:00
getQuickInfoForIntersectionTypes.ts Fix #7966: A non-anonymous type can still fail to have a symbol. For example, an intersection type. 2016-05-12 07:28:06 -07:00
getRenameInfoTests1.ts
getRenameInfoTests2.ts
getSemanticDiagnosticForDeclaration.ts
getSemanticDiagnosticForDeclaration1.ts
getSemanticDiagnosticForNoDeclaration.ts
globalCompletionListInsideObjectLiterals.ts
goToDefinitionAcrossMultipleProjects.ts Add tests 2016-03-02 16:13:52 -08:00
goToDefinitionAlias.ts
goToDefinitionAmbiants.ts
goToDefinitionApparentTypeProperties.ts
goToDefinitionBuiltInTypes.ts
goToDefinitionBuiltInValues.ts
goToDefinitionConstructorOfClassExpression01.ts
goToDefinitionConstructorOfClassWhenClassIsPrecededByNamespace01.ts
goToDefinitionConstructorOverloads.ts
goToDefinitionDecorator.ts
goToDefinitionDifferentFile.ts
goToDefinitionDifferentFileIndirectly.ts
goToDefinitionExternalModuleName.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
goToDefinitionExternalModuleName2.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
goToDefinitionExternalModuleName3.ts
goToDefinitionExternalModuleName4.ts
goToDefinitionExternalModuleName5.ts
goToDefinitionExternalModuleName6.ts
goToDefinitionExternalModuleName7.ts
goToDefinitionExternalModuleName8.ts
goToDefinitionExternalModuleName9.ts
goToDefinitionFunctionOverloads.ts
goToDefinitionFunctionOverloadsInClass.ts
goToDefinitionImplicitConstructor.ts
goToDefinitionImportedNames.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
goToDefinitionImportedNames2.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
goToDefinitionImportedNames3.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
goToDefinitionImportedNames4.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
goToDefinitionImportedNames5.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
goToDefinitionImportedNames6.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
goToDefinitionImportedNames7.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
goToDefinitionInMemberDeclaration.ts
goToDefinitionInterfaceAfterImplement.ts
goToDefinitionInTypeArgument.ts
goToDefinitionLabels.ts
goToDefinitionMethodOverloads.ts
goToDefinitionMultipleDefinitions.ts
goToDefinitionObjectBindingElementPropertyName01.ts
goToDefinitionObjectLiteralProperties.ts
goToDefinitionPartialImplementation.ts
goToDefinitionPrimitives.ts
goToDefinitionSameFile.ts
goToDefinitionShadowVariable.ts
goToDefinitionShadowVariableInsideModule.ts
goToDefinitionShorthandProperty01.ts
goToDefinitionShorthandProperty02.ts
goToDefinitionShorthandProperty03.ts
goToDefinitionSimple.ts
goToDefinitionSourceUnit.ts
goToDefinitionTypePredicate.ts
goToDefinitionTypeReferenceDirective.ts remove compilationRoot parameter, use typesRoot/config file location as a root when computing primary locations 2016-04-05 16:33:11 -07:00
goToDefinitionUndefinedSymbols.ts
goToDefinitionUnionTypeProperty1.ts
goToDefinitionUnionTypeProperty2.ts
goToDefinitionUnionTypeProperty3.ts
goToDefinitionUnionTypeProperty4.ts
goToModuleAliasDefinition.ts
goToTypeDefinition.ts
goToTypeDefinition2.ts
goToTypeDefinitionAliases.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
goToTypeDefinitionEnumMembers.ts
goToTypeDefinitionModule.ts
goToTypeDefinitionPrimitives.ts
goToTypeDefinitionUnionType.ts
hoverOverComment.ts Remove broken test 2016-05-16 09:20:42 -07:00
identationAfterInterfaceCall.ts
identifierErrorRecovery.ts
importDeclPaste0.ts
importValueUsedAsType.ts
incompatibleOverride.ts
incrementalEditInvocationExpressionAboveInterfaceDeclaration.ts
incrementalParsing1.ts
incrementalParsingInsertIntoMethod1.ts
incrementalResolveAccessor.ts
incrementalResolveConstructorDeclaration.ts
incrementalResolveFunctionPropertyAssignment.ts
incrementalUpdateToClassImplementingGenericClass.ts
indentAfterFunctionClosingBraces.ts
indentAfterImport.ts
indentation.ts
indentationAfterModuleImport.ts
indentationBlock.ts switch fourslash to use local test state 2015-11-16 11:50:42 -08:00
indentationInAugmentations1.ts use 'declare global' to define augmentations for the global scope 2015-12-28 12:03:54 -08:00
indentationInAugmentations2.ts use 'declare global' to define augmentations for the global scope 2015-12-28 12:03:54 -08:00
indentationInJsx1.ts
indentationInJsx2.ts
indentationNone.ts switch fourslash to use local test state 2015-11-16 11:50:42 -08:00
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 Update baselines 2016-01-29 14:52:47 -08:00
intellisenseInObjectLiteral.ts
interfaceExtendsPrimitive.ts
interfaceIndent.ts
interfaceRecursiveInheritanceErrors0.ts
interfaceRecursiveInheritanceErrors1.ts
invalidRestArgError.ts
invertedCloduleAfterQuickInfo.ts
invertedFunduleAfterQuickInfo.ts
javaScriptModules12.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
javaScriptModules13.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
javaScriptModules14.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
javaScriptModules15.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
javaScriptModules16.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
javaScriptModules17.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
javaScriptModules18.ts Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
javaScriptModules19.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
javascriptModules20.ts Fixed es2015 imports from export= 2016-03-09 19:13:13 -08:00
javascriptModules21.ts Fixed es2015 imports from export= 2016-03-09 19:13:13 -08:00
javascriptModules22.ts Fixed default import from export equals 2016-03-09 19:13:14 -08:00
javascriptModules23.ts Fixed es2015 imports from export= 2016-03-09 19:13:13 -08:00
javascriptModules24.ts Fixed es2015 imports from export= 2016-03-09 19:13:13 -08:00
javaScriptModulesError1.ts Clean up unrelated changes 2016-01-06 12:47:26 -08:00
javaScriptPrototype1.ts Simplified JS prototype class inference 2015-12-04 14:58:32 -08:00
javaScriptPrototype2.ts Inference from JavaScript prototype property assignments 2015-10-30 12:34:56 -07:00
javaScriptPrototype3.ts Support 'this' in inferred method bodies 2015-12-07 11:55:30 -08:00
javaScriptPrototype4.ts Simplified JS prototype class inference 2015-12-04 14:58:32 -08:00
javaScriptPrototype5.ts Support 'this' in inferred method bodies 2015-12-07 11:55:30 -08:00
jsDocFunctionSignatures2.ts Recognize = as equivalent to ? in JSDoc signatures 2016-02-03 00:09:38 -08:00
jsDocFunctionSignatures3.ts Recognize object literal method JSDoc comments 2016-02-03 00:18:36 -08:00
jsDocFunctionSignatures4.ts Fix duplicate errors in JSDoc function types with anon parameters 2016-03-09 09:18:54 -08:00
jsDocGenerics1.ts Add more complex test scenarios 2016-02-04 10:14:13 -08:00
jsFileCompilationDuplicateFunctionImplementation.ts Merge branch 'master' into jsFileCompilation 2015-11-18 11:26:58 -08:00
jsxBraceCompletionPosition.ts Script side implementation for Brace Completion. (#7587) 2016-04-15 11:38:42 -07:00
jsxSpreadReference.ts
lambdaThisMembers.ts
letQuickInfoAndCompletionList.ts
localFunction.ts
localGetReferences.ts
malformedObjectLiteral.ts
memberCompletionFromFunctionCall.ts
memberCompletionInForEach1.ts
memberCompletionOnTypeParameters.ts
memberCompletionOnTypeParameters2.ts
memberConstructorEdits.ts
memberListAfterDoubleDot.ts
memberListAfterSingleDot.ts
memberListErrorRecovery.ts
memberListInFunctionCall.ts
memberListInReopenedEnum.ts
memberListInsideObjectLiterals.ts
memberListInWithBlock.ts
memberListInWithBlock2.ts
memberListInWithBlock3.ts
memberListOfClass.ts
memberListOfEnumFromExternalModule.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
memberListOfEnumInModule.ts
memberListOfExportedClass.ts
memberListOfModule.ts
memberListOfModuleAfterInvalidCharater.ts
memberListOfModuleBeforeKeyword.ts
memberListOfModuleInAnotherModule.ts
memberListOfVarInArrowExpression.ts
memberListOnConstructorType.ts
memberlistOnDDot.ts
memberListOnExplicitThis.ts Remove --strictThisChecks 2016-03-25 15:41:37 -07:00
memberListOnFunctionParameter.ts
memberListOnThisInClassWithPrivates.ts
memberOverloadEdits.ts
mergedDeclarations1.ts
mergedDeclarations2.ts
mergedDeclarationsWithExportAssignment1.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
mispeltVariableForInLoopErrorRecovery.ts
missingMethodAfterEditAfterImport.ts
moduleEnumModule.ts
moduleIndent.ts
moduleMembersOfGenericType.ts
moduleReferenceValue.ts
moduleRenamingErrorRecovery.ts
moduleVariables.ts
multilineCommentBeforeOpenBrace.ts
multiModuleClodule1.ts
multiModuleFundule1.ts
multipleExportAssignmentsErrorList0.ts
nameOfRetypedClassInModule.ts
nameOrDottedNameClasses.ts
nameOrDottedNameStatements.ts
navbar_const.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navbar_contains-no-duplicates.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navbar_exportDefault.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navbar_let.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigateItemsConst.ts
navigateItemsExports.ts
navigateItemsImports.ts
navigateItemsLet.ts
navigationBarItemsBindingPatterns.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsBindingPatternsInConstructor.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsEmptyConstructors.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsExports.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsFunctions.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsFunctionsBroken.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsFunctionsBroken2.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsImports.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsInsideMethodsAndConstructors.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsItems.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsItems2.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsItemsContainsNoAnonymousFunctions.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsItemsExternalModules.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsItemsExternalModules2.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsItemsExternalModules3.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsItemsModuleVariables.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsMissingName1.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsMissingName2.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsModules.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsMultilineStringIdentifiers.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsPropertiesDefinedInConstructors.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsSymbols1.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsSymbols2.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsSymbols3.ts Rename "getScriptLexicalStructureList" to "navigationBar" in fourslash test helpers and remove unnecessary duplicate helpers 2016-05-17 07:59:41 -07:00
navigationBarItemsTypeAlias.ts Add type aliases to navigation bar 2016-05-17 10:45:04 -07:00
navigationItemsComputedProperties.ts
navigationItemsExactMatch.ts
navigationItemsExactMatch2.ts
navigationItemsInConstructorsExactMatch.ts Use NodeFlags.ParameterPropertyModifier rather than NodeFLags.AccessibilityModifier to detect parameter properties. 2016-05-12 13:26:35 -07:00
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 Addressed PR feedback 2016-03-17 14:40:05 -07:00
objectLiteralCallSignatures.ts
outliningForNonCompleteInterfaceDeclaration.ts
overloadObjectLiteralCrash.ts
overloadOnConstCallSignature.ts
overloadQuickInfo.ts
parameterInfoOnParameterType.ts
parameterlessSetter.ts
parameterWithDestructuring.ts
parameterWithNestedDestructuring.ts
paramHelpOnCommaInString.ts
parenthesisFatArrows.ts
paste.ts
pasteLambdaOverModule.ts
promiseTyping1.ts
promiseTyping2.ts
propertyDuplicateIdentifierError.ts
proto.ts
protoPropertyInObjectLiteral.ts
prototypeProperty.ts
protoVarInContexutalObjectLiteral.ts
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 Added tests for quick-info on string-named enum members. 2016-04-16 12:57:26 -07:00
quickInfoDisplayPartsEnum2.ts Added tests for quick-info on string-named enum members. 2016-04-16 12:57:26 -07:00
quickInfoDisplayPartsEnum3.ts Added tests for quick-info on string-named enum members. 2016-04-16 12:57:26 -07:00
quickInfoDisplayPartsExternalModuleAlias.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
quickInfoDisplayPartsExternalModules.ts
quickInfoDisplayPartsFunction.ts
quickInfoDisplayPartsFunctionExpression.ts
quickInfoDisplayPartsInterface.ts
quickInfoDisplayPartsInterfaceMembers.ts
quickInfoDisplayPartsInternalModuleAlias.ts
quickInfoDisplayPartsLet.ts
quickInfoDisplayPartsLiteralLikeNames01.ts Added another fourslash test. 2016-04-16 19:18:03 -07:00
quickInfoDisplayPartsLocalFunction.ts
quickInfoDisplayPartsModules.ts
quickInfoDisplayPartsParameters.ts
quickInfoDisplayPartsTypeAlias.ts
quickInfoDisplayPartsTypeParameterInClass.ts
quickInfoDisplayPartsTypeParameterInFunction.ts
quickInfoDisplayPartsTypeParameterInFunctionLikeInTypeAlias.ts Add fourslash tests 2015-11-24 17:50:00 -08:00
quickInfoDisplayPartsTypeParameterInInterface.ts
quickInfoDisplayPartsTypeParameterInTypeAlias.ts Add fourslash tests 2015-11-24 17:50:00 -08:00
quickInfoDisplayPartsTypeParameterOfFunctionLikeInTypeAlias.ts Add fourslash tests 2015-11-24 17:50:00 -08:00
quickInfoDisplayPartsVar.ts
quickInfoDisplayPartsVarWithStringTypes01.ts
quickInfoExportAssignmentOfGenericInterface.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
quickInfoForAliasedGeneric.ts
quickInfoForConstDeclaration.ts
quickInfoForContextuallyTypedArrowFunctionInSuperCall.ts
quickInfoForContextuallyTypedFunctionInReturnStatement.ts
quickInfoForContextuallyTypedFunctionInTaggedTemplateExpression1.ts
quickInfoForContextuallyTypedFunctionInTaggedTemplateExpression2.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 Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
quickInfoForShorthandProperty.ts
quickInfoForTypeofParameter.ts
quickInfoForTypeParameterInTypeAlias1.ts Add more tests 2015-12-02 13:45:52 -08:00
quickInfoForTypeParameterInTypeAlias2.ts remove line and unused code 2015-12-02 13:47:19 -08:00
quickinfoForUnionProperty.ts
quickInfoFromEmptyBlockComment.ts
quickInfoGenerics.ts
quickInfoInFunctionTypeReference.ts
quickInfoInFunctionTypeReference2.ts
quickInfoInInvalidIndexSignature.ts
quickInfoInObjectLiteral.ts
quickInfoInvalidLocations.ts
quickInfoInWithBlock.ts
quickinfoIsConsistent.ts
quickInfoOfGenericTypeAssertions1.ts
quickInfoOfLablledForStatementIterator.ts
quickInfoOfStringPropertyNames1.ts
quickInfoOnArgumentsInsideFunction.ts
quickInfoOnCatchVariable.ts
quickInfoOnCircularTypes.ts
quickInfoOnClassMergedWithFunction.ts
quickInfoOnConstructorWithGenericParameter.ts
quickInfoOnErrorTypes1.ts
quickInfoOnGenericClass.ts
quickInfoOnGenericWithConstraints1.ts
quickInfoOnInternalAliases.ts
quickInfoOnMergedInterfaces.ts
quickInfoOnMergedInterfacesWithIncrementalEdits.ts
quickInfoOnMergedModule.ts
quickInfoOnNarrowedType.ts Fix fourslash test 2016-05-02 16:24:21 -07:00
quickInfoOnNarrowedTypeInModule.ts Update fourslash test 2016-04-21 16:06:21 -07:00
quickInfoOnObjectLiteralWithAccessors.ts
quickInfoOnObjectLiteralWithOnlyGetter.ts Fix tests 2016-01-24 13:44:22 -08:00
quickInfoOnObjectLiteralWithOnlySetter.ts
quickInfoOnPrivateConstructorCall.ts Added and updated tests for constructor visibility 2016-02-03 22:48:33 +00:00
quickInfoOnProtectedConstructorCall.ts Added and updated tests for constructor visibility 2016-02-03 22:48:33 +00:00
quickInfoOnThis.ts Fix 7304: show correct quickinfo on "this" in type position (#8508) 2016-05-07 09:12:53 -07:00
quickInfoOnThis2.ts Fix 7304: show correct quickinfo on "this" in type position (#8508) 2016-05-07 09:12:53 -07:00
quickInfoOnThis3.ts Fix 7304: show correct quickinfo on "this" in type position (#8508) 2016-05-07 09:12:53 -07:00
quickInfoOnThis4.ts Fix 7304: show correct quickinfo on "this" in type position (#8508) 2016-05-07 09:12:53 -07:00
quickInfoOnUndefined.ts
quickInfoOnUnResolvedBaseConstructorSignature.ts
quickInfoOnVarInArrowExpression.ts
quickInfoShowsGenericSpecialization.ts
recursiveClassReference.ts switch fourslash to use local test state 2015-11-16 11:50:42 -08:00
recursiveGenerics2.ts
recursiveInternalModuleImport.ts
recursiveObjectLiteral.ts
recursiveWrappedTypeParameters1.ts
referenceInParameterPropertyDeclaration.ts Update tests 2015-12-12 15:52:55 -08:00
referencesBloomFilters.ts
referencesBloomFilters2.ts
referencesBloomFilters3.ts
referencesForAmbients.ts
referencesForClassLocal.ts
referencesForClassMembers.ts Fix #8162 and #8173: Add root symbols to search in find all referecnes 2016-04-19 19:30:11 -07:00
referencesForClassMembersExtendingAbstractClass.ts Fix #8162 and #8173: Add root symbols to search in find all referecnes 2016-04-19 19:30:11 -07:00
referencesForClassMembersExtendingGenericClass.ts Fix #8162 and #8173: Add root symbols to search in find all referecnes 2016-04-19 19:30:11 -07:00
referencesForClassParameter.ts
referencesForContextuallyTypedObjectLiteralProperties.ts
referencesForContextuallyTypedUnionProperties.ts
referencesForContextuallyTypedUnionProperties2.ts
referencesForEnums.ts
referencesForExportedValues.ts
referencesForExternalModuleNames.ts
referencesForFunctionOverloads.ts
referencesForFunctionParameter.ts
referencesForGlobals.ts
referencesForGlobals2.ts
referencesForGlobals3.ts
referencesForGlobals4.ts
referencesForGlobals5.ts
referencesForGlobalsInExternalModule.ts
referencesForIllegalAssignment.ts
referencesForImports.ts
referencesForIndexProperty.ts
referencesForIndexProperty2.ts
referencesForIndexProperty3.ts
referencesForInheritedProperties.ts
referencesForInheritedProperties2.ts
referencesForInheritedProperties3.ts Add tests for find-all-references 2015-12-22 19:29:49 -08:00
referencesForInheritedProperties4.ts Add tests for find-all-references 2015-12-22 19:29:49 -08:00
referencesForInheritedProperties5.ts Add tests for find-all-references 2015-12-22 19:29:49 -08:00
referencesForInheritedProperties6.ts Fix #8162 and #8173: Add root symbols to search in find all referecnes 2016-04-19 19:30:11 -07:00
referencesForInheritedProperties7.ts Fix #8162 and #8173: Add root symbols to search in find all referecnes 2016-04-19 19:30:11 -07:00
referencesForInheritedProperties8.ts Add tests 2016-01-08 03:34:43 -08:00
referencesForInheritedProperties9.ts Add tests 2016-01-08 03:34:43 -08:00
referencesForLabel.ts
referencesForLabel2.ts
referencesForLabel3.ts
referencesForLabel4.ts
referencesForLabel5.ts
referencesForLabel6.ts
referencesForMergedDeclarations.ts
referencesForMergedDeclarations2.ts
referencesForMergedDeclarations3.ts
referencesForMergedDeclarations4.ts
referencesForMergedDeclarations5.ts
referencesForMergedDeclarations6.ts
referencesForMergedDeclarations7.ts
referencesForMergedDeclarations8.ts
referencesForNoContext.ts
referencesForNumericLiteralPropertyNames.ts
referencesForObjectLiteralProperties.ts
referencesForOverrides.ts
referencesForPropertiesOfGenericType.ts
referencesForStatic.ts
referencesForStaticsAndMembersWithSameNames.ts
referencesForStringLiteralPropertyNames.ts
referencesForStringLiteralPropertyNames2.ts
referencesForStringLiteralPropertyNames3.ts
referencesForStringLiteralPropertyNames4.ts
referencesForUnionProperties.ts
referencesInComment.ts
referenceToClass.ts
regexDetection.ts
regexErrorRecovery.ts
regexp.ts
remoteGetReferences.ts
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 Add tests 2016-03-02 16:13:52 -08:00
renameCommentsAndStrings1.ts
renameCommentsAndStrings2.ts
renameCommentsAndStrings3.ts
renameCommentsAndStrings4.ts
renameContextuallyTypedProperties.ts Enable find all refs and rename for computed property names with literal expressions 2016-05-03 22:40:40 -07:00
renameContextuallyTypedProperties2.ts Enable find all refs and rename for computed property names with literal expressions 2016-05-03 22:40:40 -07:00
renameCrossJsTs01.ts Add more tests and comments 2016-01-28 11:26:32 -08:00
renameCrossJsTs02.ts Add more tests and comments 2016-01-28 11:26:32 -08:00
renameDefaultImport.ts Handle the rename locations for default import 2016-04-08 10:19:02 -07:00
renameDefaultImportDifferentName.ts Handle the rename locations for default import 2016-04-08 10:19:02 -07:00
renameDestructuringAssignment.ts Another test case for rename in destructuring assignment 2016-04-08 13:41:16 -07:00
renameDestructuringAssignmentInFor.ts Handles when property is renamed and is also part of destructuring assignment 2016-04-07 15:41:42 -07:00
renameDestructuringAssignmentInFor2.ts Test cases when var is renamed and used in destructuring 2016-04-07 10:48:21 -07:00
renameDestructuringAssignmentInForOf.ts Handles when property is renamed and is also part of destructuring assignment 2016-04-07 15:41:42 -07:00
renameDestructuringAssignmentInForOf2.ts Test cases when var is renamed and used in destructuring 2016-04-07 10:48:21 -07:00
renameDestructuringAssignmentNestedInArrayLiteral.ts Handles when property is renamed and is also part of destructuring assignment 2016-04-07 15:41:42 -07:00
renameDestructuringAssignmentNestedInArrayLiteral2.ts Handles when property is renamed and is also part of destructuring assignment 2016-04-07 15:41:42 -07:00
renameDestructuringAssignmentNestedInFor.ts Handles when property is renamed and is also part of destructuring assignment 2016-04-07 15:41:42 -07:00
renameDestructuringAssignmentNestedInFor2.ts Handles when property is renamed and is also part of destructuring assignment 2016-04-07 15:41:42 -07:00
renameDestructuringAssignmentNestedInForOf.ts Handles when property is renamed and is also part of destructuring assignment 2016-04-07 15:41:42 -07:00
renameDestructuringAssignmentNestedInForOf2.ts Handles when property is renamed and is also part of destructuring assignment 2016-04-07 15:41:42 -07:00
renameDestructuringClassProperty.ts Destructuring of object binding pattern element without property name should reference property 2016-04-06 12:30:56 -07:00
renameDestructuringDeclarationInFor.ts Test cases for destructuring declarations in "for" and "for of" loops 2016-04-07 10:47:57 -07:00
renameDestructuringDeclarationInForOf.ts Test cases for destructuring declarations in "for" and "for of" loops 2016-04-07 10:47:57 -07:00
renameDestructuringFunctionParameter.ts Destructuring of object binding pattern element without property name should reference property 2016-04-06 12:30:56 -07:00
renameDestructuringNestedBindingElement.ts Test case for nested binding element's rename 2016-04-07 15:45:45 -07:00
renameForDefaultExport01.ts
renameForDefaultExport02.ts
renameForDefaultExport03.ts
renameForDefaultExport04.ts
renameForDefaultExport05.ts
renameForDefaultExport06.ts
renameForDefaultExport07.ts
renameForDefaultExport08.ts
renameForDefaultExport09.ts
renameImportAndExport.ts Fix find all refs in shorthand properties for imports and exports 2016-01-06 10:27:31 -08:00
renameImportAndExportInDiffFiles.ts Include the target symbol in search if location is propertyName or the import or export specifier dont specify "as" clause 2016-04-06 14:24:20 -07:00
renameImportAndShorthand.ts Fix find all refs in shorthand properties for imports and exports 2016-01-06 10:27:31 -08:00
renameImportNamespaceAndShorthand.ts Fix find all refs in shorthand properties for imports and exports 2016-01-06 10:27:31 -08:00
renameImportOfExportEquals.ts Add test for renaming accorss modules using export= 2016-01-07 13:31:14 -08:00
renameImportRequire.ts Add new test for import..require 2016-01-06 10:48:24 -08:00
renameInfoForFunctionExpression01.ts
renameInheritedProperties1.ts Add tests 2016-01-08 03:34:43 -08:00
renameInheritedProperties2.ts Add rename tests 2015-12-22 20:02:42 -08:00
renameInheritedProperties3.ts Add rename tests 2015-12-22 20:02:42 -08:00
renameInheritedProperties4.ts Add rename tests 2015-12-22 20:02:42 -08:00
renameInheritedProperties5.ts Add tests 2016-01-08 03:34:43 -08:00
renameInheritedProperties6.ts Add tests 2016-01-08 03:34:43 -08:00
renameInheritedProperties7.ts Add tests 2016-01-08 03:34:43 -08:00
renameInheritedProperties8.ts Add tests 2016-01-08 03:34:43 -08:00
renameJsExports01.ts Add more tests and comments 2016-01-28 11:26:32 -08:00
renameJsExports02.ts Add more tests and comments 2016-01-28 11:26:32 -08:00
renameJsPrototypeProperty01.ts Add more tests and comments 2016-01-28 11:26:32 -08:00
renameJsPrototypeProperty02.ts Add more tests and comments 2016-01-28 11:26:32 -08:00
renameJsThisProperty01.ts Add more tests and comments 2016-01-28 11:26:32 -08:00
renameJsThisProperty02.ts Add more tests and comments 2016-01-28 11:26:32 -08:00
renameLocationsForClassExpression01.ts
renameLocationsForFunctionExpression01.ts
renameLocationsForFunctionExpression02.ts
renameModuleToVar.ts switch fourslash to use local test state 2015-11-16 11:50:42 -08:00
renameNameOnEnumMember.ts
renameObjectBindingElementPropertyName01.ts
renameParameterPropertyDeclaration1.ts Address feedback 2015-12-17 18:34:21 -08:00
renameParameterPropertyDeclaration2.ts Address feedback 2015-12-17 18:34:21 -08:00
renameParameterPropertyDeclaration3.ts Address feedback 2015-12-17 18:34:21 -08:00
renameParameterPropertyDeclaration4.ts Address feedback 2015-12-17 18:34:21 -08:00
renameParameterPropertyDeclaration5.ts Address feedback 2015-12-17 18:34:21 -08:00
renameStingLiterals.ts Add a contextual type in test case 2016-05-02 10:18:13 -07:00
renameStingPropertyNames.ts Fix #7611: Add support for String Literal Types in find all refs and occurances 2016-04-28 23:29:10 -07:00
renameStringLiteralTypes.ts Fix #7611: Add support for String Literal Types in find all refs and occurances 2016-04-28 23:29:10 -07:00
restArgSignatureHelp.ts
restArgType.ts
restParamsContextuallyTyped.ts
returnRecursiveType.ts
returnTypeOfGenericFunction1.ts
runtimeBehaviorTests.ts
scopeOfUnionProperties.ts
selfReferencedExternalModule.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
selfReferencedExternalModule2.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
semanticClassification1.ts
semanticClassification2.ts
semanticClassificationClassExpression.ts
semanticClassificationInstantiatedModuleWithVariableOfSameName1.ts
semanticClassificationInstantiatedModuleWithVariableOfSameName2.ts
semanticClassificationInTemplateExpressions.ts
semanticClassificationModules.ts
semanticClassificationsCancellation1.ts
semanticClassificationUninstantiatedModuleWithVariableOfSameName1.ts
semanticClassificationUninstantiatedModuleWithVariableOfSameName2.ts
semanticClassificationWithUnionTypes.ts
semanticClassificatonTypeAlias.ts
semicolonFormatting.ts
semicolonFormattingAfterArrayLiteral.ts
semicolonFormattingInsideAComment.ts
semicolonFormattingInsideAStringLiteral.ts
semicolonFormattingNestedStatements.ts
semicolonFormattingNewline.ts
signatureHelpAnonymousFunction.ts
signatureHelpAtEOF.ts
signatureHelpBeforeSemicolon1.ts
signatureHelpCallExpression.ts
signatureHelpConstructExpression.ts
signatureHelpConstructorCallParamProperties.ts When constructing signature, include parameter symbol instead of property symbol of parameter-property declaration 2015-11-16 16:48:57 -08:00
signatureHelpConstructorInheritance.ts
signatureHelpConstructorOverload.ts
signatureHelpEmptyList.ts
signatureHelpForSuperCalls1.ts
signatureHelpFunctionOverload.ts
signatureHelpFunctionParameter.ts
signatureHelpImplicitConstructor.ts
signatureHelpInCallback.ts
signatureHelpIncompleteCalls.ts
signatureHelpInCompleteGenericsCall.ts
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 Test that signature help doesn't show 'this' 2016-03-31 09:32:34 -07:00
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 Fix for issue #5947 2015-12-07 16:26:53 +00:00
smartIndentNestedModule.ts
smartIndentNonterminatedArgumentListAtEOF.ts
smartIndentNonterminatedIfStatementAtEOF.ts
smartIndentObjectBindingPattern01.ts
smartIndentObjectBindingPattern02.ts
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
staticPrototypePropertyOnClass.ts
stringBraceCompletionPosition.ts Script side implementation for Brace Completion. (#7587) 2016-04-15 11:38:42 -07:00
stringPropertyNames1.ts
stringPropertyNames2.ts
stringTemplateBraceCompletionPosition.ts Script side implementation for Brace Completion. (#7587) 2016-04-15 11:38:42 -07:00
superCallError0.ts
superInDerivedTypeOfGenericWithStatics.ts
superInsideInnerClass.ts Switch test encoding from UTF16 to iso-8859 2016-02-19 08:27:08 -08:00
switchIndenting.ts
symbolNameAtUnparseableFunctionOverload.ts
syntacticClassifications1.ts
syntacticClassificationsCancellation1.ts
syntacticClassificationsConflictMarkers1.ts
syntacticClassificationsConflictMarkers2.ts
syntacticClassificationsDocComment1.ts
syntacticClassificationsDocComment2.ts
syntacticClassificationsDocComment3.ts
syntacticClassificationsForOfKeyword.ts
syntacticClassificationsForOfKeyword2.ts
syntacticClassificationsForOfKeyword3.ts
syntacticClassificationsFunctionWithComments.ts
syntacticClassificationsJsx1.ts fix linter issues 2016-01-08 22:43:21 -08:00
syntacticClassificationsJsx2.ts properly classify dotted tag names in jsx 2016-02-01 13:35:57 -08:00
syntacticClassificationsObjectLiteral.ts
syntacticClassificationsTemplates1.ts
syntacticClassificationsTemplates2.ts
syntacticClassificationWithErrors.ts
syntaxErrorAfterImport1.ts
tabbingAfterNewlineInsertedBeforeWhile.ts
thisBindingInLambda.ts Update baselines 2016-01-29 14:52:47 -08:00
thisPredicateFunctionCompletions01.ts Fixed up fourslash tests to only test functions. 2016-02-12 15:22:25 -08:00
thisPredicateFunctionCompletions02.ts Fixed up fourslash tests to only test functions. 2016-02-12 15:22:25 -08:00
thisPredicateFunctionCompletions03.ts Fixing tests 2016-04-09 18:31:19 -07:00
thisPredicateFunctionQuickInfo.ts split tests by completions/quick info 2015-12-10 20:00:52 -08:00
thisPredicateFunctionQuickInfo01.ts Fixed up fourslash tests to only test functions. 2016-02-12 15:22:25 -08:00
thisPredicateFunctionQuickInfo02.ts Fixed up fourslash tests to only test functions. 2016-02-12 15:22:25 -08:00
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
toggleDuplicateFunctionDeclaration.ts
transitiveExportImports.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 Show aliases (e.g. imports) in JSX tag completion positions 2016-03-01 13:47:29 -08:00
tsxCompletionOnClosingTag1.ts Update tests 2015-12-11 14:12:57 -08:00
tsxCompletionOnClosingTag2.ts Update tests 2015-12-11 14:12:57 -08:00
tsxCompletionOnClosingTagWithoutJSX1.ts Update tests 2015-12-11 14:12:57 -08:00
tsxCompletionOnClosingTagWithoutJSX2.ts Update tests 2015-12-11 14:12:57 -08:00
tsxCompletionOnOpeningTagWithoutJSX1.ts Update fourslash tests 2016-03-28 14:21:08 -07:00
tsxGoToDefinitionClasses.ts
tsxGoToDefinitionIntrinsics.ts
tsxIncremental.ts
tsxParsing.ts
tsxQuickInfo1.ts Update tests 2015-12-08 18:53:37 -08:00
tsxQuickInfo2.ts Update tests 2015-12-08 18:53:37 -08:00
tsxRename1.ts
tsxRename2.ts
tsxRename3.ts
tsxRename4.ts
tsxRename5.ts
typeAboveNumberLiteralExpressionStatement.ts
typeArgCompletion.ts
typeAssertionsFormatting.ts
typeCheckAfterAddingGenericParameter.ts
typeCheckAfterResolve.ts
typeCheckObjectInArrayLiteral.ts
typedGenericPrototypeMember.ts
typeOfAFundule.ts
typeOfThisInStatics.ts
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
updateToClassStatics.ts
validBraceCompletionPosition.ts Script side implementation for Brace Completion. (#7587) 2016-04-15 11:38:42 -07:00
verifySingleFileEmitOutput1.ts Fix fallback to classic resolution 2016-02-12 15:40:47 -08:00
whiteSpaceBeforeReturnTypeFormatting.ts
whiteSpaceTrimming.ts
whiteSpaceTrimming2.ts
whiteSpaceTrimming3.ts
whiteSpaceTrimming4.ts
widenedTypes.ts
yieldKeywordFormatting.ts