TypeScript/tests/cases/compiler
2015-10-28 14:03:18 -07:00
..
2dArrays.ts
abstractIdentifierNameStrict.ts
abstractInterfaceIdentifierName.ts
acceptableAlias1.ts
accessorParameterAccessibilityModifier.ts
accessors_spec_section-4.5_error-cases.ts
accessors_spec_section-4.5_inference.ts
accessorsEmit.ts
accessorsInAmbientContext.ts
accessorsNotAllowedInES3.ts
accessorWithInitializer.ts
accessorWithoutBody1.ts
accessorWithoutBody2.ts
accessorWithRestParam.ts
accessOverriddenBaseClassMember1.ts
addMoreCallSignaturesToBaseSignature.ts
addMoreCallSignaturesToBaseSignature2.ts
addMoreOverloadsToBaseSignature.ts
aliasAssignments.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
aliasBug.ts
aliasErrors.ts
aliasesInSystemModule1.ts hoist top level import equals declarations in System modules 2015-07-21 15:56:30 -07:00
aliasesInSystemModule2.ts hoist top level import equals declarations in System modules 2015-07-21 15:56:30 -07:00
aliasInaccessibleModule.ts
aliasInaccessibleModule2.ts
aliasOnMergedModuleInterface.ts
aliasUsageInAccessorsOfClass.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
aliasUsageInArray.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
aliasUsageInFunctionExpression.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
aliasUsageInGenericFunction.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
aliasUsageInIndexerOfClass.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
aliasUsageInObjectLiteral.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
aliasUsageInOrExpression.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
aliasUsageInTypeArgumentOfExtendsClause.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
aliasUsageInVarAssignment.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
aliasUsedAsNameValue.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
aliasWithInterfaceExportAssignmentUsedInVarInitializer.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
ambientClassDeclarationWithExtends.ts
ambientClassMergesOverloadsWithInterface.ts Assert that ambient classes merge with interfaces 2015-10-12 14:26:45 -07:00
ambientClassOverloadForFunction.ts
ambientEnum1.ts
ambientEnumElementInitializer1.ts
ambientEnumElementInitializer2.ts
ambientEnumElementInitializer3.ts
ambientEnumElementInitializer4.ts
ambientEnumElementInitializer5.ts
ambientEnumElementInitializer6.ts
ambientErrors1.ts
ambientExternalModuleInAnotherExternalModule.ts
ambientExternalModuleReopen.ts
ambientExternalModuleWithInternalImportDeclaration.ts
ambientExternalModuleWithoutInternalImportDeclaration.ts
ambientExternalModuleWithRelativeExternalImportDeclaration.ts
ambientExternalModuleWithRelativeModuleName.ts
ambientFundule.ts
ambientGetters.ts
ambientModuleExports.ts
ambientModules.ts
ambientModuleWithClassDeclarationWithExtends.ts
ambientStatement1.ts
ambientWithStatements.ts
ambiguousCallsWhereReturnTypesAgree.ts
ambiguousGenericAssertion1.ts
ambiguousOverload.ts
ambiguousOverloadResolution.ts
amdDependencyComment1.ts
amdDependencyComment2.ts
amdDependencyCommentName1.ts
amdDependencyCommentName2.ts
amdDependencyCommentName3.ts
amdDependencyCommentName4.ts
amdModuleName1.ts
amdModuleName2.ts
anonterface.ts
anonymousClassExpression1.ts
anonymousModules.ts
anyAsReturnTypeForNewOnCall.ts
anyDeclare.ts
anyIdenticalToItself.ts
anyInferenceAnonymousFunctions.ts
anyIsAssignableToObject.ts
anyIsAssignableToVoid.ts
anyPlusAny1.ts
APISample_compile.ts Change typescript.d.ts to be an external module instead of an ambient external module declaration 2015-09-08 12:26:29 -07:00
APISample_linter.ts Change typescript.d.ts to be an external module instead of an ambient external module declaration 2015-09-08 12:26:29 -07:00
APISample_transform.ts Change typescript.d.ts to be an external module instead of an ambient external module declaration 2015-09-08 12:26:29 -07:00
APISample_watcher.ts Change typescript.d.ts to be an external module instead of an ambient external module declaration 2015-09-08 12:26:29 -07:00
argsInScope.ts
arguments.ts
argumentsBindsToFunctionScopeArgumentList.ts
argumentsObjectIterator01_ES5.ts
argumentsObjectIterator01_ES6.ts
argumentsObjectIterator02_ES5.ts
argumentsObjectIterator02_ES6.ts
argumentsObjectIterator03_ES5.ts
argumentsObjectIterator03_ES6.ts
argumentsUsedInObjectLiteralProperty.ts
arithAssignTyping.ts
arithmeticOnInvalidTypes.ts
arithmeticOnInvalidTypes2.ts
arrayAssignmentTest1.ts
arrayAssignmentTest2.ts
arrayAssignmentTest3.ts
arrayAssignmentTest4.ts
arrayAssignmentTest5.ts
arrayAssignmentTest6.ts
arrayAugment.ts
arrayBestCommonTypes.ts
arrayBindingPatternOmittedExpressions.ts
arrayBufferIsViewNarrowsType.ts Change ArrayBuffer.isView declaration to type guard for ArrayBufferView. 2015-10-18 20:05:30 -04:00
arrayCast.ts
arrayconcat.ts
arrayConcat2.ts
arrayConcatMap.ts
arrayConstructors1.ts
arrayLiteral1.ts
arrayLiteral2.ts
arrayLiteralAndArrayConstructorEquivalence1.ts
arrayLiteralContextualType.ts
arrayLiteralInNonVarArgParameter.ts
arrayLiteralTypeInference.ts
arrayOfExportedClass.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
arrayReferenceWithoutTypeArgs.ts
arraySigChecking.ts
arrayTypeInSignatureOfInterfaceAndClass.ts
ArrowFunctionExpression1.ts
arrowFunctionInConstructorArgument1.ts
arrowFunctionInExpressionStatement1.ts
arrowFunctionInExpressionStatement2.ts
arrowFunctionMissingCurlyWithSemicolon.ts
arrowFunctionsMissingTokens.ts
arrowFunctionWithObjectLiteralBody1.ts
arrowFunctionWithObjectLiteralBody2.ts
arrowFunctionWithObjectLiteralBody3.ts
arrowFunctionWithObjectLiteralBody4.ts
arrowFunctionWithObjectLiteralBody5.ts
arrowFunctionWithObjectLiteralBody6.ts
asiAbstract.ts Automatic semicolon insertion for class modifiers 2015-10-02 14:30:31 -07:00
asiAmbientFunctionDeclaration.ts
asiArith.ts
asiBreak.ts
asiContinue.ts
asiInES6Classes.ts
asiPublicPrivateProtected.ts Automatic semicolon insertion for class modifiers 2015-10-02 14:30:31 -07:00
asiReturn.ts
assertInWrapSomeTypeParameter.ts
assign1.ts
assignLambdaToNominalSubtypeOfFunction.ts
assignmentCompat1.ts Adding numeric index signature to test 2015-07-30 10:01:34 -07:00
assignmentCompatability1.ts
assignmentCompatability2.ts
assignmentCompatability3.ts
assignmentCompatability4.ts
assignmentCompatability5.ts
assignmentCompatability6.ts
assignmentCompatability7.ts
assignmentCompatability8.ts
assignmentCompatability9.ts
assignmentCompatability10.ts
assignmentCompatability11.ts
assignmentCompatability12.ts
assignmentCompatability13.ts
assignmentCompatability14.ts
assignmentCompatability15.ts
assignmentCompatability16.ts
assignmentCompatability17.ts
assignmentCompatability18.ts
assignmentCompatability19.ts
assignmentCompatability20.ts
assignmentCompatability21.ts
assignmentCompatability22.ts
assignmentCompatability23.ts
assignmentCompatability24.ts
assignmentCompatability25.ts
assignmentCompatability26.ts
assignmentCompatability27.ts
assignmentCompatability28.ts
assignmentCompatability29.ts
assignmentCompatability30.ts
assignmentCompatability31.ts
assignmentCompatability32.ts
assignmentCompatability33.ts
assignmentCompatability34.ts
assignmentCompatability35.ts
assignmentCompatability36.ts
assignmentCompatability37.ts
assignmentCompatability38.ts
assignmentCompatability39.ts
assignmentCompatability40.ts
assignmentCompatability41.ts
assignmentCompatability42.ts
assignmentCompatability43.ts
assignmentCompatability_checking-apply-member-off-of-function-interface.ts
assignmentCompatability_checking-call-member-off-of-function-interface.ts
assignmentCompatBug2.ts
assignmentCompatBug3.ts
assignmentCompatBug5.ts
assignmentCompatForEnums.ts
assignmentCompatFunctionsWithOptionalArgs.ts
assignmentCompatibilityForConstrainedTypeParameters.ts
assignmentCompatInterfaceWithStringIndexSignature.ts
assignmentCompatOnNew.ts
assignmentCompatWithOverloads.ts
assignmentNonObjectTypeConstraints.ts Adding new test 2015-07-31 14:05:47 -07:00
assignmentRestElementWithErrorSourceType.ts
assignmentStricterConstraints.ts
assignmentToFunction.ts
assignmentToObject.ts
assignmentToObjectAndFunction.ts
assignmentToParenthesizedExpression1.ts
assignmentToReferenceTypes.ts
assignToEnum.ts
assignToExistingClass.ts
assignToFn.ts
assignToInvalidLHS.ts
assignToModule.ts
assignToObjectTypeWithPrototypeProperty.ts
assignToPrototype1.ts
augmentArray.ts
augmentedClassWithPrototypePropertyOnModule.ts
augmentedTypeBracketNamedPropertyAccess.ts
augmentedTypesClass.ts
augmentedTypesClass2.ts Fix comments 2015-10-16 16:29:11 -07:00
augmentedTypesClass2a.ts
augmentedTypesClass3.ts
augmentedTypesClass4.ts
augmentedTypesEnum.ts
augmentedTypesEnum2.ts
augmentedTypesEnum3.ts
augmentedTypesExternalModule1.ts
augmentedTypesFunction.ts
augmentedTypesInterface.ts Fix comments 2015-10-16 16:29:11 -07:00
augmentedTypesModules.ts
augmentedTypesModules2.ts
augmentedTypesModules3.ts
augmentedTypesModules3b.ts
augmentedTypesModules4.ts
augmentedTypesVar.ts
autoAsiForStaticsInClassDeclaration.ts
autoLift2.ts
autolift3.ts
autolift4.ts
autonumberingInEnums.ts
avoid.ts
badArrayIndex.ts
badArraySyntax.ts
badExternalModuleReference.ts
badOverloadError.ts
badThisBinding.ts
baseCheck.ts
baseIndexSignatureResolution.ts
bases.ts
baseTypeAfterDerivedType.ts
baseTypeOrderChecking.ts
baseTypePrivateMemberClash.ts
baseTypeWrappingInstantiationChain.ts
bestCommonTypeReturnStatement.ts
bestCommonTypeWithContextualTyping.ts
bestCommonTypeWithOptionalProperties.ts
binaryArithmatic1.ts
binaryArithmatic2.ts
binaryArithmatic3.ts
binaryArithmatic4.ts
bind1.ts
bind2.ts
binopAssignmentShouldHaveType.ts
bitwiseCompoundAssignmentOperators.ts
blockScopedVariablesUseBeforeDef.ts revert enum related changes 2015-10-13 13:18:58 -07:00
bom-utf8.ts
bom-utf16be.ts
bom-utf16le.ts
booleanAssignment.ts
breakInIterationOrSwitchStatement1.ts
breakInIterationOrSwitchStatement2.ts
breakInIterationOrSwitchStatement3.ts
breakInIterationOrSwitchStatement4.ts
breakNotInIterationOrSwitchStatement1.ts
breakNotInIterationOrSwitchStatement2.ts
breakTarget1.ts
breakTarget2.ts
breakTarget3.ts
breakTarget4.ts
breakTarget5.ts
breakTarget6.ts
callbackArgsDifferByOptionality.ts
callbacksDontShareTypes.ts
callConstructAssignment.ts
callExpressionWithMissingTypeArgument1.ts
callExpressionWithTypeParameterConstrainedToOuterTypeParameter.ts
callOnClass.ts
callOnInstance.ts
callOverloads1.ts
callOverloads2.ts
callOverloads3.ts
callOverloads4.ts
callOverloads5.ts
callOverloadViaElementAccessExpression.ts
callSignatureFunctionOverload.ts
callSignaturesShouldBeResolvedBeforeSpecialization.ts
callWithWrongNumberOfTypeArguments.ts
cannotInvokeNewOnErrorExpression.ts
cannotInvokeNewOnIndexExpression.ts
captureThisInSuperCall.ts
castExpressionParentheses.ts Keep parentheses for all numeric literals with property access expression 2015-09-11 03:06:13 +08:00
castNewObjectBug.ts
castParentheses.ts
castTest.ts
catch.ts
catchClauseWithBindingPattern1.ts
catchClauseWithInitializer1.ts
catchClauseWithTypeAnnotation.ts
cf.ts
chainedAssignment1.ts
chainedAssignment2.ts
chainedAssignment3.ts
chainedAssignmentChecking.ts
chainedCallsWithTypeParameterConstrainedToOtherTypeParameter.ts
chainedCallsWithTypeParameterConstrainedToOtherTypeParameter2.ts
chainedImportAlias.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
chainedSpecializationToObjectTypeLiteral.ts
checkForObjectTooStrict.ts
checkInfiniteExpansionTermination.ts
checkInfiniteExpansionTermination2.ts
checkInterfaceBases.ts
circularModuleImports.ts
class2.ts
classCannotExtendVar.ts
classdecl.ts Tests update for emitting declarations if no errors 2015-10-28 13:07:08 -07:00
ClassDeclaration8.ts
ClassDeclaration9.ts
ClassDeclaration10.ts
ClassDeclaration11.ts
ClassDeclaration13.ts
ClassDeclaration14.ts
ClassDeclaration15.ts
ClassDeclaration21.ts
ClassDeclaration22.ts
ClassDeclaration24.ts
ClassDeclaration25.ts
classDeclarationBlockScoping1.ts
classDeclarationBlockScoping2.ts
classDeclarationMergedInModuleWithContinuation.ts
classExpressionExtendingAbstractClass.ts Check for class expressions as well as class declarations 2015-09-04 17:45:57 -07:00
classExpressionTest1.ts
classExpressionTest2.ts
classExpressionWithDecorator1.ts
classExpressionWithResolutionOfNamespaceOfSameName01.ts
classExpressionWithStaticProperties1.ts
classExpressionWithStaticProperties2.ts
classExpressionWithStaticPropertiesES61.ts
classExpressionWithStaticPropertiesES62.ts
classExtendingQualifiedName.ts
classExtendingQualifiedName2.ts
classExtendsClauseClassMergedWithModuleNotReferingConstructor.ts
classExtendsClauseClassNotReferringConstructor.ts
classExtendsInterface.ts
classExtendsInterfaceThatExtendsClassWithPrivates1.ts
classExtendsMultipleBaseClasses.ts
classExtendsNull.ts Add tests and baseline 2015-07-16 13:41:39 -07:00
classHeritageWithTrailingSeparator.ts
classImplementingInterfaceIndexer.ts
classImplementsClass1.ts
classImplementsClass2.ts
classImplementsClass3.ts
classImplementsClass4.ts
classImplementsClass5.ts
classImplementsClass6.ts
classImplementsImportedInterface.ts
classIndexer.ts
classIndexer2.ts
classIndexer3.ts
classIndexer4.ts
classInheritence.ts
classMemberInitializerScoping.ts
classMemberInitializerWithLamdaScoping.ts
classMemberInitializerWithLamdaScoping2.ts
classMemberInitializerWithLamdaScoping3.ts
classMemberInitializerWithLamdaScoping4.ts
classMemberInitializerWithLamdaScoping5.ts
classMemberWithMissingIdentifier.ts
classMemberWithMissingIdentifier2.ts
classMethodWithKeywordName1.ts
classOrder1.ts
classOrder2.ts
classOrderBug.ts
classOverloadForFunction.ts
classOverloadForFunction2.ts
classSideInheritance1.ts
classSideInheritance2.ts
classSideInheritance3.ts
classTypeParametersInStatics.ts
classUpdateTests.ts
classWithMultipleBaseClasses.ts
classWithOverloadImplementationOfWrongName.ts
classWithOverloadImplementationOfWrongName2.ts
clinterfaces.ts
cloduleAcrossModuleDefinitions.ts
cloduleAndTypeParameters.ts
clodulesDerivedClasses.ts
cloduleSplitAcrossFiles.ts
cloduleStaticMembers.ts
cloduleTest1.ts
cloduleTest2.ts
cloduleWithDuplicateMember1.ts
cloduleWithDuplicateMember2.ts
cloduleWithPriorInstantiatedModule.ts
cloduleWithPriorUninstantiatedModule.ts
cloduleWithRecursiveReference.ts
collisionArgumentsArrowFunctions.ts
collisionArgumentsClassConstructor.ts
collisionArgumentsClassMethod.ts
collisionArgumentsFunction.ts
collisionArgumentsFunctionExpressions.ts
collisionArgumentsInterfaceMembers.ts
collisionArgumentsInType.ts
collisionCodeGenEnumWithEnumMemberConflict.ts
collisionCodeGenModuleWithAccessorChildren.ts
collisionCodeGenModuleWithConstructorChildren.ts
collisionCodeGenModuleWithEnumMemberConflict.ts
collisionCodeGenModuleWithFunctionChildren.ts
collisionCodeGenModuleWithMemberClassConflict.ts
collisionCodeGenModuleWithMemberInterfaceConflict.ts
collisionCodeGenModuleWithMemberVariable.ts
collisionCodeGenModuleWithMethodChildren.ts
collisionCodeGenModuleWithModuleChildren.ts
collisionCodeGenModuleWithModuleReopening.ts
collisionCodeGenModuleWithPrivateMember.ts
collisionCodeGenModuleWithUnicodeNames.ts
collisionExportsRequireAndAlias.ts
collisionExportsRequireAndAmbientClass.ts
collisionExportsRequireAndAmbientEnum.ts
collisionExportsRequireAndAmbientFunction.ts
collisionExportsRequireAndAmbientFunctionInGlobalFile.ts
collisionExportsRequireAndAmbientModule.ts
collisionExportsRequireAndAmbientVar.ts
collisionExportsRequireAndClass.ts
collisionExportsRequireAndEnum.ts
collisionExportsRequireAndFunction.ts
collisionExportsRequireAndFunctionInGlobalFile.ts
collisionExportsRequireAndInternalModuleAlias.ts
collisionExportsRequireAndInternalModuleAliasInGlobalFile.ts
collisionExportsRequireAndModule.ts
collisionExportsRequireAndUninstantiatedModule.ts
collisionExportsRequireAndVar.ts
collisionRestParameterArrowFunctions.ts
collisionRestParameterClassConstructor.ts
collisionRestParameterClassMethod.ts
collisionRestParameterFunction.ts
collisionRestParameterFunctionExpressions.ts
collisionRestParameterInterfaceMembers.ts
collisionRestParameterInType.ts
collisionRestParameterUnderscoreIUsage.ts
collisionSuperAndLocalFunctionInAccessors.ts
collisionSuperAndLocalFunctionInConstructor.ts
collisionSuperAndLocalFunctionInMethod.ts
collisionSuperAndLocalFunctionInProperty.ts
collisionSuperAndLocalVarInAccessors.ts
collisionSuperAndLocalVarInConstructor.ts
collisionSuperAndLocalVarInMethod.ts
collisionSuperAndLocalVarInProperty.ts
collisionSuperAndNameResolution.ts
collisionSuperAndParameter.ts
collisionSuperAndParameter1.ts
collisionSuperAndPropertyNameAsConstuctorParameter.ts
collisionThisExpressionAndAliasInGlobal.ts
collisionThisExpressionAndAmbientClassInGlobal.ts
collisionThisExpressionAndAmbientVarInGlobal.ts
collisionThisExpressionAndClassInGlobal.ts
collisionThisExpressionAndEnumInGlobal.ts
collisionThisExpressionAndFunctionInGlobal.ts
collisionThisExpressionAndLocalVarInAccessors.ts
collisionThisExpressionAndLocalVarInConstructor.ts
collisionThisExpressionAndLocalVarInFunction.ts
collisionThisExpressionAndLocalVarInLambda.ts
collisionThisExpressionAndLocalVarInMethod.ts
collisionThisExpressionAndLocalVarInProperty.ts
collisionThisExpressionAndLocalVarWithSuperExperssion.ts
collisionThisExpressionAndModuleInGlobal.ts
collisionThisExpressionAndNameResolution.ts
collisionThisExpressionAndParameter.ts
collisionThisExpressionAndPropertyNameAsConstuctorParameter.ts
collisionThisExpressionAndVarInGlobal.ts
commaOperator1.ts
commentBeforeStaticMethod1.ts
commentEmitAtEndOfFile1.ts
commentEmitWithCommentOnLastLine.ts
commentInEmptyParameterList1.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentInMethodCall.ts
commentOnAmbientClass1.ts Update testcase only preserve pinned comment at the top of the file 2015-08-25 13:47:45 -07:00
commentOnAmbientEnum.ts Update testcase only preserve pinned comment at the top of the file 2015-08-25 13:47:45 -07:00
commentOnAmbientfunction.ts Update testcase only preserve pinned comment at the top of the file 2015-08-25 13:47:45 -07:00
commentOnAmbientModule.ts Update testcase only preserve pinned comment at the top of the file 2015-08-25 13:47:45 -07:00
commentOnAmbientVariable1.ts Update testcase only preserve pinned comment at the top of the file 2015-08-25 13:47:45 -07:00
commentOnAmbientVariable2.ts
commentOnBlock1.ts
commentOnClassAccessor1.ts
commentOnClassAccessor2.ts
commentOnClassMethod1.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentOnElidedModule1.ts Update testcase only preserve pinned comment at the top of the file 2015-08-25 13:47:45 -07:00
commentOnExpressionStatement1.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentOnIfStatement1.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentOnImportStatement1.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentOnImportStatement2.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentOnImportStatement3.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentOnInterface1.ts Update testcase only preserve pinned comment at the top of the file 2015-08-25 13:47:45 -07:00
commentOnParenthesizedExpressionOpenParen1.ts
commentOnSignature1.ts Update testcase only preserve pinned comment at the top of the file 2015-08-25 13:47:45 -07:00
commentOnSimpleArrowFunctionBody1.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentOnStaticMember1.ts
commentsArgumentsOfCallExpression1.ts Update baselines 2015-08-06 17:28:30 -07:00
commentsArgumentsOfCallExpression2.ts Update baselines 2015-08-06 17:28:30 -07:00
commentsAtEndOfFile1.ts
commentsBeforeFunctionExpression1.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsBeforeVariableStatement1.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsClass.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsClassMembers.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsCommentParsing.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsdoNotEmitComments.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsDottedModuleName.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsemitComments.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsEnums.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsExternalModules.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsExternalModules2.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsExternalModules3.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
commentsFormatting.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsFunction.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsInheritance.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsInterface.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsModules.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsMultiModuleMultiFile.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsMultiModuleSingleFile.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsOnObjectLiteral1.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsOnObjectLiteral2.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsOnObjectLiteral3.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsOnObjectLiteral4.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsOnPropertyOfObjectLiteral1.ts Update baselines 2015-08-06 17:28:30 -07:00
commentsOnReturnStatement1.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsOnStaticMembers.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsOverloads.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsPropertySignature1.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsTypeParameters.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsVarDecl.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commentsVariableStatement1.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
commonjsSafeImport.ts Added tests for commonjs safe import behavior. 2015-08-18 21:59:27 -04:00
complexClassRelationships.ts
complicatedGenericRecursiveBaseClassReference.ts
complicatedPrivacy.ts
compositeGenericFunction.ts
compoundVarDecl1.ts
concatClassAndString.ts
concatError.ts
conditionalExpression1.ts
conditionalExpressionNewLine1.ts
conditionalExpressionNewLine2.ts
conditionalExpressionNewLine3.ts
conditionalExpressionNewLine4.ts
conditionalExpressionNewLine5.ts
conditionalExpressionNewLine6.ts
conditionalExpressionNewLine7.ts
conditionalExpressionNewLine8.ts
conditionalExpressionNewLine9.ts
conditionalExpressionNewLine10.ts
conditionalExpressions2.ts
conditionallyDuplicateOverloadsCausedByOverloadResolution.ts
conflictingMemberTypesInBases.ts
conflictingTypeAnnotatedVar.ts
conflictMarkerTrivia1.ts
conflictMarkerTrivia2.ts
constantOverloadFunction.ts
constantOverloadFunctionNoSubtypeError.ts
constDeclarations-access.ts
constDeclarations-access2.ts
constDeclarations-access3.ts
constDeclarations-access4.ts
constDeclarations-access5.ts
constDeclarations-ambient-errors.ts
constDeclarations-ambient.ts
constDeclarations-errors.ts
constDeclarations-es5.ts
constDeclarations-invalidContexts.ts
constDeclarations-scopes.ts
constDeclarations-scopes2.ts
constDeclarations-useBeforeDefinition.ts
constDeclarations-useBeforeDefinition2.ts
constDeclarations-validContexts.ts
constDeclarations.ts
constDeclarations2.ts
constDeclarationShadowedByVarDeclaration.ts
constDeclarationShadowedByVarDeclaration2.ts
constDeclarationShadowedByVarDeclaration3.ts
constEnumBadPropertyNames.ts
constEnumDeclarations.ts
constEnumErrors.ts
constEnumExternalModule.ts
constEnumMergingWithValues1.ts treat modules that are merged with values as non-const-enum 2015-07-20 21:49:15 -07:00
constEnumMergingWithValues2.ts treat modules that are merged with values as non-const-enum 2015-07-20 21:49:15 -07:00
constEnumMergingWithValues3.ts treat modules that are merged with values as non-const-enum 2015-07-20 21:49:15 -07:00
constEnumMergingWithValues4.ts treat modules that are merged with values as non-const-enum 2015-07-20 21:49:15 -07:00
constEnumMergingWithValues5.ts treat modules that are merged with values as non-const-enum 2015-07-20 21:49:15 -07:00
constEnumOnlyModuleMerging.ts
constEnums.ts
constEnumToStringNoComments.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
constEnumToStringWithComments.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
constIndexedAccess.ts Address code review. 2015-10-08 17:30:46 -04:00
constraintCheckInGenericBaseTypeReference.ts
constraintErrors1.ts
constraintPropagationThroughReturnTypes.ts
constraintReferencingTypeParameterFromSameTypeParameterList.ts
constraints0.ts
constraintsThatReferenceOtherContstraints1.ts
constraintsUsedInPrototypeProperty.ts
constructorArgs.ts
constructorArgsErrors1.ts
constructorArgsErrors2.ts
constructorArgsErrors3.ts
constructorArgsErrors4.ts
constructorArgsErrors5.ts
constructorArgWithGenericCallSignature.ts
constructorAsType.ts
constructorInvocationWithTooFewTypeArgs.ts
constructorOverloads1.ts
constructorOverloads2.ts
constructorOverloads3.ts
constructorOverloads4.ts
constructorOverloads5.ts
constructorOverloads6.ts
constructorOverloads7.ts
constructorOverloads8.ts
constructorParametersInVariableDeclarations.ts
constructorParametersThatShadowExternalNamesInVariableDeclarations.ts
constructorReturningAPrimitive.ts
constructorReturnsInvalidType.ts
constructorStaticParamName.ts
constructorStaticParamNameErrors.ts
constructorsWithSpecializedSignatures.ts
constructorTypeWithTypeParameters.ts
constructorWithIncompleteTypeAnnotation.ts
contextuallyTypingOrOperator.ts
contextuallyTypingOrOperator2.ts
contextuallyTypingOrOperator3.ts
contextuallyTypingRestParameters.ts
contextualSigInstantiationRestParams.ts
contextualSignatureInstantiation1.ts
contextualSignatureInstantiation2.ts
contextualSignatureInstantiation3.ts
contextualSignatureInstantiationWithTypeParameterConstrainedToOuterTypeParameter.ts
contextualSignatureInstatiationContravariance.ts
contextualSignatureInstatiationCovariance.ts
contextualTypeAny.ts
contextualTypeAppliedToVarArgs.ts
contextualTypeArrayReturnType.ts
contextualTyping.ts
contextualTyping1.ts
contextualTyping2.ts
contextualTyping3.ts
contextualTyping4.ts
contextualTyping5.ts
contextualTyping6.ts
contextualTyping7.ts
contextualTyping8.ts
contextualTyping9.ts
contextualTyping10.ts
contextualTyping11.ts
contextualTyping12.ts
contextualTyping13.ts
contextualTyping14.ts
contextualTyping15.ts
contextualTyping16.ts
contextualTyping17.ts
contextualTyping18.ts
contextualTyping19.ts
contextualTyping20.ts
contextualTyping21.ts
contextualTyping22.ts
contextualTyping23.ts
contextualTyping24.ts
contextualTyping25.ts
contextualTyping26.ts
contextualTyping27.ts
contextualTyping28.ts
contextualTyping29.ts
contextualTyping30.ts
contextualTyping31.ts
contextualTyping32.ts
contextualTyping33.ts
contextualTyping34.ts
contextualTyping35.ts
contextualTyping36.ts
contextualTyping37.ts
contextualTyping38.ts
contextualTyping39.ts
contextualTyping40.ts
contextualTyping41.ts
contextualTypingArrayOfLambdas.ts
contextualTypingOfAccessors.ts
contextualTypingOfArrayLiterals1.ts
contextualTypingOfConditionalExpression.ts
contextualTypingOfConditionalExpression2.ts
contextualTypingOfGenericFunctionTypedArguments1.ts
contextualTypingOfLambdaReturnExpression.ts
contextualTypingOfLambdaWithMultipleSignatures.ts
contextualTypingOfLambdaWithMultipleSignatures2.ts
contextualTypingOfObjectLiterals.ts
contextualTypingOfObjectLiterals2.ts
contextualTypingTwoInstancesOfSameTypeParameter.ts
contextualTypingWithFixedTypeParameters1.ts
contextualTypingWithGenericAndNonGenericSignature.ts
contextualTypingWithGenericSignature.ts
continueInIterationStatement1.ts
continueInIterationStatement2.ts
continueInIterationStatement3.ts
continueInIterationStatement4.ts
continueLabel.ts
continueNotInIterationStatement1.ts
continueNotInIterationStatement2.ts
continueNotInIterationStatement3.ts
continueNotInIterationStatement4.ts
continueTarget1.ts
continueTarget2.ts
continueTarget3.ts
continueTarget4.ts
continueTarget5.ts
continueTarget6.ts
convertKeywords.ts
convertKeywordsYes.ts
copyrightWithNewLine1.ts
copyrightWithoutNewLine1.ts
couldNotSelectGenericOverload.ts
covariance1.ts
crashInResolveInterface.ts
crashInresolveReturnStatement.ts
crashInsourcePropertyIsRelatableToTargetProperty.ts
crashIntypeCheckInvocationExpression.ts
crashIntypeCheckObjectCreationExpression.ts
crashOnMethodSignatures.ts
crashRegressionTest.ts
createArray.ts
customEventDetail.ts
cyclicGenericTypeInstantiation.ts
cyclicGenericTypeInstantiationInference.ts
cyclicModuleImport.ts
cyclicTypeInstantiation.ts
debugger.ts
debuggerEmit.ts
declarationEmit_array-types-from-generic-array-usage.ts
declarationEmit_exportAssignment.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
declarationEmit_exportDeclaration.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
declarationEmit_invalidReference.ts
declarationEmit_invalidReference2.ts
declarationEmit_nameConflicts.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
declarationEmit_nameConflicts2.ts
declarationEmit_nameConflicts3.ts
declarationEmit_nameConflictsWithAlias.ts
declarationEmit_protectedMembers.ts
declarationEmitDefaultExport1.ts
declarationEmitDefaultExport2.ts
declarationEmitDefaultExport3.ts
declarationEmitDefaultExport4.ts
declarationEmitDefaultExport5.ts
declarationEmitDefaultExport6.ts
declarationEmitDefaultExport7.ts
declarationEmitDefaultExport8.ts
declarationEmitDestructuring1.ts
declarationEmitDestructuring2.ts
declarationEmitDestructuring3.ts
declarationEmitDestructuring4.ts
declarationEmitDestructuring5.ts
declarationEmitDestructuringArrayPattern1.ts
declarationEmitDestructuringArrayPattern2.ts
declarationEmitDestructuringArrayPattern3.ts
declarationEmitDestructuringArrayPattern4.ts
declarationEmitDestructuringArrayPattern5.ts
declarationEmitDestructuringObjectLiteralPattern.ts
declarationEmitDestructuringObjectLiteralPattern1.ts
declarationEmitDestructuringObjectLiteralPattern2.ts
declarationEmitDestructuringOptionalBindingParametersInOverloads.ts
declarationEmitDestructuringParameterProperties.ts
declarationEmitDestructuringPrivacyError.ts
declarationEmitDestructuringWithOptionalBindingParameters.ts
declarationEmitImportInExportAssignmentModule.ts
declarationFileOverwriteError.ts Some test cases to verify that declaration file overwrite is reported correctly 2015-10-28 13:08:06 -07:00
declarationFileOverwriteErrorWithOut.ts Some test cases to verify that declaration file overwrite is reported correctly 2015-10-28 13:08:06 -07:00
declareAlreadySeen.ts
declareClassInterfaceImplementation.ts
declaredExternalModule.ts
declaredExternalModuleWithExportAssignment.ts
declareDottedExtend.ts
declareDottedModuleName.ts
declareExternalModuleWithExportAssignedFundule.ts
declareFileExportAssignment.ts
declareFileExportAssignmentWithVarFromVariableStatement.ts
declareIdentifierAsBeginningOfStatementExpression01.ts
declareModifierOnImport1.ts
declareModifierOnTypeAlias.ts
declFileAccessors.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
declFileAliasUseBeforeDeclaration.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
declFileAliasUseBeforeDeclaration2.ts
declFileAmbientExternalModuleWithSingleExportedModule.ts
declFileCallSignatures.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
declFileClassExtendsNull.ts Added test 2015-08-27 15:21:40 -07:00
declFileClassWithIndexSignature.ts
declFileClassWithStaticMethodReturningConstructor.ts
declFileConstructors.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
declFileConstructSignatures.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
declFileEnums.ts
declFileEnumUsedAsValue.ts
declFileExportAssignmentImportInternalModule.ts
declFileExportAssignmentOfGenericInterface.ts
declFileExportImportChain.ts
declFileExportImportChain2.ts
declFileForClassWithMultipleBaseClasses.ts
declFileForClassWithPrivateOverloadedFunction.ts
declFileForExportedImport.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
declFileForFunctionTypeAsTypeParameter.ts
declFileForInterfaceWithOptionalFunction.ts
declFileForInterfaceWithRestParams.ts
declFileForTypeParameters.ts
declFileForVarList.ts
declFileFunctions.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
declFileGenericClassWithGenericExtendedClass.ts
declFileGenericType.ts
declFileGenericType2.ts
declFileImportChainInExportAssignment.ts
declFileImportedTypeUseInTypeArgPosition.ts
declFileImportModuleWithExportAssignment.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
declFileIndexSignatures.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
declFileInternalAliases.ts
declFileMethods.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
declFileModuleAssignmentInObjectLiteralProperty.ts
declFileModuleContinuation.ts
declFileModuleWithPropertyOfTypeModule.ts
declFileObjectLiteralWithAccessors.ts Tests update for emitting declarations if no errors 2015-10-28 13:07:08 -07:00
declFileObjectLiteralWithOnlyGetter.ts Tests update for emitting declarations if no errors 2015-10-28 13:07:08 -07:00
declFileObjectLiteralWithOnlySetter.ts Tests update for emitting declarations if no errors 2015-10-28 13:07:08 -07:00
declFileOptionalInterfaceMethod.ts
declFilePrivateMethodOverloads.ts
declFilePrivateStatic.ts Tests update for emitting declarations if no errors 2015-10-28 13:07:08 -07:00
declFileRegressionTests.ts
declFileRestParametersOfFunctionAndFunctionType.ts
declFileTypeAnnotationArrayType.ts
declFileTypeAnnotationBuiltInType.ts
declFileTypeAnnotationParenType.ts
declFileTypeAnnotationStringLiteral.ts
declFileTypeAnnotationTupleType.ts
declFileTypeAnnotationTypeAlias.ts
declFileTypeAnnotationTypeLiteral.ts
declFileTypeAnnotationTypeQuery.ts
declFileTypeAnnotationTypeReference.ts
declFileTypeAnnotationUnionType.ts
declFileTypeAnnotationVisibilityErrorAccessors.ts
declFileTypeAnnotationVisibilityErrorParameterOfFunction.ts
declFileTypeAnnotationVisibilityErrorReturnTypeOfFunction.ts
declFileTypeAnnotationVisibilityErrorTypeAlias.ts
declFileTypeAnnotationVisibilityErrorTypeLiteral.ts
declFileTypeAnnotationVisibilityErrorVariableDeclaration.ts
declFileTypeofClass.ts
declFileTypeofEnum.ts
declFileTypeofFunction.ts
declFileTypeofInAnonymousType.ts
declFileTypeofModule.ts
declFileWithClassNameConflictingWithClassReferredByExtendsClause.ts
declFileWithErrorsInInputDeclarationFile.ts Test cases to verify that declaration file is not emitted if any of the declaration file in program has error 2015-10-28 13:08:20 -07:00
declFileWithErrorsInInputDeclarationFileWithOut.ts Test cases to verify that declaration file is not emitted if any of the declaration file in program has error 2015-10-28 13:08:20 -07:00
declFileWithExtendsClauseThatHasItsContainerNameConflict.ts
declFileWithInternalModuleNameConflictsInExtendsClause1.ts
declFileWithInternalModuleNameConflictsInExtendsClause2.ts
declFileWithInternalModuleNameConflictsInExtendsClause3.ts
declInput-2.ts
declInput.ts
declInput3.ts
declInput4.ts
decoratorMetadataForMethodWithNoReturnTypeAnnotation01.ts Style and rename test. 2015-07-30 11:22:58 -07:00
decoratorMetadataOnInferredType.ts If Type annotation is missing, emit design:Type as Object 2015-09-01 13:46:44 -07:00
decoratorMetadataWithConstructorType.ts Instead of writing text from source file use text property to write text of synthesized node 2015-08-21 13:10:30 -07:00
decoratorMetadataWithImportDeclarationNameCollision.ts Tests for #4239 2015-08-24 12:05:16 -07:00
decoratorMetadataWithImportDeclarationNameCollision2.ts Tests for #4239 2015-08-24 12:05:16 -07:00
decoratorMetadataWithImportDeclarationNameCollision3.ts Write synthesized node's text property instead of getting text from source file 2015-08-24 12:06:21 -07:00
decoratorMetadataWithImportDeclarationNameCollision4.ts When emitting metadata about type, Use object type if the type cant be resolved 2015-08-24 12:07:14 -07:00
decoratorMetadataWithImportDeclarationNameCollision5.ts Tests for #4239 2015-08-24 12:05:16 -07:00
decoratorMetadataWithImportDeclarationNameCollision6.ts Tests for #4239 2015-08-24 12:05:16 -07:00
decoratorMetadataWithImportDeclarationNameCollision7.ts When emitting metadata about type, Use object type if the type cant be resolved 2015-08-24 12:07:14 -07:00
decoratorMetadataWithImportDeclarationNameCollision8.ts Write synthesized node's text property instead of getting text from source file 2015-08-24 12:06:21 -07:00
decrementAndIncrementOperators.ts
defaultArgsInFunctionExpressions.ts
defaultArgsInOverloads.ts
defaultBestCommonTypesHaveDecls.ts
defaultIndexProps1.ts
defaultIndexProps2.ts
defaultValueInConstructorOverload1.ts
defaultValueInFunctionOverload1.ts
defaultValueInFunctionTypes.ts
deleteOperator1.ts
deleteOperatorInStrictMode.ts
dependencyViaImportAlias.ts
deprecatedBool.ts
derivedClasses.ts
derivedClassOverridesPrivateFunction1.ts
derivedInterfaceCallSignature.ts
derivedTypeCallingBaseImplWithOptionalParams.ts
derivedTypeIncompatibleSignatures.ts
destructuringWithGenericParameter.ts Adding tests 2015-09-24 13:52:19 -07:00
destructuringWithNewExpression.ts
destructuringWithNumberLiteral.ts
detachedCommentAtStartOfConstructor1.ts
detachedCommentAtStartOfConstructor2.ts
detachedCommentAtStartOfFunctionBody1.ts
detachedCommentAtStartOfFunctionBody2.ts
detachedCommentAtStartOfLambdaFunction1.ts
detachedCommentAtStartOfLambdaFunction2.ts
differentTypesWithSameName.ts
doNotEmitDetachedComments.ts Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
doNotEmitDetachedCommentsAtStartOfConstructor.ts Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
doNotEmitDetachedCommentsAtStartOfFunctionBody.ts Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
doNotEmitDetachedCommentsAtStartOfLambdaFunction.ts Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
doNotEmitPinnedCommentNotOnTopOfFile.ts Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
doNotEmitPinnedCommentOnNotEmittedNode.ts Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
doNotEmitPinnedCommentOnNotEmittedNodets.ts Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
doNotEmitPinnedDetachedComments.ts Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
doNotemitTripleSlashComments.ts Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
doNotEmitTripleSlashCommentsInEmptyFile.ts Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
doNotEmitTripleSlashCommentsOnNotEmittedNode.ts Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
doNotWidenAtObjectLiteralPropertyAssignment.ts
dontShowCompilerGeneratedMembers.ts
dottedModuleName.ts
dottedModuleName2.ts
dottedSymbolResolution1.ts
doWhileLoop.ts
downlevelLetConst1.ts
downlevelLetConst2.ts
downlevelLetConst3.ts
downlevelLetConst4.ts
downlevelLetConst5.ts
downlevelLetConst6.ts
downlevelLetConst7.ts
downlevelLetConst8.ts
downlevelLetConst9.ts
downlevelLetConst10.ts
downlevelLetConst11.ts
downlevelLetConst12.ts
downlevelLetConst13.ts
downlevelLetConst14.ts
downlevelLetConst15.ts
downlevelLetConst16.ts
downlevelLetConst17.ts
downlevelLetConst18.ts
downlevelLetConst19.ts
duplicateAnonymousInners1.ts
duplicateAnonymousModuleClasses.ts
duplicateClassElements.ts
duplicateConstructorOverloadSignature.ts
duplicateConstructorOverloadSignature2.ts
duplicateConstructSignature.ts
duplicateConstructSignature2.ts
duplicateIdentifierBindingElementInParameterDeclaration1.ts
duplicateIdentifierBindingElementInParameterDeclaration2.ts
duplicateIdentifierInCatchBlock.ts
duplicateIdentifiersAcrossContainerBoundaries.ts Fix comments 2015-10-16 16:29:11 -07:00
duplicateIdentifiersAcrossFileBoundaries.ts
duplicateIdentifierShouldNotShortCircuitBaseTypeBinding.ts
duplicateInterfaceMembers1.ts
duplicateLabel1.ts
duplicateLabel2.ts
duplicateLabel3.ts
duplicateLabel4.ts
duplicateLocalVariable1.ts
duplicateLocalVariable2.ts
duplicateLocalVariable3.ts
duplicateLocalVariable4.ts
duplicateObjectLiteralProperty.ts
duplicateOverloadInTypeAugmentation1.ts
duplicatePropertiesInStrictMode.ts
duplicateStringNamedProperty1.ts
duplicateSymbolsExportMatching.ts
duplicateTypeParameters1.ts
duplicateTypeParameters2.ts
duplicateTypeParameters3.ts
duplicateVarAndImport.ts
duplicateVarAndImport2.ts
duplicateVariableDeclaration1.ts
duplicateVariablesByScope.ts
duplicateVariablesWithAny.ts
duplicateVarsAcrossFileBoundaries.ts
dynamicModuleTypecheckError.ts
elaboratedErrors.ts
elidingImportNames.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
emitBOM.ts
emitCommentsOnlyFile.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
emitMemberAccessExpression.ts
emitPinnedCommentsOnTopOfFile.ts Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
emitPostComments.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
emitPreComments.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
emitThisInSuperMethodCall.ts
emitTopOfFileTripleSlashCommentOnNotEmittedNodeIfRemoveCommentsIsFalse.ts Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
emptyEnum.ts
emptyExpr.ts
emptyFile-declaration.ts
emptyFile-souremap.ts
emptyFile.ts
emptyGenericParamList.ts
emptyIndexer.ts
emptyMemberAccess.ts
emptyModuleName.ts report error if module name is empty 2015-09-14 14:33:35 -07:00
emptyTypeArgumentList.ts
emptyTypeArgumentListWithNew.ts
enumAssignmentCompat.ts
enumAssignmentCompat2.ts
enumBasics1.ts
enumCodeGenNewLines1.ts
enumConflictsWithGlobalIdentifier.ts
enumDecl1.ts
enumFromExternalModule.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
enumGenericTypeClash.ts
enumIdentifierLiterals.ts
enumIndexer.ts
enumInitializersWithExponents.ts
enumMapBackIntoItself.ts
enumMemberResolution.ts
enumNegativeLiteral1.ts
enumNumbering1.ts
enumOperations.ts
enumPropertyAccess.ts
enumsWithMultipleDeclarations1.ts
enumsWithMultipleDeclarations2.ts
enumsWithMultipleDeclarations3.ts
enumWithoutInitializerAfterComputedMember.ts
enumWithParenthesizedInitializer1.ts
enumWithPrimitiveName.ts
enumWithQuotedElementName1.ts
enumWithQuotedElementName2.ts
enumWithUnicodeEscape1.ts
errorForwardReferenceForwadingConstructor.ts
errorHandlingInInstanceOf.ts
errorLocationForInterfaceExtension.ts
errorMessageOnObjectLiteralType.ts
errorOnContextuallyTypedReturnType.ts
errorRecoveryInClassDeclaration.ts
errorRecoveryWithDotFollowedByNamespaceKeyword.ts
errorsInGenericTypeReference.ts
errorsOnImportedSymbol.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
errorSupression1.ts
errorTypesAsTypeArguments.ts
errorWithTruncatedType.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
es3-amd.ts
es3-declaration-amd.ts
es3-sourcemap-amd.ts
es3defaultAliasIsQuoted.ts failing test 2015-09-16 15:47:52 -07:00
es5-amd.ts
es5-commonjs.ts improve module loading interoperability for babel 2015-06-21 16:15:21 +09:00
es5-commonjs2.ts PR feedback 2015-06-27 02:40:05 +09:00
es5-commonjs3.ts PR feedback 2015-06-27 02:40:05 +09:00
es5-commonjs4.ts PR feedback 2015-06-27 02:40:05 +09:00
es5-commonjs5.ts PR feedback 2015-06-27 02:40:05 +09:00
es5-commonjs6.ts PR feedback 2015-07-11 20:55:27 +09:00
es5-declaration-amd.ts
es5-souremap-amd.ts
es5-system.ts improve module loading interoperability for babel 2015-06-21 16:15:21 +09:00
es5-umd.ts
es5-umd2.ts
es5-umd3.ts
es5-umd4.ts
es5andes6module.ts reverts 60a120f, reexposes es6 option 2015-09-17 13:14:31 -07:00
es5ExportDefaultClassDeclaration.ts
es5ExportDefaultClassDeclaration2.ts
es5ExportDefaultClassDeclaration3.ts
es5ExportDefaultClassDeclaration4.ts
es5ExportDefaultExpression.ts
es5ExportDefaultFunctionDeclaration.ts
es5ExportDefaultFunctionDeclaration2.ts
es5ExportDefaultFunctionDeclaration3.ts
es5ExportDefaultFunctionDeclaration4.ts
es5ExportDefaultIdentifier.ts
es5ExportEquals.ts
es5ExportEqualsDts.ts
es5ModuleInternalNamedImports.ts
es5ModuleWithModuleGenAmd.ts
es5ModuleWithModuleGenCommonjs.ts
es5ModuleWithoutModuleGenTarget.ts
es6-amd.ts
es6-declaration-amd.ts
es6-sourcemap-amd.ts
es6-umd.ts
es6-umd2.ts
es6ClassSuperCodegenBug.ts
es6ClassTest.ts
es6ClassTest2.ts
es6ClassTest3.ts
es6ClassTest4.ts
es6ClassTest5.ts
es6ClassTest7.ts
es6ClassTest8.ts
es6ClassTest9.ts
es6DeclOrdering.ts
es6ExportAll.ts
es6ExportAllInEs5.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ExportAssignment.ts
es6ExportAssignment2.ts
es6ExportAssignment3.ts
es6ExportAssignment4.ts
es6ExportClause.ts
es6ExportClauseInEs5.ts
es6ExportClauseWithoutModuleSpecifier.ts
es6ExportClauseWithoutModuleSpecifierInEs5.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ExportDefaultClassDeclaration.ts
es6ExportDefaultClassDeclaration2.ts
es6ExportDefaultExpression.ts
es6ExportDefaultFunctionDeclaration.ts
es6ExportDefaultFunctionDeclaration2.ts
es6ExportDefaultIdentifier.ts
es6ExportEquals.ts
es6ExportEqualsInterop.ts
es6ImportDefaultBinding.ts
es6ImportDefaultBindingAmd.ts
es6ImportDefaultBindingDts.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingFollowedWithNamedImport.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingFollowedWithNamedImport1.ts
es6ImportDefaultBindingFollowedWithNamedImport1InEs5.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingFollowedWithNamedImport1WithExport.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingFollowedWithNamedImportDts.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingFollowedWithNamedImportDts1.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingFollowedWithNamedImportInEs5.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingFollowedWithNamedImportWithExport.ts
es6ImportDefaultBindingFollowedWithNamespaceBinding.ts
es6ImportDefaultBindingFollowedWithNamespaceBinding1.ts
es6ImportDefaultBindingFollowedWithNamespaceBinding1InEs5.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingFollowedWithNamespaceBinding1WithExport.ts
es6ImportDefaultBindingFollowedWithNamespaceBindingDts.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingFollowedWithNamespaceBindingDts1.ts
es6ImportDefaultBindingFollowedWithNamespaceBindingInEs5.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingFollowedWithNamespaceBindingWithExport.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingInEs5.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingMergeErrors.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingNoDefaultProperty.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportDefaultBindingWithExport.ts
es6ImportEqualsDeclaration.ts
es6ImportEqualsDeclaration2.ts Fix #4170, remove error when using import=require syntax in t=ES6 and in ambient context 2015-08-13 14:56:27 -07:00
es6ImportNamedImport.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNamedImportAmd.ts
es6ImportNamedImportDts.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNamedImportIdentifiersParsing.ts
es6ImportNamedImportInEs5.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNamedImportInExportAssignment.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNamedImportInIndirectExportAssignment.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNamedImportMergeErrors.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNamedImportNoExportMember.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNamedImportNoNamedExports.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNamedImportParsingError.ts
es6ImportNamedImportWithExport.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNamedImportWithTypesAndValues.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNameSpaceImport.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNameSpaceImportAmd.ts
es6ImportNameSpaceImportDts.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNameSpaceImportInEs5.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNameSpaceImportMergeErrors.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNameSpaceImportNoNamedExports.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
es6ImportNameSpaceImportWithExport.ts
es6ImportParseErrors.ts
es6ImportWithoutFromClause.ts
es6ImportWithoutFromClauseAmd.ts
es6ImportWithoutFromClauseInEs5.ts
es6ImportWithoutFromClauseNonInstantiatedModule.ts
es6ImportWithoutFromClauseWithExport.ts
es6MemberScoping.ts
es6Module.ts
es6ModuleClassDeclaration.ts
es6ModuleConst.ts
es6ModuleConstEnumDeclaration.ts
es6ModuleConstEnumDeclaration2.ts
es6ModuleEnumDeclaration.ts
es6ModuleFunctionDeclaration.ts
es6ModuleInternalImport.ts
es6ModuleInternalNamedImports.ts
es6ModuleInternalNamedImports2.ts
es6modulekind.ts reverts 60a120f, reexposes es6 option 2015-09-17 13:14:31 -07:00
es6modulekindWithES2015Target.ts Add ES2015 as a synonym to ES6 2015-10-15 11:35:52 -07:00
es6ModuleLet.ts
es6ModuleModuleDeclaration.ts
es6ModuleVariableStatement.ts
es6ModuleWithModuleGenTargetAmd.ts
es6ModuleWithModuleGenTargetCommonjs.ts
es2015modulekind.ts Add ES2015 as a synonym to ES6 2015-10-15 11:35:52 -07:00
es2015modulekindWithES6Target.ts Add ES2015 as a synonym to ES6 2015-10-15 11:35:52 -07:00
escapedIdentifiers.ts
escapedReservedCompilerNamedIdentifier.ts
excessPropertyErrorsSuppressed.ts Adding test 2015-08-26 17:14:33 -07:00
exportAlreadySeen.ts
exportAssignClassAndModule.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
exportAssignedTypeAsTypeAnnotation.ts
ExportAssignment7.ts
ExportAssignment8.ts
exportAssignmentClass.ts
exportAssignmentEnum.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
exportAssignmentError.ts
exportAssignmentFunction.ts
exportAssignmentInterface.ts
exportAssignmentInternalModule.ts
exportAssignmentOfDeclaredExternalModule.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
exportAssignmentOfGenericType1.ts
exportAssignmentVariable.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
exportAssignmentWithDeclareAndExportModifiers.ts
exportAssignmentWithDeclareModifier.ts
exportAssignmentWithExportModifier.ts
exportAssignmentWithExports.ts
exportAssignmentWithImportStatementPrivacyError.ts
exportAssignmentWithoutIdentifier1.ts
exportAssignmentWithPrivacyError.ts
exportAssignValueAndType.ts
exportDeclarationInInternalModule.ts
exportDeclarationWithModuleSpecifierNameOnNextLine1.ts Added tests. 2015-07-10 16:20:12 -07:00
exportDeclareClass1.ts
exportDefaultForNonInstantiatedModule.ts
exportDefaultVariable.ts
exportedBlockScopedDeclarations.ts addressed PR feedback: added tests for let declarations 2015-10-12 10:22:18 -07:00
exportedInterfaceInaccessibleInCallbackInModule.ts
exportedVariable1.ts
exportEqualCallable.ts
exportEqualErrorType.ts
exportEqualMemberMissing.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
exportEqualNamespaces.ts
exportImport.ts
exportImportAndClodule.ts
exportImportMultipleFiles.ts
exportImportNonInstantiatedModule.ts
exportImportNonInstantiatedModule2.ts
exportingContainingVisibleType.ts
exportPrivateType.ts
exportSameNameFuncVar.ts
exportsInAmbientModules1.ts collect imports and exports in ambient external modules 2015-09-29 15:06:03 -07:00
exportsInAmbientModules2.ts collect imports and exports in ambient external modules 2015-09-29 15:06:03 -07:00
exportSpecifierAndExportedMemberDeclaration.ts
exportSpecifierAndLocalMemberDeclaration.ts
exportSpecifierForAGlobal.ts Fix assert with declaration emit for export specifier for a global 2015-06-25 17:38:11 -07:00
exportSpecifierReferencingOuterDeclaration1.ts
exportSpecifierReferencingOuterDeclaration2.ts
exportSpecifierReferencingOuterDeclaration3.ts
exportSpecifierReferencingOuterDeclaration4.ts
exportStarFromEmptyModule.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
exportVisibility.ts
expr.ts
extBaseClass1.ts
extBaseClass2.ts
extendAndImplementTheSameBaseType.ts
extendAndImplementTheSameBaseType2.ts
extendArray.ts
extendBaseClassBeforeItsDeclared.ts
extendedInterfaceGenericType.ts
extendedInterfacesWithDuplicateTypeParameters.ts
extendGenericArray.ts
extendGenericArray2.ts
extendingClassFromAliasAndUsageInIndexer.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
extendNonClassSymbol1.ts
extendNonClassSymbol2.ts
extendsClauseAlreadySeen.ts
extendsClauseAlreadySeen2.ts
extension.ts
externalModuleAssignToVar.ts
externalModuleExportingGenericClass.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
externalModuleImmutableBindings.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
externalModuleQualification.ts
externalModuleReferenceDoubleUnderscore1.ts
externalModuleReferenceOfImportDeclarationWithExportModifier.ts
externalModuleRefernceResolutionOrderInImportDeclaration.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
externalModuleResolution.ts
externalModuleResolution2.ts
externalModuleWithoutCompilerFlag1.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
externFunc.ts
externModule.ts
externModuleClobber.ts
externSemantics.ts
externSyntax.ts
fatArrowfunctionAsType.ts
fatarrowfunctions.ts
fatarrowfunctionsErrors.ts
fatarrowfunctionsInFunctionParameterDefaults.ts
fatarrowfunctionsInFunctions.ts
fatarrowfunctionsOptionalArgs.ts
fatarrowfunctionsOptionalArgsErrors1.ts Accept baselines and fix test comments 2015-07-24 14:59:55 -07:00
fatarrowfunctionsOptionalArgsErrors2.ts
fatarrowfunctionsOptionalArgsErrors3.ts
fatarrowfunctionsOptionalArgsErrors4.ts
fatArrowSelf.ts
fieldAndGetterWithSameName.ts
fileReferencesWithNoExtensions.ts
filesEmittingIntoSameOutput.ts Verify if one or more files are emitting into same output file we provide error 2015-10-12 12:50:35 -07:00
filesEmittingIntoSameOutputWithOutOption.ts Verify if one or more files are emitting into same output file we provide error 2015-10-12 12:50:35 -07:00
fileWithNextLine1.ts
fileWithNextLine2.ts
fileWithNextLine3.ts
fillInMissingTypeArgsOnConstructCalls.ts
fixingTypeParametersRepeatedly1.ts Add tests for type parameter fixing 2015-07-08 16:17:03 -07:00
fixingTypeParametersRepeatedly2.ts Add tests for type parameter fixing 2015-07-08 16:17:03 -07:00
fixingTypeParametersRepeatedly3.ts Add tests for type parameter fixing 2015-07-08 16:17:03 -07:00
fixTypeParameterInSignatureWithRestParameters.ts
for.ts
forIn.ts
forIn2.ts
forInModule.ts
forInStatement1.ts
forInStatement2.ts
forInStatement3.ts
forInStatement4.ts
forInStatement5.ts
forInStatement6.ts
forInStatement7.ts
forwardRefInEnum.ts fix error message for forward references in enums 2015-08-26 13:12:29 -07:00
fromAsIdentifier1.ts
fromAsIdentifier2.ts
funcdecl.ts
funClodule.ts
functionAndInterfaceWithSeparateErrors.ts
functionAndPropertyNameConflict.ts
functionArgShadowing.ts
functionAssignment.ts
functionAssignmentError.ts
functionCall1.ts
functionCall2.ts
functionCall3.ts
functionCall4.ts
functionCall5.ts
functionCall6.ts
functionCall7.ts
functionCall8.ts
functionCall9.ts
functionCall10.ts
functionCall11.ts
functionCall12.ts
functionCall13.ts
functionCall14.ts
functionCall15.ts
functionCall16.ts
functionCall17.ts
FunctionDeclaration3.ts
FunctionDeclaration4.ts
FunctionDeclaration6.ts
FunctionDeclaration7.ts
functionDeclarationWithArgumentOfTypeFunctionTypeArray.ts
functionDeclarationWithResolutionOfTypeNamedArguments01.ts
functionDeclarationWithResolutionOfTypeOfSameName01.ts
functionExpressionAndLambdaMatchesFunction.ts
functionExpressionInWithBlock.ts
functionExpressionReturningItself.ts
functionExpressionShadowedByParams.ts
functionExpressionWithResolutionOfTypeNamedArguments01.ts
functionExpressionWithResolutionOfTypeOfSameName01.ts
functionExpressionWithResolutionOfTypeOfSameName02.ts
functionInIfStatementInModule.ts
functionMergedWithModule.ts
functionOnlyHasThrow.ts
functionOverloadAmbiguity1.ts
functionOverloadImplementationOfWrongName.ts
functionOverloadImplementationOfWrongName2.ts
functionOverloads.ts
functionOverloads1.ts
functionOverloads2.ts
functionOverloads3.ts
functionOverloads4.ts
functionOverloads5.ts
functionOverloads6.ts
functionOverloads7.ts
functionOverloads8.ts
functionOverloads9.ts
functionOverloads10.ts
functionOverloads11.ts
functionOverloads12.ts
functionOverloads13.ts
functionOverloads14.ts
functionOverloads15.ts
functionOverloads16.ts
functionOverloads17.ts
functionOverloads18.ts
functionOverloads19.ts
functionOverloads20.ts
functionOverloads21.ts
functionOverloads22.ts
functionOverloads23.ts
functionOverloads24.ts
functionOverloads25.ts
functionOverloads26.ts
functionOverloads27.ts
functionOverloads28.ts
functionOverloads29.ts
functionOverloads30.ts
functionOverloads31.ts
functionOverloads32.ts
functionOverloads33.ts
functionOverloads34.ts
functionOverloads35.ts
functionOverloads36.ts
functionOverloads37.ts
functionOverloads38.ts
functionOverloads39.ts
functionOverloads40.ts
functionOverloads41.ts
functionOverloads42.ts
functionOverloadsOnGenericArity1.ts
functionOverloadsOnGenericArity2.ts
functionOverloadsOutOfOrder.ts
functionOverloadsRecursiveGenericReturnType.ts
functionReturn.ts
functionReturningItself.ts
functionSignatureAssignmentCompat1.ts
functionsInClassExpressions.ts check functions in class expressions 2015-10-11 21:57:17 -07:00
functionsMissingReturnStatementsAndExpressions.ts
functionSubtypingOfVarArgs.ts
functionSubtypingOfVarArgs2.ts
functionsWithModifiersInBlocks1.ts
functionType.ts
functionTypeArgumentArrayAssignment.ts
functionTypeArgumentAssignmentCompat.ts
functionTypesLackingReturnTypes.ts
functionWithAnyReturnTypeAndNoReturnExpression.ts
functionWithDefaultParameterWithNoStatements1.ts
functionWithDefaultParameterWithNoStatements2.ts
functionWithDefaultParameterWithNoStatements3.ts
functionWithDefaultParameterWithNoStatements4.ts
functionWithDefaultParameterWithNoStatements5.ts
functionWithDefaultParameterWithNoStatements6.ts
functionWithDefaultParameterWithNoStatements7.ts
functionWithDefaultParameterWithNoStatements8.ts
functionWithDefaultParameterWithNoStatements9.ts
functionWithDefaultParameterWithNoStatements10.ts
functionWithDefaultParameterWithNoStatements11.ts
functionWithDefaultParameterWithNoStatements12.ts
functionWithDefaultParameterWithNoStatements13.ts
functionWithDefaultParameterWithNoStatements14.ts
functionWithDefaultParameterWithNoStatements15.ts
functionWithDefaultParameterWithNoStatements16.ts
functionWithNoBestCommonType1.ts
functionWithNoBestCommonType2.ts
functionWithSameNameAsField.ts
functionWithThrowButNoReturn1.ts
funduleExportedClassIsUsedBeforeDeclaration.ts
funduleOfFunctionWithoutReturnTypeAnnotation.ts
funduleSplitAcrossFiles.ts
funduleUsedAcrossFileBoundary.ts
fuzzy.ts
generativeRecursionWithTypeOf.ts
generatorES6_1.ts
generatorES6_2.ts
generatorES6_3.ts
generatorES6_4.ts
generatorES6_5.ts
generatorES6_6.ts
genericAndNonGenericInheritedSignature1.ts
genericAndNonGenericInheritedSignature2.ts
genericAndNonGenericOverload1.ts
genericArgumentCallSigAssignmentCompat.ts
genericArray0.ts
genericArray1.ts
genericArrayAssignment1.ts
genericArrayAssignmentCompatErrors.ts
genericArrayExtenstions.ts
genericArrayMethods1.ts
genericArrayPropertyAssignment.ts
genericArrayWithoutTypeAnnotation.ts
genericAssignmentCompatOfFunctionSignatures1.ts
genericAssignmentCompatWithInterfaces1.ts
genericBaseClassLiteralProperty.ts
genericBaseClassLiteralProperty2.ts
genericCallbackInvokedInsideItsContainingFunction1.ts
genericCallbacksAndClassHierarchy.ts
genericCallSpecializedToTypeArg.ts
genericCallsWithoutParens.ts
genericCallWithFixedArguments.ts
genericCallWithNonGenericArgs1.ts
genericCallWithObjectLiteralArguments1.ts
genericCallWithoutArgs.ts
genericChainedCalls.ts
genericClasses0.ts
genericClasses1.ts
genericClasses2.ts
genericClasses3.ts
genericClasses4.ts
genericClassesInModule.ts
genericClassesInModule2.ts
genericClassesRedeclaration.ts
genericClassImplementingGenericInterfaceFromAnotherModule.ts
genericClassInheritsConstructorFromNonGenericClass.ts
genericClassPropertyInheritanceSpecialization.ts
genericClassStaticMethod.ts
genericClassWithStaticFactory.ts
genericClassWithStaticsUsingTypeArguments.ts
genericCloduleInModule.ts
genericCloduleInModule2.ts
genericCloneReturnTypes.ts
genericCloneReturnTypes2.ts
genericCombinators2.ts
genericConstraint1.ts
genericConstraint2.ts
genericConstraint3.ts
genericConstraintDeclaration.ts
genericConstraintOnExtendedBuiltinTypes.ts
genericConstraintOnExtendedBuiltinTypes2.ts
genericConstraintSatisfaction1.ts
genericConstructExpressionWithoutArgs.ts
genericConstructInvocationWithNoTypeArg.ts
genericConstructorFunction1.ts
genericConstructSignatureInInterface.ts
genericContextualTypingSpecialization.ts
genericDerivedTypeWithSpecializedBase.ts
genericDerivedTypeWithSpecializedBase2.ts
genericFunctionCallSignatureReturnTypeMismatch.ts
genericFunctionHasFreshTypeArgs.ts
genericFunctions0.ts
genericFunctions1.ts
genericFunctions2.ts
genericFunctions3.ts
genericFunctionSpecializations1.ts
genericFunctionsWithOptionalParameters1.ts
genericFunctionsWithOptionalParameters2.ts
genericFunctionsWithOptionalParameters3.ts
genericFunctionTypedArgumentsAreFixed.ts
genericFunduleInModule.ts
genericFunduleInModule2.ts
genericGetter.ts
genericGetter2.ts
genericGetter3.ts
genericImplements.ts
genericInference1.ts
genericInference2.ts
genericInstanceOf.ts
genericInterfaceFunctionTypeParameter.ts
genericInterfaceImplementation.ts
genericInterfacesWithoutTypeArguments.ts
genericInterfaceTypeCall.ts
genericLambaArgWithoutTypeArguments.ts
genericMemberFunction.ts
genericMergedDeclarationUsingTypeParameter.ts
genericMergedDeclarationUsingTypeParameter2.ts
genericMethodOverspecialization.ts
genericNewInterface.ts
genericObjectCreationWithoutTypeArgs.ts
genericObjectLitReturnType.ts
genericOfACloduleType1.ts
genericOfACloduleType2.ts
genericOverloadSignatures.ts
genericParameterAssignability1.ts
genericPrototypeProperty.ts
genericPrototypeProperty2.ts
genericPrototypeProperty3.ts
genericRecursiveImplicitConstructorErrors1.ts
genericRecursiveImplicitConstructorErrors2.ts
genericRecursiveImplicitConstructorErrors3.ts
genericReduce.ts
genericRestArgs.ts
genericReturnTypeFromGetter1.ts
genericReversingTypeParameters.ts
genericReversingTypeParameters2.ts
generics0.ts
generics1.ts
generics1NoError.ts
generics2.ts
generics2NoError.ts
generics3.ts
generics4.ts
generics4NoError.ts
generics5.ts
genericsAndHigherOrderFunctions.ts
genericSignatureInheritance.ts
genericSignatureInheritance2.ts
genericsManyTypeParameters.ts
genericSpecializations1.ts
genericSpecializations2.ts
genericSpecializations3.ts
genericSpecializationToTypeLiteral1.ts
genericStaticAnyTypeFunction.ts
genericsWithDuplicateTypeParameters1.ts
genericsWithoutTypeParameters1.ts
genericTypeArgumentInference1.ts
genericTypeAssertions1.ts
genericTypeAssertions2.ts
genericTypeAssertions3.ts
genericTypeAssertions4.ts
genericTypeAssertions5.ts
genericTypeAssertions6.ts
genericTypeConstraints.ts
genericTypeParameterEquivalence2.ts
genericTypeReferencesRequireTypeArgs.ts
genericTypeUsedWithoutTypeArguments1.ts
genericTypeUsedWithoutTypeArguments3.ts
genericTypeWithCallableMembers.ts
genericTypeWithCallableMembers2.ts
genericTypeWithMultipleBases1.ts
genericTypeWithMultipleBases2.ts
genericTypeWithMultipleBases3.ts
genericTypeWithNonGenericBaseMisMatch.ts
genericWithCallSignatureReturningSpecialization.ts
genericWithCallSignatures1.ts
genericWithIndexerOfTypeParameterType1.ts
genericWithIndexerOfTypeParameterType2.ts
genericWithOpenTypeParameters1.ts
getAccessorWithImpliedReturnTypeAndFunctionClassMerge.ts
getAndSetAsMemberNames.ts
getAndSetNotIdenticalType.ts
getAndSetNotIdenticalType2.ts
getAndSetNotIdenticalType3.ts
getsetReturnTypes.ts
getterMissingReturnError.ts
gettersAndSetters.ts
gettersAndSettersAccessibility.ts
gettersAndSettersErrors.ts
gettersAndSettersTypesAgree.ts
getterSetterNonAccessor.ts
getterThatThrowsShouldNotNeedReturn.ts
giant.ts
global.ts
globalThis.ts
globalThisCapture.ts
grammarAmbiguities1.ts
heterogeneousArrayAndOverloads.ts
hidingCallSignatures.ts
hidingConstructSignatures.ts
hidingIndexSignatures.ts
i3.ts
icomparable.ts
identityForSignaturesWithTypeParametersAndAny.ts
identityForSignaturesWithTypeParametersSwitched.ts
idInProp.ts
ifElseWithStatements1.ts
illegalGenericWrapping1.ts
illegalModifiersOnClassElements.ts
illegalSuperCallsInConstructor.ts
implementArrayInterface.ts
implementClausePrecedingExtends.ts
implementGenericWithMismatchedTypes.ts
implementInterfaceAnyMemberWithVoid.ts
implementPublicPropertyAsPrivate.ts
implementsClauseAlreadySeen.ts
implementsInClassExpression.ts disambiguate: 'implements' starts heritage clause vs 'implements' is a class name 2015-09-21 22:22:25 -07:00
implicitAnyAmbients.ts
implicitAnyAnyReturningFunction.ts
implicitAnyCastedValue.ts
implicitAnyDeclareFunctionExprWithoutFormalType.ts
implicitAnyDeclareFunctionWithoutFormalType.ts
implicitAnyDeclareFunctionWithoutFormalType2.ts
implicitAnyDeclareMemberWithoutType.ts
implicitAnyDeclareMemberWithoutType2.ts
implicitAnyDeclareTypePropertyWithoutType.ts
implicitAnyDeclareVariablesWithoutTypeAndInit.ts
implicitAnyFromCircularInference.ts
implicitAnyFunctionInvocationWithAnyArguements.ts
implicitAnyFunctionOverloadWithImplicitAnyReturnType.ts
implicitAnyFunctionReturnNullOrUndefined.ts
implicitAnyGenerics.ts
implicitAnyGenericTypeInference.ts
implicitAnyGetAndSetAccessorWithAnyReturnType.ts
implicitAnyInAmbientDeclaration.ts
implicitAnyInAmbientDeclaration2.d.ts
implicitAnyInCatch.ts
implicitAnyNewExprLackConstructorSignature.ts
implicitAnyWidenToAny.ts
import_reference-exported-alias.ts
import_reference-to-type-alias.ts
import_unneeded-require-when-referenecing-aliased-type-throug-array.ts
import_var-referencing-an-imported-module-alias.ts
importAliasAnExternalModuleInsideAnInternalModule.ts
importAliasWithDottedName.ts
importAndVariableDeclarationConflict1.ts
importAndVariableDeclarationConflict2.ts
importAndVariableDeclarationConflict3.ts
importAndVariableDeclarationConflict4.ts
importAnImport.ts
importAsBaseClass.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
importDecl.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
importDeclarationInModuleDeclaration1.ts
importDeclarationUsedAsTypeQuery.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
importDeclRefereingExternalModuleWithNoResolve.ts
importDeclWithClassModifiers.ts
importDeclWithDeclareModifier.ts
importDeclWithDeclareModifierInAmbientContext.ts
importDeclWithExportModifier.ts
importDeclWithExportModifierAndExportAssignment.ts
importDeclWithExportModifierAndExportAssignmentInAmbientContext.ts
importDeclWithExportModifierInAmbientContext.ts
importedAliasesInTypePositions.ts
importedModuleAddToGlobal.ts
importedModuleClassNameClash.ts
importInsideModule.ts
importInTypePosition.ts
importOnAliasedIdentifiers.ts
importShadowsGlobalName.ts
importsInAmbientModules1.ts collect imports and exports in ambient external modules 2015-09-29 15:06:03 -07:00
importsInAmbientModules2.ts collect imports and exports in ambient external modules 2015-09-29 15:06:03 -07:00
importsInAmbientModules3.ts collect imports and exports in ambient external modules 2015-09-29 15:06:03 -07:00
importUsedInExtendsList1.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
incompatibleExports1.ts
incompatibleExports2.ts
incompatibleGenericTypes.ts
incompatibleTypes.ts
incompleteDottedExpressionAtEOF.ts
incompleteObjectLiteral1.ts
incorrectClassOverloadChain.ts
incrementOnTypeParameter.ts
indexClassByNumber.ts
indexer.ts
indexer2.ts
indexer2A.ts
indexer3.ts
indexerA.ts
indexerAsOptional.ts
indexerAssignability.ts
indexerConstraints.ts
indexerConstraints2.ts
indexerReturningTypeParameter1.ts
indexerSignatureWithRestParam.ts
indexIntoArraySubclass.ts
indexIntoEnum.ts
indexSignatureMustHaveTypeAnnotation.ts
indexSignaturesInferentialTyping.ts
indexSignatureTypeCheck.ts
indexSignatureTypeCheck2.ts
indexSignatureWithAccessibilityModifier.ts
indexSignatureWithInitializer.ts
indexSignatureWithInitializer1.ts
indexSignatureWithoutTypeAnnotation1..ts
indexSignatureWithoutTypeAnnotation1.ts
indexTypeCheck.ts
indexWithoutParamType.ts
indexWithoutParamType2.ts
indirectSelfReference.ts
indirectSelfReferenceGeneric.ts
inferenceFromParameterlessLambda.ts
inferentiallyTypingAnEmptyArray.ts
inferentialTypingObjectLiteralMethod1.ts
inferentialTypingObjectLiteralMethod2.ts
inferentialTypingUsingApparentType1.ts Add tests for inferential typing 2015-07-02 15:21:43 -07:00
inferentialTypingUsingApparentType2.ts Add tests for inferential typing 2015-07-02 15:21:43 -07:00
inferentialTypingUsingApparentType3.ts Add tests for inferential typing 2015-07-02 15:21:43 -07:00
inferentialTypingWithFunctionType.ts
inferentialTypingWithFunctionType2.ts
inferentialTypingWithFunctionTypeNested.ts
inferentialTypingWithFunctionTypeSyntacticScenarios.ts
inferentialTypingWithFunctionTypeZip.ts
inferentialTypingWithObjectLiteralProperties.ts
inferredFunctionReturnTypeIsEmptyType.ts
inferringAnyFunctionType1.ts Add tests 2015-07-22 13:58:43 -07:00
inferringAnyFunctionType2.ts Add tests 2015-07-22 13:58:43 -07:00
inferringAnyFunctionType3.ts Add tests 2015-07-22 13:58:43 -07:00
inferringAnyFunctionType4.ts Add tests 2015-07-22 13:58:43 -07:00
inferringAnyFunctionType5.ts Add tests 2015-07-22 13:58:43 -07:00
inferSecondaryParameter.ts
inferSetterParamType.ts
inferTypeArgumentsInSignatureWithRestParameters.ts
infiniteExpandingTypeThroughInheritanceInstantiation.ts
infinitelyExpandingBaseTypes1.ts
infinitelyExpandingBaseTypes2.ts
infinitelyExpandingOverloads.ts
infinitelyExpandingTypeAssignability.ts
infinitelyExpandingTypes1.ts
infinitelyExpandingTypes2.ts
infinitelyExpandingTypes3.ts
infinitelyExpandingTypes4.ts
infinitelyExpandingTypes5.ts
infinitelyExpandingTypesNonGenericBase.ts
infinitelyGenerativeInheritance1.ts
inheritance.ts
inheritance1.ts
inheritanceGrandParentPrivateMemberCollision.ts
inheritanceGrandParentPrivateMemberCollisionWithPublicMember.ts
inheritanceGrandParentPublicMemberCollisionWithPrivateMember.ts
inheritanceMemberAccessorOverridingAccessor.ts
inheritanceMemberAccessorOverridingMethod.ts
inheritanceMemberAccessorOverridingProperty.ts
inheritanceMemberFuncOverridingAccessor.ts
inheritanceMemberFuncOverridingMethod.ts
inheritanceMemberFuncOverridingProperty.ts
inheritanceMemberPropertyOverridingAccessor.ts
inheritanceMemberPropertyOverridingMethod.ts
inheritanceMemberPropertyOverridingProperty.ts
inheritanceOfGenericConstructorMethod1.ts
inheritanceOfGenericConstructorMethod2.ts
inheritanceStaticAccessorOverridingAccessor.ts
inheritanceStaticAccessorOverridingMethod.ts
inheritanceStaticAccessorOverridingProperty.ts
inheritanceStaticFuncOverridingAccessor.ts
inheritanceStaticFuncOverridingAccessorOfFuncType.ts
inheritanceStaticFuncOverridingMethod.ts
inheritanceStaticFuncOverridingProperty.ts
inheritanceStaticFuncOverridingPropertyOfFuncType.ts
inheritanceStaticFunctionOverridingInstanceProperty.ts
inheritanceStaticMembersCompatible.ts
inheritanceStaticMembersIncompatible.ts
inheritanceStaticPropertyOverridingAccessor.ts
inheritanceStaticPropertyOverridingMethod.ts
inheritanceStaticPropertyOverridingProperty.ts
inheritedConstructorWithRestParams.ts
inheritedConstructorWithRestParams2.ts
inheritedFunctionAssignmentCompatibility.ts
inheritedGenericCallSignature.ts
inheritedMembersAndIndexSignaturesFromDifferentBases.ts
inheritedMembersAndIndexSignaturesFromDifferentBases2.ts
inheritedModuleMembersForClodule.ts
inheritedOverloadedSpecializedSignatures.ts
inheritedStringIndexersFromDifferentBaseTypes.ts
inheritedStringIndexersFromDifferentBaseTypes2.ts
inheritFromGenericTypeParameter.ts
inheritSameNamePrivatePropertiesFromDifferentOrigins.ts
inheritSameNamePrivatePropertiesFromSameOrigin.ts
inheritSameNamePropertiesWithDifferentOptionality.ts
inheritSameNamePropertiesWithDifferentVisibility.ts
initializePropertiesWithRenamedLet.ts
initializersInAmbientEnums.ts align behavior of constant expressions in initializers of ambient enum members with spec 2015-09-23 21:30:27 -07:00
inlineSourceMap.ts
inlineSourceMap2.ts
inlineSources.ts
inlineSources2.ts
innerAliases.ts
innerAliases2.ts
innerBoundLambdaEmit.ts
innerExtern.ts
innerFunc.ts
innerModExport1.ts
innerModExport2.ts
innerOverloads.ts
innerTypeArgumentInference.ts
innerTypeCheckOfLambdaArgument.ts
inOperator.ts
inOperatorWithFunction.ts
inOperatorWithGeneric.ts
instanceAndStaticDeclarations1.ts
instanceOfAssignability.ts Add tests and fix spelling 2015-08-05 13:30:45 -07:00
instanceOfInExternalModules.ts
instanceofOperator.ts
instanceSubtypeCheck1.ts
instanceSubtypeCheck2.ts
instantiateConstraintsToTypeArguments2.ts
instantiatedBaseTypeConstraints.ts
instantiatedBaseTypeConstraints2.ts
instantiatedReturnTypeContravariance.ts
instantiateTypeParameter.ts
interface0.ts
interfaceAssignmentCompat.ts
interfaceClassMerging.ts Do not report errors for classes and interfaces merging 2015-10-16 10:54:35 -07:00
interfaceClassMerging2.ts Fix comments 2015-10-16 16:29:11 -07:00
interfaceContextualType.ts
interfacedecl.ts
interfaceDeclaration1.ts
interfaceDeclaration2.ts
interfaceDeclaration3.ts
interfaceDeclaration4.ts
interfaceDeclaration5.ts
interfaceDeclaration6.ts
InterfaceDeclaration8.ts
interfacedeclWithIndexerErrors.ts
interfaceExtendsClass1.ts
interfaceExtendsClassWithPrivate1.ts
interfaceExtendsClassWithPrivate2.ts
interfaceImplementation1.ts
interfaceImplementation2.ts
interfaceImplementation3.ts
interfaceImplementation4.ts
interfaceImplementation5.ts
interfaceImplementation6.ts
interfaceImplementation7.ts
interfaceImplementation8.ts
interfaceInheritance.ts
interfaceInheritance2.ts
interfaceInReopenedModule.ts
interfaceMayNotBeExtendedWitACall.ts
interfaceMemberValidation.ts
interfaceNameAsIdentifier.ts
interfaceNaming1.ts
interfaceOnly.ts
interfacePropertiesWithSameName1.ts
interfacePropertiesWithSameName2.ts
interfacePropertiesWithSameName3.ts
interfaceSubtyping.ts
interfaceWithCommaSeparators.ts
interfaceWithImplements1.ts
interfaceWithMultipleDeclarations.ts
interfaceWithOptionalProperty.ts
interMixingModulesInterfaces0.ts
interMixingModulesInterfaces1.ts
interMixingModulesInterfaces2.ts
interMixingModulesInterfaces3.ts
interMixingModulesInterfaces4.ts
interMixingModulesInterfaces5.ts
internalAliasClass.ts
internalAliasClassInsideLocalModuleWithExport.ts
internalAliasClassInsideLocalModuleWithoutExport.ts
internalAliasClassInsideLocalModuleWithoutExportAccessError.ts
internalAliasClassInsideTopLevelModuleWithExport.ts
internalAliasClassInsideTopLevelModuleWithoutExport.ts
internalAliasEnum.ts
internalAliasEnumInsideLocalModuleWithExport.ts
internalAliasEnumInsideLocalModuleWithoutExport.ts
internalAliasEnumInsideLocalModuleWithoutExportAccessError.ts
internalAliasEnumInsideTopLevelModuleWithExport.ts
internalAliasEnumInsideTopLevelModuleWithoutExport.ts
internalAliasFunction.ts
internalAliasFunctionInsideLocalModuleWithExport.ts
internalAliasFunctionInsideLocalModuleWithoutExport.ts
internalAliasFunctionInsideLocalModuleWithoutExportAccessError.ts
internalAliasFunctionInsideTopLevelModuleWithExport.ts
internalAliasFunctionInsideTopLevelModuleWithoutExport.ts
internalAliasInitializedModule.ts
internalAliasInitializedModuleInsideLocalModuleWithExport.ts
internalAliasInitializedModuleInsideLocalModuleWithoutExport.ts
internalAliasInitializedModuleInsideLocalModuleWithoutExportAccessError.ts
internalAliasInitializedModuleInsideTopLevelModuleWithExport.ts
internalAliasInitializedModuleInsideTopLevelModuleWithoutExport.ts
internalAliasInterface.ts
internalAliasInterfaceInsideLocalModuleWithExport.ts
internalAliasInterfaceInsideLocalModuleWithoutExport.ts
internalAliasInterfaceInsideLocalModuleWithoutExportAccessError.ts
internalAliasInterfaceInsideTopLevelModuleWithExport.ts
internalAliasInterfaceInsideTopLevelModuleWithoutExport.ts
internalAliasUninitializedModule.ts
internalAliasUninitializedModuleInsideLocalModuleWithExport.ts
internalAliasUninitializedModuleInsideLocalModuleWithoutExport.ts
internalAliasUninitializedModuleInsideLocalModuleWithoutExportAccessError.ts
internalAliasUninitializedModuleInsideTopLevelModuleWithExport.ts
internalAliasUninitializedModuleInsideTopLevelModuleWithoutExport.ts
internalAliasVar.ts
internalAliasVarInsideLocalModuleWithExport.ts
internalAliasVarInsideLocalModuleWithoutExport.ts
internalAliasVarInsideLocalModuleWithoutExportAccessError.ts
internalAliasVarInsideTopLevelModuleWithExport.ts
internalAliasVarInsideTopLevelModuleWithoutExport.ts
internalAliasWithDottedNameEmit.ts
internalImportInstantiatedModuleMergedWithClassNotReferencingInstance.ts
internalImportInstantiatedModuleMergedWithClassNotReferencingInstanceNoConflict.ts
internalImportInstantiatedModuleNotReferencingInstance.ts
internalImportUnInstantiatedModuleMergedWithClassNotReferencingInstance.ts
internalImportUnInstantiatedModuleMergedWithClassNotReferencingInstanceNoConflict.ts
internalImportUnInstantiatedModuleNotReferencingInstanceNoConflict.ts
intrinsics.ts
intTypeCheck.ts
invalidConstraint1.ts
invalidReferenceSyntax1.ts
invalidSplice.ts
invalidStaticField.ts
invalidSymbolInTypeParameter1.ts
invalidTripleSlashReference.ts
invalidTypeNames.ts
invalidUnicodeEscapeSequance.ts
invalidUnicodeEscapeSequance2.ts
invalidUnicodeEscapeSequance3.ts
invalidUnicodeEscapeSequance4.ts
invocationExpressionInFunctionParameter.ts
invokingNonGenericMethodWithTypeArguments1.ts
invokingNonGenericMethodWithTypeArguments2.ts
ipromise2.ts
ipromise3.ts
ipromise4.ts
isArray.ts
isDeclarationVisibleNodeKinds.ts
isLiteral1.ts
isLiteral2.ts
isolatedModulesAmbientConstEnum.ts
isolatedModulesDeclaration.ts
isolatedModulesES6.ts
isolatedModulesImportExportElision.ts
isolatedModulesNoEmitOnError.ts
isolatedModulesNoExternalModule.ts
isolatedModulesNonAmbientConstEnum.ts
isolatedModulesOut.ts
isolatedModulesPlainFile-AMD.ts
isolatedModulesPlainFile-CommonJS.ts
isolatedModulesPlainFile-ES6.ts
isolatedModulesPlainFile-System.ts
isolatedModulesPlainFile-UMD.ts
isolatedModulesSourceMap.ts add transpileModule function that can return emitted source map 2015-07-22 11:58:27 -07:00
isolatedModulesSpecifiedModule.ts
isolatedModulesUnspecifiedModule.ts
isolatedModulesWithDeclarationFile.ts
jsFileCompilationAmbientVarDeclarationSyntax.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationClassMethodContainingArrowFunction.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationDecoratorSyntax.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationDuplicateFunctionImplementation.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationDuplicateFunctionImplementationFileOrderReversed.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationDuplicateVariable.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationDuplicateVariableErrorReported.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationEmitBlockedCorrectly.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationEmitDeclarations.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationEmitTrippleSlashReference.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationEnumSyntax.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationErrorOnDeclarationsWithJsFileReferenceWithNoOut.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationErrorOnDeclarationsWithJsFileReferenceWithOut.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationExportAssignmentSyntax.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationHeritageClauseSyntaxOfClass.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationImportEqualsSyntax.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationInterfaceSyntax.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationLetBeingRenamed.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationLetDeclarationOrder.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationLetDeclarationOrder2.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationModuleSyntax.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationNoErrorWithoutDeclarationsWithJsFileReferenceWithNoOut.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationNoErrorWithoutDeclarationsWithJsFileReferenceWithOut.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationOptionalParameter.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationPropertySyntaxOfClass.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationPublicMethodSyntaxOfClass.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationPublicParameterModifier.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationRestParameter.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationReturnTypeSyntaxOfFunction.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationShortHandProperty.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationSyntaxError.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationTypeAliasSyntax.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationTypeArgumentSyntaxOfCall.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationTypeAssertions.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationTypeOfParameter.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationTypeParameterSyntaxOfClass.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationTypeParameterSyntaxOfFunction.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationTypeSyntaxOfVar.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationWithDeclarationEmitPathSameAsInput.ts Verify the emit file name is unique and doesnt overwrite input file 2015-10-12 12:25:13 -07:00
jsFileCompilationWithJsEmitPathSameAsInput.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationWithMapFileAsJs.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationWithMapFileAsJsWithInlineSourceMap.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationWithMapFileAsJsWithOutDir.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationWithOut.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationWithOutDeclarationFileNameSameAsInputJsFile.ts Verify the emit file name is unique and doesnt overwrite input file 2015-10-12 12:25:13 -07:00
jsFileCompilationWithOutFileNameSameAsInputJsFile.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsFileCompilationWithoutJsExtensions.ts Add option --jsExtensions to handle extensions to treat as javascript 2015-09-21 15:39:53 -07:00
jsFileCompilationWithoutOut.ts Test update for using allowJs instead of --jsExtensions 2015-10-28 14:03:18 -07:00
jsxEmitAttributeWithPreserve.tsx do not emit '=' in jsx attribute if initializer is missing 2015-09-10 11:39:06 -07:00
jsxHash.tsx Fix case where # occurs after > in JSX expression 2015-08-07 15:46:36 -07:00
jsxImportInAttribute.tsx Correctly identify identifiers inside JSX exprs as expression identifiers 2015-07-21 11:35:05 -07:00
jsxViaImport.tsx Fix crash when the element instance type was undefined 2015-07-20 18:16:03 -07:00
keywordField.ts
keywordInJsxIdentifier.tsx addressed PR feedback 2015-09-10 12:05:23 -07:00
knockout.ts
lambdaArgCrash.ts
lambdaASIEmit.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
lambdaExpression.ts
lambdaParamTypes.ts
lambdaPropSelf.ts
lastPropertyInLiteralWins.ts
letAndVarRedeclaration.ts
letAsIdentifier.ts
letAsIdentifierInStrictMode.ts
letConstInCaseClauses.ts
letConstMatchingParameterNames.ts
letDeclarations-access.ts
letDeclarations-es5-1.ts
letDeclarations-es5.ts
letDeclarations-invalidContexts.ts
letDeclarations-scopes-duplicates.ts
letDeclarations-scopes-duplicates2.ts
letDeclarations-scopes-duplicates3.ts
letDeclarations-scopes-duplicates4.ts
letDeclarations-scopes-duplicates5.ts
letDeclarations-scopes-duplicates6.ts
letDeclarations-scopes-duplicates7.ts
letDeclarations-scopes.ts
letDeclarations-scopes2.ts
letDeclarations-useBeforeDefinition.ts
letDeclarations-useBeforeDefinition2.ts
letDeclarations-validContexts.ts
letDeclarations.ts
letDeclarations2.ts
letInLetOrConstDeclarations.ts
letInNonStrictMode.ts
letKeepNamesOfTopLevelItems.ts
letShadowedByNameInNestedScope.ts
libdtsFix.ts
libMembers.ts
library_ArraySlice.ts
library_DatePrototypeProperties.ts
library_ObjectPrototypeProperties.ts
library_RegExpExecArraySlice.ts
library_StringSlice.ts
lift.ts
listFailure.ts
literals-negative.ts
literals1.ts
localAliasExportAssignment.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
localImportNameVsGlobalName.ts
localVariablesReturnedFromCatchBlocks.ts
logicalNotExpression1.ts
m7Bugs.ts
matchingOfObjectLiteralConstraints.ts
matchReturnTypeInAllBranches.ts
maxConstraints.ts
memberAccessMustUseModuleInstances.ts
memberAccessOnConstructorType.ts
MemberAccessorDeclaration15.ts
memberOverride.ts
memberScope.ts
memberVariableDeclarations1.ts
mergedDeclarations1.ts
mergedDeclarations2.ts
mergedDeclarations3.ts
mergedDeclarations4.ts
mergedEnumDeclarationCodeGen.ts
mergedInterfaceFromMultipleFiles1.ts
mergedModuleDeclarationCodeGen.ts
mergedModuleDeclarationCodeGen2.ts
mergedModuleDeclarationCodeGen3.ts
mergedModuleDeclarationCodeGen4.ts
mergedModuleDeclarationCodeGen5.ts
mergedModuleDeclarationWithSharedExportedVar.ts
methodContainingLocalFunction.ts
methodInAmbientClass1.ts
methodSignatureDeclarationEmit1.ts
mismatchedClassConstructorVariable.ts
mismatchedExplicitTypeParameterAndArgumentType.ts
mismatchedGenericArguments1.ts
missingArgument1.ts
missingImportAfterModuleImport.ts
missingPropertiesOfClassExpression.ts Adding test 2015-08-27 14:22:42 -07:00
missingRequiredDeclare.d.ts
missingReturnStatement.ts
missingReturnStatement1.ts
missingSelf.ts
missingTypeArguments1.ts
missingTypeArguments2.ts
missingTypeArguments3.ts
mixedExports.ts
mixingFunctionAndAmbientModule1.ts
mixingStaticAndInstanceOverloads.ts
modFunctionCrash.ts
modifierOnParameter1.ts
modifiersOnInterfaceIndexSignature1.ts
modKeyword.ts
module_augmentExistingAmbientVariable.ts
module_augmentExistingVariable.ts
moduleAliasAsFunctionArgument.ts
moduleAliasInterface.ts
moduleAndInterfaceSharingName.ts
moduleAndInterfaceSharingName2.ts
moduleAndInterfaceSharingName3.ts
moduleAndInterfaceSharingName4.ts
moduleAndInterfaceWithSameName.ts
moduleAsBaseType.ts
moduleAssignmentCompat1.ts
moduleAssignmentCompat2.ts
moduleAssignmentCompat3.ts
moduleAssignmentCompat4.ts
moduleClassArrayCodeGenTest.ts
moduleCodeGenTest3.ts
moduleCodegenTest4.ts
moduleCodeGenTest5.ts
moduleCrashBug1.ts
moduledecl.ts Tests update for emitting declarations if no errors 2015-10-28 13:07:08 -07:00
moduleElementsInWrongContext.ts
moduleElementsInWrongContext2.ts
moduleElementsInWrongContext3.ts
moduleExports1.ts
moduleIdentifiers.ts
moduleImport.ts
moduleImportedForTypeArgumentPosition.ts
moduleInTypePosition1.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
moduleKeywordRepeatError.ts
moduleMemberWithoutTypeAnnotation1.ts
moduleMemberWithoutTypeAnnotation2.ts
moduleMerge.ts
moduleMergeConstructor.ts Tests now correctly include a constructor 2015-10-14 12:43:56 -07:00
moduleNewExportBug.ts
moduleNoEmit.ts
moduleOuterQualification.ts
modulePrologueAMD.ts Change prologue emit location to inside module IIFEs 2015-10-05 11:22:16 -07:00
modulePrologueCommonjs.ts Change prologue emit location to inside module IIFEs 2015-10-05 11:22:16 -07:00
modulePrologueES6.ts Change prologue emit location to inside module IIFEs 2015-10-05 11:22:16 -07:00
modulePrologueSystem.ts Change prologue emit location to inside module IIFEs 2015-10-05 11:22:16 -07:00
modulePrologueUmd.ts Change prologue emit location to inside module IIFEs 2015-10-05 11:22:16 -07:00
moduleProperty1.ts
moduleProperty2.ts
moduleRedifinitionErrors.ts
moduleReopenedTypeOtherBlock.ts
moduleReopenedTypeSameBlock.ts
moduleResolutionNoResolve.ts added tests 2015-08-19 15:37:37 -07:00
moduleScopingBug.ts
moduleSharesNameWithImportDeclarationInsideIt.ts
moduleSharesNameWithImportDeclarationInsideIt2.ts
moduleSharesNameWithImportDeclarationInsideIt3.ts
moduleSharesNameWithImportDeclarationInsideIt4.ts
moduleSharesNameWithImportDeclarationInsideIt5.ts
moduleSharesNameWithImportDeclarationInsideIt6.ts
moduleSymbolMerging.ts
moduleUnassignedVariable.ts
moduleVariableArrayIndexer.ts
moduleVariables.ts
moduleVisibilityTest1.ts
moduleVisibilityTest2.ts
moduleVisibilityTest3.ts
moduleWithNoValuesAsType.ts
moduleWithTryStatement1.ts
moduleWithValuesAsType.ts
multiCallOverloads.ts
multiExtendsSplitInterfaces1.ts
multiExtendsSplitInterfaces2.ts
multiImportExport.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
multiLineErrors.ts
multiLinePropertyAccessAndArrowFunctionIndent1.ts
multiModuleClodule1.ts
multiModuleFundule1.ts
multipleBaseInterfaesWithIncompatibleProperties.ts
multipleClassPropertyModifiers.ts
multipleClassPropertyModifiersErrors.ts
multipleExportAssignments.ts
multipleExportAssignmentsInAmbientDeclaration.ts
multipleExports.ts
multipleInheritance.ts
multivar.ts
mutrec.ts
mutuallyRecursiveGenericBaseTypes1.ts
mutuallyRecursiveGenericBaseTypes2.ts
nameCollisions.ts Fix comments 2015-10-16 16:29:11 -07:00
nameCollisionsInPropertyAssignments.ts
nameCollisionWithBlockScopedVariable1.ts
namedFunctionExpressionAssignedToClassProperty.ts
namedFunctionExpressionCall.ts
namedFunctionExpressionCallErrors.ts
namedFunctionExpressionInModule.ts
namespaces1.ts
namespaces2.ts
namespacesDeclaration.ts Add a unit test 2015-06-17 21:20:20 -07:00
narrowTypeByInstanceof.ts
negativeZero.ts
nestedGenerics.ts
nestedIfStatement.ts
nestedIndexer.ts
nestedInfinitelyExpandedRecursiveTypes.ts
nestedModulePrivateAccess.ts
nestedRecursiveLambda.ts
nestedSelf.ts
newArrays.ts
newExpressionWithCast.ts
newExpressionWithTypeParameterConstrainedToOuterTypeParameter.ts
newFunctionImplicitAny.ts
newLineFlagWithCRLF.ts
newLineFlagWithLF.ts
newMissingIdentifier.ts
newNonReferenceType.ts
newOnInstanceSymbol.ts
newOperator.ts
noCatchBlock.ts
noCollisionThisExpressionAndClassInGlobal.ts
noCollisionThisExpressionAndLocalVarInAccessors.ts
noCollisionThisExpressionAndLocalVarInConstructor.ts
noCollisionThisExpressionAndLocalVarInFunction.ts
noCollisionThisExpressionAndLocalVarInLambda.ts
noCollisionThisExpressionAndLocalVarInMethod.ts
noCollisionThisExpressionAndLocalVarInProperty.ts
noCollisionThisExpressionAndVarInGlobal.ts
noCollisionThisExpressionInFunctionAndVarInGlobal.ts
noConstraintInReturnType1.ts
noDefaultLib.ts
nodeResolution1.ts address PR feedback 2015-08-20 16:13:49 -07:00
nodeResolution2.ts address PR feedback 2015-08-20 16:13:49 -07:00
nodeResolution3.ts address PR feedback 2015-08-20 16:13:49 -07:00
nodeResolution4.ts Check if imported file is a proper external module 2015-09-10 21:46:03 -07:00
nodeResolution5.ts Check if imported file is a proper external module 2015-09-10 21:46:03 -07:00
nodeResolution6.ts Check if imported file is a proper external module 2015-09-10 21:46:03 -07:00
nodeResolution7.ts Check if imported file is a proper external module 2015-09-10 21:46:03 -07:00
nodeResolution8.ts Check if imported file is a proper external module 2015-09-10 21:46:03 -07:00
noEmitHelpers.ts
noEmitHelpers2.ts Merged branch 'master' into resolveDecoratorAsCall 2015-06-23 15:26:34 -07:00
noEmitOnError.ts
noErrorsInCallback.ts
noImplicitAnyAndPrivateMembersWithoutTypeAnnotations.ts
noImplicitAnyForIn.ts
noImplicitAnyForMethodParameters.ts
noImplicitAnyForwardReferencedInterface.ts
noImplicitAnyFunctionExpressionAssignment.ts
noImplicitAnyFunctions.ts
noImplicitAnyInBareInterface.ts
noImplicitAnyInCastExpression.ts
noImplicitAnyInContextuallyTypesFunctionParamter.ts
noImplicitAnyIndexing.ts
noImplicitAnyIndexingSuppressed.ts
noImplicitAnyModule.ts
noImplicitAnyParametersInAmbientClass.ts
noImplicitAnyParametersInAmbientFunctions.ts
noImplicitAnyParametersInAmbientModule.ts
noImplicitAnyParametersInBareFunctions.ts
noImplicitAnyParametersInClass.ts
noImplicitAnyParametersInInterface.ts
noImplicitAnyParametersInModule.ts
noImplicitAnyReferencingDeclaredInterface.ts
noImplicitAnyStringIndexerOnObject.ts
noImplicitAnyWithOverloads.ts
nonArrayRestArgs.ts
nonConflictingRecursiveBaseTypeMembers.ts
nonContextuallyTypedLogicalOr.ts
nonExportedElementsOfMergedModules.ts
nonGenericClassExtendingGenericClassWithAny.ts
noSelfOnVars.ts
noTypeArgumentOnReturnType1.ts
null.ts
nullKeyword.ts
numberAsInLHS.ts
numberOnLeftSideOfInExpression.ts
numberToString.ts
numericClassMembers1.ts
numericIndexerConstraint.ts
numericIndexerConstraint1.ts
numericIndexerConstraint2.ts
numericIndexerConstraint3.ts
numericIndexerConstraint4.ts
numericIndexerConstraint5.ts
numericIndexerTyping1.ts
numericIndexerTyping2.ts
numericIndexExpressions.ts
numericLiteralsWithTrailingDecimalPoints01.ts Renamed test. 2015-06-25 13:38:42 -04:00
numericMethodName1.ts
objectCreationExpressionInFunctionParameter.ts
objectCreationOfElementAccessExpression.ts
objectIndexer.ts
objectLitArrayDeclNoNew.ts
objectLiteral1.ts
objectLiteral2.ts
objectLiteralArraySpecialization.ts
objectLiteralDeclarationGeneration1.ts
objectLiteralFunctionArgContextualTyping.ts
objectLiteralFunctionArgContextualTyping2.ts
objectLiteralIndexerErrors.ts
objectLiteralIndexerNoImplicitAny.ts
objectLiteralIndexers.ts
objectLiteralMemberWithModifiers1.ts
objectLiteralMemberWithModifiers2.ts
objectLiteralMemberWithoutBlock1.ts
objectLiteralMemberWithQuestionMark1.ts
objectLiteralParameterResolution.ts
objectLiteralReferencingInternalProperties.ts
objectLiteralWithGetAccessorInsideFunction.ts
objectLiteralWithNumericPropertyName.ts
objectLiteralWithSemicolons1.ts
objectLiteralWithSemicolons2.ts
objectLiteralWithSemicolons3.ts
objectLiteralWithSemicolons4.ts
objectLiteralWithSemicolons5.ts
objectLitGetterSetter.ts
objectLitIndexerContextualType.ts
objectLitPropertyScoping.ts
objectLitStructuralTypeMismatch.ts
objectLitTargetTypeCallSite.ts
objectMembersOnTypes.ts
objectTypeWithOptionalProperty1.ts
operatorAddNullUndefined.ts
optionalAccessorsInInterface1.ts
optionalArgsWithDefaultValues.ts
optionalConstructorArgInSuper.ts
optionalFunctionArgAssignability.ts
optionalParamArgsTest.ts Accept baselines and fix test comments 2015-07-24 14:59:55 -07:00
optionalParamAssignmentCompat.ts
optionalParamInOverride.ts
optionalParamReferencingOtherParams1.ts
optionalParamReferencingOtherParams2.ts
optionalParamReferencingOtherParams3.ts
optionalParamTypeComparison.ts
optionalPropertiesInClasses.ts
optionalPropertiesSyntax.ts
optionalPropertiesTest.ts
optionalSetterParam.ts
orderMattersForSignatureGroupIdentity.ts
out-flag.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
out-flag2.ts Add --outFile and revert change make --out relative in tsconfig.json 2015-08-20 17:37:56 -07:00
out-flag3.ts Add --outFile and revert change make --out relative in tsconfig.json 2015-08-20 17:37:56 -07:00
overEagerReturnTypeSpecialization.ts
overload1.ts
overload2.ts
overloadAssignmentCompat.ts
overloadBindingAcrossDeclarationBoundaries.ts
overloadBindingAcrossDeclarationBoundaries2.ts
overloadCallTest.ts
overloadCrash.ts
overloadedStaticMethodSpecialization.ts
overloadEquivalenceWithStatics.ts
overloadGenericFunctionWithRestArgs.ts
overloadingOnConstants1.ts
overloadingOnConstants2.ts
overloadingOnConstantsInImplementation.ts
overloadingStaticFunctionsInFunctions.ts
overloadModifiersMustAgree.ts
overloadOnConstantsInvalidOverload1.ts
overloadOnConstAsTypeAnnotation.ts
overloadOnConstConstraintChecks1.ts
overloadOnConstConstraintChecks2.ts
overloadOnConstConstraintChecks3.ts
overloadOnConstConstraintChecks4.ts
overloadOnConstDuplicateOverloads1.ts
overloadOnConstInBaseWithBadImplementationInDerived.ts
overloadOnConstInCallback1.ts
overloadOnConstInheritance1.ts
overloadOnConstInheritance2.ts
overloadOnConstInheritance3.ts
overloadOnConstInheritance4.ts
overloadOnConstInObjectLiteralImplementingAnInterface.ts
overloadOnConstNoAnyImplementation.ts
overloadOnConstNoAnyImplementation2.ts
overloadOnConstNoNonSpecializedSignature.ts
overloadOnConstNoStringImplementation.ts
overloadOnConstNoStringImplementation2.ts
overloadOnGenericArity.ts
overloadOnGenericClassAndNonGenericClass.ts
overloadResolutionOnDefaultConstructor1.ts
overloadResolutionOverCTLambda.ts
overloadResolutionOverNonCTLambdas.ts
overloadResolutionOverNonCTObjectLit.ts
overloadResolutionTest1.ts
overloadResolutionWithAny.ts
overloadresolutionWithConstraintCheckingDeferred.ts
overloadRet.ts
overloadReturnTypes.ts
overloadsAndTypeArgumentArity.ts
overloadsAndTypeArgumentArityErrors.ts
overloadsInDifferentContainersDisagreeOnAmbient.ts
overloadsWithConstraints.ts
overloadsWithinClasses.ts
overloadsWithProvisionalErrors.ts
overloadWithCallbacksWithDifferingOptionalityOnArgs.ts
overridingPrivateStaticMembers.ts
ParameterList4.ts
ParameterList5.ts
ParameterList6.ts
ParameterList7.ts
ParameterList8.ts
ParameterList13.ts
parameterPropertyInConstructor1.ts
parameterPropertyInConstructor2.ts
parameterPropertyInitializerInInitializers.ts
parameterPropertyOutsideConstructor.ts
parameterPropertyReferencingOtherParameter.ts
parameterReferencesOtherParameter1.ts
parameterReferencesOtherParameter2.ts
paramPropertiesInSignatures.ts
paramterDestrcuturingDeclaration.ts Fix #3912: emit declaration for binding elements correctelly 2015-08-10 10:50:08 -07:00
parse1.ts
parse2.ts
parseErrorInHeritageClause1.ts
parserConstructorDeclaration12.ts
parseShortform.ts
parseTypes.ts
parsingClassRecoversWhenHittingUnexpectedSemicolon.ts
partiallyAmbientClodule.ts
partiallyAmbientFundule.ts
pinnedComments1.ts Merge branch 'master' into cleanHarnessOptionLoading 2015-09-15 12:08:37 -07:00
prefixIncrementAsOperandOfPlusExpression.ts
preserveConstEnums.ts
prespecializedGenericMembers1.ts
primaryExpressionMods.ts
primitiveConstraints1.ts
primitiveConstraints2.ts
primitiveMembers.ts
primitiveTypeAsClassName.ts
primitiveTypeAsInterfaceName.ts
primitiveTypeAsInterfaceNameGeneric.ts
primitiveTypeAsmoduleName.ts
primitiveTypeAssignment.ts
privacyAccessorDeclFile.ts
privacyCannotNameAccessorDeclFile.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
privacyCannotNameVarTypeDeclFile.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
privacyCheckAnonymousFunctionParameter.ts
privacyCheckAnonymousFunctionParameter2.ts
privacyCheckCallbackOfInterfaceMethodWithTypeParameter.ts
privacyCheckExportAssignmentOnExportedGenericInterface1.ts
privacyCheckExportAssignmentOnExportedGenericInterface2.ts
privacyCheckExternalModuleExportAssignmentOfGenericClass.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
privacyCheckOnTypeParameterReferenceInConstructorParameter.ts
privacyCheckTypeOfFunction.ts
privacyCheckTypeOfInvisibleModuleError.ts
privacyCheckTypeOfInvisibleModuleNoError.ts
privacyClass.ts
privacyClassExtendsClauseDeclFile.ts
privacyClassImplementsClauseDeclFile.ts
privacyFunc.ts
privacyFunctionCannotNameParameterTypeDeclFile.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
privacyFunctionCannotNameReturnTypeDeclFile.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
privacyFunctionParameterDeclFile.ts
privacyFunctionReturnTypeDeclFile.ts
privacyGetter.ts
privacyGloClass.ts
privacyGloFunc.ts
privacyGloGetter.ts
privacyGloImport.ts
privacyGloImportParseErrors.ts
privacyGloInterface.ts
privacyGloVar.ts
privacyImport.ts
privacyImportParseErrors.ts
privacyInterface.ts
privacyInterfaceExtendsClauseDeclFile.ts
privacyLocalInternalReferenceImportWithExport.ts
privacyLocalInternalReferenceImportWithoutExport.ts
privacyTopLevelAmbientExternalModuleImportWithExport.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
privacyTopLevelAmbientExternalModuleImportWithoutExport.ts
privacyTopLevelInternalReferenceImportWithExport.ts
privacyTopLevelInternalReferenceImportWithoutExport.ts
privacyTypeParameterOfFunction.ts
privacyTypeParameterOfFunctionDeclFile.ts
privacyTypeParametersOfClass.ts
privacyTypeParametersOfClassDeclFile.ts
privacyTypeParametersOfInterface.ts
privacyTypeParametersOfInterfaceDeclFile.ts
privacyVar.ts
privacyVarDeclFile.ts
privateAccessInSubclass1.ts
privateInstanceVisibility.ts
privateInterfaceProperties.ts
privatePropertyUsingObjectType.ts
privateVisibility.ts
privateVisibles.ts
promiseChaining.ts
promiseChaining1.ts
promiseChaining2.ts
promiseIdentity.ts
promiseIdentity2.ts
promiseIdentityWithAny.ts
promiseIdentityWithAny2.ts
promiseIdentityWithConstraints.ts
promisePermutations.ts
promisePermutations2.ts
promisePermutations3.ts
promises.ts
promisesWithConstraints.ts
promiseTest.ts
promiseTypeInference.ts
promiseVoidErrorCallback.ts
propagationOfPromiseInitialization.ts
properties.ts
propertiesAndIndexers.ts
propertiesAndIndexers2.ts
propertiesAndIndexersForNumericNames.ts
propertyAccess1.ts
propertyAccess2.ts
propertyAccess3.ts
propertyAccess4.ts
propertyAccess5.ts
propertyAccess6.ts
propertyAccess7.ts
propertyAccessibility1.ts
propertyAccessibility2.ts
propertyAssignment.ts
propertyIdentityWithPrivacyMismatch.ts
propertyNamesWithStringLiteral.ts
propertyOrdering.ts
propertyOrdering2.ts
propertyParameterWithQuestionMark.ts
propertySignatures.ts
propertyWrappedInTry.ts
protectedMembers.ts
protoAsIndexInIndexExpression.ts
protoAssignment.ts
protoInIndexer.ts
prototypeInstantiatedWithBaseConstraint.ts
prototypeOnConstructorFunctions.ts
prototypes.ts
publicMemberImplementedAsPrivateInDerivedClass.ts
qualifiedModuleLocals.ts
qualifiedName_entity-name-resolution-does-not-affect-class-heritage.ts
qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts
qualify.ts
quotedAccessorName1.ts
quotedAccessorName2.ts
quotedFunctionName1.ts
quotedFunctionName2.ts
quotedModuleNameMustBeAmbient.ts
quotedPropertyName1.ts
quotedPropertyName2.ts
quotedPropertyName3.ts
raiseErrorOnParameterProperty.ts
randomSemicolons1.ts
reassignStaticProp.ts
reboundBaseClassSymbol.ts
reboundIdentifierOnImportAlias.ts
rectype.ts
recur1.ts
recursiveBaseCheck.ts
recursiveBaseCheck2.ts
recursiveBaseCheck3.ts
recursiveBaseCheck4.ts
recursiveBaseCheck5.ts
recursiveBaseCheck6.ts
recursiveBaseConstructorCreation1.ts
recursiveBaseConstructorCreation2.ts
recursiveBaseConstructorCreation3.ts
recursiveClassInstantiationsWithDefaultConstructors.ts
recursiveClassReferenceTest.ts
recursiveCloduleReference.ts
recursiveComplicatedClasses.ts
recursiveExportAssignmentAndFindAliasedType1.ts
recursiveExportAssignmentAndFindAliasedType2.ts
recursiveExportAssignmentAndFindAliasedType3.ts
recursiveExportAssignmentAndFindAliasedType4.ts
recursiveExportAssignmentAndFindAliasedType5.ts
recursiveExportAssignmentAndFindAliasedType6.ts
recursiveExportAssignmentAndFindAliasedType7.ts
recursiveFunctionTypes.ts
recursiveFunctionTypes1.ts
recursiveGenericMethodCall.ts
recursiveGenericSignatureInstantiation.ts
recursiveGenericSignatureInstantiation2.ts
recursiveGenericTypeHierarchy.ts
recursiveGenericUnionType1.ts Adding tests 2015-10-03 18:08:45 -07:00
recursiveGenericUnionType2.ts Adding tests 2015-10-03 18:08:45 -07:00
recursiveGetterAccess.ts
recursiveIdenticalAssignment.ts
recursiveIdenticalOverloadResolution.ts
recursiveInference1.ts
recursiveInferenceBug.ts
recursiveInheritance.ts
recursiveInheritance2.ts
recursiveInheritance3.ts
recursiveInheritanceGeneric.ts
recursiveLetConst.ts
recursivelySpecializedConstructorDeclaration.ts
recursiveMods.ts
recursiveNamedLambdaCall.ts
recursiveObjectLiteral.ts
recursiveProperties.ts
recursiveReturns.ts
recursiveSpecializationOfExtendedTypeWithError.ts
recursiveSpecializationOfSignatures.ts
recursiveTupleTypes1.ts Adding tests 2015-08-27 16:12:04 -07:00
recursiveTupleTypes2.ts Adding tests 2015-08-27 16:12:04 -07:00
recursiveTypeComparison.ts
recursiveTypeComparison2.ts
recursiveTypeIdentity.ts
recursiveTypeParameterConstraintReferenceLacksTypeArgs.ts
recursiveTypeParameterReferenceError1.ts
recursiveTypeParameterReferenceError2.ts
recursiveTypes1.ts
redeclarationOfVarWithGenericType.ts
redeclareParameterInCatchBlock.ts
redefineArray.ts
regExpWithSlashInCharClass.ts
reorderProperties.ts
requiredInitializedParameter1.ts Add tests 2015-07-24 14:59:59 -07:00
requiredInitializedParameter2.ts Add tests 2015-07-24 14:59:59 -07:00
requiredInitializedParameter3.ts Add tests 2015-07-24 14:59:59 -07:00
requiredInitializedParameter4.ts Make declaration emitter call resolver.isOptionalParameter 2015-07-28 14:42:08 -07:00
requireEmitSemicolon.ts
requireOfAnEmptyFile1.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
reservedNameOnInterfaceImport.ts
reservedNameOnModuleImport.ts
reservedNameOnModuleImportWithInterface.ts
reservedWords.ts
reservedWords2.ts
resolveInterfaceNameWithSameLetDeclarationName1.ts Add tests and baselines 2015-07-20 23:30:43 -07:00
resolveInterfaceNameWithSameLetDeclarationName2.ts Add tests and baselines 2015-07-20 23:30:43 -07:00
resolveModuleNameWithSameLetDeclarationName1.ts Add tests and baselines 2015-07-20 23:30:43 -07:00
resolveModuleNameWithSameLetDeclarationName2.ts Add tests and baselines 2015-07-20 23:30:43 -07:00
resolveTypeAliasWithSameLetDeclarationName1.ts Add tests and baselines 2015-07-20 23:30:43 -07:00
resolvingClassDeclarationWhenInBaseTypeResolution.ts
restArgAssignmentCompat.ts
restArgMissingName.ts
restParamAsOptional.ts
restParameterAssignmentCompatibility.ts
restParameterNotLast.ts
restParameterNoTypeAnnotation.ts
restParameters.ts
restParameterWithBindingPattern1.ts
restParameterWithBindingPattern2.ts
restParamModifier.ts Add tests 2015-07-02 16:13:47 -07:00
restParamModifier2.ts Add tests 2015-07-02 16:13:47 -07:00
restParamsWithNonRestParams.ts
returnInConstructor1.ts
returnStatement1.ts
returnTypeParameter.ts
returnTypeParameterWithModules.ts
returnTypeTypeArguments.ts
returnValueInSetter.ts
reuseInnerModuleMember.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
reversedRecusiveTypeInstantiation.ts
reverseInferenceInContextualInstantiation.ts
scopeCheckExtendedClassInsidePublicMethod2.ts
scopeCheckExtendedClassInsideStaticMethod1.ts
scopeCheckInsidePublicMethod1.ts
scopeCheckInsideStaticMethod1.ts
scopeTests.ts
scopingInCatchBlocks.ts
selfInCallback.ts
selfInLambdas.ts
selfRef.ts
selfReferencesInFunctionParameters.ts
selfReferencingFile.ts
selfReferencingFile2.ts
selfReferencingFile3.ts
semicolonsInModuleDeclarations.ts
separate1-1.ts
separate1-2.ts
setterBeforeGetter.ts
setterWithReturn.ts
shadowingViaLocalValue.ts
shadowingViaLocalValueOrBindingElement.ts
shadowPrivateMembers.ts
shebang.ts test(shebang) desired outcome 2015-08-02 11:25:55 +10:00
shebangError.ts test(shebang) error case 2015-08-03 11:24:33 +10:00
shorthandPropertyAssignmentsInDestructuring.ts parse/check/emit shorthand property assignment in destructuring 2015-10-05 14:39:57 -07:00
shorthandPropertyAssignmentsInDestructuring_ES6.ts parse/check/emit shorthand property assignment in destructuring 2015-10-05 14:39:57 -07:00
sigantureIsSubTypeIfTheyAreIdentical.ts
simpleArrowFunctionParameterReferencedInObjectLiteral1.ts
slashBeforeVariableDeclaration1.ts
sourceMap-Comment1.ts
sourceMap-Comments.ts Adding tests for source map with comments (#4003) 2015-07-30 11:07:40 -07:00
sourceMap-Comments2.ts Adding tests for source map with comments (#4003) 2015-07-30 11:07:40 -07:00
sourceMap-EmptyFile1.ts
sourceMap-FileWithComments.ts use commandlineParser's optionDeclarations to parse compiler options instead of doing it explicitlly 2015-08-21 19:17:09 -07:00
sourceMap-InterfacePrecedingVariableDeclaration1.ts
sourceMap-LineBreaks.ts
sourceMap-NewLine1.ts
sourceMap-SemiColon1.ts
sourceMap-SingleSpace1.ts
sourceMap-SkippedNode.ts
sourceMap-StringLiteralWithNewLine.ts
sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.ts
sourceMapForFunctionWithCommentPrecedingStatement01.ts
sourceMapSample.ts
sourceMapValidationClass.ts
sourceMapValidationClasses.ts
sourceMapValidationClassWithDefaultConstructor.ts
sourceMapValidationClassWithDefaultConstructorAndCapturedThisStatement.ts
sourceMapValidationClassWithDefaultConstructorAndExtendsClause.ts
sourceMapValidationDebugger.ts
sourceMapValidationDecorators.ts Merged branch 'master' into resolveDecoratorAsCall 2015-06-23 15:26:34 -07:00
sourceMapValidationDo.ts
sourcemapValidationDuplicateNames.ts
sourceMapValidationEnums.ts
sourceMapValidationExportAssignment.ts
sourceMapValidationExportAssignmentCommonjs.ts
sourceMapValidationFor.ts
sourceMapValidationForIn.ts
sourceMapValidationFunctionExpressions.ts
sourceMapValidationFunctionPropertyAssignment.ts
sourceMapValidationFunctions.ts
sourceMapValidationIfElse.ts
sourceMapValidationImport.ts
sourceMapValidationLabeled.ts
sourceMapValidationModule.ts
sourceMapValidationStatements.ts
sourceMapValidationSwitch.ts
sourceMapValidationTryCatchFinally.ts
sourceMapValidationVariables.ts
sourceMapValidationWhile.ts
sourceMapValidationWithComments.ts
sourceMapWithCaseSensitiveFileNames.ts
sourceMapWithCaseSensitiveFileNamesAndOutDir.ts
sourceMapWithMultipleFilesWithCopyright.ts
sourceMapWithMultipleFilesWithFileEndingWithInterface.ts
sourceMapWithNonCaseSensitiveFileNames.ts
sourceMapWithNonCaseSensitiveFileNamesAndOutDir.ts
spaceBeforeQuestionMarkInPropertyAssignment.ts
specializationError.ts
specializationOfExportedClass.ts
specializationsShouldNotAffectEachOther.ts
specializedInheritedConstructors1.ts
specializedLambdaTypeArguments.ts
specializedOverloadWithRestParameters.ts
specializedSignatureAsCallbackParameter1.ts
specializedSignatureInInterface.ts
specializedSignatureOverloadReturnTypeWithIndexers.ts
specializeVarArgs1.ts
standaloneBreak.ts
staticAndMemberFunctions.ts
staticAsIdentifier.ts
staticClassMemberError.ts
staticClassProps.ts
staticGetter1.ts
staticGetter2.ts
staticGetterAndSetter.ts
staticIndexer.ts
staticInheritance.ts
staticInstanceResolution.ts
staticInstanceResolution2.ts
staticInstanceResolution3.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
staticInstanceResolution4.ts
staticInstanceResolution5.ts
staticInterfaceAssignmentCompat.ts
staticMemberAccessOffDerivedType1.ts
staticMemberExportAccess.ts
staticMemberOfClassAndPublicMemberOfAnotherClassAssignment.ts
staticMemberWithStringAndNumberNames.ts
staticMethodReferencingTypeArgument1.ts
staticMethodsReferencingClassTypeParameters.ts
staticMethodWithTypeParameterExtendsClauseDeclFile.ts
staticModifierAlreadySeen.ts
staticMustPrecedePublic.ts
staticOffOfInstance1.ts
staticOffOfInstance2.ts
staticPropSuper.ts
staticPrototypeProperty.ts
staticPrototypePropertyOnClass.ts
statics.ts
staticsInAFunction.ts
staticsInConstructorBodies.ts
staticsNotInScopeInClodule.ts
staticVisibility.ts
stradac.ts
strictModeInConstructor.ts
strictModeReservedWord.ts
strictModeReservedWord2.ts
strictModeReservedWordInClassDeclaration.ts
strictModeReservedWordInDestructuring.ts
strictModeReservedWordInImportEqualDeclaration.ts
strictModeReservedWordInModuleDeclaration.ts
strictModeUseContextualKeyword.ts
strictModeWordInExportDeclaration.ts
strictModeWordInImportDeclaration.ts
stringHasStringValuedNumericIndexer.ts
stringIncludes.ts Add includes method to String interface, and remove contains 2015-07-18 18:50:41 +09:00
stringIndexerAndConstructor.ts
stringIndexerAndConstructor1.ts
stringIndexerAssignments1.ts
stringIndexerAssignments2.ts
stringLiteralObjectLiteralDeclaration1.ts
stringLiteralPropertyNameWithLineContinuation1.ts
stringLiteralsErrors.ts
stringPropCodeGen.ts
stripInternal1.ts
structural1.ts
structuralTypeInDeclareFileForModule.ts
styleOptions.ts
subtypingTransitivity.ts
super.ts
super1.ts
super2.ts
super_inside-object-literal-getters-and-setters.ts
superAccess.ts
superAccess2.ts
superAccessInFatArrow1.ts
superCallArgsMustMatch.ts
superCallAssignResult.ts
superCallFromClassThatDerivesFromGenericType1.ts
superCallFromClassThatDerivesFromGenericType2.ts
superCallFromClassThatDerivesFromGenericTypeButWithIncorrectNumberOfTypeArguments1.ts
superCallFromClassThatDerivesFromGenericTypeButWithNoTypeArguments1.ts
superCallFromClassThatDerivesNonGenericTypeButWithTypeArguments1.ts
superCallFromClassThatHasNoBaseType1.ts
superCallFromFunction1.ts
superCallInNonStaticMethod.ts
superCallInsideClassDeclaration.ts added tests 2015-08-03 00:31:03 +03:00
superCallInsideClassExpression.ts added tests 2015-08-03 00:31:03 +03:00
superCallInsideObjectLiteralExpression.ts added tests 2015-08-03 00:31:03 +03:00
superCallInStaticMethod.ts
superCallOutsideConstructor.ts
superCallsInConstructor.ts
superCallWithMissingBaseClass.ts always set NodeCheckFlags when checking super expression 2015-08-02 08:51:50 -07:00
superErrors.ts
superInCatchBlock1.ts
superInConstructorParam1.ts
superInLambdas.ts
superNewCall1.ts
superPropertyAccess.ts
superPropertyAccess1.ts
superPropertyAccess2.ts
superWithGenerics.ts
superWithGenericSpecialization.ts
superWithTypeArgument.ts
superWithTypeArgument2.ts
superWithTypeArgument3.ts
switchAssignmentCompat.ts
switchCases.ts
switchCasesExpressionTypeMismatch.ts
switchFallThroughs.ts
switchStatementsWithMultipleDefaults.ts
switchStatementsWithMultipleDefaults1.ts
systemExportAssignment.ts
systemExportAssignment2.ts
systemExportAssignment3.ts
systemModule1.ts
systemModule2.ts
systemModule3.ts
systemModule4.ts
systemModule5.ts
systemModule6.ts
systemModule7.ts
systemModule8.ts
systemModule9.ts
systemModule10.ts
systemModule10_ES5.ts
systemModule11.ts
systemModule12.ts
systemModule13.ts
systemModule14.ts emit export declarations for system modules as a part of 'execute' method 2015-08-05 21:45:04 -07:00
systemModule15.ts deduplicate module dependencies 2015-08-06 16:38:53 -07:00
systemModule16.ts deduplicate module dependencies 2015-08-06 16:38:53 -07:00
systemModule17.ts emit export specifiers in system modules only if export has a value side 2015-09-11 09:38:51 -07:00
systemModuleAmbientDeclarations.ts
systemModuleConstEnums.ts
systemModuleConstEnumsSeparateCompilation.ts
systemModuleDeclarationMerging.ts
systemModuleExportDefault.ts
systemModuleNonTopLevelModuleMembers.ts
systemModuleWithSuperClass.ts Adding testcase for extends helper emit when generating system module 2015-07-31 11:55:04 -07:00
taggedTemplateStringsHexadecimalEscapes.ts
taggedTemplateStringsHexadecimalEscapesES6.ts
taggedTemplateStringsWithMultilineTemplate.ts
taggedTemplateStringsWithMultilineTemplateES6.ts
taggedTemplateStringsWithUnicodeEscapes.ts
taggedTemplateStringsWithUnicodeEscapesES6.ts
taggedTemplateStringsWithWhitespaceEscapes.ts
taggedTemplateStringsWithWhitespaceEscapesES6.ts
taggedTemplatesWithIncompleteNoSubstitutionTemplate1.ts
taggedTemplatesWithIncompleteNoSubstitutionTemplate2.ts
taggedTemplatesWithIncompleteTemplateExpressions1.ts
taggedTemplatesWithIncompleteTemplateExpressions2.ts
taggedTemplatesWithIncompleteTemplateExpressions3.ts
taggedTemplatesWithIncompleteTemplateExpressions4.ts
taggedTemplatesWithIncompleteTemplateExpressions5.ts
taggedTemplatesWithIncompleteTemplateExpressions6.ts
targetTypeArgs.ts
targetTypeBaseCalls.ts
targetTypeCalls.ts
targetTypeCastTest.ts
targetTypeObjectLiteral.ts
targetTypeObjectLiteralToAny.ts
targetTypeTest1.ts
targetTypeTest2.ts
targetTypeTest3.ts
targetTypeVoidFunc.ts
targetTypingOnFunctions.ts
templateStringsArrayTypeDefinedInES5Mode.ts
templateStringsArrayTypeNotDefinedES5Mode.ts
templateStringsArrayTypeRedefinedInES6Mode.ts
ternaryExpressionSourceMap.ts
testContainerList.ts
testTypings.ts
this_inside-enum-should-not-be-allowed.ts
this_inside-object-literal-getters-and-setters.ts
thisBinding.ts
thisBinding2.ts
thisCapture1.ts
thisExpressionInCallExpressionWithTypeArguments.ts
thisExpressionInIndexExpression.ts
thisExpressionOfGenericObject.ts
thisInAccessors.ts
thisInArrowFunctionInStaticInitializer1.ts
thisInConstructorParameter1.ts
thisInConstructorParameter2.ts
thisInGenericStaticMembers.ts
thisInInnerFunctions.ts
thisInLambda.ts
thisInModule.ts
thisInModuleFunction1.ts
thisInOuterClassBody.ts
thisInPropertyBoundDeclarations.ts
thisInStaticMethod1.ts
thisInStatics.ts
thisInSuperCall.ts
thisInSuperCall1.ts
thisInSuperCall2.ts
thisInSuperCall3.ts
thisKeyword.ts
thisReferencedInFunctionInsideArrowFunction1.ts
thisWhenTypeCheckFails.ts
throwWithoutNewLine1.ts
throwWithoutNewLine2.ts
tooFewArgumentsInGenericFunctionTypedArgument.ts
tooManyTypeParameters1.ts
topLevel.ts
topLevelExports.ts
topLevelLambda.ts
topLevelLambda2.ts
topLevelLambda3.ts
topLevelLambda4.ts
toStringOnPrimitives.ts
trailingCommaInHeterogenousArrayLiteral1.ts
trailingCommasES3.ts
trailingCommasES5.ts
trailingSeparatorInFunctionCall.ts
transitiveTypeArgumentInference1.ts
tryCatchFinally.ts
tupleTypeInference.ts Adding test case 2015-08-04 11:43:13 -07:00
tupleTypes.ts
typeAliasDeclarationEmit.ts Fix #4194: emit type paramters in type alias declaration 2015-08-06 16:23:08 -07:00
typeAliasDeclarationEmit2.ts Fix #4159: look up the type alias paramter within the context of the parent type alias declaration 2015-08-06 16:43:15 -07:00
typeAliasDoesntMakeModuleInstantiated.ts
typeAnnotationBestCommonTypeInArrayLiteral.ts
typeArgInference.ts
typeArgInference2.ts
typeArgInference2WithError.ts
typeArgInferenceWithNull.ts
typeArgumentConstraintResolution1.ts
typeArgumentInferenceApparentType1.ts Add tests 2015-07-10 18:17:30 -07:00
typeArgumentInferenceApparentType2.ts Add tests 2015-07-10 18:17:30 -07:00
typeArgumentInferenceOrdering.ts
typeArgumentInferenceWithConstraintAsCommonRoot.ts
typeArgumentInferenceWithRecursivelyReferencedTypeAliasToTypeLiteral01.ts Adding tests 2015-08-26 06:58:53 -07:00
typeArgumentInferenceWithRecursivelyReferencedTypeAliasToTypeLiteral02.ts Adding tests 2015-08-26 06:58:53 -07:00
typeArgumentsInFunctionExpressions.ts
typeArgumentsOnFunctionsWithNoTypeParameters.ts
typeArgumentsShouldDisallowNonGenericOverloads.ts
typeAssertionToGenericFunctionType.ts
typecheckCommaExpression.ts
typecheckIfCondition.ts
typeCheckingInsideFunctionExpressionInArray.ts
typeCheckObjectCreationExpressionWithUndefinedCallResolutionData.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
typeCheckObjectLiteralMethodBody.ts
typeCheckReturnExpression.ts
typeCheckTypeArgument.ts
typeComparisonCaching.ts
typeConstraintsWithConstructSignatures.ts
typedArrays.ts
typedGenericPrototypeMember.ts
typeIdentityConsidersBrands.ts
typeInfer1.ts
typeInferenceConflictingCandidates.ts
typeInferenceFixEarly.ts
typeInferenceReturnTypeCallback.ts
typeInferenceWithTypeAnnotation.ts
typeLiteralCallback.ts
typeMatch1.ts
typeMatch2.ts
typeName1.ts
typeofAmbientExternalModules.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
typeofClass.ts
typeofEnum.ts
typeOfEnumAndVarRedeclarations.ts
typeofExternalModules.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
typeofInObjectLiteralType.ts
typeofInterface.ts
typeofInternalModules.ts
typeOfOnTypeArg.ts
typeOfOperator1.ts
typeofProperty.ts
typeOfPrototype.ts
typeofSimple.ts
typeOfSuperCall.ts
typeOfThisInStatics.ts
typeofUndefined.ts
typeofUnknownSymbol.ts
typeParameterAndArgumentOfSameName1.ts
typeParameterArgumentEquivalence.ts
typeParameterArgumentEquivalence2.ts
typeParameterArgumentEquivalence3.ts
typeParameterArgumentEquivalence4.ts
typeParameterArgumentEquivalence5.ts
typeParameterAsBaseClass.ts
typeParameterAsElementType.ts
typeParameterAssignmentCompat1.ts
typeParameterAssignmentWithConstraints.ts
typeParameterCompatibilityAccrossDeclarations.ts
typeParameterConstrainedToOuterTypeParameter.ts
typeParameterConstrainedToOuterTypeParameter2.ts
typeParameterConstraints1.ts
typeParameterDiamond1.ts
typeParameterDiamond2.ts
typeParameterDiamond3.ts
typeParameterDiamond4.ts
typeParameterExplicitlyExtendsAny.ts
typeParameterExtendingUnion1.ts
typeParameterExtendingUnion2.ts
typeParameterFixingWithConstraints.ts
typeParameterFixingWithContextSensitiveArguments.ts
typeParameterFixingWithContextSensitiveArguments2.ts
typeParameterFixingWithContextSensitiveArguments3.ts
typeParameterFixingWithContextSensitiveArguments4.ts
typeParameterFixingWithContextSensitiveArguments5.ts
typeParameterHasSelfAsConstraint.ts
typeParameterInConstraint1.ts
typeParameterListWithTrailingComma1.ts
typeParameterOrderReversal.ts
typeParametersInStaticAccessors.ts
typeParametersInStaticMethods.ts
typeParametersInStaticProperties.ts
typeParametersShouldNotBeEqual.ts
typeParametersShouldNotBeEqual2.ts
typeParametersShouldNotBeEqual3.ts
typeParameterWithInvalidConstraintType.ts
typeParamExtendsOtherTypeParam.ts
typeResolution.ts
typeVal.ts
typeValueConflict1.ts
typeValueConflict2.ts
umdDependencyComment2.ts
umdDependencyCommentName1.ts
umdDependencyCommentName2.ts
unaryOperators1.ts
unaryOperatorsInStrictMode.ts
unaryPlus.ts
uncaughtCompilerError1.ts
uncaughtCompilerError2.ts
unclosedExportClause01.ts Added tests. 2015-07-10 16:20:12 -07:00
unclosedExportClause02.ts Added tests. 2015-07-10 16:20:12 -07:00
undeclaredBase.ts
undeclaredMethod.ts
undeclaredModuleError.ts
undeclaredVarEmit.ts
undefinedArgumentInference.ts
undefinedInferentialTyping.ts
undefinedSymbolReferencedInArrayLiteral1.ts
undefinedTypeArgument1.ts
undefinedTypeArgument2.ts
underscoreMapFirst.ts
underscoreTest1.ts Fixing bug in test 2015-07-13 11:17:26 -07:00
unexpectedStatementBlockTerminator.ts
unexportedInstanceClassVariables.ts
unicodeIdentifierName2.ts
unicodeIdentifierNames.ts
unionTypeWithRecursiveSubtypeReduction1.ts
unionTypeWithRecursiveSubtypeReduction2.ts
unionTypeWithRecursiveSubtypeReduction3.ts
unknownSymbolInGenericReturnType.ts
unknownSymbolOffContextualType1.ts
unknownSymbols1.ts
unknownSymbols2.ts
unknownTypeArgOnCall.ts
unknownTypeErrors.ts
unqualifiedCallToClassStatic1.ts
unresolvedTypeAssertionSymbol.ts
unspecializedConstraints.ts
unterminatedRegexAtEndOfSource1.ts
unterminatedStringLiteralWithBackslash1.ts
untypedArgumentInLambdaExpression.ts
untypedFunctionCallsWithTypeParameters1.ts
unusedImportDeclaration.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
usingModuleWithExportImportInValuePosition.ts
validRegexp.ts
validUseOfThisInSuper.ts
varAndFunctionShareName.ts
vararg.ts
varArgConstructorMemberParameter.ts
varArgParamTypeCheck.ts
varArgsOnConstructorTypes.ts
varArgWithNoParamName.ts
varAsID.ts
varBlock.ts
vardecl.ts
variableDeclarationInStrictMode1.ts
variableDeclarator1.ts
variableDeclaratorResolvedDuringContextualTyping.ts
varInFunctionInVarInitializer.ts
varNameConflictsWithImportInDifferentPartOfModule.ts
visibilityOfCrossModuleTypeUsage.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
visibilityOfTypeParameters.ts
visSyntax.ts
voidArrayLit.ts
voidAsNonAmbiguousReturnType.ts Update node resolution tests 2015-09-15 11:43:28 -07:00
voidAsOperator.ts
voidConstructor.ts
voidFunctionAssignmentCompat.ts
voidOperator1.ts
voidReturnLambdaValue.ts
widenedTypes.ts
widenedTypes1.ts
widenToAny1.ts
widenToAny2.ts
withExportDecl.ts Tests update for emitting declarations if no errors 2015-10-28 13:07:08 -07:00
withImportDecl.ts
withStatement.ts
withStatementErrors.ts
withStatementNestedScope.ts
wrappedIncovations1.ts
wrappedIncovations2.ts
wrappedRecursiveGenericType.ts
yieldExpression1.ts