TypeScript/tests/cases/fourslash
Anders Hejlsberg 6d36dd5296 Merge pull request #2729 from Microsoft/reducedUnionTypes
Consistently reduce union types
2015-04-14 15:24:49 -07:00
..
generated
server merging with master 2015-04-09 16:05:06 -07:00
shims Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -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
aliasToVarUsedAsType.ts
alignmentAfterFormattingOnMultilineExpressionAndParametersList.ts
ambientVariablesWithSameName.ts
argumentsAreAvailableAfterEditsAtEndOfFunction.ts
argumentsIndexExpression.ts
arrayCallAndConstructTypings.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
arrayConcatTypeCheck0.ts
arrayConcatTypeCheck1.ts
assertContextualType.ts
assignToExistingClass.ts
augmentedTypesClass1.ts
augmentedTypesClass2.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
augmentedTypesClass3.ts
augmentedTypesModule1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
augmentedTypesModule2.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
augmentedTypesModule3.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
augmentedTypesModule4.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
augmentedTypesModule5.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
augmentedTypesModule6.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
autoFormattingOnPasting.ts
automaticConstructorToggling.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
basicClassMembers.ts
bestCommonTypeObjectLiterals1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
breakpointValidationArrayLiteralExpressions.ts
breakpointValidationBinaryExpressions.ts
breakpointValidationBreakOrContinue.ts
breakpointValidationClass.ts
breakpointValidationClassAmbient.ts
breakpointValidationClasses.ts
breakpointValidationConditionalExpressions.ts
breakpointValidationConst.ts
breakpointValidationDebugger.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
chainedFatArrowFormatting.ts
chainedFunctionFunctionArgIndent.ts
chainedFunctionLambdaArgIndex.ts
classExtendsInterfaceSigHelp1.ts
classInterfaceInsert.ts
classRenamingErrorRecovery.ts
cloduleAsBaseClass.ts
cloduleAsBaseClass2.ts
cloduleTypeOf1.ts
cloduleWithRecursiveReference.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
closedCommentsInConstructor.ts
commentsBlocks.ts
commentsClass.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
commentsClassMembers.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
commentsCommentParsing.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
commentsEnums.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
commentsExternalModules.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
commentsFunction.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
commentsImportDeclaration.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
commentsInheritance.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
commentsInterface.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
commentsLinePreservation.ts
commentsModules.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
commentsMultiModuleMultiFile.ts Merge branch 'master' into JSLS 2015-03-24 18:00:02 -07:00
commentsMultiModuleSingleFile.ts
commentsOverloads.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
commentsUnion.ts
commentsVariables.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
completion_enum-members-with-invalid-identifiers-should-not-show-in-completion.ts
completionAfterAtChar.ts
completionAfterBackslashFollowingString.ts
completionAfterDotDotDot.ts Fix #2725: Add check for parent before using it 2015-04-13 16:28:06 -07:00
completionBeforeSemanticDiagnosticsInArrowFunction1.ts
completionEntryForConst.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
completionEntryForImportName.ts
completionEntryForPrimitive.ts
completionEntryForPropertyFromUnionOfModuleType.ts Consistently reduce union types in property access 2015-04-12 10:35:57 -07:00
completionEntryForShorthandPropertyAssignment.ts
completionEntryForUnionMethod.ts
completionEntryForUnionProperty.ts
completionEntryForUnionProperty2.ts
completionEntryOnNarrowedType.ts
completionForExports.ts
completionInAugmentedClassModule.ts
completionInIncompleteCallExpression.ts Fix #2724: ensure checkIteratedTypeOrElementType returns a type 2015-04-13 19:41:29 -07:00
completionInTypeOf1.ts
completionInTypeOf2.ts
completionListAfterAnyType.ts
completionListAfterClassExtends.ts
completionListAfterFunction.ts
completionListAfterFunction2.ts
completionListAfterFunction3.ts
completionListAfterInvalidCharacter.ts
completionListAfterNumericLiteral.ts
completionListAfterNumericLiteral1.ts
completionListAfterObjectLiteral1.ts
completionListAfterRegularExpressionLiteral1.ts
completionListAfterSlash.ts
completionListAfterStringLiteral1.ts
completionListAndMemberListOnCommentedDot.ts
completionListAndMemberListOnCommentedLine.ts
completionListAndMemberListOnCommentedWhiteSpace.ts
completionListAtBeginningOfFile01.ts Added test for completions at beginning of file. 2015-03-18 12:12:57 -07:00
completionListAtBeginningOfIdentifierInArrowFunction01.ts More tests. 2015-03-25 14:16:12 -07:00
completionListAtDeclarationOfParameterType.ts
completionListAtEndOfWordInArrowFunction01.ts Added tests related to completions with keywords. 2015-03-25 16:35:37 -07:00
completionListAtEndOfWordInArrowFunction02.ts Added tests related to completions with keywords. 2015-03-25 16:35:37 -07:00
completionListAtEndOfWordInArrowFunction03.ts Added tests related to completions with keywords. 2015-03-25 16:35:37 -07:00
completionListAtEOF.ts
completionListAtEOF1.ts
completionListAtEOF2.ts
completionListAtIdentifierDefinitionLocations_catch.ts
completionListAtIdentifierDefinitionLocations_classes.ts
completionListAtIdentifierDefinitionLocations_destructuring.ts
completionListAtIdentifierDefinitionLocations_enumMembers.ts
completionListAtIdentifierDefinitionLocations_enumMembers2.ts
completionListAtIdentifierDefinitionLocations_enums.ts
completionListAtIdentifierDefinitionLocations_functions.ts
completionListAtIdentifierDefinitionLocations_Generics.ts
completionListAtIdentifierDefinitionLocations_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 Added tests for completions before a new scope. 2015-03-17 00:16:47 -07:00
completionListBeforeNewScope02.ts Fixed missing marker. 2015-03-17 00:39:46 -07:00
completionListBuilderLocations_Modules.ts
completionListBuilderLocations_parameters.ts
completionListBuilderLocations_properties.ts
completionListBuilderLocations_VariableDeclarations.ts
completionListCladule.ts
completionListClassMembers.ts
completionListEnumMembers.ts
completionListEnumValues.ts
completionListErrorRecovery.ts
completionListErrorRecovery2.ts
completionListForDerivedType1.ts
completionListForGenericInstance1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
completionListForNonExportedMemberInAmbientModuleWithExportAssignment1.ts
completionListForShorthandPropertyAssignment.ts
completionListForShorthandPropertyAssignment2.ts
completionListForTransitivelyExportedMembers01.ts Added tests. 2015-03-24 18:30:44 -07:00
completionListForTransitivelyExportedMembers02.ts Added tests. 2015-03-24 18:30:44 -07:00
completionListForTransitivelyExportedMembers03.ts Added tests. 2015-03-24 18:30:44 -07:00
completionListForTransitivelyExportedMembers04.ts Added tests. 2015-03-24 18:30:44 -07:00
completionListFunctionExpression.ts
completionListFunctionMembers.ts
completionListGenericConstraints.ts
completionListInArrowFunctionInUnclosedCallSite01.ts Removed negations from test. 2015-03-17 00:41:09 -07:00
completionListInClosedFunction01.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInClosedFunction02.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInClosedFunction03.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInClosedFunction04.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInClosedFunction05.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInClosedFunction06.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInClosedFunction07.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInClosedObjectTypeLiteralInSignature01.ts Fixed up more tests. 2015-03-17 00:44:13 -07:00
completionListInClosedObjectTypeLiteralInSignature02.ts Fixed up more tests. 2015-03-17 00:44:13 -07:00
completionListInClosedObjectTypeLiteralInSignature03.ts Fixed up more tests. 2015-03-17 00:44:13 -07:00
completionListInClosedObjectTypeLiteralInSignature04.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInComments.ts
completionListInComments2.ts
completionListInComments3.ts
completionListInContextuallyTypedArgument.ts
completionListInEmptyFile.ts
completionListInExtendsClause.ts CR feedback. 2015-03-31 17:23:52 -07:00
completionListInExtendsClauseAtEOF.ts
completionListInFatArrow.ts
completionListInFunctionDeclaration.ts
completionListInFunctionExpression.ts
completionListInMiddleOfIdentifierInArrowFunction01.ts More tests. 2015-03-25 14:16:12 -07:00
completionListInNamedFunctionExpression.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
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
completionListInUnclosedCommaExpression01.ts Added tests. 2015-03-17 13:33:01 -07:00
completionListInUnclosedCommaExpression02.ts Added tests. 2015-03-17 13:33:01 -07:00
completionListInUnclosedDeleteExpression01.ts More cases and tests for them. 2015-03-17 12:21:35 -07:00
completionListInUnclosedDeleteExpression02.ts More cases and tests for them. 2015-03-17 12:21:35 -07:00
completionListInUnclosedElementAccessExpression01.ts Start handling element access expressions. 2015-03-17 12:27:59 -07:00
completionListInUnclosedElementAccessExpression02.ts Start handling element access expressions. 2015-03-17 12:27:59 -07:00
completionListInUnclosedForLoop01.ts Added tests. 2015-03-17 13:33:01 -07:00
completionListInUnclosedForLoop02.ts Added tests. 2015-03-17 13:33:01 -07:00
completionListInUnclosedFunction01.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction02.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction03.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction04.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction05.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction06.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction07.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction08.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction09.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction10.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction11.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction12.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction13.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction14.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction15.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction16.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction17.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction18.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedFunction19.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedIndexSignature01.ts Account for typeof expressions, added test. 2015-03-17 08:07:40 -07:00
completionListInUnclosedIndexSignature02.ts Added index signature case. 2015-03-17 07:50:15 -07:00
completionListInUnclosedIndexSignature03.ts Account for typeof expressions, added test. 2015-03-17 08:07:40 -07:00
completionListInUnclosedObjectTypeLiteralInSignature01.ts Fixed up tests. 2015-03-17 00:32:57 -07:00
completionListInUnclosedObjectTypeLiteralInSignature02.ts Fixed up tests. 2015-03-17 00:32:57 -07:00
completionListInUnclosedObjectTypeLiteralInSignature03.ts Fixed up tests. 2015-03-17 00:32:57 -07:00
completionListInUnclosedObjectTypeLiteralInSignature04.ts Added tests. 2015-03-17 00:16:50 -07:00
completionListInUnclosedSpreadExpression01.ts More cases and tests for them. 2015-03-17 12:21:35 -07:00
completionListInUnclosedSpreadExpression02.ts More cases and tests for them. 2015-03-17 12:21:35 -07:00
completionListInUnclosedTaggedTemplate01.ts More cases and tests for them. 2015-03-17 12:21:35 -07:00
completionListInUnclosedTaggedTemplate02.ts More cases and tests for them. 2015-03-17 12:21:35 -07:00
completionListInUnclosedTemplate01.ts More cases and tests for them. 2015-03-17 12:21:35 -07:00
completionListInUnclosedTemplate02.ts More cases and tests for them. 2015-03-17 12:21:35 -07:00
completionListInUnclosedTypeOfExpression01.ts More cases and tests for them. 2015-03-17 12:21:35 -07:00
completionListInUnclosedTypeOfExpression02.ts More cases and tests for them. 2015-03-17 12:21:35 -07:00
completionListInUnclosedVoidExpression01.ts More cases and tests for them. 2015-03-17 12:21:35 -07:00
completionListInUnclosedYieldExpression01.ts More cases and tests for them. 2015-03-17 12:21:35 -07:00
completionListInvalidMemberNames.ts
completionListInvalidMemberNames2.ts
completionListKeywords.ts
completionListModuleMembers.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 Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
completionListOnSuper.ts
completionListOnVarBetweenModules.ts
completionListOutsideOfClosedArrowFunction01.ts Added tests. 2015-03-17 13:33:01 -07:00
completionListOutsideOfClosedArrowFunction02.ts Added tests. 2015-03-17 13:33:01 -07:00
completionListOutsideOfClosedFunctionDeclaration01.ts Added tests. 2015-03-17 13:33:01 -07:00
completionListOutsideOfForLoop01.ts Added tests. 2015-03-17 13:33:01 -07:00
completionListOutsideOfForLoop02.ts Added tests. 2015-03-17 13:33:01 -07:00
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 Merge branch 'master' into JSLS 2015-03-24 18:00:02 -07:00
completionListWithModulesFromModule.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
completionListWithModulesInsideModuleScope.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
completionListWithModulesOutsideModuleScope.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
completionListWithModulesOutsideModuleScope2.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
completionListWithUnresolvedModule.ts
consistenceOnIndentionsOfChainedFunctionCalls.ts
consistenceOnIndentionsOfObjectsInAListAfterFormatting.ts
consistentContextualTypeErrorsAfterEdits.ts
constEnumQuickInfoAndCompletionList.ts
constEnumsEmitOutputInMultipleFiles.ts
constQuickInfoAndCompletionList.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
constructorBraceFormatting.ts
constructorQuickInfo.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
contextuallyTypedFunctionExpressionGeneric1.ts
contextualTyping.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
contextualTypingFromTypeAssertion1.ts
contextualTypingGenericFunction1.ts
contextualTypingOfArrayLiterals1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
contextualTypingOfGenericCallSignatures1.ts
contextualTypingOfGenericCallSignatures2.ts
contextualTypingReturnExpressions.ts
debuggerStatementIndent.ts
declareFunction.ts
defaultParamsAndContextualTypes.ts
definition.ts
definitionNameOnEnumMember.ts Don't cache the typechecker at the LS level. Just get it when needed from the program. 2015-04-03 16:50:32 -07:00
deleteClassWithEnumPresent.ts
deleteExtensionInReopenedInterface.ts
deleteModifierBeforeVarStatement1.ts
deleteReopenedModule.ts
deleteTypeParameter.ts
derivedTypeIndexerWithGenericConstraints.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
distinctTypesInCallbacksWithSameNames.ts
duplicateClassModuleError0.ts
duplicateFunctionImplementation.ts
duplicateIndexers.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
duplicateTypeParameters.ts
editLambdaArgToTypeParameter1.ts
emptyArrayInference.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
enumAddition.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
enumUpdate1.ts
errorConsistency.ts
errorInIncompleteMethodInObjectLiteral.ts
errorsAfterResolvingVariableDeclOfMergedVariableAndClassDecl.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
eval.ts
exportClauseErrorReporting0.ts
exportDefaultClass.ts Handel export default declaration completions 2015-03-30 20:28:24 -07:00
exportDefaultFunction.ts Handel export default declaration completions 2015-03-30 20:28:24 -07:00
exportEqualCallableInterface.ts
exportEqualsInterfaceA.ts
exportEqualTypes.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
extendArray.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
extendArrayInterface.ts
extendArrayInterfaceMember.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
extendInterfaceOverloadedMethod.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
extendsTArray.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
externalModuleIntellisense.ts
externalModuleRefernceResolutionOrderInImportDeclaration.ts
externalModuleWithExportAssignment.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
failureToImplementClass.ts
findAllRefsInsideTemplates1.ts
findAllRefsInsideTemplates2.ts
findAllRefsInsideWithBlock.ts Add a new findReferences API that buckets results with the definition they matched against. 2015-03-20 14:31:36 -07:00
findAllRefsOnDecorators.ts Fix find all refs and goto def for decorators 2015-04-07 12:37:05 -07:00
findAllRefsOnDefinition.ts
findAllRefsOnDefinition2.ts
findAllRefsOnImportAliases.ts
findAllRefsOnImportAliases2.ts
findAllRefsOnPrivateParameterProperty1.ts
findAllRefsThisKeywordMultipleFiles.ts
findAllRefsWithLeadingUnderscoreNames1.ts
findAllRefsWithLeadingUnderscoreNames2.ts
findAllRefsWithLeadingUnderscoreNames3.ts
findAllRefsWithLeadingUnderscoreNames4.ts
findAllRefsWithLeadingUnderscoreNames5.ts
findAllRefsWithLeadingUnderscoreNames6.ts
findAllRefsWithLeadingUnderscoreNames7.ts
findAllRefsWithLeadingUnderscoreNames8.ts
findAllRefsWithLeadingUnderscoreNames9.ts
findAllRefsWithShorthandPropertyAssignment.ts
findAllRefsWithShorthandPropertyAssignment2.ts
findReferencesAfterEdit.ts
forceIndentAfterNewLineInsert.ts
forIn.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
formatAfterObjectLiteral.ts
formatAnyTypeLiteral.ts
formatArrayOrObjectLiteralsInVariableList.ts
formatColonAndQMark.ts
formatConflictMarker1.ts
formatControlFlowConstructs.ts
formatDebuggerStatement.ts
formatEmptyBlock.ts
formatEmptyParamList.ts
formatImplicitModule.ts
formatImportDeclaration.ts
formatInTryCatchFinally.ts
formatMultilineComment.ts
formatNestedClassWithOpenBraceOnNewLines.ts
formatOnSemiColonAfterBreak.ts
formatSelectionWithTrivia.ts
formatTemplateLiteral.ts
formattingAfterChainedFatArrow.ts
formattingAfterMultiLineIfCondition.ts
formattingAfterMultiLineString.ts
formattingArrayLiteral.ts
formattingBlockInCaseClauses.ts
formattingChangeSettings.ts drop interned indentation prefixes if format options has changed 2015-03-17 16:34:13 -07:00
formattingComma.ts
formattingCommentsBeforeErrors.ts
formattingConditionalOperator.ts
formattingConditionals.ts
formattingCrash.ts
formattingDecorators.ts PR feedback and baseline updates 2015-04-08 17:06:00 -07:00
formattingElseInsideAFunction.ts
formattingExpressionsInIfCondition.ts
formattingFatArrowFunctions.ts
formattingForIn.ts
formattingForLoopSemicolons.ts
formattingForOfKeyword.ts
formattingHexLiteral.ts
formattingIfInElseBlock.ts
formattingInComment.ts
formattingInDestructuring1.ts
formattingInDestructuring2.ts
formattingInMultilineComments.ts
formattingKeywordAsIdentifier.ts
formattingMultilineCommentsWithTabs1.ts
formattingMultilineCommentsWithTabs2.ts
formattingMultilineTemplateLiterals.ts
formattingNestedScopes.ts
formattingObjectLiteral.ts
formattingOfChainedLambda.ts
formattingOfModuleExport.ts
formattingOfMultilineBlockConstructs.ts
formattingofSingleLineBlockConstructs.ts
formattingOnChainedCallbacks.ts formattingOnChainedCallbacks (passing) 2015-04-11 12:11:28 +09:00
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
formattingQMark.ts
formattingRegexes.ts
formattingSingleLineWithNewLineOptionSet.ts
formattingSkippedTokens.ts
formattingSpaceAfterCommaBeforeOpenParen.ts
formattingSpacesAfterConstructor.ts
formattingTemplates.ts
formattingVoid.ts
formattingWithEnterAfterMultilineString.ts
formattingWithLimitedSpan.ts
formatTryCatch.ts
formatVariableDeclarationList.ts
formatWithStatement.ts
forwardReference.ts
fourslash.ts Add tests for javascript semantic dianostics. 2015-03-17 16:27:56 -07:00
fsEditMarkerPositions.ts
functionFormatting.ts
functionIndentation.ts
functionOverloadCount.ts
functionProperty.ts
functionRenamingErrorRecovery.ts
functionTypeFormatting.ts
functionTypes.ts
funduleWithRecursiveReference.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericArityEnforcementAfterEdit.ts
genericAssignmentCompat.ts
genericCallSignaturesInNonGenericTypes1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericCallSignaturesInNonGenericTypes2.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericCallsWithOptionalParams1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericCloduleCompletionList.ts
genericCombinators1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericCombinators2.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericCombinators3.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericCombinatorWithConstraints1.ts
genericDerivedTypeAcrossModuleBoundary1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericFunctionReturnType.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericFunctionReturnType2.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericFunctionSignatureHelp1.ts
genericFunctionSignatureHelp2.ts
genericFunctionSignatureHelp3.ts
genericFunctionSignatureHelp3MultiFile.ts
genericFunctionWithGenericParams1.ts
genericInterfacePropertyInference1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericInterfacePropertyInference2.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericInterfacesWithConstraints1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericInterfaceWithInheritanceEdit1.ts
genericMapTyping1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericMethodParam.ts
genericObjectBaseType.ts
genericParameterHelp.ts
genericParameterHelpConstructorCalls.ts
genericParameterHelpTypeReferences.ts
genericRespecialization1.ts
genericsFormatting.ts
genericSignaturesAreProperlyCleaned.ts
genericTypeArgumentInference1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericTypeArgumentInference2.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericTypeParamUnrelatedToArguments1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericTypeWithMultipleBases1.ts
genericTypeWithMultipleBases1MultiFile.ts
genericWithSpecializedProperties1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericWithSpecializedProperties2.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
genericWithSpecializedProperties3.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
getCompletionEntryDetails.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
getCompletionEntryDetails2.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
getDeclarationDiagnostics.ts
getEmitOutputDeclarationMultiFiles.ts
getEmitOutputDeclarationSingleFile.ts
getEmitOutputExternalModule.ts
getEmitOutputExternalModule2.ts
getEmitOutputMapRoot.ts
getEmitOutputNoErrors.ts
getEmitOutputOnlyOneFile.ts
getEmitOutputSingleFile.ts
getEmitOutputSingleFile2.ts
getEmitOutputSourceMap.ts
getEmitOutputSourceMap2.ts
getEmitOutputSourceRoot.ts
getEmitOutputSourceRootMultiFiles.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
getJavaScriptSemanticDiagnostics1.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics2.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics3.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics4.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics5.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics6.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics7.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics8.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics9.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics10.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics11.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics12.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics13.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics14.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics15.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics16.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics17.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics18.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics19.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics20.ts PR feedback. 2015-04-02 14:58:43 -07:00
getJavaScriptSemanticDiagnostics21.ts PR feedback. 2015-04-02 14:58:43 -07:00
getMatchingBraces.ts
getMatchingBracesAdjacentBraces.ts
getMatchingBracesNegativeCases.ts
getNameOrDottedNameSpan.ts
getOccurrencesAfterEdit.ts
getOccurrencesConst01.ts Added tests for const modifiers. 2015-03-18 13:55:09 -07:00
getOccurrencesConst02.ts Added tests for const modifiers. 2015-03-18 13:55:09 -07:00
getOccurrencesConst03.ts Added tests for const modifiers. 2015-03-18 13:55:09 -07:00
getOccurrencesConst04.ts Fixed test. 2015-03-18 14:06:58 -07:00
getOccurrencesConstructor.ts
getOccurrencesConstructor2.ts
getOccurrencesDeclare1.ts merging with master 2015-04-09 16:05:06 -07:00
getOccurrencesDeclare2.ts
getOccurrencesDeclare3.ts merging with master 2015-04-09 16:05:06 -07:00
getOccurrencesExport1.ts merging with master 2015-04-09 16:05:06 -07:00
getOccurrencesExport2.ts
getOccurrencesExport3.ts merging with master 2015-04-09 16:05:06 -07:00
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 Add tests 2015-04-07 15:41:21 -07:00
getOccurrencesOfUndefinedSymbol.ts Add a new findReferences API that buckets results with the definition they matched against. 2015-03-20 14:31:36 -07:00
getOccurrencesPrivate1.ts
getOccurrencesPrivate2.ts
getOccurrencesPropertyInAliasedInterface.ts CR feedback. 2015-03-31 17:23:52 -07:00
getOccurrencesProtected1.ts
getOccurrencesProtected2.ts
getOccurrencesPublic1.ts
getOccurrencesPublic2.ts
getOccurrencesReturn.ts
getOccurrencesReturn2.ts
getOccurrencesReturn3.ts
getOccurrencesReturn4.ts
getOccurrencesReturnBroken.ts Add support for parsing and emitting class expressions. 2015-03-31 13:54:43 -07:00
getOccurrencesSetAndGet.ts
getOccurrencesSetAndGet2.ts
getOccurrencesSetAndGet3.ts
getOccurrencesStatic1.ts
getOccurrencesSuper.ts
getOccurrencesSuper2.ts
getOccurrencesSuperNegatives.ts
getOccurrencesSwitchCaseDefault.ts
getOccurrencesSwitchCaseDefault2.ts
getOccurrencesSwitchCaseDefault3.ts
getOccurrencesSwitchCaseDefault4.ts
getOccurrencesSwitchCaseDefault5.ts
getOccurrencesSwitchCaseDefaultBroken.ts Add a new findReferences API that buckets results with the definition they matched against. 2015-03-20 14:31:36 -07:00
getOccurrencesThis.ts
getOccurrencesThis2.ts
getOccurrencesThis3.ts
getOccurrencesThis4.ts
getOccurrencesThis5.ts
getOccurrencesThis6.ts
getOccurrencesThisNegatives2.ts Add a new findReferences API that buckets results with the definition they matched against. 2015-03-20 14:31:36 -07:00
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 Add a new findReferences API that buckets results with the definition they matched against. 2015-03-20 14:31:36 -07:00
getOutliningForBlockComments.ts Addressing PR comments and adding unit tests (removing extra new lines and debugging statements) 2015-04-06 14:50:08 -07:00
getOutliningForSingleLineComments.ts Addressing PR comments and adding unit tests (removing extra new lines and debugging statements) 2015-04-06 14:50:08 -07:00
getOutliningSpans.ts
getPreProcessedFile.ts
getRenameInfoTests1.ts
getRenameInfoTests2.ts
getSemanticDiagnosticForDeclaration.ts
getSemanticDiagnosticForDeclaration1.ts Fix issue where getSemanticDiagnostics was returning undefined on a .d.ts file. 2015-03-23 19:02:46 -07:00
getSemanticDiagnosticForNoDeclaration.ts
globalCompletionListInsideObjectLiterals.ts
goToDefinitionAlias.ts
goToDefinitionAmbiants.ts
goToDefinitionApparentTypeProperties.ts
goToDefinitionBuiltInTypes.ts
goToDefinitionBuiltInValues.ts
goToDefinitionConstructorOverloads.ts
goToDefinitionDecorator.ts Fix find all refs and goto def for decorators 2015-04-07 12:37:05 -07:00
goToDefinitionDifferentFile.ts
goToDefinitionDifferentFileIndirectly.ts
goToDefinitionExternamModuleName.ts
goToDefinitionExternamModuleName2.ts
goToDefinitionExternamModuleName3.ts
goToDefinitionExternamModuleName4.ts
goToDefinitionExternamModuleName5.ts
goToDefinitionExternamModuleName6.ts
goToDefinitionExternamModuleName7.ts
goToDefinitionExternamModuleName8.ts
goToDefinitionExternamModuleName9.ts
goToDefinitionFunctionOverloads.ts
goToDefinitionFunctionOverloadsInClass.ts
goToDefinitionImplicitConstructor.ts
goToDefinitionImportedNames.ts
goToDefinitionImportedNames2.ts
goToDefinitionImportedNames3.ts
goToDefinitionImportedNames4.ts
goToDefinitionImportedNames5.ts
goToDefinitionImportedNames6.ts
goToDefinitionImportedNames7.ts Separate 'export default' and 'export =' 2015-03-21 13:12:39 -07:00
goToDefinitionInMemberDeclaration.ts
goToDefinitionInterfaceAfterImplement.ts
goToDefinitionInTypeArgument.ts
goToDefinitionLabels.ts
goToDefinitionMethodOverloads.ts
goToDefinitionMultipleDefinitions.ts
goToDefinitionObjectLiteralProperties.ts
goToDefinitionPartialImplementation.ts
goToDefinitionPrimitives.ts
goToDefinitionSameFile.ts
goToDefinitionShadowVariable.ts
goToDefinitionShadowVariableInsideModule.ts
goToDefinitionShorthandProperty01.ts Added tests. 2015-03-18 14:21:17 -07:00
goToDefinitionShorthandProperty02.ts Fixed test. 2015-03-18 14:43:07 -07:00
goToDefinitionShorthandProperty03.ts Extended test. 2015-03-18 16:03:33 -07:00
goToDefinitionSimple.ts
goToDefinitionSourceUnit.ts
goToDefinitionUndefinedSymbols.ts
goToDefinitionUnionTypeProperty1.ts
goToDefinitionUnionTypeProperty2.ts Consistently reduce union types in property access 2015-04-12 10:35:57 -07:00
goToDefinitionUnionTypeProperty3.ts
goToDefinitionUnionTypeProperty4.ts
goToModuleAliasDefinition.ts
identationAfterInterfaceCall.ts
identifierErrorRecovery.ts Add support for parsing and emitting class expressions. 2015-03-31 13:54:43 -07:00
importDeclPaste0.ts
importValueUsedAsType.ts
incompatibleOverride.ts
incrementalEditInvocationExpressionAboveInterfaceDeclaration.ts
incrementalParsing1.ts
incrementalParsingInsertIntoMethod1.ts
incrementalResolveAccessor.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
incrementalResolveConstructorDeclaration.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
incrementalResolveFunctionPropertyAssignment.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
incrementalUpdateToClassImplementingGenericClass.ts
indentAfterFunctionClosingBraces.ts
indentAfterImport.ts
indentation.ts
indentationAfterModuleImport.ts
indentionsOfCommentBlockAfterFormatting.ts
indentNewExpressionNoBraces.ts
indexerReturnTypes1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
indexSignatureWithoutAnnotation.ts
inheritedModuleMembersForClodule2.ts
insertArgumentBeforeOverloadedConstructor.ts
insertInterfaceAndCheckTypeLiteralField.ts
insertMethodCallAboveOthers.ts
insertPublicBeforeSetter.ts
insertReturnStatementInDuplicateIdentifierFunction.ts
insertSecondTryCatchBlock.ts
insertVarAfterEmptyTypeParamList.ts
instanceTypesForGenericType1.ts
intellisenseInObjectLiteral.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
interfaceExtendsPrimitive.ts
interfaceIndent.ts
interfaceRecursiveInheritanceErrors0.ts
interfaceRecursiveInheritanceErrors1.ts
invalidRestArgError.ts
invertedCloduleAfterQuickInfo.ts
invertedFunduleAfterQuickInfo.ts
lambdaThisMembers.ts
letQuickInfoAndCompletionList.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
localFunction.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
localGetReferences.ts Add a new findReferences API that buckets results with the definition they matched against. 2015-03-20 14:31:36 -07:00
malformedObjectLiteral.ts
memberCompletionFromFunctionCall.ts
memberCompletionInForEach1.ts
memberCompletionOnTypeParameters.ts
memberCompletionOnTypeParameters2.ts
memberConstructorEdits.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 Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
memberListOfModuleBeforeKeyword.ts
memberListOfModuleInAnotherModule.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
memberListOfVarInArrowExpression.ts
memberListOnConstructorType.ts
memberlistOnDDot.ts
memberListOnFunctionParameter.ts
memberListOnThisInClassWithPrivates.ts
memberOverloadEdits.ts
mergedDeclarations1.ts
mergedDeclarations2.ts
mergedDeclarationsWithExportAssignment1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
mispeltVariableForInLoopErrorRecovery.ts
missingMethodAfterEditAfterImport.ts
moduleEnumModule.ts
moduleIndent.ts
moduleMembersOfGenericType.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
moduleReferenceValue.ts
moduleRenamingErrorRecovery.ts
moduleVariables.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
multilineCommentBeforeOpenBrace.ts
multiModuleClodule1.ts
multiModuleFundule1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
multipleExportAssignmentsErrorList0.ts
nameOfRetypedClassInModule.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
nameOrDottedNameClasses.ts
nameOrDottedNameStatements.ts
navbar_const.ts
navbar_contains-no-duplicates.ts
navbar_exportDefault.ts
navbar_let.ts
navigateItemsConst.ts
navigateItemsExports.ts
navigateItemsImports.ts
navigateItemsLet.ts
navigationItemsComputedProperties.ts
navigationItemsExactMatch.ts
navigationItemsExactMatch2.ts
navigationItemsInConstructorsExactMatch.ts
navigationItemsOverloads1.ts
navigationItemsOverloads2.ts Produce a map of named declarations instead of a flat list. 2015-04-03 16:21:24 -07:00
navigationItemsOverloadsBroken1.ts Produce a map of named declarations instead of a flat list. 2015-04-03 16:21:24 -07:00
navigationItemsOverloadsBroken2.ts
navigationItemsPrefixMatch.ts
navigationItemsPrefixMatch2.ts
navigationItemsSubStringMatch.ts
navigationItemsSubStringMatch2.ts
noCompletionListOnCommentsInsideObjectLiterals.ts
nonExistingImport.ts
noQuickInfoForLabel.ts Fix issue #2677 : Labels should not get quick info 2015-04-12 16:04:32 -04:00
noQuickInfoInWhitespace.ts
noSignatureHelpOnNewKeyword.ts
noSmartIndentInsideMultilineString.ts
noTypeParameterInLHS.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
numericPropertyNames.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
objectLiteralCallSignatures.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
outliningForNonCompleteInterfaceDeclaration.ts
overloadObjectLiteralCrash.ts
overloadOnConstCallSignature.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
overloadQuickInfo.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
parameterInfoOnParameterType.ts
parameterlessSetter.ts
paramHelpOnCommaInString.ts
parenthesisFatArrows.ts
paste.ts
pasteLambdaOverModule.ts
promiseTyping1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
promiseTyping2.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
propertyDuplicateIdentifierError.ts
proto.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
protoPropertyInObjectLiteral.ts
prototypeProperty.ts
protoVarInContexutalObjectLiteral.ts
protoVarVisibleWithOuterScopeUnderscoreProto.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
publicBreak.ts
qualifiedName_import-declaration-with-variable-entity-names.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
qualifyModuleTypeNames.ts
quickInfoDisplayPartsArrowFunctionExpression.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsClass.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsClassAccessors.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsClassConstructor.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsClassMethod.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsClassProperty.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsConst.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsEnum.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsExternalModuleAlias.ts
quickInfoDisplayPartsExternalModules.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsFunction.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsFunctionExpression.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsInterface.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsInterfaceMembers.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsInternalModuleAlias.ts
quickInfoDisplayPartsLet.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsLocalFunction.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsModules.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsParameters.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsTypeAlias.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsTypeParameterInClass.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsTypeParameterInFunction.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsTypeParameterInInterface.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoDisplayPartsVar.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoExportAssignmentOfGenericInterface.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoForAliasedGeneric.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoForConstDeclaration.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoForContextuallyTypedArrowFunctionInSuperCall.ts
quickInfoForContextuallyTypedFunctionInReturnStatement.ts
quickInfoForContextuallyTypedFunctionInTaggedTemplateExpression1.ts
quickInfoForContextuallyTypedFunctionInTaggedTemplateExpression2.ts
quickInfoForDecorators.ts Add tests 2015-04-07 15:41:21 -07:00
quickInfoForDerivedGenericTypeWithConstructor.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoForFunctionDeclaration.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoForGenericConstraints1.ts
quickInfoForGenericPrototypeMember.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoForIndexerResultWithConstraint.ts
quickInfoForOverloadOnConst1.ts
quickInfoForRequire.ts
quickInfoForShorthandProperty.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoForTypeofParameter.ts
quickinfoForUnionProperty.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoFromEmptyBlockComment.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoGenerics.ts
quickInfoInFunctionTypeReference.ts
quickInfoInFunctionTypeReference2.ts
quickInfoInInvalidIndexSignature.ts
quickInfoInObjectLiteral.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoInvalidLocations.ts
quickInfoInWithBlock.ts
quickinfoIsConsistent.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOfGenericTypeAssertions1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOfLablledForStatementIterator.ts
quickInfoOfStringPropertyNames1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOnArgumentsInsideFunction.ts
quickInfoOnCatchVariable.ts
quickInfoOnCircularTypes.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOnClassMergedWithFunction.ts
quickInfoOnConstructorWithGenericParameter.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOnErrorTypes1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOnGenericClass.ts
quickInfoOnGenericWithConstraints1.ts
quickInfoOnInternalAliases.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOnMergedInterfaces.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOnMergedInterfacesWithIncrementalEdits.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOnMergedModule.ts
quickInfoOnNarrowedType.ts
quickInfoOnNarrowedTypeInModule.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOnObjectLiteralWithAccessors.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOnObjectLiteralWithOnlyGetter.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOnObjectLiteralWithOnlySetter.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOnThis.ts
quickInfoOnUndefined.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
quickInfoOnUnResolvedBaseConstructorSignature.ts
quickInfoOnVarInArrowExpression.ts
quickInfoShowsGenericSpecialization.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
recursiveClassReference.ts
recursiveGenerics2.ts
recursiveInternalModuleImport.ts
recursiveObjectLiteral.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
recursiveWrappedTypeParameters1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
referencesBloomFilters.ts
referencesBloomFilters2.ts
referencesBloomFilters3.ts
referencesForAmbients.ts
referencesForClassLocal.ts
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 Add a new findReferences API that buckets results with the definition they matched against. 2015-03-20 14:31:36 -07:00
referencesForImports.ts
referencesForIndexProperty.ts
referencesForIndexProperty2.ts Add a new findReferences API that buckets results with the definition they matched against. 2015-03-20 14:31:36 -07:00
referencesForIndexProperty3.ts
referencesForInheritedProperties.ts
referencesForInheritedProperties2.ts
referencesForLabel.ts
referencesForLabel2.ts Add a new findReferences API that buckets results with the definition they matched against. 2015-03-20 14:31:36 -07:00
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 Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
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
renameCommentsAndStrings1.ts
renameCommentsAndStrings2.ts
renameCommentsAndStrings3.ts
renameCommentsAndStrings4.ts
renameModuleToVar.ts
renameNameOnEnumMember.ts
restArgSignatureHelp.ts
restArgType.ts
restParamsContextuallyTyped.ts
returnRecursiveType.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
returnTypeOfGenericFunction1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
runtimeBehaviorTests.ts
scopeOfUnionProperties.ts
scriptLexicalStructureBindingPatterns.ts
scriptLexicalStructureBindingPatternsInConstructor.ts
scriptLexicalStructureEmptyConstructors.ts
scriptLexicalStructureExports.ts
scriptLexicalStructureFunctions.ts
scriptLexicalStructureFunctionsBroken.ts
scriptLexicalStructureFunctionsBroken2.ts
scriptLexicalStructureImports.ts
scriptLexicalStructureItems.ts
scriptLexicalStructureItems2.ts Support classes without names in our AST. Report any issues with this at 'check' time. 2015-04-01 17:20:20 -07:00
scriptLexicalStructureItemsContainsNoAnonymousFunctions.ts
scriptLexicalStructureItemsExternalModules.ts
scriptLexicalStructureItemsExternalModules2.ts
scriptLexicalStructureItemsExternalModules3.ts
scriptLexicalStructureItemsModuleVariables.ts
scriptLexicalStructureMissingName1.ts
scriptLexicalStructureMissingName2.ts Support classes without names in our AST. Report any issues with this at 'check' time. 2015-04-01 17:20:20 -07:00
scriptLexicalStructureModules.ts
scriptLexicalStructureMultilineStringIdentifiers.ts
scriptLexicalStructurePropertiesDefinedInConstructors.ts
scriptLexicalStructureSymbols1.ts
scriptLexicalStructureSymbols2.ts
scriptLexicalStructureSymbols3.ts
selfReferencedExternalModule.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
selfReferencedExternalModule2.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
semanticClassification1.ts CR feedback. 2015-03-31 17:23:52 -07:00
semanticClassification2.ts
semanticClassificationInstantiatedModuleWithVariableOfSameName1.ts
semanticClassificationInstantiatedModuleWithVariableOfSameName2.ts
semanticClassificationInTemplateExpressions.ts
semanticClassificationModules.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
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
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
signatureHelpWhenEditingCallExpression.ts
signatureHelpWithInterfaceAsIdentifier.ts
signatureHelpWithInvalidArgumentList1.ts
signatureHelpWithUnknown.ts
singleLineTypeLiteralFormatting.ts
smartIndentActualIndentation.ts
smartIndentAfterAlignedFunctionArgument.ts
smartIndentAfterFatArrowVar.ts
smartIndentAfterNewExpression.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentArrayBindingPattern01.ts Rename tests. 2015-03-16 22:13:55 -07:00
smartIndentArrayBindingPattern02.ts Rename tests. 2015-03-16 22:13:55 -07:00
smartIndentClass.ts
smartIndentCloseBrace.ts
smartIndentDoStatement.ts
smartIndentEnum.ts
smartIndentIfStatement.ts
smartIndentInCallExpressions.ts
smartIndentInParenthesizedExpression01.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentInParenthesizedExpression02.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentInsideBlockInsideCase.ts
smartIndentInsideMultilineString.ts
smartIndentInterface.ts
smartIndentListItem.ts
smartIndentModule.ts
smartIndentNestedModule.ts
smartIndentNonterminatedArgumentListAtEOF.ts
smartIndentNonterminatedIfStatementAtEOF.ts
smartIndentObjectBindingPattern01.ts Rename tests. 2015-03-16 22:13:55 -07:00
smartIndentObjectBindingPattern02.ts Rename tests. 2015-03-16 22:13:55 -07:00
smartIndentOnAccessors.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnAccessors01.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnAccessors02.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnFunctionParameters.ts
smartIndentOnUnclosedArrowType01.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnUnclosedComputedProperty01.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnUnclosedConstructorType01.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnUnclosedFunctionDeclaration01.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnUnclosedFunctionDeclaration02.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnUnclosedFunctionDeclaration03.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnUnclosedFunctionDeclaration04.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnUnclosedFunctionDeclaration05.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnUnclosedFunctionDeclaration06.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnUnclosedIndexSignature01.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnUnclosedObjectTypeLiteral01.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
smartIndentOnUnclosedTupleTypeLiteral01.ts Added accumulated tests. 2015-03-16 23:19:21 -07:00
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
stringPropertyNames1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
stringPropertyNames2.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
superCallError0.ts
superInDerivedTypeOfGenericWithStatics.ts
switchIndenting.ts
symbolNameAtUnparseableFunctionOverload.ts
syntacticClassifications1.ts
syntacticClassificationsConflictMarkers1.ts
syntacticClassificationsConflictMarkers2.ts
syntacticClassificationsForOfKeyword.ts
syntacticClassificationsForOfKeyword2.ts
syntacticClassificationsForOfKeyword3.ts
syntacticClassificationsFunctionWithComments.ts
syntacticClassificationsObjectLiteral.ts
syntacticClassificationsTemplates1.ts
syntacticClassificationsTemplates2.ts
syntaxErrorAfterImport1.ts
tabbingAfterNewlineInsertedBeforeWhile.ts
thisBindingInLambda.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
transitiveExportImports.ts
tryCatchFinallyFormating.ts
typeAboveNumberLiteralExpressionStatement.ts
typeArgCompletion.ts
typeCheckAfterAddingGenericParameter.ts
typeCheckAfterResolve.ts
typeCheckObjectInArrayLiteral.ts
typedGenericPrototypeMember.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
typeOfAFundule.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
typeOfThisInStatics.ts
typeParameterListInQuickInfoAfterEdit.ts
unclosedArrayErrorRecovery.ts
unclosedCommentsInConstructor.ts
unclosedFunctionErrorRecovery.ts
unclosedFunctionErrorRecovery3.ts
unclosedMultilineStringLiteralErrorRecovery.ts
unclosedStringLiteralAutoformating.ts
unclosedStringLiteralErrorRecovery.ts
unclosedStringLiteralErrorRecovery2.ts
unclosedStringLiteralErrorRecovery3.ts
unclosedStringLiteralErrorRecovery4.ts
underscoreTyping1.ts
underscoreTypings1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
unknownVariableErrorRecovery.ts
updateToClassStatics.ts
verifySingleFileEmitOutput1.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00
whiteSpaceBeforeReturnTypeFormatting.ts
whiteSpaceTrimming.ts
widenedTypes.ts Use an output format for quickinfo that more closely matches the original source. 2015-03-24 00:16:49 -07:00