TypeScript/tests/cases/fourslash
Yui ceab31cf0d Port PR #10016 to Master (#10100)
* Treat namespaceExportDeclaration as declaration

* Update baselines

* wip - add tests

* Add tests

* Show "export namespace" for quick-info
2016-08-05 10:12:01 -07:00
..
generated
server Merge pull request #9984 from Microsoft/node_kind 2016-07-29 08:19:07 -07:00
shims Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
shims-pp Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -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 Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
ambientShorthandGotoDefinition.ts Add tests 2016-06-10 08:03:41 -07:00
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
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 reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
chainedFatArrowFormatting.ts
chainedFunctionFunctionArgIndent.ts
chainedFunctionLambdaArgIndex.ts
classExtendsInterfaceSigHelp1.ts
classifyThisParameter.ts Classify this in parameter position as a keyword 2016-06-20 08:28:55 -07:00
classInterfaceInsert.ts
classRenamingErrorRecovery.ts
cloduleAsBaseClass.ts
cloduleAsBaseClass2.ts
cloduleTypeOf1.ts
cloduleWithRecursiveReference.ts
closedCommentsInConstructor.ts
codeCompletionEscaping.ts Fix bug: do unescaping in the right place, so that it only affects escaped javascript identifiers 2016-06-14 09:39:48 -07:00
commentBraceCompletionPosition.ts Fix typo 2016-06-23 17:36:59 -07:00
commentsBlocks.ts
commentsClass.ts
commentsClassMembers.ts
commentsCommentParsing.ts
commentsEnums.ts
commentsExternalModules.ts
commentsFunctionDeclaration.ts Split commentsFunction test into expr/decl 2016-06-08 10:56:52 -07:00
commentsFunctionExpression.ts Remove TODO comments 2016-06-08 11:07:42 -07:00
commentsImportDeclaration.ts
commentsInheritance.ts
commentsInterface.ts
commentsLinePreservation.ts
commentsModules.ts
commentsMultiModuleMultiFile.ts
commentsMultiModuleSingleFile.ts
commentsOverloads.ts
commentsUnion.ts
commentsVariables.ts code clean up 2016-04-14 16:51:22 -07:00
compileOnSaveWorksWhenEmitBlockingErrorOnOtherFile.ts
completion_enum-members-with-invalid-identifiers-should-not-show-in-completion.ts
completionAfterAtChar.ts
completionAfterBackslashFollowingString.ts
completionAfterDotDotDot.ts
completionBeforeSemanticDiagnosticsInArrowFunction1.ts
completionEntryForConst.ts
completionEntryForImportName.ts
completionEntryForPrimitive.ts
completionEntryForPropertyFromUnionOfModuleType.ts
completionEntryForShorthandPropertyAssignment.ts
completionEntryForUnionMethod.ts
completionEntryForUnionProperty.ts Fix fourslash tests 2016-07-18 17:14:34 -07:00
completionEntryForUnionProperty2.ts
completionEntryOnNarrowedType.ts
completionForQuotedPropertyInPropertyAssignment1.ts Port PR 9745 to master (#9881) 2016-07-22 07:15:12 -07:00
completionForQuotedPropertyInPropertyAssignment2.ts Port PR 9745 to master (#9881) 2016-07-22 07:15:12 -07:00
completionForQuotedPropertyInPropertyAssignment3.ts Port PR 9745 to master (#9881) 2016-07-22 07:15:12 -07:00
completionForQuotedPropertyInPropertyAssignment4.ts Port PR 9745 to master (#9881) 2016-07-22 07:15:12 -07:00
completionForStringLiteral.ts Add support for completion in string literals 2016-05-02 16:30:50 -07:00
completionForStringLiteral2.ts Add support for completion in string literals 2016-05-02 16:30:50 -07:00
completionForStringLiteral3.ts Add support for completion in string literals 2016-05-02 16:30:50 -07:00
completionInAugmentedClassModule.ts
completionInIncompleteCallExpression.ts
completionInJsDoc.ts
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
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
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 Fix fourslash test 2016-07-23 09:29:49 -07:00
completionListEnumValues.ts
completionListErrorRecovery.ts
completionListErrorRecovery2.ts
completionListForDerivedType1.ts
completionListForGenericInstance1.ts
completionListForNonExportedMemberInAmbientModuleWithExportAssignment1.ts
completionListForShorthandPropertyAssignment.ts
completionListForShorthandPropertyAssignment2.ts
completionListForTransitivelyExportedMembers01.ts
completionListForTransitivelyExportedMembers02.ts
completionListForTransitivelyExportedMembers03.ts
completionListForTransitivelyExportedMembers04.ts
completionListForUnicodeEscapeName.ts
completionListFunctionExpression.ts
completionListFunctionMembers.ts
completionListGenericConstraints.ts
completionListImplementingInterfaceFunctions.ts
completionListInArrowFunctionInUnclosedCallSite01.ts
completionListInClassExpressionWithTypeParameter.ts
completionListInClosedFunction01.ts
completionListInClosedFunction02.ts
completionListInClosedFunction03.ts
completionListInClosedFunction04.ts
completionListInClosedFunction05.ts
completionListInClosedFunction06.ts
completionListInClosedFunction07.ts
completionListInClosedObjectTypeLiteralInSignature01.ts
completionListInClosedObjectTypeLiteralInSignature02.ts
completionListInClosedObjectTypeLiteralInSignature03.ts
completionListInClosedObjectTypeLiteralInSignature04.ts
completionListInComments.ts
completionListInComments2.ts
completionListInComments3.ts
completionListInContextuallyTypedArgument.ts
completionListInEmptyFile.ts
completionListInExportClause01.ts
completionListInExportClause02.ts
completionListInExportClause03.ts
completionListInExtendsClause.ts
completionListInExtendsClauseAtEOF.ts
completionListInFatArrow.ts
completionListInFunctionDeclaration.ts
completionListInFunctionExpression.ts
completionListInImportClause01.ts
completionListInImportClause02.ts
completionListInImportClause03.ts
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
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
definitionNameOnEnumMember.ts
deleteClassWithEnumPresent.ts Fix test and rename a function 2016-07-27 07:46:39 -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
documentHighlightAtInheritedProperties2.ts
documentHighlightAtInheritedProperties3.ts
documentHighlightAtInheritedProperties4.ts
documentHighlightAtInheritedProperties5.ts
documentHighlightAtInheritedProperties6.ts
documentHighlightAtParameterPropertyDeclaration1.ts
documentHighlightAtParameterPropertyDeclaration2.ts
documentHighlightAtParameterPropertyDeclaration3.ts
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
exportEqualsInterfaceA.ts
exportEqualTypes.ts
extendArray.ts
extendArrayInterface.ts
extendArrayInterfaceMember.ts
extendInterfaceOverloadedMethod.ts
extendsTArray.ts
externalModuleIntellisense.ts
externalModuleRefernceResolutionOrderInImportDeclaration.ts
externalModuleWithExportAssignment.ts
failureToImplementClass.ts
findAllRefsForComputedProperties.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsForComputedProperties2.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsForDefaultExport01.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsForDefaultExport02.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsForDefaultExport03.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsForDefaultExport04.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsForDefaultExport05.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsForDefaultExport06.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsForDefaultExport07.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findAllRefsForDefaultExport08.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findAllRefsForFunctionExpression01.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsForObjectLiteralProperties.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsForStringLiteralTypes.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsForUMDModuleAlias1.ts Port PR #10016 to Master (#10100) 2016-08-05 10:12:01 -07:00
findAllRefsForVariableInExtendsClause01.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsForVariableInExtendsClause02.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsForVariableInImplementsClause01.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findAllRefsInClassExpression.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsInheritedProperties1.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsInheritedProperties2.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsInheritedProperties3.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsInheritedProperties4.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsInheritedProperties5.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsInsideTemplates1.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsInsideTemplates2.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsInsideWithBlock.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findAllRefsObjectBindingElementPropertyName01.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsObjectBindingElementPropertyName02.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsObjectBindingElementPropertyName03.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsObjectBindingElementPropertyName04.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsObjectBindingElementPropertyName05.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findAllRefsObjectBindingElementPropertyName06.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsObjectBindingElementPropertyName07.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsObjectBindingElementPropertyName09.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsObjectBindingElementPropertyName10.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsOnDecorators.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findAllRefsOnDefinition.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findAllRefsOnDefinition2.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findAllRefsOnImportAliases.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findAllRefsOnImportAliases2.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findAllRefsOnPrivateParameterProperty1.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsParameterPropertyDeclaration1.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsParameterPropertyDeclaration2.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsParameterPropertyDeclaration3.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsPropertyContextuallyTypedByTypeParam01.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsThisKeyword.ts Allow to find all references of the 'this 'keyword 2016-06-20 07:13:53 -07:00
findAllRefsThisKeywordMultipleFiles.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findAllRefsWithLeadingUnderscoreNames1.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsWithLeadingUnderscoreNames2.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsWithLeadingUnderscoreNames3.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsWithLeadingUnderscoreNames4.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsWithLeadingUnderscoreNames5.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsWithLeadingUnderscoreNames6.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsWithLeadingUnderscoreNames7.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsWithLeadingUnderscoreNames8.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsWithLeadingUnderscoreNames9.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
findAllRefsWithShorthandPropertyAssignment.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findAllRefsWithShorthandPropertyAssignment2.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findReferencesAcrossMultipleProjects.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findReferencesAfterEdit.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findReferencesJSXTagName.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
findReferencesJSXTagName2.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
fixingTypeParametersQuickInfo.ts
forceIndentAfterNewLineInsert.ts
forIn.ts
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
formatNamedExportImport.ts
formatNestedClassWithOpenBraceOnNewLines.ts
formatOnEnterFunctionDeclaration.ts
formatOnSemiColonAfterBreak.ts
formatParameter.ts
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 Add test 2016-06-29 16:00:11 -07:00
formattingInComment.ts
formattingInDestructuring1.ts
formattingInDestructuring2.ts
formattingInExpressionsInTsx.ts
formattingInMultilineComments.ts
formattingJsxElements.ts jsx opening element formatting 2016-08-01 00:35:34 +09:00
formattingJsxTexts.ts
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
formattingOptionsChangeJsx.ts make rules optional 2016-06-27 16:04:53 +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
formattingTemplatesWithNewline.ts Better name for test 2016-06-30 09:21:08 -07: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
formatTsx.ts Handle JSX bodies in formatter 2016-07-12 09:45:55 -07:00
formatTypeAlias.ts
formatTypeOperation.ts
formatVariableAssignments.ts
formatVariableDeclarationList.ts
formatWithBaseIndent.ts Add fourslash tests & address CR comments 2016-06-24 13:16:58 -07:00
formatWithStatement.ts
forwardReference.ts
fourslash.ts Merge pull request #9342 from Microsoft/typoinbracecompletion 2016-06-24 14:41:10 -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 Fix fourslash tests 2016-07-18 17:14:34 -07:00
genericTypeArgumentInference2.ts Fix fourslash tests 2016-07-18 17:14:34 -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 Merge JSDoc of assignments from function expressions 2016-06-07 16:22:18 -07:00
getJavaScriptQuickInfo8.ts
getJavaScriptSemanticDiagnostics1.ts
getJavaScriptSemanticDiagnostics2.ts
getJavaScriptSemanticDiagnostics3.ts
getJavaScriptSemanticDiagnostics4.ts
getJavaScriptSemanticDiagnostics5.ts
getJavaScriptSemanticDiagnostics6.ts
getJavaScriptSemanticDiagnostics7.ts
getJavaScriptSemanticDiagnostics8.ts
getJavaScriptSemanticDiagnostics9.ts
getJavaScriptSemanticDiagnostics10.ts
getJavaScriptSemanticDiagnostics11.ts
getJavaScriptSemanticDiagnostics12.ts
getJavaScriptSemanticDiagnostics13.ts
getJavaScriptSemanticDiagnostics14.ts
getJavaScriptSemanticDiagnostics15.ts
getJavaScriptSemanticDiagnostics16.ts
getJavaScriptSemanticDiagnostics17.ts
getJavaScriptSemanticDiagnostics18.ts Allow property declarations in .js files 2016-06-15 09:42:52 -07:00
getJavaScriptSemanticDiagnostics19.ts
getJavaScriptSemanticDiagnostics21.ts
getJavaScriptSemanticDiagnostics22.ts
getJavaScriptSemanticDiagnostics23.ts
getJavaScriptSemanticDiagnostics24.ts Fix fourslash tests 2016-07-18 17:14:34 -07:00
getMatchingBraces.ts
getMatchingBracesAdjacentBraces.ts
getMatchingBracesNegativeCases.ts
getNameOrDottedNameSpan.ts
getNavigationBarItems.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -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
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 Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfBindingPattern.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfClass.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfComputedProperty.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfEnum.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfExport.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfFunction.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfInterface.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfInterfaceClassMerge.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfNamespace.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfNumberNamedProperty.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfParameter.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfStringNamedProperty.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfTypeAlias.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
getOccurrencesIsDefinitionOfVariable.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
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
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
getPropertySymbolsFromBaseTypesDoesntCrash.ts
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
goToDefinitionAlias.ts
goToDefinitionAmbiants.ts
goToDefinitionApparentTypeProperties.ts
goToDefinitionBuiltInTypes.ts
goToDefinitionBuiltInValues.ts
goToDefinitionConstructorOfClassExpression01.ts
goToDefinitionConstructorOfClassWhenClassIsPrecededByNamespace01.ts
goToDefinitionConstructorOverloads.ts
goToDefinitionDecorator.ts
goToDefinitionDifferentFile.ts
goToDefinitionDifferentFileIndirectly.ts
goToDefinitionExternalModuleName.ts
goToDefinitionExternalModuleName2.ts
goToDefinitionExternalModuleName3.ts
goToDefinitionExternalModuleName4.ts
goToDefinitionExternalModuleName5.ts
goToDefinitionExternalModuleName6.ts
goToDefinitionExternalModuleName7.ts
goToDefinitionExternalModuleName8.ts
goToDefinitionExternalModuleName9.ts
goToDefinitionFunctionOverloads.ts
goToDefinitionFunctionOverloadsInClass.ts
goToDefinitionImplicitConstructor.ts
goToDefinitionImportedNames.ts
goToDefinitionImportedNames2.ts
goToDefinitionImportedNames3.ts
goToDefinitionImportedNames4.ts
goToDefinitionImportedNames5.ts
goToDefinitionImportedNames6.ts
goToDefinitionImportedNames7.ts
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
goToDefinitionThis.ts Make goto-definition work for this parameter 2016-06-21 05:56:18 -07:00
goToDefinitionTypePredicate.ts
goToDefinitionTypeReferenceDirective.ts Implicit type inclusion changes 2016-06-10 15:44:11 -07:00
goToDefinitionUndefinedSymbols.ts
goToDefinitionUnionTypeProperty1.ts
goToDefinitionUnionTypeProperty2.ts
goToDefinitionUnionTypeProperty3.ts
goToDefinitionUnionTypeProperty4.ts
goToModuleAliasDefinition.ts
goToTypeDefinition.ts
goToTypeDefinition2.ts
goToTypeDefinitionAliases.ts
goToTypeDefinitionEnumMembers.ts
goToTypeDefinitionModule.ts
goToTypeDefinitionPrimitives.ts
goToTypeDefinitionUnionType.ts
hoverOverComment.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
identationAfterInterfaceCall.ts
identifierErrorRecovery.ts
importDeclPaste0.ts
importJsNodeModule1.ts
importJsNodeModule2.ts
importJsNodeModule3.ts
importJsNodeModule4.ts Updated tests 2016-06-21 13:51:31 -07:00
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
indentationInAugmentations1.ts
indentationInAugmentations2.ts
indentationInJsx1.ts
indentationInJsx2.ts
indentationNone.ts
indentationWithBaseIndent.ts Add fourslash tests & address CR comments 2016-06-24 13:16:58 -07: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
intellisenseInObjectLiteral.ts
interfaceExtendsPrimitive.ts
interfaceIndent.ts
interfaceRecursiveInheritanceErrors0.ts
interfaceRecursiveInheritanceErrors1.ts
invalidRestArgError.ts
invertedCloduleAfterQuickInfo.ts
invertedFunduleAfterQuickInfo.ts
javaScriptModules12.ts
javaScriptModules13.ts
javaScriptModules14.ts
javaScriptModules15.ts
javaScriptModules16.ts
javaScriptModules17.ts
javaScriptModules18.ts
javaScriptModules19.ts
javascriptModules20.ts
javascriptModules21.ts
javascriptModules22.ts
javascriptModules23.ts
javascriptModules24.ts
javascriptModules25.ts Support module.exports.name = expr format 2016-04-29 00:41:38 -07:00
javaScriptModulesError1.ts
javaScriptPrototype1.ts
javaScriptPrototype2.ts
javaScriptPrototype3.ts
javaScriptPrototype4.ts
javaScriptPrototype5.ts
jsDocFunctionSignatures2.ts
jsDocFunctionSignatures3.ts
jsDocFunctionSignatures4.ts
jsDocGenerics1.ts
jsFileCompilationDuplicateFunctionImplementation.ts
jsxBraceCompletionPosition.ts Fix typo 2016-06-23 17:36:59 -07:00
jsxSpreadReference.ts
lambdaThisMembers.ts
letQuickInfoAndCompletionList.ts
localFunction.ts
localGetReferences.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
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
memberListOfEnumInModule.ts
memberListOfExportedClass.ts
memberListOfModule.ts
memberListOfModuleAfterInvalidCharater.ts
memberListOfModuleBeforeKeyword.ts
memberListOfModuleInAnotherModule.ts
memberListOfVarInArrowExpression.ts
memberListOnConstructorType.ts
memberlistOnDDot.ts
memberListOnExplicitThis.ts
memberListOnFunctionParameter.ts
memberListOnThisInClassWithPrivates.ts
memberOverloadEdits.ts
mergedDeclarations1.ts
mergedDeclarations2.ts
mergedDeclarationsWithExportAssignment1.ts
mispeltVariableForInLoopErrorRecovery.ts
missingMethodAfterEditAfterImport.ts
moduleEnumModule.ts
moduleIndent.ts
moduleMembersOfGenericType.ts
moduleReferenceValue.ts
moduleRenamingErrorRecovery.ts
moduleVariables.ts
multilineCommentBeforeOpenBrace.ts
multiModuleClodule1.ts
multiModuleFundule1.ts
multipleExportAssignmentsErrorList0.ts
nameOfRetypedClassInModule.ts
nameOrDottedNameClasses.ts
nameOrDottedNameStatements.ts
navbar_const.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navbar_contains-no-duplicates.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navbar_exportDefault.ts Refactor navigation bar 2016-06-17 07:42:26 -07:00
navbar_let.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigateItemsConst.ts
navigateItemsExports.ts
navigateItemsImports.ts
navigateItemsLet.ts
navigateToImport.ts Don't include imports in navigateTo if the imported declaration is also in the items and has the same name 2016-05-23 07:01:16 -07:00
navigationBarAnonymousClassAndFunctionExpressions.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarAnonymousClassAndFunctionExpressions2.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarGetterAndSetter.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarImports.ts Refactor navigation bar 2016-06-17 07:42:26 -07:00
navigationBarItemsBindingPatterns.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsBindingPatternsInConstructor.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsEmptyConstructors.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsExports.ts Use a JSON.stringify replacer function instead of changing the value beforehand 2016-05-27 06:27:13 -07:00
navigationBarItemsFunctions.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsFunctionsBroken.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsFunctionsBroken2.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsImports.ts Use a JSON.stringify replacer function instead of changing the value beforehand 2016-05-27 06:27:13 -07:00
navigationBarItemsInsideMethodsAndConstructors.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsItems.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsItems2.ts Refactor navigation bar 2016-06-17 07:42:26 -07:00
navigationBarItemsItemsExternalModules.ts Use a JSON.stringify replacer function instead of changing the value beforehand 2016-05-27 06:27:13 -07:00
navigationBarItemsItemsExternalModules2.ts Use a JSON.stringify replacer function instead of changing the value beforehand 2016-05-27 06:27:13 -07:00
navigationBarItemsItemsExternalModules3.ts Use a JSON.stringify replacer function instead of changing the value beforehand 2016-05-27 06:27:13 -07:00
navigationBarItemsItemsModuleVariables.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsMissingName1.ts Refactor navigation bar 2016-06-17 07:42:26 -07:00
navigationBarItemsMissingName2.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsModules.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsMultilineStringIdentifiers.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsPropertiesDefinedInConstructors.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsSymbols1.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsSymbols2.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsSymbols3.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarItemsTypeAlias.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarJsDoc.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarMerging.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -07:00
navigationBarNamespaceImportWithNoName.ts Show "<unknown>" if the name of a declaration is unavailable 2016-06-30 06:38:18 -07:00
navigationBarVariables.ts Unify nodeKind implementations for navigationBar and navigateTo 2016-07-27 06:31:56 -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
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
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 Fix fourslash test 2016-07-18 11:15:19 -07:00
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 Mark IIFE signature with anySignature during contextual typing 2016-05-19 12:33:37 -07:00
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 Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
quickInfoForShorthandProperty.ts
quickInfoForTypeofParameter.ts
quickInfoForTypeParameterInTypeAlias1.ts
quickInfoForTypeParameterInTypeAlias2.ts
quickInfoForUMDModuleAlias.ts Port PR #10016 to Master (#10100) 2016-08-05 10:12:01 -07:00
quickinfoForUnionProperty.ts Fix fourslash tests 2016-07-18 17:14:34 -07:00
quickInfoFromEmptyBlockComment.ts
quickInfoGenerics.ts
quickInfoInFunctionTypeReference.ts
quickInfoInFunctionTypeReference2.ts
quickInfoInInvalidIndexSignature.ts
quickInfoInObjectLiteral.ts
quickInfoInvalidLocations.ts
quickInfoInWithBlock.ts
quickinfoIsConsistent.ts
quickInfoMeaning.ts Use proper method of not resolving alias 2016-06-09 08:00:21 -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
quickInfoOnMergedModule.ts
quickInfoOnNarrowedType.ts Fix fourslash test 2016-05-02 16:24:21 -07:00
quickInfoOnNarrowedTypeInModule.ts Fix fourslash test 2016-06-03 17:31:16 -07:00
quickInfoOnObjectLiteralWithAccessors.ts
quickInfoOnObjectLiteralWithOnlyGetter.ts
quickInfoOnObjectLiteralWithOnlySetter.ts
quickInfoOnPrivateConstructorCall.ts
quickInfoOnProtectedConstructorCall.ts
quickInfoOnThis.ts Make goto-definition work for this parameter 2016-06-21 05:56:18 -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 Make goto-definition work for this parameter 2016-06-21 05:56:18 -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
recursiveGenerics2.ts
recursiveInternalModuleImport.ts
recursiveObjectLiteral.ts
recursiveWrappedTypeParameters1.ts
referenceInParameterPropertyDeclaration.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesBloomFilters.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesBloomFilters2.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesBloomFilters3.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForAmbients.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForClassLocal.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForClassMembers.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForClassMembersExtendingAbstractClass.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForClassMembersExtendingGenericClass.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForClassParameter.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForContextuallyTypedObjectLiteralProperties.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForContextuallyTypedUnionProperties.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForContextuallyTypedUnionProperties2.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForEnums.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForExportedValues.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForExternalModuleNames.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForFunctionOverloads.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForFunctionParameter.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForGlobals.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForGlobals2.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForGlobals3.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForGlobals4.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForGlobals5.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForGlobalsInExternalModule.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForIllegalAssignment.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForImports.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForIndexProperty.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForIndexProperty2.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForIndexProperty3.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForInheritedProperties.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForInheritedProperties2.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForInheritedProperties3.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForInheritedProperties4.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForInheritedProperties5.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForInheritedProperties6.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForInheritedProperties7.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForInheritedProperties8.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForInheritedProperties9.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForLabel.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForLabel2.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForLabel3.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForLabel4.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForLabel5.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForLabel6.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForMergedDeclarations.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForMergedDeclarations2.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForMergedDeclarations3.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForMergedDeclarations4.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForMergedDeclarations5.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForMergedDeclarations6.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForMergedDeclarations7.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForMergedDeclarations8.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForNoContext.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForNumericLiteralPropertyNames.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForObjectLiteralProperties.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForOverrides.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForPropertiesOfGenericType.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForStatic.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referencesForStaticsAndMembersWithSameNames.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
referencesForStringLiteralPropertyNames.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
referencesForStringLiteralPropertyNames2.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
referencesForStringLiteralPropertyNames3.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
referencesForStringLiteralPropertyNames4.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
referencesForUnionProperties.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
referencesInComment.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
referenceToClass.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
regexDetection.ts
regexErrorRecovery.ts
regexp.ts
remoteGetReferences.ts Change reference tests to verify actual ranges referenced and not just their count 2016-06-23 10:48:35 -07:00
removeDeclareFunctionExports.ts
removeDeclareInModule.ts
removeDeclareKeyword.ts
removeDeclareParamTypeAnnotation.ts
removeDuplicateIdentifier.ts
removeExportedClassFromReopenedModule.ts
removeExportFromInterfaceError0.ts
removeExportFromInterfaceError1.ts
removeInterfaceExtendsClause.ts
removeInterfaceUsedAsGenericTypeArgument.ts
removeParameterBetweenCommentAndParameter.ts
removeVarFromModuleWithReopenedEnums.ts
renameAcrossMultipleProjects.ts
renameAlias.ts Port PR #10016 to Master (#10100) 2016-08-05 10:12:01 -07:00
renameAlias2.ts Do not resolve alias when getting symbol of import equal's right hand side 2016-05-24 12:11:15 -07:00
renameAlias3.ts Do not resolve alias when getting symbol of import equal's right hand side 2016-05-24 12:11:15 -07:00
renameAliasExternalModule.ts Do not resolve alias when getting symbol of import equal's right hand side 2016-05-24 12:11:15 -07:00
renameAliasExternalModule2.ts Do not resolve alias when getting symbol of import equal's right hand side 2016-05-24 12:11:15 -07:00
renameAliasExternalModule3.ts Do not resolve alias when getting symbol of import equal's right hand side 2016-05-24 12:11:15 -07: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
renameCrossJsTs02.ts
renameDefaultImport.ts
renameDefaultImportDifferentName.ts
renameDestructuringAssignment.ts
renameDestructuringAssignmentInFor.ts
renameDestructuringAssignmentInFor2.ts
renameDestructuringAssignmentInForOf.ts
renameDestructuringAssignmentInForOf2.ts
renameDestructuringAssignmentNestedInArrayLiteral.ts
renameDestructuringAssignmentNestedInArrayLiteral2.ts
renameDestructuringAssignmentNestedInFor.ts
renameDestructuringAssignmentNestedInFor2.ts
renameDestructuringAssignmentNestedInForOf.ts
renameDestructuringAssignmentNestedInForOf2.ts
renameDestructuringClassProperty.ts
renameDestructuringDeclarationInFor.ts
renameDestructuringDeclarationInForOf.ts
renameDestructuringFunctionParameter.ts
renameDestructuringNestedBindingElement.ts
renameForDefaultExport01.ts
renameForDefaultExport02.ts
renameForDefaultExport03.ts
renameForDefaultExport04.ts
renameForDefaultExport05.ts
renameForDefaultExport06.ts
renameForDefaultExport07.ts
renameForDefaultExport08.ts
renameForDefaultExport09.ts
renameImportAndExport.ts
renameImportAndExportInDiffFiles.ts Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
renameImportAndShorthand.ts
renameImportNamespaceAndShorthand.ts
renameImportOfExportEquals.ts
renameImportRequire.ts
renameInfoForFunctionExpression01.ts
renameInheritedProperties1.ts
renameInheritedProperties2.ts
renameInheritedProperties3.ts
renameInheritedProperties4.ts
renameInheritedProperties5.ts
renameInheritedProperties6.ts
renameInheritedProperties7.ts
renameInheritedProperties8.ts
renameJsExports01.ts
renameJsExports02.ts
renameJsPrototypeProperty01.ts
renameJsPrototypeProperty02.ts
renameJsThisProperty01.ts
renameJsThisProperty02.ts
renameJsThisProperty03.ts Symbol for property assignments in Salsa/ES6 constructors 2016-05-26 12:42:35 -07:00
renameJsThisProperty04.ts Symbol for property assignments in Salsa/ES6 constructors 2016-05-26 12:42:35 -07:00
renameLocationsForClassExpression01.ts
renameLocationsForFunctionExpression01.ts
renameLocationsForFunctionExpression02.ts
renameModuleToVar.ts
renameNameOnEnumMember.ts
renameObjectBindingElementPropertyName01.ts
renameParameterPropertyDeclaration1.ts
renameParameterPropertyDeclaration2.ts
renameParameterPropertyDeclaration3.ts
renameParameterPropertyDeclaration4.ts
renameParameterPropertyDeclaration5.ts
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
renameThis.ts Make goto-definition work for this parameter 2016-06-21 05:56:18 -07:00
renameUMDModuleAlias1.ts Port PR #10016 to Master (#10100) 2016-08-05 10:12:01 -07:00
renameUMDModuleAlias2.ts Port PR #10016 to Master (#10100) 2016-08-05 10:12:01 -07:00
restArgSignatureHelp.ts
restArgType.ts
restParamsContextuallyTyped.ts
returnRecursiveType.ts
returnTypeOfGenericFunction1.ts
runtimeBehaviorTests.ts
salsaMethodsOnAssignedFunctionExpressions.ts Test adding members to JS variables whose initialisers are functions 2016-06-10 14:11:31 -07:00
scopeOfUnionProperties.ts
selfReferencedExternalModule.ts
selfReferencedExternalModule2.ts
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
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 Fixed up tests that used 'string[]' instead of 'TemplateStringsArray'. 2016-07-08 17:39:51 -07:00
signatureHelpTaggedTemplatesWithOverloadedTags4.ts
signatureHelpTaggedTemplatesWithOverloadedTags5.ts
signatureHelpTaggedTemplatesWithOverloadedTags6.ts
signatureHelpTaggedTemplatesWithOverloadedTags7.ts Fixed up tests that used 'string[]' instead of 'TemplateStringsArray'. 2016-07-08 17:39:51 -07:00
signatureHelpTaggedTemplatesWithOverloadedTags8.ts
signatureHelpTaggedTemplatesWithOverloadedTags9.ts
signatureHelpThis.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
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 Fix typo 2016-06-23 17:36:59 -07:00
stringPropertyNames1.ts
stringPropertyNames2.ts
stringTemplateBraceCompletionPosition.ts Fix typo 2016-06-23 17:36:59 -07:00
superCallError0.ts
superInDerivedTypeOfGenericWithStatics.ts
superInsideInnerClass.ts
switchIndenting.ts
symbolNameAtUnparseableFunctionOverload.ts
syntacticClassificationForJSDocTemplateTag.ts Run fixupParentReferences when parsing isolated jsDocComment 2016-06-01 22:57:25 -07:00
syntacticClassifications1.ts
syntacticClassificationsCancellation1.ts
syntacticClassificationsConflictMarkers1.ts
syntacticClassificationsConflictMarkers2.ts
syntacticClassificationsDocComment1.ts
syntacticClassificationsDocComment2.ts
syntacticClassificationsDocComment3.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 Fixing tests 2016-04-09 18:31:19 -07:00
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
toggleDuplicateFunctionDeclaration.ts
trailingCommaSignatureHelp.ts Allow trailing commas in function parameter and argument lists 2016-06-02 08:18:21 -07:00
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
tsxCompletionOnClosingTag1.ts
tsxCompletionOnClosingTag2.ts
tsxCompletionOnClosingTagWithoutJSX1.ts
tsxCompletionOnClosingTagWithoutJSX2.ts
tsxCompletionOnOpeningTagWithoutJSX1.ts
tsxGoToDefinitionClasses.ts
tsxGoToDefinitionIntrinsics.ts
tsxIncremental.ts
tsxParsing.ts
tsxQuickInfo1.ts
tsxQuickInfo2.ts
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 Fix typo 2016-06-23 17:36:59 -07:00
verifySingleFileEmitOutput1.ts
whiteSpaceBeforeReturnTypeFormatting.ts
whiteSpaceTrimming.ts
whiteSpaceTrimming2.ts
whiteSpaceTrimming3.ts
whiteSpaceTrimming4.ts
widenedTypes.ts
yieldKeywordFormatting.ts