TypeScript/tests/cases/fourslash
2015-03-02 14:41:44 -08:00
..
generated
server Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
shims Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
addDeclareToFunction.ts
addDeclareToModule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
addDuplicateSetter.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
addFunctionAboveMultiLineLambdaExpression.ts
addFunctionInDuplicatedConstructorClassBody.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
addInterfaceMemberAboveClass.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
addInterfaceToNotSatisfyConstraint.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
addMemberToInterface.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
addMemberToModule.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
addMethodToInterface1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
addSignaturePartial.ts
addVarToConstructor1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
aliasToVarUsedAsType.ts
alignmentAfterFormattingOnMultilineExpressionAndParametersList.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
ambientVariablesWithSameName.ts
argumentsAreAvailableAfterEditsAtEndOfFunction.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
argumentsIndexExpression.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
arrayCallAndConstructTypings.ts
arrayConcatTypeCheck0.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
arrayConcatTypeCheck1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
assertContextualType.ts Removed probably-unnecessary statement from test. 2015-01-11 00:21:37 -08:00
assignToExistingClass.ts
augmentedTypesClass1.ts
augmentedTypesClass2.ts
augmentedTypesClass3.ts
augmentedTypesModule1.ts
augmentedTypesModule2.ts
augmentedTypesModule3.ts
augmentedTypesModule4.ts
augmentedTypesModule5.ts
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
automaticConstructorToggling.ts
basicClassMembers.ts
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
breakpointValidationClassAmbient.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
breakpointValidationClasses.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08: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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
callSignatureHelp.ts
cancellationWhenfindingAllRefsOnDefinition.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
chainedFatArrowFormatting.ts
chainedFunctionFunctionArgIndent.ts
chainedFunctionLambdaArgIndex.ts
classExtendsInterfaceSigHelp1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
classInterfaceInsert.ts
classRenamingErrorRecovery.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
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
cloduleWithRecursiveReference.ts
closedCommentsInConstructor.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
commentsBlocks.ts
commentsClass.ts
commentsClassMembers.ts
commentsCommentParsing.ts
commentsEnums.ts
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
commentsMultiModuleSingleFile.ts
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
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
completionEntryForUnionProperty2.ts
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
completionInTypeOf2.ts
completionListAfterAnyType.ts
completionListAfterClassExtends.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
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
completionListAfterRegularExpressionLiteral1.ts
completionListAfterSlash.ts Add test for issue#903 2014-10-23 09:34:29 -07:00
completionListAfterStringLiteral1.ts
completionListAndMemberListOnCommentedDot.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListAndMemberListOnCommentedLine.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListAndMemberListOnCommentedWhiteSpace.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListAtDeclarationOfParameterType.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListAtEOF.ts
completionListAtEOF1.ts
completionListAtEOF2.ts
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 Use CRLF for line endings. 2015-03-02 14:41:44 -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
completionListBeforeKeyword.ts
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListCladule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListClassMembers.ts
completionListEnumMembers.ts
completionListEnumValues.ts
completionListErrorRecovery.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListErrorRecovery2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListForDerivedType1.ts
completionListForGenericInstance1.ts
completionListForNonExportedMemberInAmbientModuleWithExportAssignment1.ts
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
completionListFunctionMembers.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListGenericConstraints.ts
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
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
completionListInFatArrow.ts
completionListInFunctionDeclaration.ts
completionListInFunctionExpression.ts
completionListInNamedFunctionExpression.ts
completionListInObjectLiteral.ts
completionListInObjectLiteral2.ts
completionListInObjectLiteral3.ts
completionListInObjectLiteralThatIsParameterOfFunctionCall.ts
completionListInScope.ts
completionListInsideTargetTypedFunction.ts
completionListInstanceProtectedMembers.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListInstanceProtectedMembers2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListInstanceProtectedMembers3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListInstanceProtectedMembers4.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08: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
completionListInTypedObjectLiterals3.ts
completionListInTypedObjectLiterals4.ts
completionListInTypedObjectLiteralsWithPartialPropertyNames.ts
completionListInTypedObjectLiteralsWithPartialPropertyNames2.ts
completionListInvalidMemberNames.ts
completionListInvalidMemberNames2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListKeywords.ts
completionListModuleMembers.ts
completionListObjectMembers.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListOfGnericSymbol.ts
completionListOfSplitInterface.ts
completionListOnAliasedModule.ts
completionListOnAliases.ts
completionListOnAliases2.ts
completionListOnAliases3.ts
completionListOnFunctionCallWithOptionalArgument.ts
completionListOnMethodParameterName.ts
completionListOnParam.ts
completionListOnParamInClass.ts
completionListOnParamOfGenericType1.ts
completionListOnPrivateVariableInModule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListOnSuper.ts
completionListOnVarBetweenModules.ts
completionListPrimitives.ts
completionListPrivateMembers.ts
completionListPrivateMembers2.ts
completionListPrivateMembers3.ts move completion list position detection to the new tree 2014-10-22 17:33:16 -07:00
completionListProtectedMembers.ts
completionListStaticProtectedMembers.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListStaticProtectedMembers2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListStaticProtectedMembers3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListStaticProtectedMembers4.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListsThroughTransitiveBaseClasses.ts
completionListsThroughTransitiveBaseClasses2.ts
completionListSuperMembers.ts
completionListWithAmbientDeclaration.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListWithModulesFromModule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListWithModulesInsideModuleScope.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListWithModulesOutsideModuleScope.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListWithModulesOutsideModuleScope2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
completionListWithUnresolvedModule.ts
consistenceOnIndentionsOfChainedFunctionCalls.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
consistenceOnIndentionsOfObjectsInAListAfterFormatting.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
consistentContextualTypeErrorsAfterEdits.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
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
contextuallyTypedFunctionExpressionGeneric1.ts
contextualTyping.ts Contextually type parenthesized expressions. 2015-01-09 15:10:32 -08:00
contextualTypingFromTypeAssertion1.ts
contextualTypingGenericFunction1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
contextualTypingOfArrayLiterals1.ts
contextualTypingOfGenericCallSignatures1.ts
contextualTypingOfGenericCallSignatures2.ts
contextualTypingReturnExpressions.ts
debuggerStatementIndent.ts
declareFunction.ts Move NavigateTo over to using the new pattern matcher. 2015-02-22 21:25:43 -08:00
defaultParamsAndContextualTypes.ts
definition.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
definitionNameOnEnumMember.ts
deleteClassWithEnumPresent.ts
deleteExtensionInReopenedInterface.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
deleteModifierBeforeVarStatement1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
deleteReopenedModule.ts
deleteTypeParameter.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
derivedTypeIndexerWithGenericConstraints.ts
distinctTypesInCallbacksWithSameNames.ts
duplicateClassModuleError0.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
duplicateFunctionImplementation.ts
duplicateIndexers.ts
duplicateTypeParameters.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
editLambdaArgToTypeParameter1.ts
emptyArrayInference.ts
enumAddition.ts
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
exportClauseErrorReporting0.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
exportEqualCallableInterface.ts
exportEqualsInterfaceA.ts
exportEqualTypes.ts
extendArray.ts
extendArrayInterface.ts
extendArrayInterfaceMember.ts
extendInterfaceOverloadedMethod.ts
extendsTArray.ts
externalModuleIntellisense.ts
externalModuleRefernceResolutionOrderInImportDeclaration.ts
externalModuleWithExportAssignment.ts Merge branch 'master' into completionFixes 2014-10-23 12:57:22 -07:00
failureToImplementClass.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
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
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
findAllRefsWithLeadingUnderscoreNames8.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
findAllRefsWithLeadingUnderscoreNames9.ts Use CRLF for line endings. 2015-03-02 14:41:44 -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
formatAfterObjectLiteral.ts
formatAnyTypeLiteral.ts
formatArrayOrObjectLiteralsInVariableList.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formatColonAndQMark.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formatDebuggerStatement.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formatEmptyBlock.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formatEmptyParamList.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formatImplicitModule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formatImportDeclaration.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formatInTryCatchFinally.ts added tests for formatting in try blocks, add startEndOverlapsWithStartEnd 2014-11-08 23:03:38 -08:00
formatMultilineComment.ts
formatNestedClassWithOpenBraceOnNewLines.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formatOnSemiColonAfterBreak.ts
formatSelectionWithTrivia.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08: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 Use CRLF for line endings. 2015-03-02 14:41:44 -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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingObjectLiteral.ts
formattingOfChainedLambda.ts
formattingOfModuleExport.ts
formattingOfMultilineBlockConstructs.ts
formattingofSingleLineBlockConstructs.ts
formattingOnClasses.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnCloseBrace.ts
formattingOnClosingBracket.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnCommaOperator.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnDocumentReadyFunction.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnDoWhileNoSemicolon.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnEmptyInterfaceLiteral.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnEnter.ts
formattingOnEnterInComments.ts
formattingOnEnterInStrings.ts
formattingOnInterfaces.ts
formattingOnInvalidCodes.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnModuleIndentation.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnNestedDoWhileByEnter.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnNestedStatements.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnObjectLiteral.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnOpenBraceOfFunctions.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnSemiColon.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnSingleLineBlocks.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnStatementsWithNoSemicolon.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingOnTabAfterCloseCurly.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08: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 Use CRLF for line endings. 2015-03-02 14:41:44 -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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingTemplates.ts added more tests 2014-11-14 16:23:47 -08:00
formattingVoid.ts
formattingWithEnterAfterMultilineString.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formattingWithLimitedSpan.ts
formatTryCatch.ts
formatVariableDeclarationList.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
formatWithStatement.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
functionProperty.ts Don't rewrite function property assignments in the AST. 2014-12-03 01:46:04 -08:00
functionRenamingErrorRecovery.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
functionTypeFormatting.ts
functionTypes.ts
funduleWithRecursiveReference.ts
genericArityEnforcementAfterEdit.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
genericAssignmentCompat.ts
genericCallSignaturesInNonGenericTypes1.ts
genericCallSignaturesInNonGenericTypes2.ts
genericCallsWithOptionalParams1.ts
genericCloduleCompletionList.ts
genericCombinators1.ts
genericCombinators2.ts
genericCombinators3.ts
genericCombinatorWithConstraints1.ts
genericDerivedTypeAcrossModuleBoundary1.ts
genericFunctionReturnType.ts
genericFunctionReturnType2.ts
genericFunctionSignatureHelp1.ts
genericFunctionSignatureHelp2.ts
genericFunctionSignatureHelp3.ts
genericFunctionSignatureHelp3MultiFile.ts
genericFunctionWithGenericParams1.ts
genericInterfacePropertyInference1.ts
genericInterfacePropertyInference2.ts
genericInterfacesWithConstraints1.ts
genericInterfaceWithInheritanceEdit1.ts
genericMapTyping1.ts
genericMethodParam.ts
genericObjectBaseType.ts
genericParameterHelp.ts 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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
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
genericTypeWithMultipleBases1.ts
genericTypeWithMultipleBases1MultiFile.ts
genericWithSpecializedProperties1.ts
genericWithSpecializedProperties2.ts
genericWithSpecializedProperties3.ts
getCompletionEntryDetails.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
getCompletionEntryDetails2.ts
getDeclarationDiagnostics.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputDeclarationMultiFiles.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputDeclarationSingleFile.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputExternalModule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputExternalModule2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputMapRoot.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputNoErrors.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputOnlyOneFile.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputSingleFile.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputSingleFile2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputSourceMap.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputSourceMap2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputSourceRoot.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputSourceRootMultiFiles.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputWithDeclarationFile.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputWithDeclarationFile2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputWithDeclarationFile3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputWithEarlySemanticErrors.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputWithEmitterErrors.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputWithEmitterErrors2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputWithSemanticErrors.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputWithSemanticErrors2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputWithSemanticErrorsForMultipleFiles.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputWithSemanticErrorsForMultipleFiles2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputWithSyntacticErrorsForMultipleFiles.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputWithSyntacticErrorsForMultipleFiles2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getEmitOutputWithSyntaxErrors.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getMatchingBraces.ts
getMatchingBracesAdjacentBraces.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08: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
getOccurrencesIfElseBroken.ts
getOccurrencesIsWriteAccess.ts
getOccurrencesLoopBreakContinue.ts
getOccurrencesLoopBreakContinue2.ts
getOccurrencesLoopBreakContinue3.ts
getOccurrencesLoopBreakContinue4.ts
getOccurrencesLoopBreakContinue5.ts
getOccurrencesLoopBreakContinue6.ts
getOccurrencesLoopBreakContinueNegatives.ts
getOccurrencesModifiersNegatives1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -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 Use CRLF for line endings. 2015-03-02 14:41:44 -08: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
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getOccurrencesSetAndGet2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getOccurrencesSetAndGet3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getOccurrencesStatic1.ts Added a few tests. 2014-11-12 22:25:31 -08:00
getOccurrencesSuper.ts
getOccurrencesSuper2.ts
getOccurrencesSuperNegatives.ts
getOccurrencesSwitchCaseDefault.ts
getOccurrencesSwitchCaseDefault2.ts
getOccurrencesSwitchCaseDefault3.ts
getOccurrencesSwitchCaseDefault4.ts
getOccurrencesSwitchCaseDefault5.ts
getOccurrencesSwitchCaseDefaultBroken.ts
getOccurrencesThis.ts
getOccurrencesThis2.ts
getOccurrencesThis3.ts
getOccurrencesThis4.ts
getOccurrencesThis5.ts
getOccurrencesThis6.ts
getOccurrencesThisNegatives2.ts
getOccurrencesThrow.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getOccurrencesThrow2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getOccurrencesThrow3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getOccurrencesThrow4.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getOccurrencesThrow5.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getOccurrencesThrow6.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getOccurrencesThrow7.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getOccurrencesThrow8.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getOccurrencesTryCatchFinally.ts Remove TryBlock and FinallyBlock. 2014-12-11 14:40:25 -08:00
getOccurrencesTryCatchFinally2.ts
getOccurrencesTryCatchFinally3.ts
getOccurrencesTryCatchFinally4.ts
getOccurrencesTryCatchFinallyBroken.ts
getOutliningSpans.ts
getPreProcessedFile.ts Address code review 2014-10-30 15:34:54 -07:00
getRenameInfoTests1.ts
getRenameInfoTests2.ts
getSemanticDiagnosticForDeclaration.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
getSemanticDiagnosticForNoDeclaration.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
globalCompletionListInsideObjectLiterals.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
goToDefinitionAlias.ts
goToDefinitionAmbiants.ts
goToDefinitionApparentTypeProperties.ts
goToDefinitionBuiltInTypes.ts
goToDefinitionBuiltInValues.ts
goToDefinitionConstructorOverloads.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
goToDefinitionDifferentFile.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
goToDefinitionDifferentFileIndirectly.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
goToDefinitionExternamModuleName.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
goToDefinitionExternamModuleName2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
goToDefinitionExternamModuleName3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
goToDefinitionInTypeArgument.ts
goToDefinitionLabels.ts
goToDefinitionMethodOverloads.ts
goToDefinitionMultipleDefinitions.ts
goToDefinitionObjectLiteralProperties.ts
goToDefinitionPartialImplementation.ts
goToDefinitionPrimitives.ts
goToDefinitionSameFile.ts
goToDefinitionShadowVariable.ts
goToDefinitionShadowVariableInsideModule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
goToDefinitionShorthandProperty.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
goToDefinitionSimple.ts
goToDefinitionSourceUnit.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
importValueUsedAsType.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
indentAfterFunctionClosingBraces.ts
indentAfterImport.ts
indentation.ts Add new tests for shims 2015-02-04 15:36:13 -08:00
indentationAfterModuleImport.ts
indentionsOfCommentBlockAfterFormatting.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
indentNewExpressionNoBraces.ts handle cases when new expression is used with no arguments 2014-12-01 17:18:50 -08:00
indexerReturnTypes1.ts
indexSignatureWithoutAnnotation.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
inheritedModuleMembersForClodule2.ts
insertArgumentBeforeOverloadedConstructor.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
insertInterfaceAndCheckTypeLiteralField.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
insertMethodCallAboveOthers.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
insertPublicBeforeSetter.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
insertReturnStatementInDuplicateIdentifierFunction.ts
insertSecondTryCatchBlock.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
insertVarAfterEmptyTypeParamList.ts
instanceTypesForGenericType1.ts
intellisenseInObjectLiteral.ts
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
malformedObjectLiteral.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberCompletionFromFunctionCall.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberCompletionInForEach1.ts
memberCompletionOnTypeParameters.ts
memberCompletionOnTypeParameters2.ts
memberConstructorEdits.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberListAfterSingleDot.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberListErrorRecovery.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberListInFunctionCall.ts
memberListInReopenedEnum.ts
memberListInsideObjectLiterals.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberListInWithBlock.ts
memberListInWithBlock2.ts
memberListInWithBlock3.ts
memberListOfClass.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberListOfEnumFromExternalModule.ts
memberListOfEnumInModule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberListOfExportedClass.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberListOfModule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberListOfModuleAfterInvalidCharater.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberListOfModuleBeforeKeyword.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberListOfModuleInAnotherModule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08: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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberlistOnDDot.ts
memberListOnFunctionParameter.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberListOnThisInClassWithPrivates.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
memberOverloadEdits.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
mergedDeclarations1.ts
mergedDeclarations2.ts
mergedDeclarationsWithExportAssignment1.ts
mispeltVariableForInLoopErrorRecovery.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
missingMethodAfterEditAfterImport.ts
moduleEnumModule.ts
moduleIndent.ts
moduleMembersOfGenericType.ts
moduleReferenceValue.ts
moduleRenamingErrorRecovery.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
moduleVariables.ts
multilineCommentBeforeOpenBrace.ts Remove calls to "debugger;" in our fourslash tests. 2014-12-14 12:22:36 -08:00
multiModuleClodule1.ts
multiModuleFundule1.ts
multipleExportAssignmentsErrorList0.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
nameOfRetypedClassInModule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
nameOrDottedNameClasses.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08: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
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 Use CRLF for line endings. 2015-03-02 14:41:44 -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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
navigationItemsExactMatch2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
navigationItemsInConstructorsExactMatch.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
navigationItemsOverloads1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
navigationItemsOverloads2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
navigationItemsOverloadsBroken1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
navigationItemsOverloadsBroken2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
navigationItemsPrefixMatch.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
navigationItemsPrefixMatch2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
navigationItemsSubStringMatch.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
navigationItemsSubStringMatch2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
noCompletionListOnCommentsInsideObjectLiterals.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
nonExistingImport.ts
noQuickInfoInWhitespace.ts
noSignatureHelpOnNewKeyword.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
noSmartIndentInsideMultilineString.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
noTypeParameterInLHS.ts
numericPropertyNames.ts
objectLiteralCallSignatures.ts
outliningForNonCompleteInterfaceDeclaration.ts
overloadObjectLiteralCrash.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
overloadOnConstCallSignature.ts Put specialized signatures at the top of the list of call candidates 2014-12-26 01:01:41 +00:00
overloadQuickInfo.ts
parameterInfoOnParameterType.ts
parameterlessSetter.ts
paramHelpOnCommaInString.ts
parenthesisFatArrows.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
paste.ts
pasteLambdaOverModule.ts
promiseTyping1.ts
promiseTyping2.ts
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
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
qualifiedName_import-declaration-with-variable-entity-names.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
qualifyModuleTypeNames.ts
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
quickInfoForAliasedGeneric.ts
quickInfoForConstDeclaration.ts Code review feedback 2014-11-12 18:42:31 -08:00
quickInfoForContextuallyTypedArrowFunctionInSuperCall.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
quickInfoForContextuallyTypedFunctionInReturnStatement.ts
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
quickInfoForFunctionDeclaration.ts
quickInfoForGenericConstraints1.ts
quickInfoForGenericPrototypeMember.ts
quickInfoForIndexerResultWithConstraint.ts
quickInfoForOverloadOnConst1.ts
quickInfoForRequire.ts Updated test case and added comment 2014-11-19 15:05:07 -08:00
quickInfoForShorthandProperty.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
quickInfoForTypeofParameter.ts
quickinfoForUnionProperty.ts
quickInfoFromEmptyBlockComment.ts
quickInfoGenerics.ts
quickInfoInFunctionTypeReference.ts
quickInfoInFunctionTypeReference2.ts
quickInfoInInvalidIndexSignature.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
quickInfoInObjectLiteral.ts
quickInfoInvalidLocations.ts
quickInfoInWithBlock.ts
quickinfoIsConsistent.ts
quickInfoOfGenericTypeAssertions1.ts
quickInfoOfLablledForStatementIterator.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
quickInfoOfStringPropertyNames1.ts
quickInfoOnArgumentsInsideFunction.ts
quickInfoOnCatchVariable.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
quickInfoOnCircularTypes.ts
quickInfoOnClassMergedWithFunction.ts
quickInfoOnConstructorWithGenericParameter.ts
quickInfoOnErrorTypes1.ts
quickInfoOnGenericClass.ts
quickInfoOnGenericWithConstraints1.ts
quickInfoOnInternalAliases.ts
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
quickInfoOnObjectLiteralWithOnlyGetter.ts
quickInfoOnObjectLiteralWithOnlySetter.ts
quickInfoOnThis.ts
quickInfoOnUndefined.ts
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
recursiveClassReference.ts
recursiveGenerics2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
recursiveInternalModuleImport.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
recursiveObjectLiteral.ts
recursiveWrappedTypeParameters1.ts
referencesBloomFilters.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesBloomFilters2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesBloomFilters3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForAmbients.ts
referencesForClassLocal.ts
referencesForClassParameter.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForContextuallyTypedObjectLiteralProperties.ts
referencesForContextuallyTypedUnionProperties.ts
referencesForContextuallyTypedUnionProperties2.ts
referencesForEnums.ts
referencesForExportedValues.ts
referencesForExternalModuleNames.ts
referencesForFunctionOverloads.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForFunctionParameter.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForGlobals.ts
referencesForGlobals2.ts
referencesForGlobals3.ts
referencesForGlobals4.ts
referencesForGlobals5.ts
referencesForGlobalsInExternalModule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForIllegalAssignment.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForImports.ts
referencesForIndexProperty.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForIndexProperty2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForIndexProperty3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForInheritedProperties.ts
referencesForInheritedProperties2.ts
referencesForLabel.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForLabel2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForLabel3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForLabel4.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForLabel5.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForLabel6.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForMergedDeclarations.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForMergedDeclarations2.ts
referencesForMergedDeclarations3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForMergedDeclarations4.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForMergedDeclarations5.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForMergedDeclarations6.ts
referencesForMergedDeclarations7.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForMergedDeclarations8.ts
referencesForNoContext.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForNumericLiteralPropertyNames.ts
referencesForObjectLiteralProperties.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForOverrides.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForPropertiesOfGenericType.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForStatic.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForStaticsAndMembersWithSameNames.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForStringLiteralPropertyNames.ts
referencesForStringLiteralPropertyNames2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForStringLiteralPropertyNames3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForStringLiteralPropertyNames4.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesForUnionProperties.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referencesInComment.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
referenceToClass.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
regexDetection.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
regexErrorRecovery.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
regexp.ts
remoteGetReferences.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
removeDeclareFunctionExports.ts
removeDeclareInModule.ts
removeDeclareKeyword.ts
removeDeclareParamTypeAnnotation.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
removeDuplicateIdentifier.ts
removeExportedClassFromReopenedModule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
removeExportFromInterfaceError0.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
removeExportFromInterfaceError1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
removeInterfaceExtendsClause.ts
removeInterfaceUsedAsGenericTypeArgument.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
removeParameterBetweenCommentAndParameter.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
removeVarFromModuleWithReopenedEnums.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
renameCommentsAndStrings1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
renameCommentsAndStrings2.ts
renameCommentsAndStrings3.ts
renameCommentsAndStrings4.ts
renameModuleToVar.ts
renameNameOnEnumMember.ts
restArgSignatureHelp.ts
restArgType.ts
restParamsContextuallyTyped.ts
returnRecursiveType.ts
returnTypeOfGenericFunction1.ts
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
scriptLexicalStructureExports.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
scriptLexicalStructureFunctions.ts
scriptLexicalStructureFunctionsBroken.ts
scriptLexicalStructureFunctionsBroken2.ts
scriptLexicalStructureImports.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
scriptLexicalStructureItems.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
scriptLexicalStructureItems2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
scriptLexicalStructureItemsContainsNoAnonymousFunctions.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
scriptLexicalStructureItemsExternalModules.ts
scriptLexicalStructureItemsExternalModules2.ts
scriptLexicalStructureItemsExternalModules3.ts
scriptLexicalStructureItemsModuleVariables.ts Skip computed properties in the nav bar 2014-11-25 16:09:10 -08:00
scriptLexicalStructureMissingName1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
scriptLexicalStructureMissingName2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
scriptLexicalStructureModules.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
scriptLexicalStructureMultilineStringIdentifiers.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
scriptLexicalStructurePropertiesDefinedInConstructors.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
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
selfReferencedExternalModule2.ts
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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
semanticClassificationInstantiatedModuleWithVariableOfSameName2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
semanticClassificationInTemplateExpressions.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
semanticClassificationModules.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
semanticClassificationUninstantiatedModuleWithVariableOfSameName1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
semanticClassificationUninstantiatedModuleWithVariableOfSameName2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
semanticClassificationWithUnionTypes.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08: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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpConstructExpression.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpConstructorInheritance.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpConstructorOverload.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpEmptyList.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpForSuperCalls1.ts
signatureHelpFunctionOverload.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpFunctionParameter.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpImplicitConstructor.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpInCallback.ts
signatureHelpIncompleteCalls.ts Paramter -> Parameter 2014-11-19 11:55:05 -08:00
signatureHelpInCompleteGenericsCall.ts
signatureHelpInFunctionCall.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpInFunctionCallOnFunctionDeclarationInMultipleFiles.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
signatureHelpInIncompleteInvocationExpression.ts
signatureHelpInParenthetical.ts
signatureHelpNegativeTests.ts
signatureHelpNegativeTests2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpNoArguments.ts
signatureHelpObjectCreationExpressionNoArgs_NotAvailable.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
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
signatureHelpOnOverloads.ts
signatureHelpOnOverloadsDifferentArity.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpOnOverloadsDifferentArity2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpOnOverloadsDifferentArity3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpOnSuperWhenMembersAreNotResolved.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
signatureHelpSimpleConstructorCall.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpSimpleFunctionCall.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpSimpleSuperCall.ts
signatureHelpSuperConstructorOverload.ts Use CRLF for line endings. 2015-03-02 14:41:44 -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
signatureHelpWithInterfaceAsIdentifier.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
signatureHelpWithUnknown.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
singleLineTypeLiteralFormatting.ts
smartIndentActualIndentation.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentAfterAlignedFunctionArgument.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentAfterFatArrowVar.ts
smartIndentClass.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentCloseBrace.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentDoStatement.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentEnum.ts
smartIndentIfStatement.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentInCallExpressions.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentInsideBlockInsideCase.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentInsideMultilineString.ts
smartIndentInterface.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentListItem.ts
smartIndentModule.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentNestedModule.ts
smartIndentNonterminatedArgumentListAtEOF.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentNonterminatedIfStatementAtEOF.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentOnFunctionParameters.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentStartLineInLists.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentStatementFor.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentStatementForIn.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentStatementSwitch.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentStatementTryCatchFinally.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentStatementWith.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
smartIndentTemplateLiterals.ts fixed smart indentation\formatting in template literals 2015-01-20 14:07:01 -08:00
smartIndentTypeArgumentList.ts
spaceAfterConstructor.ts
spaceAfterReturn.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
squiggleFunctionExpression.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
squiggleIllegalClassExtension.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
squiggleIllegalInterfaceExtension.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
squiggleIllegalSubclassOverride.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
squiggleUnclosedStringLiteral.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
staticGenericOverloads1.ts
staticPrototypePropertyOnClass.ts
stringPropertyNames1.ts
stringPropertyNames2.ts
superCallError0.ts
superInDerivedTypeOfGenericWithStatics.ts
switchIndenting.ts
symbolNameAtUnparseableFunctionOverload.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08: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 Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
syntacticClassificationsTemplates1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
syntacticClassificationsTemplates2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
syntaxErrorAfterImport1.ts
tabbingAfterNewlineInsertedBeforeWhile.ts
thisBindingInLambda.ts
todoComments1.ts
todoComments2.ts
todoComments3.ts
todoComments4.ts
todoComments5.ts
todoComments6.ts
todoComments7.ts
todoComments8.ts
todoComments9.ts
todoComments10.ts
todoComments11.ts
todoComments12.ts
todoComments13.ts
todoComments14.ts
todoComments15.ts
todoComments16.ts
todoComments17.ts
toggleDuplicateFunctionDeclaration.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
transitiveExportImports.ts
tryCatchFinallyFormating.ts
typeAboveNumberLiteralExpressionStatement.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
typeArgCompletion.ts
typeCheckAfterAddingGenericParameter.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
typeCheckAfterResolve.ts Always run all fourslash tests in high fidelity typing mode. 2014-12-14 11:34:15 -08:00
typeCheckObjectInArrayLiteral.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
typedGenericPrototypeMember.ts
typeOfAFundule.ts
typeOfThisInStatics.ts
typeParameterListInQuickInfoAfterEdit.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
unclosedArrayErrorRecovery.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
unclosedCommentsInConstructor.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
unclosedFunctionErrorRecovery.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
unclosedFunctionErrorRecovery3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
unclosedMultilineStringLiteralErrorRecovery.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
unclosedStringLiteralAutoformating.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
unclosedStringLiteralErrorRecovery.ts
unclosedStringLiteralErrorRecovery2.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
unclosedStringLiteralErrorRecovery3.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
unclosedStringLiteralErrorRecovery4.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
underscoreTyping1.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
underscoreTypings1.ts
unknownVariableErrorRecovery.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
updateToClassStatics.ts
verifySingleFileEmitOutput1.ts
whiteSpaceBeforeReturnTypeFormatting.ts
whiteSpaceTrimming.ts Use CRLF for line endings. 2015-03-02 14:41:44 -08:00
widenedTypes.ts