TypeScript/tests/cases/fourslash
2015-02-26 17:19:19 -08:00
..
generated
server Move NavigateTo over to using the new pattern matcher. 2015-02-22 21:25:43 -08:00
shims Add new tests for shims 2015-02-04 15:36:13 -08:00
addDeclareToFunction.ts
addDeclareToModule.ts
addDuplicateSetter.ts
addFunctionAboveMultiLineLambdaExpression.ts
addFunctionInDuplicatedConstructorClassBody.ts Update Baselines 2014-10-01 11:27:20 -07:00
addInterfaceMemberAboveClass.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
addInterfaceToNotSatisfyConstraint.ts
addMemberToInterface.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
addMemberToModule.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
addMethodToInterface1.ts Remove the implementation of TypeScriptLS 2015-02-04 11:07:55 -08:00
addSignaturePartial.ts
addVarToConstructor1.ts
aliasToVarUsedAsType.ts
alignmentAfterFormattingOnMultilineExpressionAndParametersList.ts
ambientVariablesWithSameName.ts
argumentsAreAvailableAfterEditsAtEndOfFunction.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
argumentsIndexExpression.ts
arrayCallAndConstructTypings.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
arrayConcatTypeCheck0.ts Remove the implementation of TypeScriptLS 2015-02-04 11:07:55 -08:00
arrayConcatTypeCheck1.ts Remove the implementation of TypeScriptLS 2015-02-04 11:07:55 -08:00
assertContextualType.ts Removed probably-unnecessary statement from test. 2015-01-11 00:21:37 -08:00
assignToExistingClass.ts
augmentedTypesClass1.ts Enable test cases for augmented types 2014-10-06 15:05:21 -07:00
augmentedTypesClass2.ts Enable test cases for augmented types 2014-10-06 15:05:21 -07:00
augmentedTypesClass3.ts Enable test cases for augmented types 2014-10-06 15:05:21 -07:00
augmentedTypesModule1.ts Enable test cases for augmented types 2014-10-06 15:05:21 -07:00
augmentedTypesModule2.ts Enable test cases for augmented types 2014-10-06 15:05:21 -07:00
augmentedTypesModule3.ts Enable test cases for augmented types 2014-10-06 15:05:21 -07:00
augmentedTypesModule4.ts Enable test cases for augmented types 2014-10-06 15:05:21 -07:00
augmentedTypesModule5.ts Enable test cases for augmented types 2014-10-06 15:05:21 -07:00
augmentedTypesModule6.ts If we are comparing left hand side for is position of type node, it is false, because it is namespace position and not type position 2014-11-10 19:19:33 -08:00
autoFormattingOnPasting.ts Remove calls to "debugger;" in our fourslash tests. 2014-12-14 12:22:36 -08:00
automaticConstructorToggling.ts Sshow signature information if possible (even though signature resolution fails) in given location 2014-10-07 15:28:08 -07:00
basicClassMembers.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
bestCommonTypeObjectLiterals1.ts Changing type-to-string conversions to use parentheses 2014-10-17 16:53:18 -07:00
breakpointValidationArrayLiteralExpressions.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationBinaryExpressions.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationBreakOrContinue.ts Breakpoints in break/continue statements 2014-10-20 23:04:19 -07:00
breakpointValidationClass.ts Breakpoint span on class and its name is set on whole declaration 2014-10-21 13:17:44 -07:00
breakpointValidationClassAmbient.ts Breakpoints in classes 2014-10-20 23:05:35 -07:00
breakpointValidationClasses.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationConditionalExpressions.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationConst.ts Breakpoint validation for Let and cost 2014-11-06 15:49:59 -08:00
breakpointValidationDebugger.ts Breakpoint span in the debugger statement 2014-10-20 23:03:52 -07:00
breakpointValidationDo.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationEnums.ts Set breakpoint on whole enum declaration if set on the enum name of enum keyword 2014-10-21 11:33:21 -07:00
breakpointValidationExportAssignment.ts Breakpoint validation for export assignment 2014-10-20 23:05:01 -07:00
breakpointValidationExports.ts breakpoint support for new import/export syntax 2015-02-24 13:03:14 -08:00
breakpointValidationFor.ts Breakpoints in for statement 2014-10-20 23:04:27 -07:00
breakpointValidationForIn.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationFunctionExpressions.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationFunctions.ts Span on whole function if the function is exported 2014-10-21 14:02:47 -07:00
breakpointValidationIfElse.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationImport.ts Breakpoints in import declaration 2014-10-20 23:05:09 -07:00
breakpointValidationImports.ts breakpoint support for new import/export syntax 2015-02-24 13:03:14 -08:00
breakpointValidationInBlankLine.ts Do not set breakpoints on the blank line or comment only line 2014-10-20 23:05:53 -07:00
breakpointValidationInComments.ts Do not set breakpoints on the blank line or comment only line 2014-10-20 23:05:53 -07:00
breakpointValidationInterface.ts Breakpoint validation in interfaces 2014-10-21 10:25:55 -07:00
breakpointValidationLabeled.ts Breakpoints in labeled statements 2014-10-20 23:04:10 -07:00
breakpointValidationLet.ts Breakpoint validation for Let and cost 2014-11-06 15:49:59 -08:00
breakpointValidationModule.ts Breakpoint span on module and its name is set on whole declaration if it is instantiated 2014-10-21 12:55:46 -07:00
breakpointValidationModuleAmbient.ts Breakpoints in module declaration 2014-10-20 23:05:26 -07:00
breakpointValidationModuleEmpty.ts Breakpoints in module declaration 2014-10-20 23:05:26 -07:00
breakpointValidationObjectLiteralExpressions.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationParenCallOrNewExpressions.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationStatements.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationSwitch.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationTryCatchFinally.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationTypeAlias.ts Verify breakpoints in type alias syntax 2014-11-06 15:38:47 -08:00
breakpointValidationTypeAssertionExpressions.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationUnaryExpressions.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationVariables.ts Exported variables can have breakpoint even if they do not have initializer 2014-10-21 18:09:05 -07:00
breakpointValidationWhile.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
breakpointValidationWith.ts Breakpoints in expressions 2014-10-20 23:05:44 -07:00
brokenClassErrorRecovery.ts
callSignatureHelp.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
cancellationWhenfindingAllRefsOnDefinition.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
chainedFatArrowFormatting.ts
chainedFunctionFunctionArgIndent.ts added support for smart indentation in the middle of list items, updated test baselines 2014-09-11 17:26:05 -07:00
chainedFunctionLambdaArgIndex.ts
classExtendsInterfaceSigHelp1.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
classInterfaceInsert.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
classRenamingErrorRecovery.ts
cloduleAsBaseClass.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
cloduleAsBaseClass2.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
cloduleTypeOf1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
cloduleWithRecursiveReference.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
closedCommentsInConstructor.ts
commentsBlocks.ts
commentsClass.ts Enable test cases for comments/type name format validation 2014-09-30 17:10:16 -07:00
commentsClassMembers.ts Enable test cases for comments/type name format validation 2014-09-30 17:10:16 -07:00
commentsCommentParsing.ts Fixed the + overload according to feedback 2014-10-07 17:06:34 -07:00
commentsEnums.ts Enable test cases for comments/type name format validation 2014-09-30 17:10:16 -07:00
commentsExternalModules.ts Merge branch 'master' into completionFixes 2014-10-23 12:57:22 -07:00
commentsFunction.ts Remove calls to "debugger;" in our fourslash tests. 2014-12-14 12:22:36 -08:00
commentsImportDeclaration.ts Merge branch 'master' into completionFixes 2014-10-23 12:57:22 -07:00
commentsInheritance.ts Fix issue #866, detect the current location correctelly in completion entry details 2014-10-23 12:35:04 -07:00
commentsInterface.ts Fix issue #866, detect the current location correctelly in completion entry details 2014-10-23 12:35:04 -07:00
commentsLinePreservation.ts Fix the line preservation between jsdoc comments while displaying it 2014-11-06 18:49:05 -08:00
commentsModules.ts Fix issue #866, detect the current location correctelly in completion entry details 2014-10-23 12:35:04 -07:00
commentsMultiModuleMultiFile.ts Enable test cases for comments/type name format validation 2014-09-30 17:10:16 -07:00
commentsMultiModuleSingleFile.ts Enable test cases for comments/type name format validation 2014-09-30 17:10:16 -07:00
commentsOverloads.ts Cleanup completion list logic: 2014-10-23 13:42:56 -07:00
commentsUnion.ts Fixes the duplicate doc comment display in case of union property 2015-01-16 12:58:10 -08:00
commentsVariables.ts Fixed the + overload according to feedback 2014-10-07 17:06:34 -07:00
completion_enum-members-with-invalid-identifiers-should-not-show-in-completion.ts move completion list position detection to the new tree 2014-10-22 17:33:16 -07:00
completionAfterAtChar.ts Fix the crash in completion entry by fixing the unknown token check 2014-11-06 19:51:00 -08:00
completionAfterBackslashFollowingString.ts Test case for completion list at backslash following string 2014-11-10 15:13:55 -08:00
completionBeforeSemanticDiagnosticsInArrowFunction1.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
completionEntryForConst.ts Code review feedback 2014-11-12 18:42:31 -08:00
completionEntryForImportName.ts Test now covers completion entry at name of the import when there is no name and there is name 2014-11-07 12:32:08 -08:00
completionEntryForPrimitive.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
completionEntryForPropertyFromUnionOfModuleType.ts Fix the union property kind if the property is union of exported variable of module 2014-11-06 19:18:20 -08:00
completionEntryForShorthandPropertyAssignment.ts Add test cases and rename test files 2014-11-14 15:44:06 -08:00
completionEntryForUnionMethod.ts Completion entry details of union of methods with no call signature 2014-11-03 12:44:20 -08:00
completionEntryForUnionProperty.ts Merge changes from master in services.ts 2014-10-13 14:06:16 -07:00
completionEntryForUnionProperty2.ts Merge changes from master in services.ts 2014-10-13 14:06:16 -07:00
completionEntryOnNarrowedType.ts Show narrowed type in quickInfo/completion entry 2014-11-06 15:20:31 -08:00
completionForExports.ts added tests 2015-02-24 16:11:43 -08:00
completionInAugmentedClassModule.ts Removed the debugger statement from test case 2014-11-11 12:26:50 -08:00
completionInTypeOf1.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionInTypeOf2.ts
completionListAfterAnyType.ts
completionListAfterClassExtends.ts
completionListAfterFunction.ts Fix issue #764, select the correct scope node if not left of a dot 2014-10-23 12:52:42 -07:00
completionListAfterFunction2.ts Address code review comments 2014-10-27 15:30:38 -07:00
completionListAfterFunction3.ts Address code review comments 2014-10-27 15:30:38 -07:00
completionListAfterInvalidCharacter.ts
completionListAfterNumericLiteral.ts move completion list position detection to the new tree 2014-10-22 17:33:16 -07:00
completionListAfterNumericLiteral1.ts move completion list position detection to the new tree 2014-10-22 17:33:16 -07:00
completionListAfterObjectLiteral1.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListAfterRegularExpressionLiteral1.ts
completionListAfterSlash.ts Add test for issue#903 2014-10-23 09:34:29 -07:00
completionListAfterStringLiteral1.ts
completionListAndMemberListOnCommentedDot.ts
completionListAndMemberListOnCommentedLine.ts
completionListAndMemberListOnCommentedWhiteSpace.ts
completionListAtDeclarationOfParameterType.ts
completionListAtEOF.ts
completionListAtEOF1.ts
completionListAtEOF2.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListAtIdentifierDefinitionLocations_catch.ts Split completionListAtIdentifierDefinitionLocation into multiple tests to ease debugging 2014-10-22 17:34:00 -07:00
completionListAtIdentifierDefinitionLocations_classes.ts Split completionListAtIdentifierDefinitionLocation into multiple tests to ease debugging 2014-10-22 17:34:00 -07:00
completionListAtIdentifierDefinitionLocations_destructuring.ts Parameter destructuring + tests 2015-02-03 18:03:40 -08:00
completionListAtIdentifierDefinitionLocations_enumMembers.ts Split completionListAtIdentifierDefinitionLocation into multiple tests to ease debugging 2014-10-22 17:34:00 -07:00
completionListAtIdentifierDefinitionLocations_enumMembers2.ts Split completionListAtIdentifierDefinitionLocation into multiple tests to ease debugging 2014-10-22 17:34:00 -07:00
completionListAtIdentifierDefinitionLocations_enums.ts Split completionListAtIdentifierDefinitionLocation into multiple tests to ease debugging 2014-10-22 17:34:00 -07:00
completionListAtIdentifierDefinitionLocations_functions.ts Split completionListAtIdentifierDefinitionLocation into multiple tests to ease debugging 2014-10-22 17:34:00 -07:00
completionListAtIdentifierDefinitionLocations_Generics.ts Fix to make the completionlist work correctly when typing a new generic type + fourslash tests 2015-01-19 16:42:35 -08:00
completionListAtIdentifierDefinitionLocations_interfaceMembers.ts Disallow completion in interface declarations 2014-10-23 09:27:50 -07:00
completionListAtIdentifierDefinitionLocations_interfaceMembers2.ts Disallow completion in interface declarations 2014-10-23 09:27:50 -07:00
completionListAtIdentifierDefinitionLocations_interfaceMembers3.ts Disallow completion in interface declarations 2014-10-23 09:27:50 -07:00
completionListAtIdentifierDefinitionLocations_interfaces.ts Split completionListAtIdentifierDefinitionLocation into multiple tests to ease debugging 2014-10-22 17:34:00 -07:00
completionListAtIdentifierDefinitionLocations_parameters.ts Builder implementation for properties and parameters inlcuding tests. 2015-01-21 17:43:13 -08:00
completionListAtIdentifierDefinitionLocations_properties.ts Rename the isBuilder property to something more meaningful. 2015-02-03 16:31:53 -08:00
completionListAtIdentifierDefinitionLocations_varDeclarations.ts Add test case for completionlist when adding properties to a class. 2015-01-13 16:55:50 -08:00
completionListAtInvalidLocations.ts
completionListAtNodeBoundry.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListBeforeKeyword.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListBuilderLocations_Modules.ts Rename the isBuilder property to something more meaningful. 2015-02-03 16:31:53 -08:00
completionListBuilderLocations_parameters.ts Parameter destructuring + tests 2015-02-03 18:03:40 -08:00
completionListBuilderLocations_properties.ts Builder implementation for properties and parameters inlcuding tests. 2015-01-21 17:43:13 -08:00
completionListBuilderLocations_VariableDeclarations.ts Added templates, assignement and arrays + tests. 2015-02-04 16:40:22 -08:00
completionListCladule.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListClassMembers.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListEnumMembers.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListEnumValues.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListErrorRecovery.ts
completionListErrorRecovery2.ts
completionListForDerivedType1.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
completionListForGenericInstance1.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
completionListForNonExportedMemberInAmbientModuleWithExportAssignment1.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListForShorthandPropertyAssignment.ts Add test cases and rename test files 2014-11-14 15:44:06 -08:00
completionListForShorthandPropertyAssignment2.ts Add test cases and rename test files 2014-11-14 15:44:06 -08:00
completionListFunctionExpression.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListFunctionMembers.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
completionListGenericConstraints.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListInComments.ts
completionListInComments2.ts move completion list position detection to the new tree 2014-10-22 17:33:16 -07:00
completionListInComments3.ts Fix wrong condition for unterminated multi-line comments 2014-10-23 14:08:04 -07:00
completionListInContextuallyTypedArgument.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListInEmptyFile.ts
completionListInExtendsClause.ts Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
completionListInExtendsClauseAtEOF.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListInFatArrow.ts
completionListInFunctionDeclaration.ts
completionListInFunctionExpression.ts
completionListInNamedFunctionExpression.ts Determine if the function/var is local to function block 2014-09-30 17:09:11 -07:00
completionListInObjectLiteral.ts
completionListInObjectLiteral2.ts
completionListInObjectLiteral3.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListInObjectLiteralThatIsParameterOfFunctionCall.ts Try to pick a good signature, if no signature matches 2014-10-08 15:47:30 -07:00
completionListInScope.ts
completionListInsideTargetTypedFunction.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
completionListInstanceProtectedMembers.ts Filter protected members from the completion list 2014-09-26 14:37:17 -07:00
completionListInstanceProtectedMembers2.ts Filter protected members from the completion list 2014-09-26 14:37:17 -07:00
completionListInstanceProtectedMembers3.ts Filter protected members from the completion list 2014-09-26 14:37:17 -07:00
completionListInstanceProtectedMembers4.ts Filter protected members from the completion list 2014-09-26 14:37:17 -07:00
completionListInStringLiterals1.ts Fixed issue where classifier didn't check for backslash-newline. 2014-11-26 16:32:30 -08:00
completionListInStringLiterals2.ts Fixed issue where classifier didn't check for backslash-newline. 2014-11-26 16:32:30 -08:00
completionListInTemplateLiteralParts1.ts Fail on tests with errors; reinstated noResolve; corrected tests that were not actually compiling. 2014-11-17 18:13:47 -08:00
completionListInTemplateLiteralPartsNegatives1.ts Fail on tests with errors; reinstated noResolve; corrected tests that were not actually compiling. 2014-11-17 18:13:47 -08:00
completionListInTypedObjectLiterals2.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListInTypedObjectLiterals3.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListInTypedObjectLiterals4.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListInTypedObjectLiteralsWithPartialPropertyNames.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListInTypedObjectLiteralsWithPartialPropertyNames2.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListInvalidMemberNames.ts Use scanner APIs to identify if a display name is valid completion entry 2014-09-15 13:54:50 -07:00
completionListInvalidMemberNames2.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListKeywords.ts
completionListModuleMembers.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListObjectMembers.ts Anonymous typeliteral is not used in qualification 2014-09-30 17:09:03 -07:00
completionListOfGnericSymbol.ts Fix generic symbol display information 2014-10-06 12:29:49 -07:00
completionListOfSplitInterface.ts
completionListOnAliasedModule.ts
completionListOnAliases.ts Show better alias information in completion entry and quickInfo 2014-10-10 15:24:19 -07:00
completionListOnAliases2.ts Get exported symbols off aliases in getCompletions 2014-09-30 14:56:46 -07:00
completionListOnAliases3.ts Get exported symbols off aliases in getCompletions 2014-09-30 14:56:46 -07:00
completionListOnFunctionCallWithOptionalArgument.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListOnMethodParameterName.ts
completionListOnParam.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListOnParamInClass.ts
completionListOnParamOfGenericType1.ts
completionListOnPrivateVariableInModule.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
completionListOnSuper.ts
completionListOnVarBetweenModules.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListPrimitives.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListPrivateMembers.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
completionListPrivateMembers2.ts respond to code review comments 2014-09-17 17:28:03 -07:00
completionListPrivateMembers3.ts move completion list position detection to the new tree 2014-10-22 17:33:16 -07:00
completionListProtectedMembers.ts Filter protected members from the completion list 2014-09-26 14:37:17 -07:00
completionListStaticProtectedMembers.ts Filter protected members from the completion list 2014-09-26 14:37:17 -07:00
completionListStaticProtectedMembers2.ts Filter protected members from the completion list 2014-09-26 14:37:17 -07:00
completionListStaticProtectedMembers3.ts Filter protected members from the completion list 2014-09-26 14:37:17 -07:00
completionListStaticProtectedMembers4.ts Filter protected members from the completion list 2014-09-26 14:37:17 -07:00
completionListsThroughTransitiveBaseClasses.ts
completionListsThroughTransitiveBaseClasses2.ts
completionListSuperMembers.ts Filter protected members from the completion list 2014-09-26 14:37:17 -07:00
completionListWithAmbientDeclaration.ts Address code review : add test case for inside ambient module declaration and single quote 2014-09-24 14:51:23 -07:00
completionListWithModulesFromModule.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
completionListWithModulesInsideModuleScope.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
completionListWithModulesOutsideModuleScope.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
completionListWithModulesOutsideModuleScope2.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
completionListWithUnresolvedModule.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
consistenceOnIndentionsOfChainedFunctionCalls.ts
consistenceOnIndentionsOfObjectsInAListAfterFormatting.ts fix indentations in functions 2014-11-05 15:23:11 -08:00
consistentContextualTypeErrorsAfterEdits.ts
constEnumQuickInfoAndCompletionList.ts Quickinfo and completion entry should display const enum enumName if enum is constant 2014-11-12 14:24:51 -08:00
constEnumsEmitOutputInMultipleFiles.ts make sure that enum values are computed before the emit 2015-01-23 12:04:55 -08:00
constQuickInfoAndCompletionList.ts Code review feedback 2014-11-12 18:42:31 -08:00
constructorBraceFormatting.ts
constructorQuickInfo.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
contextuallyTypedFunctionExpressionGeneric1.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
contextualTyping.ts Contextually type parenthesized expressions. 2015-01-09 15:10:32 -08:00
contextualTypingFromTypeAssertion1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
contextualTypingGenericFunction1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
contextualTypingOfArrayLiterals1.ts Merge changes from master in services.ts 2014-10-13 14:06:16 -07:00
contextualTypingOfGenericCallSignatures1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
contextualTypingOfGenericCallSignatures2.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
contextualTypingReturnExpressions.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
debuggerStatementIndent.ts
declareFunction.ts Move NavigateTo over to using the new pattern matcher. 2015-02-22 21:25:43 -08:00
defaultParamsAndContextualTypes.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
definition.ts Add test for goto def 2015-02-12 16:31:08 -08:00
definitionNameOnEnumMember.ts Get just the name of the symbol (instead of qualified path) as symbolName of the definition info. 2014-10-03 14:58:11 -07:00
deleteClassWithEnumPresent.ts
deleteExtensionInReopenedInterface.ts
deleteModifierBeforeVarStatement1.ts Adding incremental test. 2014-12-16 11:58:47 -08:00
deleteReopenedModule.ts
deleteTypeParameter.ts
derivedTypeIndexerWithGenericConstraints.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
distinctTypesInCallbacksWithSameNames.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
duplicateClassModuleError0.ts
duplicateFunctionImplementation.ts
duplicateIndexers.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
duplicateTypeParameters.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
editLambdaArgToTypeParameter1.ts
emptyArrayInference.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
enumAddition.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
enumUpdate1.ts
errorConsistency.ts
errorInIncompleteMethodInObjectLiteral.ts fix crash in getReturnTypeFromFunctionBody if function declaration is incomplete and does not have body 2015-01-30 18:20:26 -08:00
errorsAfterResolvingVariableDeclOfMergedVariableAndClassDecl.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
eval.ts
exportClauseErrorReporting0.ts
exportEqualCallableInterface.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
exportEqualsInterfaceA.ts
exportEqualTypes.ts Show better alias information in completion entry and quickInfo 2014-10-10 15:24:19 -07:00
extendArray.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
extendArrayInterface.ts
extendArrayInterfaceMember.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
extendInterfaceOverloadedMethod.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
extendsTArray.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
externalModuleIntellisense.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
externalModuleRefernceResolutionOrderInImportDeclaration.ts
externalModuleWithExportAssignment.ts Merge branch 'master' into completionFixes 2014-10-23 12:57:22 -07:00
failureToImplementClass.ts
findAllRefsInsideTemplates1.ts Fail on tests with errors; reinstated noResolve; corrected tests that were not actually compiling. 2014-11-17 18:13:47 -08:00
findAllRefsInsideTemplates2.ts Fail on tests with errors; reinstated noResolve; corrected tests that were not actually compiling. 2014-11-17 18:13:47 -08:00
findAllRefsInsideWithBlock.ts Short-circuit semantic operations within with blocks 2014-09-15 13:55:18 -07:00
findAllRefsOnDefinition.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
findAllRefsOnDefinition2.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
findAllRefsOnImportAliases.ts Support find references on the new import/export syntax 2015-02-24 01:19:48 -08:00
findAllRefsOnImportAliases2.ts Support find references on the new import/export syntax 2015-02-24 01:19:48 -08:00
findAllRefsOnPrivateParameterProperty1.ts Fixed findAllRefs/getOccs bug where private properties declared in the constructor were only local to the constructor. 2014-10-27 18:08:49 -07:00
findAllRefsThisKeywordMultipleFiles.ts
findAllRefsWithLeadingUnderscoreNames1.ts Fixed issue where findAllRefs on identifiers starting with 2+ underscores failed. 2014-11-21 16:53:32 -08:00
findAllRefsWithLeadingUnderscoreNames2.ts Fixed issue where findAllRefs on identifiers starting with 2+ underscores failed. 2014-11-21 16:53:32 -08:00
findAllRefsWithLeadingUnderscoreNames3.ts Fixed issue where findAllRefs on identifiers starting with 2+ underscores failed. 2014-11-21 16:53:32 -08:00
findAllRefsWithLeadingUnderscoreNames4.ts Fixed issue where findAllRefs on identifiers starting with 2+ underscores failed. 2014-11-21 16:53:32 -08:00
findAllRefsWithLeadingUnderscoreNames5.ts Fixed issue where findAllRefs on identifiers starting with 2+ underscores failed. 2014-11-21 16:53:32 -08:00
findAllRefsWithLeadingUnderscoreNames6.ts Fixed issue where findAllRefs on identifiers starting with 2+ underscores failed. 2014-11-21 16:53:32 -08:00
findAllRefsWithLeadingUnderscoreNames7.ts Fixed issue where findAllRefs on identifiers starting with 2+ underscores failed. 2014-11-21 16:53:32 -08:00
findAllRefsWithLeadingUnderscoreNames8.ts Fixed issue where findAllRefs on identifiers starting with 2+ underscores failed. 2014-11-21 16:53:32 -08:00
findAllRefsWithLeadingUnderscoreNames9.ts Fixed issue where findAllRefs on identifiers starting with 2+ underscores failed. 2014-11-21 16:53:32 -08:00
findAllRefsWithShorthandPropertyAssignment.ts Add test cases and rename test files 2014-11-14 15:44:06 -08:00
findAllRefsWithShorthandPropertyAssignment2.ts Remove calls to "debugger;" in our fourslash tests. 2014-12-14 12:22:36 -08:00
findReferencesAfterEdit.ts add 'find all references' test 2015-01-23 15:36:36 -08:00
forceIndentAfterNewLineInsert.ts Remove calls to "debugger;" in our fourslash tests. 2014-12-14 12:22:36 -08:00
forIn.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
formatAfterObjectLiteral.ts
formatAnyTypeLiteral.ts
formatArrayOrObjectLiteralsInVariableList.ts
formatColonAndQMark.ts
formatConflictMarker1.ts Update conflict marker formatting test. We now no longer format the second branch of hte merge. 2014-12-19 11:33:45 -08:00
formatControlFlowConstructs.ts
formatDebuggerStatement.ts
formatEmptyBlock.ts
formatEmptyParamList.ts when formatting lists check if end list token still belongs to the parent node 2015-01-13 14:22:53 -08:00
formatImplicitModule.ts
formatImportDeclaration.ts
formatInTryCatchFinally.ts added tests for formatting in try blocks, add startEndOverlapsWithStartEnd 2014-11-08 23:03:38 -08:00
formatMultilineComment.ts
formatNestedClassWithOpenBraceOnNewLines.ts new lines that were added\removed by rules must always be honores even if they doesn't trigger recomputation of indentation 2014-11-27 19:03:50 -08:00
formatOnSemiColonAfterBreak.ts
formatSelectionWithTrivia.ts
formatTemplateLiteral.ts drop trailing trivia prior to rescanning it 2015-01-20 14:44:24 -08:00
formattingAfterChainedFatArrow.ts
formattingAfterMultiLineIfCondition.ts add comments, update fourslash tests 2014-11-10 19:04:57 -08:00
formattingAfterMultiLineString.ts
formattingArrayLiteral.ts
formattingBlockInCaseClauses.ts added tests for formatting in try blocks, add startEndOverlapsWithStartEnd 2014-11-08 23:03:38 -08:00
formattingComma.ts
formattingCommentsBeforeErrors.ts do not indent leading comments that attached to tokens with errors 2014-12-12 09:00:20 -08:00
formattingConditionalOperator.ts added missing test 2015-02-22 19:02:48 -08:00
formattingConditionals.ts added test for inherited indentation 2014-12-12 08:59:47 -08:00
formattingCrash.ts
formattingElseInsideAFunction.ts
formattingExpressionsInIfCondition.ts inherit delta from nodes on the same line 2014-12-09 10:47:27 -08:00
formattingFatArrowFunctions.ts update baseline 2014-10-15 15:44:01 -07:00
formattingForIn.ts
formattingForLoopSemicolons.ts
formattingForOfKeyword.ts Formatting around 'of' keyword 2015-02-20 11:58:50 -08:00
formattingHexLiteral.ts save token in scanner after scaning hex literal 2014-11-20 13:44:51 -08:00
formattingIfInElseBlock.ts added tests for formatting in try blocks, add startEndOverlapsWithStartEnd 2014-11-08 23:03:38 -08:00
formattingInComment.ts ensure that autoformat is triggered by token characters 2015-02-02 22:21:41 -08:00
formattingInDestructuring1.ts added rule to insert space after let\const in variable declaration context 2015-02-22 16:15:54 -08:00
formattingInDestructuring2.ts include binding element with initializer to current formatting rule for binary operator, adjust existing SpaceBeforeOpenBraceInFunction rule to recognize blocks 2015-02-22 16:44:26 -08:00
formattingInMultilineComments.ts eliminate usage of TypeScript module from services layer 2014-11-17 17:01:23 -08:00
formattingKeywordAsIdentifier.ts take token kind from the tree in case if token kind from scanner is different 2014-12-01 13:29:49 -08:00
formattingMultilineCommentsWithTabs1.ts use character instead of column when formatting multiline comments with tabs 2015-02-23 14:30:25 -08:00
formattingMultilineCommentsWithTabs2.ts use character instead of column when formatting multiline comments with tabs 2015-02-23 14:30:25 -08:00
formattingMultilineTemplateLiterals.ts added regression test for formatting multiline template literals 2015-02-19 22:37:06 -08:00
formattingNestedScopes.ts fix getContainingList to use rangeContainsStartEnd function 2014-11-18 20:55:54 -08:00
formattingObjectLiteral.ts
formattingOfChainedLambda.ts
formattingOfModuleExport.ts
formattingOfMultilineBlockConstructs.ts
formattingofSingleLineBlockConstructs.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 drop wasNewLine if previous token has no trailing trivia 2014-10-30 15:58:05 -07:00
formattingOnTabAfterCloseCurly.ts fix a few issues in rules 2014-10-15 14:54:49 -07:00
formattingOnVariety.ts
formattingOptionsChange.ts
formattingQMark.ts insert space after '?' only in conditional operator 2015-02-22 19:01:26 -08:00
formattingRegexes.ts handle regexes correctly in formatting 2014-11-26 00:29:20 -08:00
formattingSingleLineWithNewLineOptionSet.ts
formattingSkippedTokens.ts merge with master 2014-11-10 17:24:22 -08:00
formattingSpaceAfterCommaBeforeOpenParen.ts fix formatting to add space after comma between arguments when arguments starts with open paren 2014-12-08 14:28:19 -08:00
formattingSpacesAfterConstructor.ts
formattingTemplates.ts added more tests 2014-11-14 16:23:47 -08:00
formattingVoid.ts
formattingWithEnterAfterMultilineString.ts
formattingWithLimitedSpan.ts
formatTryCatch.ts
formatVariableDeclarationList.ts
formatWithStatement.ts
forwardReference.ts
fourslash.ts use character instead of column when formatting multiline comments with tabs 2015-02-23 14:30:25 -08:00
fsEditMarkerPositions.ts
functionFormatting.ts
functionIndentation.ts
functionOverloadCount.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
functionProperty.ts Don't rewrite function property assignments in the AST. 2014-12-03 01:46:04 -08:00
functionRenamingErrorRecovery.ts
functionTypeFormatting.ts
functionTypes.ts
funduleWithRecursiveReference.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericArityEnforcementAfterEdit.ts
genericAssignmentCompat.ts
genericCallSignaturesInNonGenericTypes1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericCallSignaturesInNonGenericTypes2.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericCallsWithOptionalParams1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericCloduleCompletionList.ts
genericCombinators1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericCombinators2.ts Merge branch 'master' into symbolInfoFormatting 2014-10-08 18:25:42 -07:00
genericCombinators3.ts Fixed the + overload according to feedback 2014-10-07 17:06:34 -07:00
genericCombinatorWithConstraints1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericDerivedTypeAcrossModuleBoundary1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericFunctionReturnType.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericFunctionReturnType2.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericFunctionSignatureHelp1.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
genericFunctionSignatureHelp2.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
genericFunctionSignatureHelp3.ts Disable failing tests for generics and overloads 2014-09-22 15:05:14 -07:00
genericFunctionSignatureHelp3MultiFile.ts Disable failing tests for generics and overloads 2014-09-22 15:05:14 -07:00
genericFunctionWithGenericParams1.ts Determine if the function/var is local to function block 2014-09-30 17:09:11 -07:00
genericInterfacePropertyInference1.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
genericInterfacePropertyInference2.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
genericInterfacesWithConstraints1.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
genericInterfaceWithInheritanceEdit1.ts
genericMapTyping1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericMethodParam.ts
genericObjectBaseType.ts
genericParameterHelp.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
genericParameterHelpConstructorCalls.ts Split genericParameterHelp test into multiple tests 2014-10-17 16:55:14 -07:00
genericParameterHelpTypeReferences.ts Split genericParameterHelp test into multiple tests 2014-10-17 16:55:14 -07:00
genericRespecialization1.ts
genericsFormatting.ts insert space after '?' only in conditional operator 2015-02-22 19:01:26 -08:00
genericSignaturesAreProperlyCleaned.ts
genericTypeArgumentInference1.ts Changing type-to-string conversions to use parentheses 2014-10-17 16:53:18 -07:00
genericTypeArgumentInference2.ts Changing type-to-string conversions to use parentheses 2014-10-17 16:53:18 -07:00
genericTypeParamUnrelatedToArguments1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericTypeWithMultipleBases1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericTypeWithMultipleBases1MultiFile.ts Code review feedback 2014-10-07 17:44:36 -07:00
genericWithSpecializedProperties1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericWithSpecializedProperties2.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
genericWithSpecializedProperties3.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
getCompletionEntryDetails.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
getCompletionEntryDetails2.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
getDeclarationDiagnostics.ts Address code review 2014-10-13 16:00:37 -07:00
getEmitOutputDeclarationMultiFiles.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputDeclarationSingleFile.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputExternalModule.ts Add fourslash tests to cover external module case 2014-10-06 18:37:01 -07:00
getEmitOutputExternalModule2.ts Add fourslash tests to cover external module case 2014-10-06 18:37:01 -07:00
getEmitOutputMapRoot.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputNoErrors.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputOnlyOneFile.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputSingleFile.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputSingleFile2.ts Adding missing @module to several fourslash tests 2015-01-15 15:57:48 -08:00
getEmitOutputSourceMap.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputSourceMap2.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputSourceRoot.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputSourceRootMultiFiles.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputWithDeclarationFile.ts Remove calls to "debugger;" in our fourslash tests. 2014-12-14 12:22:36 -08:00
getEmitOutputWithDeclarationFile2.ts Adding missing @module to several fourslash tests 2015-01-15 15:57:48 -08:00
getEmitOutputWithDeclarationFile3.ts Change the API for getting diagnostics so that all calls go through a Program instance. 2015-02-05 01:47:29 -08:00
getEmitOutputWithEarlySemanticErrors.ts Ensure getEmitOutput only check the file requested 2014-12-01 23:15:13 -08:00
getEmitOutputWithEmitterErrors.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputWithEmitterErrors2.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputWithSemanticErrors.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputWithSemanticErrors2.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getEmitOutputWithSemanticErrorsForMultipleFiles.ts Change the API for getting diagnostics so that all calls go through a Program instance. 2015-02-05 01:47:29 -08:00
getEmitOutputWithSemanticErrorsForMultipleFiles2.ts Ensure getEmitOutput only check the file requested 2014-12-01 23:15:13 -08:00
getEmitOutputWithSyntacticErrorsForMultipleFiles.ts Ensure getEmitOutput only check the file requested 2014-12-01 23:15:13 -08:00
getEmitOutputWithSyntacticErrorsForMultipleFiles2.ts Ensure getEmitOutput only check the file requested 2014-12-01 23:15:13 -08:00
getEmitOutputWithSyntaxErrors.ts Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
getMatchingBraces.ts Moved old fourslash test for brace matching over from fourslash_old. 2014-09-22 11:12:56 -07:00
getMatchingBracesAdjacentBraces.ts Added test case for adjacent braces. 2014-09-23 08:23:59 -07:00
getMatchingBracesNegativeCases.ts
getNameOrDottedNameSpan.ts
getOccurrencesAfterEdit.ts fixed typo in test name 2015-01-23 15:39:50 -08:00
getOccurrencesConst.ts Handel modifier const in getOccurrances 2014-12-01 23:46:09 -08:00
getOccurrencesConstructor.ts
getOccurrencesConstructor2.ts
getOccurrencesDeclare1.ts Added a few tests. 2014-11-12 22:25:31 -08:00
getOccurrencesDeclare2.ts Added a few tests. 2014-11-12 22:25:31 -08:00
getOccurrencesDeclare3.ts Added more tests. 2014-11-20 12:30:10 -08:00
getOccurrencesExport1.ts Added a few tests. 2014-11-12 22:25:31 -08:00
getOccurrencesExport2.ts Added a few tests. 2014-11-12 22:25:31 -08:00
getOccurrencesExport3.ts Added more tests. 2014-11-20 12:30:10 -08:00
getOccurrencesIfElse.ts
getOccurrencesIfElse2.ts
getOccurrencesIfElse3.ts
getOccurrencesIfElse4.ts
getOccurrencesIfElse5.ts renamed getNodeAtPosition to getExactTokenAtPosition, added predicate parameter that will determine if token with end === position should be returned 2014-09-25 14:29:32 -07:00
getOccurrencesIfElseBroken.ts
getOccurrencesIsWriteAccess.ts
getOccurrencesLoopBreakContinue.ts Modified tests and added a test for labeled continues in a switch block. 2014-09-10 11:54:10 -07:00
getOccurrencesLoopBreakContinue2.ts Modified tests and added a test for labeled continues in a switch block. 2014-09-10 11:54:10 -07:00
getOccurrencesLoopBreakContinue3.ts Modified tests and added a test for labeled continues in a switch block. 2014-09-10 11:54:10 -07:00
getOccurrencesLoopBreakContinue4.ts Modified tests and added a test for labeled continues in a switch block. 2014-09-10 11:54:10 -07:00
getOccurrencesLoopBreakContinue5.ts Modified tests and added a test for labeled continues in a switch block. 2014-09-10 11:54:10 -07:00
getOccurrencesLoopBreakContinue6.ts renamed getNodeAtPosition to getExactTokenAtPosition, added predicate parameter that will determine if token with end === position should be returned 2014-09-25 14:29:32 -07:00
getOccurrencesLoopBreakContinueNegatives.ts
getOccurrencesModifiersNegatives1.ts Added more tests. 2014-11-20 12:30:10 -08:00
getOccurrencesOfAnonymousFunction.ts Fixed issue where findAllRefs on identifiers starting with 2+ underscores failed. 2014-11-21 16:53:32 -08:00
getOccurrencesOfAnonymousFunction2.ts
getOccurrencesOfAny.ts
getOccurrencesOfUndefinedSymbol.ts
getOccurrencesPrivate1.ts Added a few tests. 2014-11-12 22:25:31 -08:00
getOccurrencesPrivate2.ts Added a few tests. 2014-11-12 22:25:31 -08:00
getOccurrencesPropertyInAliasedInterface.ts Handle findAllRefs/getOccurrences for properties inherited from aliased types. 2014-10-06 13:14:53 -07:00
getOccurrencesProtected1.ts Added a few tests. 2014-11-12 22:25:31 -08:00
getOccurrencesProtected2.ts Added a few tests. 2014-11-12 22:25:31 -08:00
getOccurrencesPublic1.ts Added a few tests. 2014-11-12 22:25:31 -08:00
getOccurrencesPublic2.ts Added a few tests. 2014-11-12 22:25:31 -08:00
getOccurrencesReturn.ts
getOccurrencesReturn2.ts
getOccurrencesReturn3.ts
getOccurrencesReturn4.ts renamed getNodeAtPosition to getExactTokenAtPosition, added predicate parameter that will determine if token with end === position should be returned 2014-09-25 14:29:32 -07:00
getOccurrencesReturnBroken.ts Fail on tests with errors; reinstated noResolve; corrected tests that were not actually compiling. 2014-11-17 18:13:47 -08:00
getOccurrencesSetAndGet.ts getOccurrences for 'get' and 'set' keywords. 2014-09-29 14:38:03 -07:00
getOccurrencesSetAndGet2.ts getOccurrences for 'get' and 'set' keywords. 2014-09-29 14:38:03 -07:00
getOccurrencesSetAndGet3.ts getOccurrences for 'get' and 'set' keywords. 2014-09-29 14:38:03 -07:00
getOccurrencesStatic1.ts Added a few tests. 2014-11-12 22:25:31 -08:00
getOccurrencesSuper.ts
getOccurrencesSuper2.ts
getOccurrencesSuperNegatives.ts
getOccurrencesSwitchCaseDefault.ts Modified tests and added a test for labeled continues in a switch block. 2014-09-10 11:54:10 -07:00
getOccurrencesSwitchCaseDefault2.ts Modified tests and added a test for labeled continues in a switch block. 2014-09-10 11:54:10 -07:00
getOccurrencesSwitchCaseDefault3.ts Modified tests and added a test for labeled continues in a switch block. 2014-09-10 11:54:10 -07:00
getOccurrencesSwitchCaseDefault4.ts Modified tests and added a test for labeled continues in a switch block. 2014-09-10 11:54:10 -07:00
getOccurrencesSwitchCaseDefault5.ts renamed getNodeAtPosition to getExactTokenAtPosition, added predicate parameter that will determine if token with end === position should be returned 2014-09-25 14:29:32 -07:00
getOccurrencesSwitchCaseDefaultBroken.ts
getOccurrencesThis.ts
getOccurrencesThis2.ts
getOccurrencesThis3.ts
getOccurrencesThis4.ts
getOccurrencesThis5.ts
getOccurrencesThis6.ts renamed getNodeAtPosition to getExactTokenAtPosition, added predicate parameter that will determine if token with end === position should be returned 2014-09-25 14:29:32 -07:00
getOccurrencesThisNegatives2.ts
getOccurrencesThrow.ts Support getOccurrencesAtPosition for 'throw' keywords. 2014-09-28 20:39:09 -04:00
getOccurrencesThrow2.ts Support getOccurrencesAtPosition for 'throw' keywords. 2014-09-28 20:39:09 -04:00
getOccurrencesThrow3.ts Support getOccurrencesAtPosition for 'throw' keywords. 2014-09-28 20:39:09 -04:00
getOccurrencesThrow4.ts Support getOccurrencesAtPosition for 'throw' keywords. 2014-09-28 20:39:09 -04:00
getOccurrencesThrow5.ts Support getOccurrencesAtPosition for 'throw' keywords. 2014-09-28 20:39:09 -04:00
getOccurrencesThrow6.ts Support getOccurrencesAtPosition for 'throw' keywords. 2014-09-28 20:39:09 -04:00
getOccurrencesThrow7.ts Changed "ownership" relation of try blocks on throw statements. 2014-09-29 12:41:47 -07:00
getOccurrencesThrow8.ts Changed "ownership" relation of try blocks on throw statements. 2014-09-29 12:41:47 -07:00
getOccurrencesTryCatchFinally.ts Remove TryBlock and FinallyBlock. 2014-12-11 14:40:25 -08:00
getOccurrencesTryCatchFinally2.ts
getOccurrencesTryCatchFinally3.ts
getOccurrencesTryCatchFinally4.ts renamed getNodeAtPosition to getExactTokenAtPosition, added predicate parameter that will determine if token with end === position should be returned 2014-09-25 14:29:32 -07:00
getOccurrencesTryCatchFinallyBroken.ts
getOutliningSpans.ts outlining support for switch blocks\array literals 2014-09-28 22:33:00 -07:00
getPreProcessedFile.ts Address code review 2014-10-30 15:34:54 -07:00
getRenameInfoTests1.ts Adding rename tests. 2014-09-17 15:19:20 -07:00
getRenameInfoTests2.ts Adding rename tests. 2014-09-17 15:19:20 -07:00
getSemanticDiagnosticForDeclaration.ts Adding missing @module to several fourslash tests 2015-01-15 15:57:48 -08:00
getSemanticDiagnosticForNoDeclaration.ts Adding missing @module to several fourslash tests 2015-01-15 15:57:48 -08:00
globalCompletionListInsideObjectLiterals.ts
goToDefinitionAlias.ts
goToDefinitionAmbiants.ts
goToDefinitionApparentTypeProperties.ts
goToDefinitionBuiltInTypes.ts
goToDefinitionBuiltInValues.ts
goToDefinitionConstructorOverloads.ts
goToDefinitionDifferentFile.ts
goToDefinitionDifferentFileIndirectly.ts
goToDefinitionExternamModuleName.ts
goToDefinitionExternamModuleName2.ts
goToDefinitionExternamModuleName3.ts
goToDefinitionExternamModuleName4.ts Normalize a few fourslash line endings. 2014-12-17 15:11:29 -08:00
goToDefinitionExternamModuleName5.ts
goToDefinitionExternamModuleName6.ts Support GetDefinitionLocation on module names and aliases for new import/export syntax 2015-02-23 15:43:20 -08:00
goToDefinitionExternamModuleName7.ts Support GetDefinitionLocation on module names and aliases for new import/export syntax 2015-02-23 15:43:20 -08:00
goToDefinitionExternamModuleName8.ts Support GetDefinitionLocation on module names and aliases for new import/export syntax 2015-02-23 15:43:20 -08:00
goToDefinitionExternamModuleName9.ts Support GetDefinitionLocation on module names and aliases for new import/export syntax 2015-02-23 15:43:20 -08:00
goToDefinitionFunctionOverloads.ts Normalize a few fourslash line endings. 2014-12-17 15:11:29 -08:00
goToDefinitionFunctionOverloadsInClass.ts Normalize a few fourslash line endings. 2014-12-17 15:11:29 -08:00
goToDefinitionImplicitConstructor.ts
goToDefinitionImportedNames.ts Support GetDefinitionLocation on module names and aliases for new import/export syntax 2015-02-23 15:43:20 -08:00
goToDefinitionImportedNames2.ts Support GetDefinitionLocation on module names and aliases for new import/export syntax 2015-02-23 15:43:20 -08:00
goToDefinitionImportedNames3.ts Support GetDefinitionLocation on module names and aliases for new import/export syntax 2015-02-23 15:43:20 -08:00
goToDefinitionImportedNames4.ts Support GetDefinitionLocation on module names and aliases for new import/export syntax 2015-02-23 15:43:20 -08:00
goToDefinitionImportedNames5.ts Support GetDefinitionLocation on module names and aliases for new import/export syntax 2015-02-23 15:43:20 -08:00
goToDefinitionImportedNames6.ts Support GetDefinitionLocation on module names and aliases for new import/export syntax 2015-02-23 15:43:20 -08:00
goToDefinitionImportedNames7.ts Remove debugger statement 2015-02-24 01:18:31 -08: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
goToDefinitionShorthandProperty.ts Address code review 2014-11-18 10:53:14 -08:00
goToDefinitionSimple.ts renamed getNodeAtPosition to getExactTokenAtPosition, added predicate parameter that will determine if token with end === position should be returned 2014-09-25 14:29:32 -07:00
goToDefinitionSourceUnit.ts
goToDefinitionUndefinedSymbols.ts
goToDefinitionUnionTypeProperty1.ts Use 'definitionCountIs' in union property tests. 2014-12-17 15:11:40 -08:00
goToDefinitionUnionTypeProperty2.ts Use 'definitionCountIs' in union property tests. 2014-12-17 15:11:40 -08:00
goToDefinitionUnionTypeProperty3.ts Added test using code from original issue. 2014-12-17 15:11:35 -08:00
goToDefinitionUnionTypeProperty4.ts Added test for goToDef on union types. 2014-12-17 15:11:43 -08:00
goToModuleAliasDefinition.ts
identationAfterInterfaceCall.ts
identifierErrorRecovery.ts
importDeclPaste0.ts
importValueUsedAsType.ts
incompatibleOverride.ts
incrementalEditInvocationExpressionAboveInterfaceDeclaration.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
incrementalParsing1.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
incrementalParsingInsertIntoMethod1.ts Add incremental parsing LS test. 2014-12-14 12:30:02 -08:00
incrementalResolveAccessor.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
incrementalResolveConstructorDeclaration.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
incrementalResolveFunctionPropertyAssignment.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
incrementalUpdateToClassImplementingGenericClass.ts
indentAfterFunctionClosingBraces.ts
indentAfterImport.ts
indentation.ts Add new tests for shims 2015-02-04 15:36:13 -08:00
indentationAfterModuleImport.ts
indentionsOfCommentBlockAfterFormatting.ts
indentNewExpressionNoBraces.ts handle cases when new expression is used with no arguments 2014-12-01 17:18:50 -08:00
indexerReturnTypes1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
indexSignatureWithoutAnnotation.ts
inheritedModuleMembersForClodule2.ts Update Baselines 2014-10-01 11:27:20 -07:00
insertArgumentBeforeOverloadedConstructor.ts
insertInterfaceAndCheckTypeLiteralField.ts
insertMethodCallAboveOthers.ts
insertPublicBeforeSetter.ts
insertReturnStatementInDuplicateIdentifierFunction.ts Update Baselines 2014-10-01 11:27:20 -07:00
insertSecondTryCatchBlock.ts
insertVarAfterEmptyTypeParamList.ts
instanceTypesForGenericType1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
intellisenseInObjectLiteral.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
interfaceExtendsPrimitive.ts
interfaceIndent.ts
interfaceRecursiveInheritanceErrors0.ts
interfaceRecursiveInheritanceErrors1.ts
invalidRestArgError.ts
invertedCloduleAfterQuickInfo.ts
invertedFunduleAfterQuickInfo.ts
lambdaThisMembers.ts
letQuickInfoAndCompletionList.ts Fixes the quickInfo and completion list details for let and adds test cases for let and const 2014-11-12 14:23:59 -08:00
localFunction.ts Remove calls to "debugger;" in our fourslash tests. 2014-12-14 12:22:36 -08:00
localGetReferences.ts
malformedObjectLiteral.ts
memberCompletionFromFunctionCall.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
memberCompletionInForEach1.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
memberCompletionOnTypeParameters.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
memberCompletionOnTypeParameters2.ts Update tests to remove other type paramters from constraints 2014-09-15 13:56:21 -07:00
memberConstructorEdits.ts
memberListAfterSingleDot.ts
memberListErrorRecovery.ts
memberListInFunctionCall.ts
memberListInReopenedEnum.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
memberListInsideObjectLiterals.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
memberListInWithBlock.ts Short-circuit semantic operations within with blocks 2014-09-15 13:55:18 -07:00
memberListInWithBlock2.ts Short-circuit semantic operations within with blocks 2014-09-15 13:55:18 -07:00
memberListInWithBlock3.ts Short-circuit semantic operations within with blocks 2014-09-15 13:55:18 -07:00
memberListOfClass.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
memberListOfEnumFromExternalModule.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
memberListOfEnumInModule.ts
memberListOfExportedClass.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
memberListOfModule.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
memberListOfModuleAfterInvalidCharater.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
memberListOfModuleBeforeKeyword.ts Add better error recovery logic for cases with line ending with "id." followed by a declaration e.g. "class id" 2014-09-15 13:55:39 -07:00
memberListOfModuleInAnotherModule.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
memberListOfVarInArrowExpression.ts Fix the getSymbolInfo and getTypeOfNode entry points to resolve the context sensitive information before resolving the actual node 2014-12-03 14:47:13 -08:00
memberListOnConstructorType.ts
memberlistOnDDot.ts
memberListOnFunctionParameter.ts Enable completion fourslash tests 2014-09-15 13:53:25 -07:00
memberListOnThisInClassWithPrivates.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
memberOverloadEdits.ts
mergedDeclarations1.ts
mergedDeclarations2.ts
mergedDeclarationsWithExportAssignment1.ts Show better alias information in completion entry and quickInfo 2014-10-10 15:24:19 -07:00
mispeltVariableForInLoopErrorRecovery.ts
missingMethodAfterEditAfterImport.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
moduleEnumModule.ts
moduleIndent.ts
moduleMembersOfGenericType.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
moduleReferenceValue.ts
moduleRenamingErrorRecovery.ts
moduleVariables.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
multilineCommentBeforeOpenBrace.ts Remove calls to "debugger;" in our fourslash tests. 2014-12-14 12:22:36 -08:00
multiModuleClodule1.ts
multiModuleFundule1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
multipleExportAssignmentsErrorList0.ts
nameOfRetypedClassInModule.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
nameOrDottedNameClasses.ts Implement getNameOrDottedNameSpan for new compiler 2014-10-20 23:34:43 -07:00
nameOrDottedNameStatements.ts Implement getNameOrDottedNameSpan for new compiler 2014-10-20 23:34:43 -07:00
navbar_const.ts Code review feedback 2014-11-12 18:42:31 -08:00
navbar_contains-no-duplicates.ts Changed order of count check. 2014-09-17 18:12:16 -07:00
navbar_let.ts Fixes the quickInfo and completion list details for let and adds test cases for let and const 2014-11-12 14:23:59 -08:00
navigateItemsConst.ts Code review feedback 2014-11-12 18:42:31 -08:00
navigateItemsExports.ts Support navigateTo for new import/export syntax 2015-02-24 12:24:41 -08:00
navigateItemsImports.ts Support navigateTo for new import/export syntax 2015-02-24 12:24:41 -08:00
navigateItemsLet.ts Don't store variable statement flags on its variable declaration children. 2014-12-16 02:50:38 -08:00
navigationItemsComputedProperties.ts Normalized line endings for test. 2014-12-03 14:56:02 -08:00
navigationItemsExactMatch.ts Add implementation of getNavigateToItems based on the new compiler 2014-09-16 10:54:54 -07:00
navigationItemsExactMatch2.ts Don't store variable statement flags on its variable declaration children. 2014-12-16 02:50:38 -08:00
navigationItemsInConstructorsExactMatch.ts Add implementation of getNavigateToItems based on the new compiler 2014-09-16 10:54:54 -07:00
navigationItemsOverloads1.ts Only show first overload in a series of consecutive overload signatures for navigateTo 2014-10-01 18:51:58 -07:00
navigationItemsOverloads2.ts Only show first overload in a series of consecutive overload signatures for navigateTo 2014-10-01 18:51:58 -07:00
navigationItemsOverloadsBroken1.ts Finished up "overload collapsing" for navigate-to. 2014-10-03 15:53:35 -07:00
navigationItemsOverloadsBroken2.ts Finished up "overload collapsing" for navigate-to. 2014-10-03 15:53:35 -07:00
navigationItemsPrefixMatch.ts Add implementation of getNavigateToItems based on the new compiler 2014-09-16 10:54:54 -07:00
navigationItemsPrefixMatch2.ts Add implementation of getNavigateToItems based on the new compiler 2014-09-16 10:54:54 -07:00
navigationItemsSubStringMatch.ts Move NavigateTo over to using the new pattern matcher. 2015-02-22 21:25:43 -08:00
navigationItemsSubStringMatch2.ts Move NavigateTo over to using the new pattern matcher. 2015-02-22 21:25:43 -08:00
noCompletionListOnCommentsInsideObjectLiterals.ts
nonExistingImport.ts
noQuickInfoInWhitespace.ts
noSignatureHelpOnNewKeyword.ts Fix signature help crash when requested outside argument list 2014-10-28 18:20:24 -07:00
noSmartIndentInsideMultilineString.ts update test baselines 2014-09-11 12:04:49 -07:00
noTypeParameterInLHS.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
numericPropertyNames.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
objectLiteralCallSignatures.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
outliningForNonCompleteInterfaceDeclaration.ts
overloadObjectLiteralCrash.ts
overloadOnConstCallSignature.ts Put specialized signatures at the top of the list of call candidates 2014-12-26 01:01:41 +00:00
overloadQuickInfo.ts Fixed the + overload according to feedback 2014-10-07 17:06:34 -07:00
parameterInfoOnParameterType.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
parameterlessSetter.ts
paramHelpOnCommaInString.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
parenthesisFatArrows.ts
paste.ts
pasteLambdaOverModule.ts
promiseTyping1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
promiseTyping2.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
propertyDuplicateIdentifierError.ts
proto.ts Fix the completion entry for __proto 2014-11-11 15:56:56 -08:00
protoPropertyInObjectLiteral.ts Fix the completion entry for __proto 2014-11-11 15:56:56 -08:00
prototypeProperty.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
protoVarInContexutalObjectLiteral.ts Fix the completion entry for __proto 2014-11-11 15:56:56 -08:00
protoVarVisibleWithOuterScopeUnderscoreProto.ts Fix the completion entry for __proto 2014-11-11 15:56:56 -08:00
publicBreak.ts
qualifiedName_import-declaration-with-variable-entity-names.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
qualifyModuleTypeNames.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
quickInfoDisplayPartsArrowFunctionExpression.ts Test cases for arrow function expression 2014-11-21 13:02:53 -08:00
quickInfoDisplayPartsClass.ts Rename functions as per code review feedback 2014-11-20 22:36:27 -08:00
quickInfoDisplayPartsClassAccessors.ts Rename functions as per code review feedback 2014-11-20 22:36:27 -08:00
quickInfoDisplayPartsClassConstructor.ts Rename functions as per code review feedback 2014-11-20 22:36:27 -08:00
quickInfoDisplayPartsClassMethod.ts Rename functions as per code review feedback 2014-11-20 22:36:27 -08:00
quickInfoDisplayPartsClassProperty.ts Rename functions as per code review feedback 2014-11-20 22:36:27 -08:00
quickInfoDisplayPartsConst.ts Don't store variable statement flags on its variable declaration children. 2014-12-16 02:50:38 -08:00
quickInfoDisplayPartsEnum.ts Test cases for enum and enum members 2014-11-20 23:19:50 -08:00
quickInfoDisplayPartsExternalModuleAlias.ts Add test cases for external module reference of the alias 2014-12-03 12:41:32 -08:00
quickInfoDisplayPartsExternalModules.ts Tests for external modules 2014-12-01 00:04:28 -08:00
quickInfoDisplayPartsFunction.ts Tests for function display parts 2014-11-21 01:17:45 -08:00
quickInfoDisplayPartsFunctionExpression.ts Tests for function expression 2014-11-21 12:43:24 -08:00
quickInfoDisplayPartsInterface.ts Rename functions as per code review feedback 2014-11-20 22:36:27 -08:00
quickInfoDisplayPartsInterfaceMembers.ts Rename functions as per code review feedback 2014-11-20 22:36:27 -08:00
quickInfoDisplayPartsInternalModuleAlias.ts tests for internal alias 2014-12-01 00:17:26 -08:00
quickInfoDisplayPartsLet.ts Tests and fix symbol display for let 2014-11-30 23:16:22 -08:00
quickInfoDisplayPartsLocalFunction.ts Tests for local function 2014-11-21 12:24:58 -08:00
quickInfoDisplayPartsModules.ts Tests for modules 2014-11-30 23:51:38 -08:00
quickInfoDisplayPartsParameters.ts Test for parmaeters 2014-11-21 00:48:30 -08:00
quickInfoDisplayPartsTypeAlias.ts Fix and add test case for display parts for type aliases 2014-11-21 00:10:06 -08:00
quickInfoDisplayPartsTypeParameterInClass.ts Tests for type parameters in class 2014-11-21 17:42:27 -08:00
quickInfoDisplayPartsTypeParameterInFunction.ts Tests for type parameter of function 2014-11-21 18:58:54 -08:00
quickInfoDisplayPartsTypeParameterInInterface.ts Type Parameters in interface 2014-11-21 18:46:57 -08:00
quickInfoDisplayPartsVar.ts Tests for var 2014-11-30 23:02:56 -08:00
quickInfoExportAssignmentOfGenericInterface.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoForAliasedGeneric.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoForConstDeclaration.ts Code review feedback 2014-11-12 18:42:31 -08:00
quickInfoForContextuallyTypedArrowFunctionInSuperCall.ts Fixed fourslash test. 2015-01-27 13:28:32 -08:00
quickInfoForContextuallyTypedFunctionInReturnStatement.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoForContextuallyTypedFunctionInTaggedTemplateExpression1.ts Separated fourslash test to two files. 2014-12-15 14:55:46 -08:00
quickInfoForContextuallyTypedFunctionInTaggedTemplateExpression2.ts Separated fourslash test to two files. 2014-12-15 14:55:46 -08:00
quickInfoForDerivedGenericTypeWithConstructor.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoForFunctionDeclaration.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoForGenericConstraints1.ts Format typeparameters information 2014-09-30 17:10:33 -07:00
quickInfoForGenericPrototypeMember.ts Fix generic symbol display information 2014-10-06 12:29:49 -07:00
quickInfoForIndexerResultWithConstraint.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoForOverloadOnConst1.ts Better symbol information for lambda variable types at the call site 2014-10-06 14:24:58 -07:00
quickInfoForRequire.ts Updated test case and added comment 2014-11-19 15:05:07 -08:00
quickInfoForShorthandProperty.ts Add a test for quick-info 2014-11-17 10:56:59 -08:00
quickInfoForTypeofParameter.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickinfoForUnionProperty.ts Merge changes from master in services.ts 2014-10-13 14:06:16 -07:00
quickInfoFromEmptyBlockComment.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
quickInfoGenerics.ts Fix generic symbol display information 2014-10-06 12:29:49 -07:00
quickInfoInFunctionTypeReference.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoInFunctionTypeReference2.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoInInvalidIndexSignature.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoInObjectLiteral.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoInvalidLocations.ts
quickInfoInWithBlock.ts Fixed the bad merge and tests failing because of it 2014-10-09 13:18:08 -07:00
quickinfoIsConsistent.ts Better symbol information for lambda variable types at the call site 2014-10-06 14:24:58 -07:00
quickInfoOfGenericTypeAssertions1.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoOfLablledForStatementIterator.ts
quickInfoOfStringPropertyNames1.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoOnArgumentsInsideFunction.ts Removed the debugger statement 2014-10-13 15:03:11 -07:00
quickInfoOnCatchVariable.ts Simplify how catch clauses are represented in our AST. 2015-02-26 17:19:19 -08:00
quickInfoOnCircularTypes.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
quickInfoOnClassMergedWithFunction.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoOnConstructorWithGenericParameter.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoOnErrorTypes1.ts Fix the quick info on error types 2014-09-30 17:14:58 -07:00
quickInfoOnGenericClass.ts Format typeparameters information 2014-09-30 17:10:33 -07:00
quickInfoOnGenericWithConstraints1.ts Format typeparameters information 2014-09-30 17:10:33 -07:00
quickInfoOnInternalAliases.ts Show call and construct signatures when using aliases 2014-10-10 15:52:34 -07:00
quickInfoOnMergedInterfaces.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
quickInfoOnMergedInterfacesWithIncrementalEdits.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
quickInfoOnMergedModule.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
quickInfoOnNarrowedType.ts Show narrowed type in quickInfo/completion entry 2014-11-06 15:20:31 -08:00
quickInfoOnNarrowedTypeInModule.ts Show narrowed type in quickInfo/completion entry 2014-11-06 15:20:31 -08:00
quickInfoOnObjectLiteralWithAccessors.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoOnObjectLiteralWithOnlyGetter.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoOnObjectLiteralWithOnlySetter.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
quickInfoOnThis.ts Fixed the bad merge and tests failing because of it 2014-10-09 13:18:08 -07:00
quickInfoOnUndefined.ts Removed incorrect check of symbolKind determination of undefined symbol 2014-10-10 15:58:33 -07:00
quickInfoOnUnResolvedBaseConstructorSignature.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
quickInfoOnVarInArrowExpression.ts Fixes the quickInfo when hovering over var inside the context sensitive expression 2014-12-03 14:00:58 -08:00
quickInfoShowsGenericSpecialization.ts Enabling more quickInfo tests 2014-09-30 17:10:27 -07:00
recursiveClassReference.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
recursiveGenerics2.ts
recursiveInternalModuleImport.ts
recursiveObjectLiteral.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
recursiveWrappedTypeParameters1.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
referencesBloomFilters.ts
referencesBloomFilters2.ts
referencesBloomFilters3.ts
referencesForAmbients.ts
referencesForClassLocal.ts
referencesForClassParameter.ts
referencesForContextuallyTypedObjectLiteralProperties.ts Support find all refs on union properties 2014-10-08 23:21:56 -07:00
referencesForContextuallyTypedUnionProperties.ts Support find all refs on union properties 2014-10-08 23:21:56 -07:00
referencesForContextuallyTypedUnionProperties2.ts Merge branch 'unionTypes' into unionTypesLS 2014-10-09 11:02:57 -07:00
referencesForEnums.ts
referencesForExportedValues.ts
referencesForExternalModuleNames.ts
referencesForFunctionOverloads.ts
referencesForFunctionParameter.ts
referencesForGlobals.ts
referencesForGlobals2.ts
referencesForGlobals3.ts
referencesForGlobals4.ts
referencesForGlobals5.ts
referencesForGlobalsInExternalModule.ts
referencesForIllegalAssignment.ts
referencesForImports.ts
referencesForIndexProperty.ts
referencesForIndexProperty2.ts
referencesForIndexProperty3.ts
referencesForInheritedProperties.ts
referencesForInheritedProperties2.ts
referencesForLabel.ts
referencesForLabel2.ts
referencesForLabel3.ts
referencesForLabel4.ts
referencesForLabel5.ts
referencesForLabel6.ts
referencesForMergedDeclarations.ts
referencesForMergedDeclarations2.ts
referencesForMergedDeclarations3.ts
referencesForMergedDeclarations4.ts
referencesForMergedDeclarations5.ts
referencesForMergedDeclarations6.ts
referencesForMergedDeclarations7.ts
referencesForMergedDeclarations8.ts
referencesForNoContext.ts
referencesForNumericLiteralPropertyNames.ts
referencesForObjectLiteralProperties.ts
referencesForOverrides.ts
referencesForPropertiesOfGenericType.ts
referencesForStatic.ts
referencesForStaticsAndMembersWithSameNames.ts
referencesForStringLiteralPropertyNames.ts
referencesForStringLiteralPropertyNames2.ts
referencesForStringLiteralPropertyNames3.ts
referencesForStringLiteralPropertyNames4.ts
referencesForUnionProperties.ts Support find all refs on union properties 2014-10-08 23:21:56 -07:00
referencesInComment.ts
referenceToClass.ts
regexDetection.ts
regexErrorRecovery.ts
regexp.ts Enabling more test cases 2014-10-07 11:30:27 -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 Adding tests. 2014-10-03 15:59:20 -07:00
renameCommentsAndStrings2.ts Adding tests. 2014-10-03 15:59:20 -07:00
renameCommentsAndStrings3.ts Adding tests. 2014-10-03 15:59:20 -07:00
renameCommentsAndStrings4.ts Adding tests. 2014-10-03 15:59:20 -07:00
renameModuleToVar.ts
renameNameOnEnumMember.ts Added test case for rename of enum member using rename api 2014-10-06 11:30:03 -07:00
restArgSignatureHelp.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
restArgType.ts Fix the quickInfo for rest parameters 2014-10-07 14:04:30 -07:00
restParamsContextuallyTyped.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
returnRecursiveType.ts Move the symbol classification and display parts writing to the Services and format the newlines correctly 2014-09-30 17:08:59 -07:00
returnTypeOfGenericFunction1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
runtimeBehaviorTests.ts
scopeOfUnionProperties.ts handle union properties in when doing getOccurences\findAllReferences 2015-01-22 17:16:18 -08:00
scriptLexicalStructureBindingPatterns.ts add binding elements from variable declaration into script lexical structure 2015-01-24 00:17:55 -08:00
scriptLexicalStructureBindingPatternsInConstructor.ts do not include constructor parameters with binding patterns as names when collecting nav bar items 2015-02-22 15:06:58 -08:00
scriptLexicalStructureEmptyConstructors.ts
scriptLexicalStructureExports.ts Support navigation bar for new import/export syntax 2015-02-24 11:54:10 -08:00
scriptLexicalStructureFunctions.ts Fixing issue where the top level source file item was not being selected. 2014-10-06 14:22:08 -07:00
scriptLexicalStructureFunctionsBroken.ts Fixing issue where the top level source file item was not being selected. 2014-10-06 14:22:08 -07:00
scriptLexicalStructureFunctionsBroken2.ts Fixing issue where the top level source file item was not being selected. 2014-10-06 14:22:08 -07:00
scriptLexicalStructureImports.ts Support navigation bar for new import/export syntax 2015-02-24 11:54:10 -08:00
scriptLexicalStructureItems.ts Added fourslash tests. 2014-09-17 17:50:32 -07:00
scriptLexicalStructureItems2.ts
scriptLexicalStructureItemsContainsNoAnonymousFunctions.ts Fixing issue where the top level source file item was not being selected. 2014-10-06 14:22:08 -07:00
scriptLexicalStructureItemsExternalModules.ts Added fourslash tests. 2014-09-17 17:50:32 -07:00
scriptLexicalStructureItemsExternalModules2.ts External module items now display their base file name in quotes. 2014-09-19 13:54:41 -07:00
scriptLexicalStructureItemsExternalModules3.ts Properly support string-literal property names and escape external module names. 2014-09-25 13:10:04 -07:00
scriptLexicalStructureItemsModuleVariables.ts Skip computed properties in the nav bar 2014-11-25 16:09:10 -08:00
scriptLexicalStructureMissingName1.ts Added tests. 2014-12-03 15:05:38 -08:00
scriptLexicalStructureMissingName2.ts Added tests. 2014-12-03 15:05:38 -08:00
scriptLexicalStructureModules.ts Merge branch 'master' into navbar 2014-09-30 14:20:58 -07:00
scriptLexicalStructureMultilineStringIdentifiers.ts Merge branch 'master' into navbar 2014-09-30 14:20:58 -07:00
scriptLexicalStructurePropertiesDefinedInConstructors.ts
scriptLexicalStructureSymbols1.ts Navigation bar support for symbols 2015-02-06 21:32:57 -08:00
scriptLexicalStructureSymbols2.ts Navigation bar support for symbols 2015-02-06 21:32:57 -08:00
scriptLexicalStructureSymbols3.ts Navigation bar support for symbols 2015-02-06 21:32:57 -08:00
selfReferencedExternalModule.ts Show better alias information in completion entry and quickInfo 2014-10-10 15:24:19 -07:00
selfReferencedExternalModule2.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
semanticClassification1.ts Added facilities for using positions on classification tests. 2014-10-13 17:29:19 -07:00
semanticClassification2.ts Added facilities for using positions on classification tests. 2014-10-13 17:29:19 -07:00
semanticClassificationInstantiatedModuleWithVariableOfSameName1.ts Added facilities for using positions on classification tests. 2014-10-13 17:29:19 -07:00
semanticClassificationInstantiatedModuleWithVariableOfSameName2.ts Added facilities for using positions on classification tests. 2014-10-13 17:29:19 -07:00
semanticClassificationInTemplateExpressions.ts Added syntactic classification for templates; also made 'spans' a NodeArray. 2014-10-24 17:14:41 -07:00
semanticClassificationModules.ts Added facilities for using positions on classification tests. 2014-10-13 17:29:19 -07:00
semanticClassificationUninstantiatedModuleWithVariableOfSameName1.ts Added facilities for using positions on classification tests. 2014-10-13 17:29:19 -07:00
semanticClassificationUninstantiatedModuleWithVariableOfSameName2.ts Added facilities for using positions on classification tests. 2014-10-13 17:29:19 -07:00
semanticClassificationWithUnionTypes.ts Added test case for semantic classification with union types. 2014-10-14 17:29:46 -07:00
semanticClassificatonTypeAlias.ts add classification for type aliases 2014-12-05 17:32:36 -08:00
semicolonFormatting.ts distinguish parse errors so non-parse errors can be ignored during formatting 2014-10-24 18:15:02 -07:00
semicolonFormattingAfterArrayLiteral.ts
semicolonFormattingInsideAComment.ts
semicolonFormattingInsideAStringLiteral.ts
semicolonFormattingNestedStatements.ts add comments, update fourslash tests 2014-11-10 19:04:57 -08:00
semicolonFormattingNewline.ts
signatureHelpAnonymousFunction.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpAtEOF.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpBeforeSemicolon1.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpCallExpression.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpConstructExpression.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpConstructorInheritance.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpConstructorOverload.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpEmptyList.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpForSuperCalls1.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
signatureHelpFunctionOverload.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpFunctionParameter.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpImplicitConstructor.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpInCallback.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
signatureHelpIncompleteCalls.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpInCompleteGenericsCall.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
signatureHelpInFunctionCall.ts
signatureHelpInFunctionCallOnFunctionDeclarationInMultipleFiles.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
signatureHelpInIncompleteInvocationExpression.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
signatureHelpInParenthetical.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
signatureHelpNegativeTests.ts
signatureHelpNegativeTests2.ts Extract findListItem from smart indenter 2014-09-22 15:04:51 -07:00
signatureHelpNoArguments.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
signatureHelpObjectCreationExpressionNoArgs_NotAvailable.ts
signatureHelpObjectLiteral.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpOnNestedOverloads.ts Reenable some basic generics tests 2014-10-17 16:55:09 -07:00
signatureHelpOnOverloadOnConst.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
signatureHelpOnOverloads.ts Fix arity checking for partial overload resolution 2014-09-30 17:13:47 -07:00
signatureHelpOnOverloadsDifferentArity.ts Fix arity checking for partial overload resolution 2014-09-30 17:13:47 -07:00
signatureHelpOnOverloadsDifferentArity2.ts Record trailing comma even for incorrectly terminated lists 2014-09-30 17:13:49 -07:00
signatureHelpOnOverloadsDifferentArity3.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpOnSuperWhenMembersAreNotResolved.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
signatureHelpSimpleConstructorCall.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
signatureHelpSimpleFunctionCall.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
signatureHelpSimpleSuperCall.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
signatureHelpSuperConstructorOverload.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplates1.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplates2.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplates3.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplates4.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplates5.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplates6.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplates7.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesIncomplete1.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesIncomplete2.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesIncomplete3.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesIncomplete4.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesIncomplete5.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesIncomplete6.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesIncomplete7.ts Confused count with index. 2014-11-26 17:00:44 -08:00
signatureHelpTaggedTemplatesIncomplete8.ts Fixed issue where classifier didn't check for backslash-newline. 2014-11-26 16:32:30 -08:00
signatureHelpTaggedTemplatesIncomplete9.ts Fixed issue where classifier didn't check for backslash-newline. 2014-11-26 16:32:30 -08:00
signatureHelpTaggedTemplatesNegatives1.ts Tests for signature help on tagged templates with no overloads. 2014-11-18 13:49:39 -08:00
signatureHelpTaggedTemplatesNegatives2.ts Fixed bug where tagged templates with a literal adjacent to EOF showed sig help. 2014-11-25 14:37:51 -08:00
signatureHelpTaggedTemplatesNegatives3.ts Fixed bug where tagged templates with a literal adjacent to EOF showed sig help. 2014-11-25 14:37:51 -08:00
signatureHelpTaggedTemplatesNegatives4.ts Fixed bug where tagged templates with a literal adjacent to EOF showed sig help. 2014-11-25 14:37:51 -08:00
signatureHelpTaggedTemplatesNegatives5.ts Fixed test. 2014-11-25 14:42:15 -08:00
signatureHelpTaggedTemplatesNested1.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesNested2.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesWithOverloadedTags1.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesWithOverloadedTags2.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesWithOverloadedTags3.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesWithOverloadedTags4.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesWithOverloadedTags5.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesWithOverloadedTags6.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesWithOverloadedTags7.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesWithOverloadedTags8.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpTaggedTemplatesWithOverloadedTags9.ts Added test. 2014-11-20 17:54:46 -08:00
signatureHelpWhenEditingCallExpression.ts Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
signatureHelpWithInterfaceAsIdentifier.ts
signatureHelpWithUnknown.ts fix crash in signature help 2014-12-02 15:04:44 -08:00
singleLineTypeLiteralFormatting.ts
smartIndentActualIndentation.ts use actual indentation if possible 2014-09-12 00:26:46 -07:00
smartIndentAfterAlignedFunctionArgument.ts added handling for smart indentation in the beginning of list items, updated test baselines. TODO: smart indentation in the middle of list items (2 failing tests) 2014-09-11 16:17:31 -07:00
smartIndentAfterFatArrowVar.ts
smartIndentClass.ts
smartIndentCloseBrace.ts added handling for smart indentation in the beginning of list items, updated test baselines. TODO: smart indentation in the middle of list items (2 failing tests) 2014-09-11 16:17:31 -07:00
smartIndentDoStatement.ts added handling for smart indentation in the beginning of list items, updated test baselines. TODO: smart indentation in the middle of list items (2 failing tests) 2014-09-11 16:17:31 -07:00
smartIndentEnum.ts
smartIndentIfStatement.ts added handling for smart indentation in the beginning of list items, updated test baselines. TODO: smart indentation in the middle of list items (2 failing tests) 2014-09-11 16:17:31 -07:00
smartIndentInCallExpressions.ts fix getContainingList to use rangeContainsStartEnd function 2014-11-18 20:55:54 -08:00
smartIndentInsideBlockInsideCase.ts
smartIndentInsideMultilineString.ts update test baselines 2014-09-11 12:04:49 -07:00
smartIndentInterface.ts
smartIndentListItem.ts address CR feedback: renames, handle smart indentation in type argument lists in type references 2014-09-15 16:08:33 -07:00
smartIndentModule.ts
smartIndentNestedModule.ts
smartIndentNonterminatedArgumentListAtEOF.ts
smartIndentNonterminatedIfStatementAtEOF.ts
smartIndentOnFunctionParameters.ts added handling for smart indentation in the beginning of list items, updated test baselines. TODO: smart indentation in the middle of list items (2 failing tests) 2014-09-11 16:17:31 -07:00
smartIndentStartLineInLists.ts make smart indenter respect actual start line of the list 2014-11-10 16:33:53 -08:00
smartIndentStatementFor.ts
smartIndentStatementForIn.ts
smartIndentStatementSwitch.ts update test baselines 2014-09-11 12:04:49 -07:00
smartIndentStatementTryCatchFinally.ts
smartIndentStatementWith.ts
smartIndentTemplateLiterals.ts fixed smart indentation\formatting in template literals 2015-01-20 14:07:01 -08:00
smartIndentTypeArgumentList.ts address CR feedback: renames, handle smart indentation in type argument lists in type references 2014-09-15 16:08:33 -07:00
spaceAfterConstructor.ts
spaceAfterReturn.ts Remove calls to "debugger;" in our fourslash tests. 2014-12-14 12:22:36 -08:00
squiggleFunctionExpression.ts
squiggleIllegalClassExtension.ts
squiggleIllegalInterfaceExtension.ts
squiggleIllegalSubclassOverride.ts
squiggleUnclosedStringLiteral.ts
staticGenericOverloads1.ts Disable failing tests for generics and overloads 2014-09-22 15:05:14 -07:00
staticPrototypePropertyOnClass.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
stringPropertyNames1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
stringPropertyNames2.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
superCallError0.ts
superInDerivedTypeOfGenericWithStatics.ts
switchIndenting.ts update test baselines 2014-09-11 12:04:49 -07:00
symbolNameAtUnparseableFunctionOverload.ts Fixed the bad merge and tests failing because of it 2014-10-09 13:18:08 -07:00
syntacticClassifications1.ts Added facilities for using positions on classification tests. 2014-10-13 17:29:19 -07:00
syntacticClassificationsConflictMarkers1.ts Classify the '=' sign in variable/parameter/property as if it was an operator. 2014-12-18 19:38:19 -08:00
syntacticClassificationsConflictMarkers2.ts Provide better error recovery when we encounter merge markers in the source. 2014-12-18 19:18:13 -08:00
syntacticClassificationsForOfKeyword.ts Add a test 2015-02-19 17:17:04 -08:00
syntacticClassificationsForOfKeyword2.ts More tests 2015-02-20 12:15:37 -08:00
syntacticClassificationsForOfKeyword3.ts More tests 2015-02-20 12:15:37 -08:00
syntacticClassificationsFunctionWithComments.ts Switched syntactic classifier to use new tree. 2014-10-15 15:01:38 -07:00
syntacticClassificationsObjectLiteral.ts Switched syntactic classifier to use new tree. 2014-10-15 15:01:38 -07:00
syntacticClassificationsTemplates1.ts Added syntactic classification for templates; also made 'spans' a NodeArray. 2014-10-24 17:14:41 -07:00
syntacticClassificationsTemplates2.ts Added syntactic classification for templates; also made 'spans' a NodeArray. 2014-10-24 17:14:41 -07:00
syntaxErrorAfterImport1.ts
tabbingAfterNewlineInsertedBeforeWhile.ts
thisBindingInLambda.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
todoComments1.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments2.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments3.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments4.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments5.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments6.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments7.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments8.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments9.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments10.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments11.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments12.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments13.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments14.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments15.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments16.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
todoComments17.ts remove debug statements from tests 2014-09-15 13:56:00 -07:00
toggleDuplicateFunctionDeclaration.ts
transitiveExportImports.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
tryCatchFinallyFormating.ts
typeAboveNumberLiteralExpressionStatement.ts
typeArgCompletion.ts
typeCheckAfterAddingGenericParameter.ts Remove the implementation of TypeScriptLS 2015-02-04 11:07:55 -08:00
typeCheckAfterResolve.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
typeCheckObjectInArrayLiteral.ts
typedGenericPrototypeMember.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
typeOfAFundule.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
typeOfThisInStatics.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
typeParameterListInQuickInfoAfterEdit.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
unclosedArrayErrorRecovery.ts
unclosedCommentsInConstructor.ts
unclosedFunctionErrorRecovery.ts
unclosedFunctionErrorRecovery3.ts
unclosedMultilineStringLiteralErrorRecovery.ts
unclosedStringLiteralAutoformating.ts
unclosedStringLiteralErrorRecovery.ts
unclosedStringLiteralErrorRecovery2.ts
unclosedStringLiteralErrorRecovery3.ts
unclosedStringLiteralErrorRecovery4.ts
underscoreTyping1.ts Adding missing @module to several fourslash tests 2015-01-15 15:57:48 -08:00
underscoreTypings1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
unknownVariableErrorRecovery.ts
updateToClassStatics.ts
verifySingleFileEmitOutput1.ts Enabling more test cases 2014-10-07 11:30:27 -07:00
whiteSpaceBeforeReturnTypeFormatting.ts
whiteSpaceTrimming.ts
widenedTypes.ts Enabling more test cases 2014-10-07 11:30:27 -07:00