TypeScript/tests/baselines/reference
Mohamed Hegazy 2a106bf923 Merge pull request #427 from sparecycles/fix/reference-static-regex
fix: /// <reference path="..." static='true' />
2014-08-12 17:46:06 -07:00
..
project baseline update 2014-08-12 13:57:47 -07:00
2dArrays.js
acceptableAlias1.js
accessorParameterAccessibilityModifier.errors.txt
accessors_spec_section-4.5_error-cases.errors.txt
accessors_spec_section-4.5_inference.errors.txt
accessorsAreNotContextuallyTyped.errors.txt
accessorsEmit.errors.txt
accessorsInAmbientContext.errors.txt
accessorsNotAllowedInES3.errors.txt
accessorWithES3.errors.txt
accessorWithES5.js
accessorWithInitializer.errors.txt
accessorWithRestParam.errors.txt
accessOverriddenBaseClassMember1.js
additionOperatorWithAnyAndEveryType.js
additionOperatorWithInvalidOperands.errors.txt
additionOperatorWithInvalidOperands.js
additionOperatorWithNullValueAndInvalidOperator.errors.txt
additionOperatorWithNullValueAndInvalidOperator.js
additionOperatorWithNullValueAndValidOperator.js
additionOperatorWithNumberAndEnum.js
additionOperatorWithOnlyNullValueOrUndefinedValue.errors.txt
additionOperatorWithOnlyNullValueOrUndefinedValue.js
additionOperatorWithStringAndEveryType.js
additionOperatorWithTypeParameter.errors.txt
additionOperatorWithTypeParameter.js
additionOperatorWithUndefinedValueAndInvalidOperands.errors.txt
additionOperatorWithUndefinedValueAndInvalidOperands.js
additionOperatorWithUndefinedValueAndValidOperator.js
addMoreCallSignaturesToBaseSignature.js
addMoreCallSignaturesToBaseSignature2.js
addMoreOverloadsToBaseSignature.errors.txt
addMoreOverloadsToBaseSignature.js
aliasAssignments.errors.txt
aliasAssignments.js
aliasBug.errors.txt
aliasBug.js
aliasErrors.errors.txt
aliasInaccessibleModule.js
aliasInaccessibleModule2.js
aliasOnMergedModuleInterface.errors.txt
aliasOnMergedModuleInterface.js
aliasUsageInAccessorsOfClass.errors.txt
aliasUsageInArray.js
aliasUsageInFunctionExpression.js
aliasUsageInGenericFunction.js
aliasUsageInIndexerOfClass.js
aliasUsageInObjectLiteral.js
aliasUsageInOrExpression.js
aliasUsageInTypeArgumentOfExtendsClause.js
aliasUsageInVarAssignment.js
aliasUsedAsNameValue.js
aliasWithInterfaceExportAssignmentUsedInVarInitializer.errors.txt
aliasWithInterfaceExportAssignmentUsedInVarInitializer.js
ambientClassDeclarationWithExtends.js
ambientClassOverloadForFunction.errors.txt
ambientClassOverloadForFunction.js
ambientDeclarations.js
ambientDeclarationsExternal.errors.txt
ambientEnumElementInitializer1.js
ambientEnumElementInitializer2.js
ambientEnumElementInitializer3.errors.txt
ambientEnumElementInitializer4.js
ambientEnumElementInitializer5.js
ambientEnumElementInitializer6.js
ambientErrors.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
ambientExternalModuleInAnotherExternalModule.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
ambientExternalModuleInAnotherExternalModule.js
ambientExternalModuleReopen.js
ambientExternalModuleWithInternalImportDeclaration.js
ambientExternalModuleWithoutInternalImportDeclaration.js
ambientExternalModuleWithRelativeExternalImportDeclaration.errors.txt
ambientExternalModuleWithRelativeExternalImportDeclaration.js
ambientExternalModuleWithRelativeModuleName.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
ambientExternalModuleWithRelativeModuleName.js
ambientFundule.js
ambientGetters.errors.txt Gracefully handle accessor declarations in ambient classes. 2014-07-25 13:21:55 -07:00
AmbientModuleAndAmbientFunctionWithTheSameNameAndCommonRoot.js
AmbientModuleAndAmbientWithSameNameAndCommonRoot.js
AmbientModuleAndNonAmbientClassWithSameNameAndCommonRoot.js
AmbientModuleAndNonAmbientFunctionWithTheSameNameAndCommonRoot.js
ambientModuleExports.js
ambientModules.js
ambientModuleWithClassDeclarationWithExtends.js
ambientWithStatements.errors.txt Give a semantic error on with statements 2014-07-21 17:10:04 -07:00
ambiguousCallsWhereReturnTypesAgree.js
ambiguousGenericAssertion1.errors.txt
ambiguousOverload.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
ambiguousOverload.js
ambiguousOverloadResolution.js
amdDependencyComment1.errors.txt
amdDependencyComment1.js
amdDependencyComment2.errors.txt
amdDependencyComment2.js
amdImportAsPrimaryExpression.js
amdImportNotAsPrimaryExpression.js
anonterface.js
anonymousModules.errors.txt use getEffectiveDeclarationFlags to get Export flag 2014-07-25 11:15:19 -07:00
anyAsConstructor.errors.txt
anyAsConstructor.js
anyAsFunctionCall.js
anyAsGenericFunctionCall.errors.txt
anyAsGenericFunctionCall.js
anyAsReturnTypeForNewOnCall.js
anyAssignabilityInInheritance.js
anyAssignableToEveryType.js
anyAssignableToEveryType2.errors.txt
anyAssignableToEveryType2.js
anyDeclare.errors.txt
anyDeclare.js
anyIdenticalToItself.errors.txt
anyInferenceAnonymousFunctions.js
anyIsAssignableToObject.js
anyIsAssignableToVoid.js
anyPlusAny1.js
anyPropertyAccess.js
apparentTypeSubtyping.errors.txt
apparentTypeSubtyping.js
apparentTypeSupertype.errors.txt
apparentTypeSupertype.js
argsInScope.js
arguments.js
argumentsBindsToFunctionScopeArgumentList.errors.txt
argumentsBindsToFunctionScopeArgumentList.js
argumentsUsedInObjectLiteralProperty.js
arithAssignTyping.errors.txt
arithAssignTyping.js
arithmeticOnInvalidTypes.errors.txt
arithmeticOnInvalidTypes.js
arithmeticOnInvalidTypes2.errors.txt
arithmeticOnInvalidTypes2.js
arithmeticOperatorWithAnyAndNumber.js
arithmeticOperatorWithEnum.js
arithmeticOperatorWithInvalidOperands.errors.txt
arithmeticOperatorWithInvalidOperands.js
arithmeticOperatorWithNullValueAndInvalidOperands.errors.txt
arithmeticOperatorWithNullValueAndInvalidOperands.js
arithmeticOperatorWithNullValueAndValidOperands.js
arithmeticOperatorWithOnlyNullValueOrUndefinedValue.errors.txt
arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js
arithmeticOperatorWithTypeParameter.errors.txt
arithmeticOperatorWithTypeParameter.js
arithmeticOperatorWithUndefinedValueAndInvalidOperands.errors.txt
arithmeticOperatorWithUndefinedValueAndInvalidOperands.js
arithmeticOperatorWithUndefinedValueAndValidOperands.js
arrayAssignmentTest1.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
arrayAssignmentTest1.js
arrayAssignmentTest2.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
arrayAssignmentTest2.js
arrayAssignmentTest3.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
arrayAssignmentTest3.js
arrayAssignmentTest4.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
arrayAssignmentTest4.js
arrayAssignmentTest5.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
arrayAssignmentTest5.js
arrayAssignmentTest6.js
arrayAugment.js
arrayBestCommonTypes.js
arrayCast.errors.txt
arrayCast.js
arrayconcat.js
arrayConcat2.js
arrayConcatMap.js
arrayConstructors1.js
arrayLiteral.js
arrayLiteral1.js
arrayLiteral2.js
arrayLiteralAndArrayConstructorEquivalence1.errors.txt
arrayLiteralAndArrayConstructorEquivalence1.js
arrayLiteralContextualType.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
arrayLiteralContextualType.js
arrayLiteralInNonVarArgParameter.js
arrayLiterals.js
arrayLiteralsWithRecursiveGenerics.js
arrayLiteralTypeInference.js
arrayLiteralWidened.js
arrayLiteralWithMultipleBestCommonTypes.js
arrayOfExportedClass.js
arrayOfFunctionTypes3.js
arrayReferenceWithoutTypeArgs.errors.txt
arrayReferenceWithoutTypeArgs.js
arraySigChecking.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
arrayTypeInSignatureOfInterfaceAndClass.js
arrayTypeOfFunctionTypes.errors.txt
arrayTypeOfFunctionTypes.js
arrayTypeOfFunctionTypes2.errors.txt
arrayTypeOfFunctionTypes2.js
arrayTypeOfTypeOf.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
arrowFunctionContexts.errors.txt Type check the expression of the 'with' statement 2014-07-22 13:37:37 -07:00
arrowFunctionContexts.js emit this capturing as a first action in the constructor 2014-08-01 11:16:09 -07:00
ArrowFunctionExpression1.errors.txt
ArrowFunctionExpression1.js
arrowFunctionExpressions.js
arrowFunctionInConstructorArgument1.errors.txt
arrowFunctionInConstructorArgument1.js
arrowFunctionInExpressionStatement1.js
arrowFunctionInExpressionStatement2.js
arrowFunctionMissingCurlyWithSemicolon.errors.txt Better error recovery for when an arrow function is missing a curly brace. 2014-07-18 16:55:18 -07:00
arrowFunctionsMissingTokens.errors.txt Addressed code review feedback. 2014-07-24 18:05:05 -07:00
asiAmbientFunctionDeclaration.js Remove isSemicolon (fix #200) 2014-07-25 16:17:30 -07:00
asiArith.js
asiBreak.js Remove isSemicolon (fix #200) 2014-07-25 16:17:30 -07:00
asiContinue.js Remove isSemicolon (fix #200) 2014-07-25 16:17:30 -07:00
asiInES6Classes.js
asiReturn.errors.txt Remove isSemicolon (fix #200) 2014-07-25 16:17:30 -07:00
assertInWrapSomeTypeParameter.errors.txt
assign1.js
assignAnyToEveryType.errors.txt
assignAnyToEveryType.js
assignEveryTypeToAny.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
assignFromBooleanInterface.errors.txt
assignFromBooleanInterface.js
assignFromBooleanInterface2.errors.txt
assignFromBooleanInterface2.js
assignFromNumberInterface.errors.txt
assignFromNumberInterface.js
assignFromNumberInterface2.errors.txt
assignFromNumberInterface2.js
assignFromStringInterface.errors.txt
assignFromStringInterface.js
assignFromStringInterface2.errors.txt
assignFromStringInterface2.js
assignLambdaToNominalSubtypeOfFunction.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
assignLambdaToNominalSubtypeOfFunction.js
assignmentCompat1.errors.txt
assignmentCompat1.js
assignmentCompatability1.js
assignmentCompatability2.js
assignmentCompatability3.js
assignmentCompatability4.js
assignmentCompatability5.js
assignmentCompatability6.js
assignmentCompatability7.js
assignmentCompatability8.js
assignmentCompatability9.js
assignmentCompatability10.errors.txt
assignmentCompatability10.js
assignmentCompatability11.errors.txt
assignmentCompatability11.js
assignmentCompatability12.errors.txt
assignmentCompatability12.js
assignmentCompatability13.errors.txt
assignmentCompatability13.js
assignmentCompatability14.errors.txt
assignmentCompatability14.js
assignmentCompatability15.errors.txt
assignmentCompatability15.js
assignmentCompatability16.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
assignmentCompatability16.js
assignmentCompatability17.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
assignmentCompatability17.js
assignmentCompatability18.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
assignmentCompatability18.js
assignmentCompatability19.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
assignmentCompatability19.js
assignmentCompatability20.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
assignmentCompatability20.js
assignmentCompatability21.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
assignmentCompatability21.js
assignmentCompatability22.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
assignmentCompatability22.js
assignmentCompatability23.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
assignmentCompatability23.js
assignmentCompatability24.errors.txt
assignmentCompatability24.js
assignmentCompatability25.errors.txt
assignmentCompatability25.js
assignmentCompatability26.errors.txt
assignmentCompatability26.js
assignmentCompatability27.errors.txt
assignmentCompatability27.js
assignmentCompatability28.errors.txt
assignmentCompatability28.js
assignmentCompatability29.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
assignmentCompatability29.js
assignmentCompatability30.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
assignmentCompatability30.js
assignmentCompatability31.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
assignmentCompatability31.js
assignmentCompatability32.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
assignmentCompatability32.js
assignmentCompatability33.errors.txt
assignmentCompatability33.js
assignmentCompatability34.errors.txt
assignmentCompatability34.js
assignmentCompatability35.errors.txt
assignmentCompatability35.js
assignmentCompatability36.errors.txt
assignmentCompatability36.js
assignmentCompatability37.errors.txt
assignmentCompatability37.js
assignmentCompatability38.errors.txt
assignmentCompatability38.js
assignmentCompatability39.errors.txt
assignmentCompatability39.js
assignmentCompatability40.errors.txt
assignmentCompatability40.js
assignmentCompatability41.errors.txt
assignmentCompatability41.js
assignmentCompatability42.errors.txt
assignmentCompatability42.js
assignmentCompatability43.errors.txt
assignmentCompatability43.js
assignmentCompatability_checking-apply-member-off-of-function-interface.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
assignmentCompatability_checking-apply-member-off-of-function-interface.js
assignmentCompatability_checking-call-member-off-of-function-interface.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
assignmentCompatability_checking-call-member-off-of-function-interface.js
assignmentCompatBug2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
assignmentCompatBug2.js No longer emit trailing comma on object literals. 2014-07-28 11:37:36 -07:00
assignmentCompatBug3.errors.txt
assignmentCompatBug5.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
assignmentCompatBug5.js
assignmentCompatForEnums.js
assignmentCompatFunctionsWithOptionalArgs.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
assignmentCompatFunctionsWithOptionalArgs.js
assignmentCompatibilityForConstrainedTypeParameters.js
assignmentCompatInterfaceWithStringIndexSignature.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
assignmentCompatInterfaceWithStringIndexSignature.js
assignmentCompatOnNew.js
assignmentCompatWithCallSignatures.errors.txt
assignmentCompatWithCallSignatures.js
assignmentCompatWithCallSignatures2.errors.txt
assignmentCompatWithCallSignatures2.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
assignmentCompatWithCallSignatures3.js
assignmentCompatWithCallSignatures4.errors.txt
assignmentCompatWithCallSignatures4.js
assignmentCompatWithCallSignatures5.js
assignmentCompatWithCallSignatures6.js
assignmentCompatWithCallSignaturesWithOptionalParameters.errors.txt
assignmentCompatWithCallSignaturesWithOptionalParameters.js
assignmentCompatWithCallSignaturesWithRestParameters.errors.txt
assignmentCompatWithCallSignaturesWithRestParameters.js
assignmentCompatWithConstructSignatures.errors.txt
assignmentCompatWithConstructSignatures.js
assignmentCompatWithConstructSignatures2.errors.txt
assignmentCompatWithConstructSignatures2.js
assignmentCompatWithConstructSignatures3.js
assignmentCompatWithConstructSignatures4.errors.txt
assignmentCompatWithConstructSignatures4.js
assignmentCompatWithConstructSignatures5.js
assignmentCompatWithConstructSignatures6.js
assignmentCompatWithConstructSignaturesWithOptionalParameters.errors.txt
assignmentCompatWithConstructSignaturesWithOptionalParameters.js
assignmentCompatWithGenericCallSignatures.js
assignmentCompatWithGenericCallSignatures2.js
assignmentCompatWithGenericCallSignatures3.js
assignmentCompatWithGenericCallSignatures4.errors.txt
assignmentCompatWithGenericCallSignatures4.js
assignmentCompatWithGenericCallSignaturesWithOptionalParameters.errors.txt
assignmentCompatWithGenericCallSignaturesWithOptionalParameters.js
assignmentCompatWithNumericIndexer.errors.txt
assignmentCompatWithNumericIndexer.js
assignmentCompatWithNumericIndexer2.errors.txt
assignmentCompatWithNumericIndexer2.js
assignmentCompatWithNumericIndexer3.errors.txt
assignmentCompatWithNumericIndexer3.js
assignmentCompatWithObjectMembers.js
assignmentCompatWithObjectMembers2.js
assignmentCompatWithObjectMembers3.js
assignmentCompatWithObjectMembers4.errors.txt
assignmentCompatWithObjectMembers4.js
assignmentCompatWithObjectMembers5.errors.txt
assignmentCompatWithObjectMembers5.js
assignmentCompatWithObjectMembersAccessibility.errors.txt
assignmentCompatWithObjectMembersAccessibility.js
assignmentCompatWithObjectMembersNumericNames.js
assignmentCompatWithObjectMembersOptionality.errors.txt
assignmentCompatWithObjectMembersOptionality.js
assignmentCompatWithObjectMembersOptionality2.errors.txt
assignmentCompatWithObjectMembersOptionality2.js
assignmentCompatWithObjectMembersStringNumericNames.errors.txt
assignmentCompatWithObjectMembersStringNumericNames.js
assignmentCompatWithOverloads.errors.txt
assignmentCompatWithOverloads.js
assignmentCompatWithStringIndexer.errors.txt
assignmentCompatWithStringIndexer.js
assignmentCompatWithStringIndexer2.errors.txt
assignmentCompatWithStringIndexer2.js
assignmentCompatWithStringIndexer3.errors.txt
assignmentCompatWithStringIndexer3.js
assignmentCompatWithWithGenericConstructSignatures.js
assignmentLHSIsReference.js
assignmentLHSIsValue.errors.txt
assignments.errors.txt
assignments.js
assignmentStricterConstraints.errors.txt
assignmentStricterConstraints.js
assignmentToFunction.errors.txt
assignmentToFunction.js
assignmentToObject.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
assignmentToObject.js
assignmentToObjectAndFunction.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
assignmentToObjectAndFunction.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
assignmentToParenthesizedExpression1.errors.txt
assignmentToParenthesizedExpression1.js
assignmentToParenthesizedIdentifiers.errors.txt
assignmentToParenthesizedIdentifiers.js
assignmentToReferenceTypes.errors.txt
assignmentToReferenceTypes.js
assignToEnum.errors.txt
assignToEnum.js
assignToExistingClass.errors.txt
assignToExistingClass.js
assignToFn.errors.txt
assignToFn.js
assignToInvalidLHS.errors.txt
assignToInvalidLHS.js
assignToModule.errors.txt
assignToModule.js
assignToObjectTypeWithPrototypeProperty.js
assignToPrototype1.js
augmentArray.js use symbol links to access global array type 2014-07-25 12:06:18 -07:00
augmentedClassWithPrototypePropertyOnModule.errors.txt
augmentedClassWithPrototypePropertyOnModule.js
augmentedTypeAssignmentCompatIndexSignature.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
augmentedTypeAssignmentCompatIndexSignature.js
augmentedTypeBracketAccessIndexSignature.js
augmentedTypeBracketNamedPropertyAccess.js
augmentedTypesClass.errors.txt
augmentedTypesClass.js
augmentedTypesClass2.errors.txt
augmentedTypesClass2.js
augmentedTypesClass2a.errors.txt
augmentedTypesClass2a.js
augmentedTypesClass3.js
augmentedTypesClass4.errors.txt
augmentedTypesClass4.js
augmentedTypesEnum.errors.txt Error for more than one enum omitting an initial initializer 2014-07-16 13:50:08 -07:00
augmentedTypesEnum.js
augmentedTypesEnum2.errors.txt
augmentedTypesEnum2.js
augmentedTypesEnum3.errors.txt Error for more than one enum omitting an initial initializer 2014-07-16 13:50:08 -07:00
augmentedTypesEnum3.js
augmentedTypesExternalModule1.js
augmentedTypesFunction.errors.txt
augmentedTypesFunction.js
augmentedTypesInterface.errors.txt
augmentedTypesInterface.js
augmentedTypesModules.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
augmentedTypesModules.js
augmentedTypesModules2.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
augmentedTypesModules2.js
augmentedTypesModules3.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
augmentedTypesModules3.js
augmentedTypesModules3b.js
augmentedTypesModules4.js
augmentedTypesVar.errors.txt
augmentedTypesVar.js
autoAsiForStaticsInClassDeclaration.js
autoLift2.errors.txt
autolift3.errors.txt
autolift3.js
autolift4.errors.txt
autolift4.js
autonumberingInEnums.js
avoid.js
badArrayIndex.errors.txt
badArraySyntax.errors.txt
badExternalModuleReference.errors.txt
badExternalModuleReference.js
badOverloadError.js
badThisBinding.js
baseCheck.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
baseCheck.js
baseIndexSignatureResolution.js
bases.errors.txt
baseTypeAfterDerivedType.js
baseTypeOrderChecking.js
baseTypePrivateMemberClash.errors.txt
baseTypePrivateMemberClash.js
bestCommonTypeOfConditionalExpressions.js
bestCommonTypeOfConditionalExpressions2.errors.txt
bestCommonTypeOfConditionalExpressions2.js
bestCommonTypeReturnStatement.js
bestCommonTypeWithContextualTyping.js
bestCommonTypeWithOptionalProperties.js
binaryArithmatic1.js
binaryArithmatic2.js
binaryArithmatic3.errors.txt
binaryArithmatic3.js
binaryArithmatic4.errors.txt
binaryArithmatic4.js
bind1.errors.txt
bind1.js
bind2.js
binopAssignmentShouldHaveType.js
bitwiseNotOperatorInvalidOperations.errors.txt
bitwiseNotOperatorWithAnyOtherType.errors.txt
bitwiseNotOperatorWithAnyOtherType.js
bitwiseNotOperatorWithBooleanType.js
bitwiseNotOperatorWithEnumType.js
bitwiseNotOperatorWithNumberType.js
bitwiseNotOperatorWithStringType.js
bom-utf8.js
bom-utf16be.js
bom-utf16le.js
booleanPropertyAccess.js
boolInsteadOfBoolean.errors.txt
boolInsteadOfBoolean.js
callbackArgsDifferByOptionality.errors.txt
callbackArgsDifferByOptionality.js
callbacksDontShareTypes.js
callConstructAssignment.errors.txt
callConstructAssignment.js
callExpressionWithTypeParameterConstrainedToOuterTypeParameter.js
callGenericFunctionWithIncorrectNumberOfTypeArguments.errors.txt
callGenericFunctionWithIncorrectNumberOfTypeArguments.js
callGenericFunctionWithZeroTypeArguments.js
callNonGenericFunctionWithTypeArguments.errors.txt
callNonGenericFunctionWithTypeArguments.js
callOnClass.errors.txt
callOnClass.js
callOnInstance.errors.txt
callOnInstance.js
callOverloads1.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
callOverloads1.js
callOverloads2.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
callOverloads2.js
callOverloads3.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
callOverloads3.js
callOverloads4.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
callOverloads4.js
callOverloads5.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
callOverloads5.js
callOverloadViaElementAccessExpression.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
callOverloadViaElementAccessExpression.js
callSignatureAssignabilityInInheritance.errors.txt
callSignatureAssignabilityInInheritance.js
callSignatureAssignabilityInInheritance2.js
callSignatureAssignabilityInInheritance3.errors.txt
callSignatureAssignabilityInInheritance3.js
callSignatureAssignabilityInInheritance4.js
callSignatureAssignabilityInInheritance5.js
callSignatureAssignabilityInInheritance6.js
callSignatureFunctionOverload.js
callSignaturesShouldBeResolvedBeforeSpecialization.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
callSignaturesShouldBeResolvedBeforeSpecialization.js
callSignaturesThatDifferOnlyByReturnType.js
callSignaturesThatDifferOnlyByReturnType2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
callSignaturesThatDifferOnlyByReturnType2.js
callSignaturesThatDifferOnlyByReturnType3.js
callSignaturesWithAccessibilityModifiersOnParameters.errors.txt
callSignaturesWithAccessibilityModifiersOnParameters.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
callSignaturesWithDuplicateParameters.errors.txt
callSignaturesWithDuplicateParameters.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
callSignaturesWithOptionalParameters.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
callSignaturesWithOptionalParameters2.js
callSignaturesWithParameterInitializers.errors.txt
callSignaturesWithParameterInitializers.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
callSignaturesWithParameterInitializers2.errors.txt
callSignatureWithOptionalParameterAndInitializer.errors.txt
callSignatureWithoutAnnotationsOrBody.js
callSignatureWithoutReturnTypeAnnotationInference.js
callWithWrongNumberOfTypeArguments.errors.txt
callWithWrongNumberOfTypeArguments.js
cannotInvokeNewOnErrorExpression.errors.txt
cannotInvokeNewOnIndexExpression.errors.txt
cannotInvokeNewOnIndexExpression.js
captureThisInSuperCall.js emit this capturing as a first action in the constructor 2014-08-01 11:16:09 -07:00
castExpressionParentheses.js
castNewObjectBug.js
castParentheses.js
castTest.js
catch.js
catchClauseWithTypeAnnotation.errors.txt
cf.js
chainedAssignment1.errors.txt
chainedAssignment1.js
chainedAssignment2.js
chainedAssignment3.errors.txt
chainedAssignment3.js
chainedAssignmentChecking.errors.txt
chainedAssignmentChecking.js
chainedCallsWithTypeParameterConstrainedToOtherTypeParameter.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
chainedCallsWithTypeParameterConstrainedToOtherTypeParameter.js
chainedCallsWithTypeParameterConstrainedToOtherTypeParameter2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
chainedCallsWithTypeParameterConstrainedToOtherTypeParameter2.js
chainedImportAlias.js
chainedSpecializationToObjectTypeLiteral.js
checkForObjectTooStrict.errors.txt
checkForObjectTooStrict.js
checkInterfaceBases.js
circularImportAlias.js
circularModuleImports.errors.txt
circularModuleImports.js
circularReference.errors.txt
class1.errors.txt
class1.js
class2.errors.txt
classAndInterface1.errors.txt
classAndInterface1.js
classAndInterfaceWithSameName.errors.txt
classAndInterfaceWithSameName.js
ClassAndModuleThatMergeWithModuleMemberThatUsesClassTypeParameter.errors.txt
ClassAndModuleThatMergeWithModuleMemberThatUsesClassTypeParameter.js
ClassAndModuleThatMergeWithModulesExportedGenericFunctionAndGenericClassStaticFunctionOfTheSameName.errors.txt
ClassAndModuleThatMergeWithModulesExportedGenericFunctionAndGenericClassStaticFunctionOfTheSameName.js
ClassAndModuleThatMergeWithModulesExportedGenericFunctionAndNonGenericClassStaticFunctionOfTheSameName.errors.txt
ClassAndModuleThatMergeWithModulesExportedGenericFunctionAndNonGenericClassStaticFunctionOfTheSameName.js
ClassAndModuleThatMergeWithModulesExportedStaticFunctionUsingClassPrivateStatics.errors.txt
ClassAndModuleThatMergeWithModulesExportedStaticFunctionUsingClassPrivateStatics.js
ClassAndModuleThatMergeWithStaticFunctionAndExportedFunctionThatShareAName.errors.txt
ClassAndModuleThatMergeWithStaticFunctionAndExportedFunctionThatShareAName.js
ClassAndModuleThatMergeWithStaticFunctionAndNonExportedFunctionThatShareAName.js
ClassAndModuleThatMergeWithStaticVariableAndExportedVarThatShareAName.errors.txt
ClassAndModuleThatMergeWithStaticVariableAndExportedVarThatShareAName.js
ClassAndModuleThatMergeWithStaticVariableAndNonExportedVarThatShareAName.js
ClassAndModuleThatMergeWithStringIndexerAndExportedFunctionWithTypeIncompatibleWithIndexer.js
ClassAndModuleWithSameNameAndCommonRoot.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
ClassAndModuleWithSameNameAndCommonRoot.js
classAndVariableWithSameName.errors.txt
classAndVariableWithSameName.js
classAppearsToHaveMembersOfObject.js
classBodyWithStatements.errors.txt
classCannotExtendVar.errors.txt
classCannotExtendVar.js
classConstructorAccessibility.errors.txt
classdecl.errors.txt
ClassDeclaration8.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
ClassDeclaration8.js
ClassDeclaration9.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
ClassDeclaration9.js
ClassDeclaration10.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
ClassDeclaration10.js
ClassDeclaration11.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
ClassDeclaration11.js
ClassDeclaration13.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
ClassDeclaration13.js
ClassDeclaration14.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
ClassDeclaration14.js
ClassDeclaration15.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
ClassDeclaration15.js
ClassDeclaration21.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
ClassDeclaration21.js
ClassDeclaration22.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
ClassDeclaration22.js
ClassDeclaration24.errors.txt
ClassDeclaration24.js
ClassDeclaration25.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
ClassDeclaration25.js
classDeclarationMergedInModuleWithContinuation.js
classExpression.errors.txt
classExtendingClass.js
classExtendingPrimitive.errors.txt
classExtendingPrimitive2.errors.txt
classExtendingQualifiedName.errors.txt
classExtendingQualifiedName.js
classExtendingQualifiedName2.js
classExtendsClauseClassMergedWithModuleNotReferingConstructor.errors.txt
classExtendsClauseClassMergedWithModuleNotReferingConstructor.js
classExtendsClauseClassNotReferringConstructor.errors.txt
classExtendsClauseClassNotReferringConstructor.js
classExtendsEveryObjectType.errors.txt
classExtendsEveryObjectType2.errors.txt
classExtendsInterface.errors.txt
classExtendsInterface.js
classExtendsInterfaceThatExtendsClassWithPrivates1.errors.txt
classExtendsInterfaceThatExtendsClassWithPrivates1.js
classExtendsItself.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
classExtendsItself.js
classExtendsItselfIndirectly.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
classExtendsItselfIndirectly.js
classExtendsItselfIndirectly2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
classExtendsItselfIndirectly2.js
classExtendsItselfIndirectly3.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
classExtendsItselfIndirectly3.js
classExtendsMultipleBaseClasses.errors.txt
classExtendsShadowedConstructorFunction.errors.txt
classExtendsShadowedConstructorFunction.js
classExtendsValidConstructorFunction.errors.txt
classExtendsValidConstructorFunction.js
classHeritageWithTrailingSeparator.errors.txt
classImplementingInterfaceIndexer.js
classImplementsClass1.js
classImplementsClass2.errors.txt
classImplementsClass2.js
classImplementsClass3.js
classImplementsClass4.errors.txt
classImplementsClass4.js
classImplementsClass5.errors.txt
classImplementsClass5.js
classImplementsClass6.errors.txt
classImplementsClass6.js
classImplementsImportedInterface.js
classIndexer.js
classIndexer2.errors.txt
classIndexer2.js
classIndexer3.errors.txt
classIndexer3.js
classIndexer4.errors.txt
classIndexer4.js
classInheritence.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
classInheritence.js
classIsSubtypeOfBaseType.errors.txt
classIsSubtypeOfBaseType.js
classMemberInitializerScoping.errors.txt
classMemberInitializerScoping.js
classMemberInitializerWithLamdaScoping.errors.txt
classMemberInitializerWithLamdaScoping.js emit this capturing as a first action in the constructor 2014-08-01 11:16:09 -07:00
classMemberInitializerWithLamdaScoping2.errors.txt
classMemberInitializerWithLamdaScoping2.js
classMemberInitializerWithLamdaScoping3.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
classMemberInitializerWithLamdaScoping4.errors.txt
classMemberInitializerWithLamdaScoping5.js
classMethodWithKeywordName1.js
classOrder1.js
classOrder2.js
classOrderBug.js
classOverloadForFunction.errors.txt
classOverloadForFunction.js
classOverloadForFunction2.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
classOverloadForFunction2.js
classPropertyAsPrivate.errors.txt
classPropertyIsPublicByDefault.errors.txt
classSideInheritance1.errors.txt
classSideInheritance1.js
classSideInheritance2.js
classSideInheritance3.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
classSideInheritance3.js
classTypeParametersInStatics.errors.txt
classTypeParametersInStatics.js
classUpdateTests.errors.txt
classWithBaseClassButNoConstructor.errors.txt
classWithBaseClassButNoConstructor.js
classWithConstructors.errors.txt
classWithConstructors.js
classWithEmptyBody.js
classWithMultipleBaseClasses.errors.txt
classWithMultipleBaseClasses.js
classWithNoConstructorOrBaseClass.js
classWithOnlyPublicMembersEquivalentToInterface.js
classWithOnlyPublicMembersEquivalentToInterface2.js
classWithOptionalParameter.errors.txt
classWithoutExplicitConstructor.errors.txt
classWithoutExplicitConstructor.js
classWithOverloadImplementationOfWrongName.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
classWithOverloadImplementationOfWrongName.js
classWithOverloadImplementationOfWrongName2.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
classWithOverloadImplementationOfWrongName2.js
classWithPredefinedTypesAsNames.errors.txt
classWithPredefinedTypesAsNames.js
classWithPredefinedTypesAsNames2.errors.txt
classWithPrivateProperty.errors.txt
classWithPrivateProperty.js
classWithPublicProperty.js
classWithStaticMembers.errors.txt
classWithTwoConstructorDefinitions.errors.txt
classWithTwoConstructorDefinitions.js
clinterfaces.errors.txt
clinterfaces.js
cloduleAcrossModuleDefinitions.js
cloduleAndTypeParameters.js
clodulesDerivedClasses.errors.txt
clodulesDerivedClasses.js
cloduleSplitAcrossFiles.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
cloduleSplitAcrossFiles.js
cloduleStaticMembers.errors.txt
cloduleStaticMembers.js
cloduleTest1.js
cloduleTest2.errors.txt
cloduleTest2.js
cloduleWithDuplicateMember1.errors.txt
cloduleWithDuplicateMember2.errors.txt
cloduleWithRecursiveReference.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
collisionArgumentsArrowFunctions.errors.txt
collisionArgumentsArrowFunctions.js
collisionArgumentsClassConstructor.errors.txt
collisionArgumentsClassConstructor.js Issue# 144: Do not emit the name of the rest paramter in constructors 2014-07-17 19:54:21 -07:00
collisionArgumentsClassMethod.errors.txt
collisionArgumentsClassMethod.js
collisionArgumentsFunction.errors.txt
collisionArgumentsFunction.js
collisionArgumentsFunctionExpressions.errors.txt
collisionArgumentsFunctionExpressions.js
collisionArgumentsInterfaceMembers.js
collisionArgumentsInType.js
collisionCodeGenEnumWithEnumMemberConflict.js
collisionCodeGenModuleWithAccessorChildren.errors.txt
collisionCodeGenModuleWithConstructorChildren.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
collisionCodeGenModuleWithEnumMemberConflict.js
collisionCodeGenModuleWithFunctionChildren.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
collisionCodeGenModuleWithMemberClassConflict.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
collisionCodeGenModuleWithMemberInterfaceConflict.js
collisionCodeGenModuleWithMemberVariable.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
collisionCodeGenModuleWithMethodChildren.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
collisionCodeGenModuleWithModuleChildren.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
collisionCodeGenModuleWithModuleReopening.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
collisionCodeGenModuleWithPrivateMember.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
collisionCodeGenModuleWithUnicodeNames.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
collisionExportsRequireAndAlias.js
collisionExportsRequireAndClass.js
collisionExportsRequireAndEnum.js
collisionExportsRequireAndFunction.js
collisionExportsRequireAndModule.js
collisionExportsRequireAndUninstantiatedModule.js
collisionExportsRequireAndVar.js
collisionRestParameterArrowFunctions.errors.txt
collisionRestParameterArrowFunctions.js
collisionRestParameterClassConstructor.errors.txt
collisionRestParameterClassConstructor.js Issue# 144: Do not emit the name of the rest paramter in constructors 2014-07-17 19:54:21 -07:00
collisionRestParameterClassMethod.errors.txt
collisionRestParameterClassMethod.js
collisionRestParameterFunction.errors.txt
collisionRestParameterFunction.js
collisionRestParameterFunctionExpressions.errors.txt
collisionRestParameterFunctionExpressions.js
collisionRestParameterInterfaceMembers.js
collisionRestParameterInType.js
collisionRestParameterUnderscoreIUsage.errors.txt
collisionRestParameterUnderscoreIUsage.js Issue# 144: Do not emit the name of the rest paramter in constructors 2014-07-17 19:54:21 -07:00
collisionSuperAndLocalFunctionInAccessors.errors.txt
collisionSuperAndLocalFunctionInConstructor.errors.txt
collisionSuperAndLocalFunctionInConstructor.js
collisionSuperAndLocalFunctionInMethod.errors.txt
collisionSuperAndLocalFunctionInMethod.js
collisionSuperAndLocalFunctionInProperty.errors.txt
collisionSuperAndLocalFunctionInProperty.js
collisionSuperAndLocalVarInAccessors.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
collisionSuperAndLocalVarInConstructor.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
collisionSuperAndLocalVarInConstructor.js
collisionSuperAndLocalVarInMethod.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
collisionSuperAndLocalVarInMethod.js
collisionSuperAndLocalVarInProperty.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
collisionSuperAndLocalVarInProperty.js
collisionSuperAndNameResolution.errors.txt
collisionSuperAndNameResolution.js
collisionSuperAndParameter.errors.txt
collisionSuperAndParameter1.errors.txt
collisionSuperAndParameter1.js
collisionSuperAndPropertyNameAsConstuctorParameter.errors.txt
collisionSuperAndPropertyNameAsConstuctorParameter.js
collisionThisExpressionAndAliasInGlobal.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndAliasInGlobal.js
collisionThisExpressionAndAmbientClassInGlobal.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndAmbientClassInGlobal.js
collisionThisExpressionAndAmbientVarInGlobal.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndAmbientVarInGlobal.js
collisionThisExpressionAndClassInGlobal.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndClassInGlobal.js
collisionThisExpressionAndEnumInGlobal.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndEnumInGlobal.js
collisionThisExpressionAndFunctionInGlobal.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndFunctionInGlobal.js
collisionThisExpressionAndLocalVarInAccessors.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndLocalVarInConstructor.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndLocalVarInConstructor.js
collisionThisExpressionAndLocalVarInFunction.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndLocalVarInFunction.js
collisionThisExpressionAndLocalVarInLambda.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndLocalVarInLambda.js
collisionThisExpressionAndLocalVarInMethod.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndLocalVarInMethod.js
collisionThisExpressionAndLocalVarInProperty.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndLocalVarInProperty.js
collisionThisExpressionAndLocalVarWithSuperExperssion.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndLocalVarWithSuperExperssion.js
collisionThisExpressionAndModuleInGlobal.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndModuleInGlobal.js
collisionThisExpressionAndNameResolution.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndNameResolution.js
collisionThisExpressionAndParameter.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndParameter.js
collisionThisExpressionAndPropertyNameAsConstuctorParameter.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndPropertyNameAsConstuctorParameter.js emit this capturing as a first action in the constructor 2014-08-01 11:16:09 -07:00
collisionThisExpressionAndVarInGlobal.errors.txt added collision check for '_this' 2014-07-18 16:16:28 -07:00
collisionThisExpressionAndVarInGlobal.js
commaOperator1.js
commaOperatorInvalidAssignmentType.errors.txt
commaOperatorInvalidAssignmentType.js
commaOperatorOtherInvalidOperation.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
commaOperatorOtherInvalidOperation.js
commaOperatorOtherValidOperation.js
commaOperatorsMultipleOperators.js
commaOperatorWithoutOperand.errors.txt
commaOperatorWithSecondOperandAnyType.js
commaOperatorWithSecondOperandBooleanType.js
commaOperatorWithSecondOperandNumberType.js
commaOperatorWithSecondOperandObjectType.js
commaOperatorWithSecondOperandStringType.js
commentBeforeStaticMethod1.js
commentInEmptyParameterList1.js
commentInMethodCall.js
commentOnAmbientClass1.js
commentOnAmbientVariable1.js
commentOnAmbientVariable2.js
commentOnClassAccessor1.errors.txt
commentOnClassAccessor2.errors.txt
commentOnClassMethod1.js
commentOnElidedModule1.js
commentOnExpressionStatement1.js
commentOnIfStatement1.js
commentOnImportStatement1.errors.txt
commentOnImportStatement1.js
commentOnImportStatement2.errors.txt
commentOnImportStatement2.js
commentOnImportStatement3.errors.txt
commentOnImportStatement3.js
commentOnInterface1.js
commentOnParenthesizedExpressionOpenParen1.js
commentOnSignature1.js
commentOnSimpleArrowFunctionBody1.js
commentOnStaticMember1.js
commentsAtEndOfFile1.js
commentsBeforeFunctionExpression1.js
commentsBeforeVariableStatement1.js
commentsClass.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
commentsClassMembers.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
commentsCommentParsing.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
commentsdoNotEmitComments.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
commentsDottedModuleName.js
commentsemitComments.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
commentsEnums.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
commentsExternalModules.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
commentsFunction.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
commentsInheritance.js Fixed the typo in declaration emitter of implements clause 2014-07-17 18:16:24 -07:00
commentsInterface.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
commentsModules.js Start emitting qualified path if the current symbol is not visible in enclosing declaration 2014-07-16 11:30:14 -07:00
commentsMultiModuleMultiFile.js
commentsMultiModuleSingleFile.js
commentsOnObjectLiteral1.errors.txt Renames of existing baselines with casing to match the test files 2014-07-23 11:02:48 -07:00
commentsOnObjectLiteral1.js
commentsOnObjectLiteral2.errors.txt Renames of existing baselines with casing to match the test files 2014-07-23 11:02:48 -07:00
commentsOnObjectLiteral2.js No longer emit trailing comma on object literals. 2014-07-28 11:37:36 -07:00
commentsOnObjectLiteral3.errors.txt
commentsOnObjectLiteral4.errors.txt
commentsOnReturnStatement1.js
commentsOnStaticMembers.js
commentsOverloads.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
commentsPropertySignature1.js
commentsVarDecl.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
commentsVariableStatement1.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
commonJSImportAsPrimaryExpression.js
commonJSImportNotAsPrimaryExpression.js
comparisonOperatorWithIdenticalObjects.js
comparisonOperatorWithIdenticalPrimitiveType.js
comparisonOperatorWithIdenticalTypeParameter.js
comparisonOperatorWithNoRelationshipObjectsOnCallSignature.errors.txt
comparisonOperatorWithNoRelationshipObjectsOnCallSignature.js
comparisonOperatorWithNoRelationshipObjectsOnConstructorSignature.errors.txt
comparisonOperatorWithNoRelationshipObjectsOnConstructorSignature.js
comparisonOperatorWithNoRelationshipObjectsOnIndexSignature.errors.txt
comparisonOperatorWithNoRelationshipObjectsOnIndexSignature.js
comparisonOperatorWithNoRelationshipObjectsOnInstantiatedCallSignature.errors.txt
comparisonOperatorWithNoRelationshipObjectsOnInstantiatedCallSignature.js
comparisonOperatorWithNoRelationshipObjectsOnInstantiatedConstructorSignature.errors.txt
comparisonOperatorWithNoRelationshipObjectsOnInstantiatedConstructorSignature.js
comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.errors.txt
comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js
comparisonOperatorWithNoRelationshipObjectsOnProperty.errors.txt
comparisonOperatorWithNoRelationshipObjectsOnProperty.js
comparisonOperatorWithNoRelationshipPrimitiveType.errors.txt
comparisonOperatorWithNoRelationshipPrimitiveType.js
comparisonOperatorWithNoRelationshipTypeParameter.errors.txt
comparisonOperatorWithNoRelationshipTypeParameter.js
comparisonOperatorWithOneOperandIsAny.js
comparisonOperatorWithOneOperandIsNull.js
comparisonOperatorWithOneOperandIsUndefined.js
comparisonOperatorWithSubtypeEnumAndNumber.js
comparisonOperatorWithSubtypeObjectOnCallSignature.js
comparisonOperatorWithSubtypeObjectOnConstructorSignature.js
comparisonOperatorWithSubtypeObjectOnIndexSignature.js
comparisonOperatorWithSubtypeObjectOnInstantiatedCallSignature.errors.txt
comparisonOperatorWithSubtypeObjectOnInstantiatedCallSignature.js
comparisonOperatorWithSubtypeObjectOnInstantiatedConstructorSignature.errors.txt
comparisonOperatorWithSubtypeObjectOnInstantiatedConstructorSignature.js
comparisonOperatorWithSubtypeObjectOnOptionalProperty.js
comparisonOperatorWithSubtypeObjectOnProperty.js
comparisonOperatorWithTwoOperandsAreAny.js
comparisonOperatorWithTypeParameter.errors.txt
comparisonOperatorWithTypeParameter.js
complexClassRelationships.js
complicatedGenericRecursiveBaseClassReference.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
complicatedGenericRecursiveBaseClassReference.js
complicatedPrivacy.errors.txt
compositeGenericFunction.js
compoundAdditionAssignmentLHSCanBeAssigned.js
compoundAdditionAssignmentLHSCannotBeAssigned.errors.txt
compoundAdditionAssignmentLHSCannotBeAssigned.js
compoundAdditionAssignmentWithInvalidOperands.errors.txt
compoundAdditionAssignmentWithInvalidOperands.js
compoundArithmeticAssignmentLHSCanBeAssigned.js
compoundArithmeticAssignmentWithInvalidOperands.errors.txt
compoundArithmeticAssignmentWithInvalidOperands.js
compoundAssignmentLHSIsReference.js
compoundAssignmentLHSIsValue.errors.txt
compoundVarDecl1.js
concatClassAndString.errors.txt
concatClassAndString.js
concatError.js
conditionalExpression1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
conditionalExpression1.js
conditionalExpressions2.js
conditionallyDuplicateOverloadsCausedByOverloadResolution.js
conditionalOperatorConditionIsBooleanType.js
conditionalOperatorConditionIsNumberType.js
conditionalOperatorConditionIsObjectType.js
conditionalOperatorConditoinIsAnyType.js
conditionalOperatorConditoinIsStringType.js
conditionalOperatorWithIdenticalBCT.js
conditionalOperatorWithoutIdenticalBCT.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
conditionalOperatorWithoutIdenticalBCT.js
conflictingMemberTypesInBases.errors.txt
conflictingMemberTypesInBases.js
conflictingTypeAnnotatedVar.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
conflictingTypeAnnotatedVar.js
conformanceFunctionOverloads.js
constantOverloadFunction.js
constantOverloadFunctionNoSubtypeError.errors.txt
constantOverloadFunctionNoSubtypeError.js
constraintCheckInGenericBaseTypeReference.js
constraintErrors1.errors.txt
constraintErrors1.js
constraintPropagationThroughReturnTypes.js
constraintReferencingTypeParameterFromSameTypeParameterList.errors.txt
constraintReferencingTypeParameterFromSameTypeParameterList.js
constraints0.errors.txt
constraints0.js
constraintSatisfactionWithAny.js
constraintSatisfactionWithAny2.errors.txt
constraintSatisfactionWithAny2.js
constraintSatisfactionWithEmptyObject.js
constraintsThatReferenceOtherContstraints1.errors.txt
constraintsThatReferenceOtherContstraints1.js
constraintsUsedInPrototypeProperty.js
constructorArgs.js
constructorArgsErrors1.errors.txt
constructorArgsErrors2.errors.txt
constructorArgsErrors3.errors.txt
constructorArgsErrors4.errors.txt
constructorArgsErrors5.errors.txt
constructorArgWithGenericCallSignature.js
constructorAsType.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
constructorAsType.js
constructorDefaultValuesReferencingThis.errors.txt
constructorDefaultValuesReferencingThis.js
constructorFunctionTypeIsAssignableToBaseType.js
constructorFunctionTypeIsAssignableToBaseType2.js
constructorHasPrototypeProperty.js
constructorImplementationWithDefaultValues.js
constructorImplementationWithDefaultValues2.errors.txt
constructorImplementationWithDefaultValues2.js
constructorInvocationWithTooFewTypeArgs.errors.txt
constructorInvocationWithTooFewTypeArgs.js
constructorOverloads1.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
constructorOverloads1.js
constructorOverloads2.js
constructorOverloads3.errors.txt
constructorOverloads3.js
constructorOverloads4.errors.txt
constructorOverloads4.js
constructorOverloads5.errors.txt
constructorOverloads5.js
constructorOverloads6.errors.txt
constructorOverloads7.errors.txt
constructorOverloads7.js
constructorOverloads8.errors.txt
constructorOverloads8.js
constructorOverloadsWithDefaultValues.errors.txt
constructorOverloadsWithDefaultValues.js
constructorOverloadsWithOptionalParameters.js
constructorParameterProperties.errors.txt
constructorParameterProperties.js
constructorParameterProperties2.errors.txt
constructorParameterProperties2.js
constructorParameterShadowsOuterScopes.errors.txt
constructorParameterShadowsOuterScopes.js
constructorParametersInVariableDeclarations.errors.txt
constructorParametersInVariableDeclarations.js
constructorParametersThatShadowExternalNamesInVariableDeclarations.errors.txt
constructorParametersThatShadowExternalNamesInVariableDeclarations.js
constructorReturningAPrimitive.js
constructorReturnsInvalidType.errors.txt
constructorReturnsInvalidType.js
constructorStaticParamName.js
constructorStaticParamNameErrors.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
constructorsWithSpecializedSignatures.errors.txt
constructorsWithSpecializedSignatures.js
constructorTypeWithTypeParameters.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
constructorWithAssignableReturnExpression.errors.txt
constructorWithAssignableReturnExpression.js
constructorWithExpressionLessReturn.js
constructSignatureAssignabilityInInheritance.errors.txt
constructSignatureAssignabilityInInheritance.js
constructSignatureAssignabilityInInheritance2.js
constructSignatureAssignabilityInInheritance3.errors.txt
constructSignatureAssignabilityInInheritance3.js
constructSignatureAssignabilityInInheritance4.js
constructSignatureAssignabilityInInheritance5.js
constructSignatureAssignabilityInInheritance6.js
constructSignaturesWithIdenticalOverloads.js
constructSignaturesWithOverloads.js
constructSignaturesWithOverloads2.errors.txt
constructSignaturesWithOverloads2.js
constructSignaturesWithOverloadsThatDifferOnlyByReturnType.js
constructSignatureWithAccessibilityModifiersOnParameters.errors.txt
constructSignatureWithAccessibilityModifiersOnParameters.js
constructSignatureWithAccessibilityModifiersOnParameters2.errors.txt
constructSignatureWithAccessibilityModifiersOnParameters2.js
contextuallyTypingOrOperator.js
contextuallyTypingOrOperator2.js
contextuallyTypingOrOperator3.errors.txt
contextuallyTypingOrOperator3.js
contextualSigInstantiationRestParams.js
contextualSignatureInstantiation1.js
contextualSignatureInstantiation2.js
contextualSignatureInstantiation3.js Addressing CR feedback. 2014-07-22 10:54:20 -07:00
contextualSignatureInstantiationWithTypeParameterConstrainedToOuterTypeParameter.js
contextualSignatureInstatiationContravariance.js
contextualSignatureInstatiationCovariance.js
contextualTypeAny.js
contextualTypeAppliedToVarArgs.js
contextualTypeArrayReturnType.js
contextualTyping.errors.txt Make a test that explicitly sets newline type 2014-07-23 15:56:50 -07:00
contextualTyping.js Make a test that explicitly sets newline type 2014-07-23 15:56:50 -07:00
contextualTyping.js.map
contextualTyping.sourcemap.txt Make a test that explicitly sets newline type 2014-07-23 15:56:50 -07:00
contextualTyping1.js
contextualTyping2.js
contextualTyping3.js
contextualTyping4.js
contextualTyping5.errors.txt
contextualTyping5.js
contextualTyping6.js
contextualTyping7.js
contextualTyping8.js
contextualTyping9.js
contextualTyping10.js
contextualTyping11.errors.txt
contextualTyping11.js
contextualTyping12.js
contextualTyping13.js
contextualTyping14.js
contextualTyping15.js
contextualTyping16.js
contextualTyping17.js
contextualTyping18.js
contextualTyping19.js
contextualTyping20.js
contextualTyping21.errors.txt
contextualTyping21.js
contextualTyping22.js
contextualTyping23.js
contextualTyping24.errors.txt
contextualTyping24.js
contextualTyping25.js
contextualTyping26.js
contextualTyping27.js
contextualTyping28.js
contextualTyping29.js
contextualTyping30.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
contextualTyping30.js
contextualTyping31.js
contextualTyping32.js
contextualTyping33.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
contextualTyping33.js
contextualTyping34.js
contextualTyping35.js
contextualTyping36.js
contextualTyping37.js
contextualTyping38.js
contextualTyping39.errors.txt
contextualTyping39.js
contextualTyping40.js
contextualTyping41.errors.txt
contextualTyping41.js
contextualTypingArrayOfLambdas.js
contextualTypingOfAccessors.errors.txt
contextualTypingOfArrayLiterals1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
contextualTypingOfArrayLiterals1.js
contextualTypingOfConditionalExpression.js
contextualTypingOfConditionalExpression2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
contextualTypingOfConditionalExpression2.js
contextualTypingOfGenericFunctionTypedArguments1.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
contextualTypingOfGenericFunctionTypedArguments1.js
contextualTypingOfLambdaReturnExpression.errors.txt
contextualTypingOfLambdaReturnExpression.js
contextualTypingOfLambdaWithMultipleSignatures.js
contextualTypingOfLambdaWithMultipleSignatures2.js
contextualTypingOfObjectLiterals.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
contextualTypingOfObjectLiterals.js
contextualTypingOfObjectLiterals2.errors.txt
contextualTypingOfObjectLiterals2.js
contextualTypingTwoInstancesOfSameTypeParameter.js
contextualTypingWithFixedTypeParameters1.errors.txt
contextualTypingWithFixedTypeParameters1.js
contextualTypingWithGenericAndNonGenericSignature.js
contextualTypingWithGenericSignature.js
convertKeywords.js
convertKeywordsYes.js No longer emit trailing comma on object literals. 2014-07-28 11:37:36 -07:00
copyrightWithNewLine1.errors.txt
copyrightWithNewLine1.js
copyrightWithoutNewLine1.errors.txt
copyrightWithoutNewLine1.js
couldNotSelectGenericOverload.errors.txt
couldNotSelectGenericOverload.js
covariance1.js
crashInResolveInterface.js
crashInresolveReturnStatement.js
crashInsourcePropertyIsRelatableToTargetProperty.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
crashInsourcePropertyIsRelatableToTargetProperty.js
crashIntypeCheckInvocationExpression.errors.txt
crashIntypeCheckInvocationExpression.js
crashIntypeCheckObjectCreationExpression.errors.txt
crashIntypeCheckObjectCreationExpression.js
crashOnMethodSignatures.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
crashOnMethodSignatures.js
crashRegressionTest.errors.txt
crashRegressionTest.js
createArray.errors.txt
customEventDetail.errors.txt
customEventDetail.js
cyclicModuleImport.js
debugger.js
debuggerEmit.js
declarationEmit_array-types-from-generic-array-usage.js
declarationEmit_nameConflicts.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
declarationEmit_nameConflicts2.js Check if accessible symbol needs futher qualification 2014-07-16 11:30:38 -07:00
declarationEmit_nameConflicts3.js Check if accessible symbol needs futher qualification 2014-07-16 11:30:38 -07:00
declarationEmit_nameConflictsWithAlias.js Check if accessible symbol needs futher qualification 2014-07-16 11:30:38 -07:00
declareAlreadySeen.errors.txt
declareClassInterfaceImplementation.errors.txt
declareClassInterfaceImplementation.js
declaredExternalModule.js
declaredExternalModuleWithExportAssignment.js
declareDottedExtend.js
declareDottedModuleName.js
declareExternalModuleWithExportAssignedFundule.js
declareFileExportAssignment.js Start emitting qualified path if the current symbol is not visible in enclosing declaration 2014-07-16 11:30:14 -07:00
declareFileExportAssignmentWithVarFromVariableStatement.js Start emitting qualified path if the current symbol is not visible in enclosing declaration 2014-07-16 11:30:14 -07:00
declFileAccessors.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileAmbientExternalModuleWithSingleExportedModule.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
declFileCallSignatures.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileClassWithIndexSignature.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileClassWithStaticMethodReturningConstructor.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileConstructors.js Issue# 144: Do not emit the name of the rest paramter in constructors 2014-07-17 19:54:21 -07:00
declFileConstructSignatures.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileEnums.js
declFileEnumUsedAsValue.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileExportAssignmentImportInternalModule.js Use the isDeclarationVisible in checker to determine if the declaration needs to be emitted 2014-07-16 11:37:49 -07:00
declFileExportAssignmentOfGenericInterface.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
declFileExportImportChain.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
declFileExportImportChain2.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
declFileForClassWithMultipleBaseClasses.js Fixed the typo in declaration emitter of implements clause 2014-07-17 18:16:24 -07:00
declFileForClassWithPrivateOverloadedFunction.js Do not emit the signature for implementation of overload in the declaration file 2014-07-15 08:58:02 -07:00
declFileForExportedImport.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileForFunctionTypeAsTypeParameter.js
declFileForInterfaceWithOptionalFunction.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileForInterfaceWithRestParams.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileForTypeParameters.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileForVarList.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileFunctions.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileGenericClassWithGenericExtendedClass.js Fixed the typo in declaration emitter of implements clause 2014-07-17 18:16:24 -07:00
declFileGenericType.js Start emitting qualified path if the current symbol is not visible in enclosing declaration 2014-07-16 11:30:14 -07:00
declFileGenericType2.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
declFileImportedTypeUseInTypeArgPosition.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
declFileImportModuleWithExportAssignment.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
declFileIndexSignatures.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileInternalAliases.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
declFileMethods.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileModuleAssignmentInObjectLiteralProperty.js No longer emit trailing comma on object literals. 2014-07-28 11:37:36 -07:00
declFileModuleContinuation.js Fixed the typo in declaration emitter of implements clause 2014-07-17 18:16:24 -07:00
declFileModuleWithPropertyOfTypeModule.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileObjectLiteralWithAccessors.errors.txt
declFileObjectLiteralWithOnlyGetter.errors.txt
declFileObjectLiteralWithOnlySetter.errors.txt
declFileOptionalInterfaceMethod.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFilePrivateStatic.errors.txt
declFileRegressionTests.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileRestParametersOfFunctionAndFunctionType.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileTypeofClass.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileTypeofEnum.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileTypeofFunction.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileTypeofInAnonymousType.js Start emitting qualified path if the current symbol is not visible in enclosing declaration 2014-07-16 11:30:14 -07:00
declFileTypeofModule.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileWithClassNameConflictingWithClassReferredByExtendsClause.js Check if accessible symbol needs futher qualification 2014-07-16 11:30:38 -07:00
declFileWithExtendsClauseThatHasItsContainerNameConflict.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declFileWithInternalModuleNameConflictsInExtendsClause1.js Fixed the typo in declaration emitter of implements clause 2014-07-17 18:16:24 -07:00
declFileWithInternalModuleNameConflictsInExtendsClause2.js Fixed the typo in declaration emitter of implements clause 2014-07-17 18:16:24 -07:00
declFileWithInternalModuleNameConflictsInExtendsClause3.js Fixed the typo in declaration emitter of implements clause 2014-07-17 18:16:24 -07:00
declInput-2.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
declInput.errors.txt
declInput.js
declInput3.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
declInput4.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
decrementAndIncrementOperators.errors.txt
decrementAndIncrementOperators.js
decrementOperatorWithAnyOtherType.js
decrementOperatorWithAnyOtherTypeInvalidOperations.errors.txt
decrementOperatorWithAnyOtherTypeInvalidOperations.js
decrementOperatorWithEnumType.js
decrementOperatorWithEnumTypeInvalidOperations.errors.txt
decrementOperatorWithEnumTypeInvalidOperations.js
decrementOperatorWithNumberType.js
decrementOperatorWithNumberTypeInvalidOperations.errors.txt
decrementOperatorWithNumberTypeInvalidOperations.js
decrementOperatorWithUnsupportedBooleanType.errors.txt
decrementOperatorWithUnsupportedBooleanType.js
decrementOperatorWithUnsupportedStringType.errors.txt
decrementOperatorWithUnsupportedStringType.js
defaultArgsForwardReferencing.errors.txt
defaultArgsForwardReferencing.js
defaultArgsInFunctionExpressions.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
defaultArgsInFunctionExpressions.js
defaultArgsInOverloads.errors.txt
defaultArgsInOverloads.js
defaultBestCommonTypesHaveDecls.errors.txt
defaultBestCommonTypesHaveDecls.js
defaultIndexProps1.js
defaultIndexProps2.js
defaultValueInConstructorOverload1.errors.txt
defaultValueInConstructorOverload1.js
defaultValueInFunctionOverload1.errors.txt
defaultValueInFunctionOverload1.js
defaultValueInFunctionTypes.errors.txt
defaultValueInFunctionTypes.js
deleteOperator1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
deleteOperator1.js
deleteOperatorInvalidOperations.errors.txt
deleteOperatorWithAnyOtherType.errors.txt
deleteOperatorWithAnyOtherType.js
deleteOperatorWithBooleanType.js
deleteOperatorWithEnumType.js
deleteOperatorWithNumberType.js
deleteOperatorWithStringType.js
dependencyViaImportAlias.js
deprecatedBool.js
derivedClassConstructorWithoutSuperCall.errors.txt
derivedClassConstructorWithoutSuperCall.js
derivedClasses.js
derivedClassFunctionOverridesBaseClassAccessor.errors.txt
derivedClassIncludesInheritedMembers.errors.txt
derivedClassOverridesIndexersWithAssignmentCompatibility.js
derivedClassOverridesPrivateFunction1.errors.txt
derivedClassOverridesPrivateFunction1.js
derivedClassOverridesPrivates.errors.txt
derivedClassOverridesPrivates.js
derivedClassOverridesPublicMembers.errors.txt
derivedClassOverridesWithoutSubtype.js
derivedClassParameterProperties.errors.txt
derivedClassParameterProperties.js
derivedClassSuperCallsInNonConstructorMembers.errors.txt
derivedClassSuperCallsWithThisArg.errors.txt
derivedClassSuperCallsWithThisArg.js emit this capturing as a first action in the constructor 2014-08-01 11:16:09 -07:00
derivedClassTransitivity.errors.txt
derivedClassTransitivity.js
derivedClassTransitivity2.errors.txt
derivedClassTransitivity2.js
derivedClassTransitivity3.errors.txt
derivedClassTransitivity3.js
derivedClassWithAny.errors.txt
derivedClassWithoutExplicitConstructor.errors.txt
derivedClassWithoutExplicitConstructor.js
derivedClassWithoutExplicitConstructor2.errors.txt
derivedClassWithoutExplicitConstructor2.js
derivedClassWithoutExplicitConstructor3.errors.txt
derivedClassWithoutExplicitConstructor3.js
derivedClassWithPrivateInstanceShadowingPublicInstance.errors.txt
derivedClassWithPrivateStaticShadowingPublicStatic.errors.txt
derivedGenericClassWithAny.errors.txt
derivedInterfaceCallSignature.errors.txt
derivedInterfaceCallSignature.js
derivedInterfaceIncompatibleWithBaseIndexer.errors.txt
derivedInterfaceIncompatibleWithBaseIndexer.js
derivedTypeAccessesHiddenBaseCallViaSuperPropertyAccess.js
derivedTypeCallingBaseImplWithOptionalParams.errors.txt
derivedTypeCallingBaseImplWithOptionalParams.js
derivedTypeDoesNotRequireExtendsClause.js
derivedTypeIncompatibleSignatures.errors.txt
derivedTypeIncompatibleSignatures.js
detachedCommentAtStartOfFunctionBody1.errors.txt
detachedCommentAtStartOfFunctionBody1.js
detachedCommentAtStartOfFunctionBody2.errors.txt
detachedCommentAtStartOfFunctionBody2.js
directReferenceToNull.errors.txt
directReferenceToNull.js
directReferenceToUndefined.errors.txt
directReferenceToUndefined.js
doNotWidenAtObjectLiteralPropertyAssignment.js
dontShowCompilerGeneratedMembers.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
dottedModuleName.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
dottedModuleName2.js
dottedSymbolResolution1.js
doWhileBreakStatements.js
doWhileContinueStatements.js
doWhileLoop.js
duplicateAnonymousInners1.js
duplicateAnonymousModuleClasses.js
duplicateClassElements.errors.txt
duplicateConstructorOverloadSignature.js
duplicateConstructorOverloadSignature2.js
duplicateConstructSignature.js
duplicateConstructSignature2.js
duplicateExportAssignments.errors.txt
duplicateIdentifierInCatchBlock.errors.txt
duplicateIdentifierInCatchBlock.js
duplicateIdentifiersAcrossContainerBoundaries.errors.txt
duplicateIdentifiersAcrossContainerBoundaries.js
duplicateIdentifierShouldNotShortCircuitBaseTypeBinding.js
duplicateInterfaceMembers1.errors.txt
duplicateInterfaceMembers1.js
duplicateLocalVariable1.errors.txt
duplicateLocalVariable1.js
duplicateLocalVariable2.errors.txt
duplicateLocalVariable2.js
duplicateLocalVariable3.errors.txt
duplicateLocalVariable3.js
duplicateLocalVariable4.errors.txt
duplicateLocalVariable4.js
duplicateNumericIndexers.errors.txt
duplicateNumericIndexers.js
duplicateObjectLiteralProperty.errors.txt update check for object literal properties according to ECMA spec 2014-07-24 13:02:31 -07:00
duplicateOverloadInTypeAugmentation1.js
duplicatePropertiesInStrictMode.errors.txt update check for object literal properties according to ECMA spec 2014-07-24 13:02:31 -07:00
duplicatePropertyNames.errors.txt
duplicatePropertyNames.js
duplicateStringIndexers.errors.txt Consolidate logic to use the lib in one location in the tests 2014-08-11 15:35:15 -07:00
duplicateStringIndexers.js Consolidate logic to use the lib in one location in the tests 2014-08-11 15:35:15 -07:00
duplicateStringNamedProperty1.errors.txt
duplicateStringNamedProperty1.js
duplicateSymbolsExportMatching.errors.txt use getEffectiveDeclarationFlags to get Export flag 2014-07-25 11:15:19 -07:00
duplicateSymbolsExportMatching.js
duplicateTypeParameters1.errors.txt
duplicateTypeParameters1.js
duplicateTypeParameters2.errors.txt
duplicateTypeParameters2.js
duplicateTypeParameters3.errors.txt
duplicateTypeParameters3.js
duplicateVarAndImport.js
duplicateVarAndImport2.errors.txt
duplicateVarAndImport2.js
duplicateVariableDeclaration1.js
duplicateVariablesByScope.js
duplicateVariablesWithAny.errors.txt
duplicateVariablesWithAny.js
duplicateVarsAcrossFileBoundaries.errors.txt
duplicateVarsAcrossFileBoundaries.js
dynamicModuleTypecheckError.js
emitBOM.js rename test 2014-08-06 14:33:06 -07:00
emitBOM.js.map rename test 2014-08-06 14:33:06 -07:00
emitBOM.sourcemap.txt rename test 2014-08-06 14:33:06 -07:00
emitCommentsOnlyFile.js
emitMemberAccessExpression.js
emitPostComments.js
emitPreComments.js
emitThisInSuperMethodCall.errors.txt
emitThisInSuperMethodCall.js
emptyEnum.js
emptyExpr.js
emptyFile-declaration.js
emptyFile-declaration.js.map
emptyFile-declaration.sourcemap.txt
emptyFile-souremap.js
emptyFile-souremap.js.map
emptyFile-souremap.sourcemap.txt
emptyFile.js
emptyGenericParamList.errors.txt
emptyIndexer.js
emptyMemberAccess.errors.txt Improved lookahead for arrow functions. 2014-07-22 17:01:10 -07:00
emptyTypeArgumentList.errors.txt
emptyTypeArgumentListWithNew.errors.txt
EnumAndModuleWithSameNameAndCommonRoot.js
enumAssignability.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
enumAssignability.js
enumAssignabilityInInheritance.errors.txt
enumAssignabilityInInheritance.js
enumAssignmentCompat.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
enumAssignmentCompat.js
enumAssignmentCompat2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
enumAssignmentCompat2.js
enumBasics.js
enumBasics1.errors.txt Error for more than one enum omitting an initial initializer 2014-07-16 13:50:08 -07:00
enumBasics1.js Error for more than one enum omitting an initial initializer 2014-07-16 13:50:08 -07:00
enumCodeGenNewLines1.js
enumConflictsWithGlobalIdentifier.errors.txt
enumDecl1.js
enumErrors.errors.txt
enumErrors.js
enumFromExternalModule.js
enumGenericTypeClash.errors.txt
enumGenericTypeClash.js
enumIdenticalIdentifierValues.errors.txt
enumIdenticalIdentifierValues.js
enumIdentifierLiterals.js
enumIndexer.js
enumInitializersWithExponents.errors.txt
enumIsNotASubtypeOfAnythingButNumber.errors.txt
enumIsNotASubtypeOfAnythingButNumber.js
enumMapBackIntoItself.js
enumMemberResolution.errors.txt
enumMerging.js
enumMergingErrors.errors.txt Error for more than one enum omitting an initial initializer 2014-07-16 13:50:08 -07:00
enumMergingErrors.js
enumNegativeLiteral1.js
enumNumbering1.js
enumOperations.js
enumPropertyAccess.errors.txt
enumPropertyAccess.js
enumsWithMultipleDeclarations1.errors.txt Error for more than one enum omitting an initial initializer 2014-07-16 13:50:08 -07:00
enumsWithMultipleDeclarations1.js
enumsWithMultipleDeclarations2.errors.txt Error for more than one enum omitting an initial initializer 2014-07-16 13:50:08 -07:00
enumsWithMultipleDeclarations2.js
enumsWithMultipleDeclarations3.js
enumWithoutInitializerAfterComputedMember.errors.txt
enumWithParenthesizedInitializer1.errors.txt
enumWithPrimitiveName.errors.txt
enumWithPrimitiveName.js
enumWithQuotedElementName1.js
enumWithQuotedElementName2.js
enumWithUnicodeEscape1.js
errorForwardReferenceForwadingConstructor.errors.txt
errorForwardReferenceForwadingConstructor.js
errorLocationForInterfaceExtension.errors.txt
errorLocationForInterfaceExtension.js
errorMessageOnObjectLiteralType.errors.txt
errorMessageOnObjectLiteralType.js
errorOnContextuallyTypedReturnType.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
errorOnContextuallyTypedReturnType.js
errorsInGenericTypeReference.errors.txt
errorsOnImportedSymbol.errors.txt
errorsOnImportedSymbol.js
errorSuperCalls.errors.txt
errorSuperPropertyAccess.errors.txt
errorSupression1.errors.txt
errorSupression1.js
errorTypesAsTypeArguments.errors.txt
errorTypesAsTypeArguments.js
es3-amd.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
es3-amd.js.map
es3-amd.sourcemap.txt
es3-declaration-amd.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
es3-declaration-amd.js.map
es3-declaration-amd.sourcemap.txt
es3-sourcemap-amd.js
es3-sourcemap-amd.js.map
es3-sourcemap-amd.sourcemap.txt
es5-amd.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
es5-amd.js.map
es5-amd.sourcemap.txt
es5-declaration-amd.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
es5-declaration-amd.js.map
es5-declaration-amd.sourcemap.txt
es5-souremap-amd.js
es5-souremap-amd.js.map
es5-souremap-amd.sourcemap.txt
es6ClassSuperCodegenBug.js
es6ClassTest.errors.txt
es6ClassTest2.errors.txt
es6ClassTest3.errors.txt Better error recovery when errant semicolon found in a class. 2014-07-16 15:06:03 -07:00
es6ClassTest4.js
es6ClassTest5.js
es6ClassTest7.js
es6ClassTest8.js
es6ClassTest9.errors.txt Improved lookahead for arrow functions. 2014-07-22 17:01:10 -07:00
es6DeclOrdering.errors.txt
es6DeclOrdering.js
es6MemberScoping.errors.txt
es6MemberScoping.js
escapedIdentifiers.js Accepting baselines. 2014-07-21 11:26:26 -07:00
everyTypeAssignableToAny.js
everyTypeWithAnnotationAndInitializer.js
everyTypeWithAnnotationAndInvalidInitializer.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
everyTypeWithAnnotationAndInvalidInitializer.js
everyTypeWithInitializer.js
exportAlreadySeen.errors.txt
exportAssignClassAndModule.js
exportAssignDottedName.errors.txt
exportAssignedTypeAsTypeAnnotation.js
exportAssignImportedIdentifier.errors.txt
ExportAssignment7.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
ExportAssignment8.errors.txt
exportAssignmentAndDeclaration.errors.txt
exportAssignmentAndDeclaration.js
exportAssignmentCircularModules.js
exportAssignmentClass.js
exportAssignmentConstrainedGenericType.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
exportAssignmentConstrainedGenericType.js
exportAssignmentEnum.js
exportAssignmentError.js
exportAssignmentFunction.js
exportAssignmentGenericType.js
exportAssignmentInterface.js
exportAssignmentInternalModule.js
exportAssignmentMergedInterface.js
exportAssignmentMergedModule.js
exportAssignmentOfDeclaredExternalModule.errors.txt
exportAssignmentOfDeclaredExternalModule.js
exportAssignmentOfGenericType1.js
exportAssignmentTopLevelClodule.js
exportAssignmentTopLevelEnumdule.js
exportAssignmentTopLevelFundule.js
exportAssignmentTopLevelIdentifier.js
exportAssignmentVariable.js
exportAssignmentWithDeclareAndExportModifiers.errors.txt Disallow modifiers on export assignments (fix #164) 2014-07-25 16:39:24 -07:00
exportAssignmentWithDeclareModifier.errors.txt Disallow modifiers on export assignments (fix #164) 2014-07-25 16:39:24 -07:00
exportAssignmentWithExportModifier.errors.txt Disallow modifiers on export assignments (fix #164) 2014-07-25 16:39:24 -07:00
exportAssignmentWithExports.errors.txt
exportAssignmentWithExports.js
exportAssignmentWithImportStatementPrivacyError.js
exportAssignmentWithoutIdentifier1.errors.txt
exportAssignmentWithPrivacyError.js
exportAssignNonIdentifier.errors.txt Update baselines for not emitting when module flag is not specified 2014-07-21 09:40:39 -07:00
exportAssignTypes.errors.txt Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
exportAssignValueAndType.js
ExportClassWhichExtendsInterfaceWithInaccessibleType.js
ExportClassWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.js
ExportClassWithInaccessibleTypeInIndexerTypeAnnotations.js
ExportClassWithInaccessibleTypeInTypeParameterConstraint.js
exportCodeGen.js
exportDeclareClass1.errors.txt Better error recovery when errant semicolon found in a class. 2014-07-16 15:06:03 -07:00
exportDeclaredModule.errors.txt
exportedInterfaceInaccessibleInCallbackInModule.js
exportedVariable1.js
exportEqualCallable.js
exportEqualErrorType.errors.txt
exportEqualErrorType.js
exportEqualMemberMissing.errors.txt
exportEqualMemberMissing.js
exportEqualNamespaces.js
ExportFunctionWithAccessibleTypesInParameterAndReturnTypeAnnotation.js
ExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.js
ExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.js
exportImport.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
exportImportAlias.js
exportImportAndClodule.js
exportImportMultipleFiles.js
exportImportNonInstantiatedModule.js
exportImportNonInstantiatedModule2.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
exportingContainingVisibleType.errors.txt
ExportInterfaceWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.js
ExportInterfaceWithInaccessibleTypeInIndexerTypeAnnotations.js
ExportInterfaceWithInaccessibleTypeInTypeParameterConstraint.js
ExportModuleWithAccessibleTypesOnItsExportedMembers.js
exportNonVisibleType.errors.txt
ExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInMemberTypeAnnotations.js
ExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInNestedMemberTypeAnnotations.errors.txt
exportPrivateType.js
exportSameNameFuncVar.errors.txt
exportSameNameFuncVar.js
ExportVariableOfGenericTypeWithInaccessibleTypeAsTypeArgument.js
ExportVariableWithAccessibleTypeInTypeAnnotation.js
ExportVariableWithInaccessibleTypeInTypeAnnotation.js
exportVisibility.js
expr.errors.txt
expr.js
extBaseClass1.js
extBaseClass2.errors.txt
extBaseClass2.js
extendAndImplementTheSameBaseType.js
extendAndImplementTheSameBaseType2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
extendAndImplementTheSameBaseType2.js
extendArray.errors.txt
extendArray.js
extendBaseClassBeforeItsDeclared.js
extendBooleanInterface.js
extendedInterfaceGenericType.js
extendedInterfacesWithDuplicateTypeParameters.errors.txt
extendedInterfacesWithDuplicateTypeParameters.js
extendGenericArray.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
extendGenericArray.js
extendGenericArray2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
extendGenericArray2.js
extendingClassFromAliasAndUsageInIndexer.js
extendNonClassSymbol1.errors.txt
extendNonClassSymbol1.js
extendNonClassSymbol2.errors.txt
extendNonClassSymbol2.js
extendNumberInterface.js
extendsClauseAlreadySeen.errors.txt
extendsClauseAlreadySeen2.errors.txt
extendStringInterface.js
extension.errors.txt
externalModuleAssignToVar.js
externalModuleExportingGenericClass.errors.txt
externalModuleExportingGenericClass.js
externalModuleQualification.js
externalModuleReferenceOfImportDeclarationWithExportModifier.js
externalModuleRefernceResolutionOrderInImportDeclaration.errors.txt
externalModuleRefernceResolutionOrderInImportDeclaration.js
externalModuleResolution.js
externalModuleResolution2.js
externalModuleWithoutCompilerFlag1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
externFunc.js
externModule.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
externModuleClobber.js
externSemantics.errors.txt
externSyntax.errors.txt
fatArrowfunctionAsType.js
fatarrowfunctions.js
fatarrowfunctionsErrors.errors.txt Covered more cases for arrow functions omitting arrows. 2014-07-23 11:49:51 -07:00
fatarrowfunctionsInFunctionParameterDefaults.js
fatarrowfunctionsInFunctions.js
fatarrowfunctionsOptionalArgs.errors.txt
fatarrowfunctionsOptionalArgsErrors1.errors.txt
fatarrowfunctionsOptionalArgsErrors2.errors.txt
fatArrowSelf.js
fieldAndGetterWithSameName.errors.txt
fillInMissingTypeArgsOnConstructCalls.js
fixTypeParameterInSignatureWithRestParameters.js
for-inStatements.errors.txt
for-inStatements.js
for-inStatementsInvalid.errors.txt Update error message to be more consistent with others 2014-07-25 14:01:50 -07:00
for-inStatementsInvalid.js
for.errors.txt
forBreakStatements.js
forContinueStatements.js
forgottenNew.errors.txt
forgottenNew.js
forIn.errors.txt Update error message to be more consistent with others 2014-07-25 14:01:50 -07:00
forIn.js
forIn2.errors.txt
forIn2.js
forInBreakStatements.js
forInContinueStatements.js
forInModule.js
forInStatement1.js
forInStatement2.errors.txt
forInStatement2.js
forInStatement3.js
forInStatement4.errors.txt Update error message to be more consistent with others 2014-07-25 14:01:50 -07:00
forInStatement4.js
forInStatement5.js
forInStatement6.js
forInStatement7.errors.txt Update error message to be more consistent with others 2014-07-25 14:01:50 -07:00
forInStatement7.js
forStatements.js
forStatementsMultipleInvalidDecl.errors.txt
forStatementsMultipleInvalidDecl.js
forStatementsMultipleValidDecl.js
funcdecl.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
funClodule.errors.txt
funClodule.js
functionAndInterfaceWithSeparateErrors.errors.txt Remove SymbolLinks.typeChecked 2014-07-16 13:34:27 -07:00
functionAndInterfaceWithSeparateErrors.js Remove SymbolLinks.typeChecked 2014-07-16 13:34:27 -07:00
FunctionAndModuleWithSameNameAndCommonRoot.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
FunctionAndModuleWithSameNameAndCommonRoot.js
FunctionAndModuleWithSameNameAndDifferentCommonRoot.js
functionAndPropertyNameConflict.errors.txt
functionArgShadowing.errors.txt
functionArgShadowing.js
functionAssignment.errors.txt
functionAssignment.js
functionAssignmentError.js
functionCall1.js
functionCall2.js
functionCall3.js
functionCall4.js
functionCall5.js
functionCall6.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionCall6.js
functionCall7.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionCall7.js
functionCall8.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionCall8.js
functionCall9.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionCall9.js
functionCall10.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionCall10.js
functionCall11.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionCall11.js
functionCall12.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionCall12.js
functionCall13.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionCall13.js
functionCall14.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionCall14.js
functionCall15.errors.txt
functionCall15.js
functionCall16.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionCall16.js
functionCall17.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionCall17.js
functionCalls.errors.txt
functionCalls.js
functionConstraintSatisfaction.js
functionConstraintSatisfaction2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionConstraintSatisfaction2.js
functionConstraintSatisfaction3.js
FunctionDeclaration3.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
FunctionDeclaration3.js
FunctionDeclaration4.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
FunctionDeclaration4.js
FunctionDeclaration6.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
FunctionDeclaration6.js
FunctionDeclaration7.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
FunctionDeclaration7.js
functionDeclarationWithArgumentOfTypeFunctionTypeArray.js Do not emit arrow style call signatures when writing T of T[] 2014-07-15 13:08:13 -07:00
functionExpressionAndLambdaMatchesFunction.js
functionExpressionInWithBlock.errors.txt Give a semantic error on with statements 2014-07-21 17:10:04 -07:00
functionExpressionInWithBlock.js Give a semantic error on with statements 2014-07-21 17:10:04 -07:00
functionExpressionReturningItself.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
functionExpressionShadowedByParams.errors.txt
functionExpressionShadowedByParams.js
functionImplementationErrors.errors.txt Pull model for contextual types. 2014-07-29 18:21:16 -07:00
functionImplementationErrors.js
functionImplementations.js
functionInIfStatementInModule.js
functionLiteral.js
functionLiteralForOverloads.js
functionLiteralForOverloads2.js
functionLiterals.js
functionMergedWithModule.js
functionNameConflicts.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
functionNameConflicts.js
functionOnlyHasThrow.js
functionOverloadAmbiguity1.errors.txt
functionOverloadAmbiguity1.js
functionOverloadErrors.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
functionOverloadErrors.js
functionOverloadErrorsSyntax.errors.txt
functionOverloadImplementationOfWrongName.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
functionOverloadImplementationOfWrongName.js
functionOverloadImplementationOfWrongName2.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
functionOverloadImplementationOfWrongName2.js
functionOverloads.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionOverloads.js
functionOverloads1.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
functionOverloads1.js
functionOverloads2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionOverloads2.js
functionOverloads3.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
functionOverloads3.js
functionOverloads4.errors.txt
functionOverloads4.js
functionOverloads5.errors.txt
functionOverloads5.js
functionOverloads6.js
functionOverloads7.js
functionOverloads8.js
functionOverloads9.js
functionOverloads10.js
functionOverloads11.errors.txt
functionOverloads11.js
functionOverloads12.js
functionOverloads13.js
functionOverloads14.js
functionOverloads15.js
functionOverloads16.js
functionOverloads17.errors.txt
functionOverloads17.js
functionOverloads18.errors.txt
functionOverloads18.js
functionOverloads19.errors.txt
functionOverloads19.js
functionOverloads20.errors.txt
functionOverloads20.js
functionOverloads21.js
functionOverloads22.errors.txt
functionOverloads22.js
functionOverloads23.js
functionOverloads24.js
functionOverloads25.js
functionOverloads26.js
functionOverloads27.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionOverloads27.js
functionOverloads28.js
functionOverloads29.errors.txt
functionOverloads29.js
functionOverloads30.js
functionOverloads31.js
functionOverloads32.js
functionOverloads33.js
functionOverloads34.errors.txt
functionOverloads34.js
functionOverloads35.js
functionOverloads36.js
functionOverloads37.errors.txt
functionOverloads37.js
functionOverloads38.js
functionOverloads39.js
functionOverloads40.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionOverloads40.js
functionOverloads41.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
functionOverloads41.js
functionOverloads42.js
functionOverloadsOnGenericArity1.js
functionOverloadsOnGenericArity2.js
functionOverloadsOutOfOrder.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
functionOverloadsOutOfOrder.js
functionOverloadsRecursiveGenericReturnType.js
functionReturn.js
functionReturningItself.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
functionSignatureAssignmentCompat1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
functionSignatureAssignmentCompat1.js
functionsMissingReturnStatementsAndExpressions.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
functionSubtypingOfVarArgs.js
functionSubtypingOfVarArgs2.js
functionType.js
functionTypeArgumentArrayAssignment.errors.txt
functionTypeArgumentArrayAssignment.js
functionTypeArgumentAssignmentCompat.errors.txt
functionTypeArgumentAssignmentCompat.js
functionWithAnyReturnTypeAndNoReturnExpression.js
functionWithMultipleReturnStatements.errors.txt
functionWithMultipleReturnStatements.js
functionWithMultipleReturnStatements2.js
functionWithSameNameAsField.errors.txt
functionWithSameNameAsField.js
functionWithThrowButNoReturn1.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
functionWithThrowButNoReturn1.js
funduleExportedClassIsUsedBeforeDeclaration.js
funduleOfFunctionWithoutReturnTypeAnnotation.js
funduleSplitAcrossFiles.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
funduleSplitAcrossFiles.js
funduleUsedAcrossFileBoundary.js
fuzzy.errors.txt
fuzzy.js
generatedContextualTyping.js
generativeRecursionWithTypeOf.js
genericAndNonGenericInterfaceWithTheSameName.errors.txt
genericAndNonGenericInterfaceWithTheSameName.js
genericAndNonGenericInterfaceWithTheSameName2.js
genericAndNonGenericOverload1.js
genericArgumentCallSigAssignmentCompat.js
genericArray0.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
genericArray1.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
genericArrayAssignment1.errors.txt
genericArrayAssignment1.js
genericArrayAssignmentCompatErrors.errors.txt
genericArrayAssignmentCompatErrors.js
genericArrayExtenstions.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
genericArrayMethods1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
genericArrayMethods1.js
genericArrayPropertyAssignment.js
genericArrayWithoutTypeAnnotation.errors.txt
genericArrayWithoutTypeAnnotation.js
genericAssignmentCompatOfFunctionSignatures1.errors.txt
genericAssignmentCompatOfFunctionSignatures1.js
genericAssignmentCompatWithInterfaces1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
genericAssignmentCompatWithInterfaces1.js
genericBaseClassLiteralProperty.js
genericBaseClassLiteralProperty2.js
genericCallbackInvokedInsideItsContainingFunction1.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericCallbackInvokedInsideItsContainingFunction1.js
genericCallbacksAndClassHierarchy.js
genericCallSpecializedToTypeArg.errors.txt
genericCallSpecializedToTypeArg.js
genericCallsWithoutParens.errors.txt
genericCallTypeArgumentInference.js
genericCallWithArrayLiteralArgs.js
genericCallWithConstraintsTypeArgumentInference.js
genericCallWithConstraintsTypeArgumentInference2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericCallWithConstraintsTypeArgumentInference2.js
genericCallWithConstructorTypedArguments5.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericCallWithConstructorTypedArguments5.js
genericCallWithFixedArguments.js
genericCallWithFunctionTypedArguments.js
genericCallWithFunctionTypedArguments2.js
genericCallWithFunctionTypedArguments3.js
genericCallWithFunctionTypedArguments4.js
genericCallWithFunctionTypedArguments5.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericCallWithFunctionTypedArguments5.js
genericCallWithGenericSignatureArguments.js
genericCallWithGenericSignatureArguments2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericCallWithGenericSignatureArguments2.js
genericCallWithGenericSignatureArguments3.js
genericCallWithNonGenericArgs1.js
genericCallWithNonSymmetricSubtypes.js
genericCallWithObjectLiteralArgs.js
genericCallWithObjectLiteralArguments1.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericCallWithObjectLiteralArguments1.js
genericCallWithObjectTypeArgs.js
genericCallWithObjectTypeArgs2.js
genericCallWithObjectTypeArgsAndConstraints.js
genericCallWithObjectTypeArgsAndConstraints2.js
genericCallWithObjectTypeArgsAndConstraints3.errors.txt
genericCallWithObjectTypeArgsAndConstraints3.js
genericCallWithObjectTypeArgsAndConstraints4.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericCallWithObjectTypeArgsAndConstraints4.js
genericCallWithObjectTypeArgsAndConstraints5.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericCallWithObjectTypeArgsAndConstraints5.js
genericCallWithObjectTypeArgsAndIndexers.js
genericCallWithObjectTypeArgsAndIndexersErrors.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
genericCallWithObjectTypeArgsAndIndexersErrors.js
genericCallWithObjectTypeArgsAndInitializers.errors.txt
genericCallWithObjectTypeArgsAndInitializers.js
genericCallWithObjectTypeArgsAndNumericIndexer.js
genericCallWithObjectTypeArgsAndStringIndexer.js
genericCallWithoutArgs.errors.txt
genericCallWithOverloadedConstructorTypedArguments.js
genericCallWithOverloadedConstructorTypedArguments2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericCallWithOverloadedConstructorTypedArguments2.js
genericCallWithOverloadedFunctionTypedArguments.js
genericCallWithOverloadedFunctionTypedArguments2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericCallWithOverloadedFunctionTypedArguments2.js
genericChainedCalls.errors.txt
genericChainedCalls.js
genericClasses0.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
genericClasses1.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
genericClasses2.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
genericClasses3.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
genericClasses4.js
genericClassesInModule.js Start emitting qualified path if the current symbol is not visible in enclosing declaration 2014-07-16 11:30:14 -07:00
genericClassesInModule2.js
genericClassesRedeclaration.errors.txt
genericClassesRedeclaration.js
genericClassImplementingGenericInterfaceFromAnotherModule.js Fixed the typo in declaration emitter of implements clause 2014-07-17 18:16:24 -07:00
genericClassInheritsConstructorFromNonGenericClass.js
genericClassPropertyInheritanceSpecialization.js
genericClassStaticMethod.js
genericClassWithFunctionTypedMemberArguments.js
genericClassWithObjectTypeArgsAndConstraints.js
genericClassWithStaticFactory.js
genericClassWithStaticsUsingTypeArguments.errors.txt
genericClassWithStaticsUsingTypeArguments.js
genericCloduleInModule.js
genericCloduleInModule2.errors.txt
genericCloduleInModule2.js
genericCloneReturnTypes.errors.txt
genericCloneReturnTypes.js
genericCloneReturnTypes2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
genericCloneReturnTypes2.js
genericCombinators2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericCombinators2.js
genericConstraint1.errors.txt
genericConstraint1.js
genericConstraint2.errors.txt
genericConstraint2.js
genericConstraint3.errors.txt
genericConstraint3.js
genericConstraintDeclaration.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
genericConstraintOnExtendedBuiltinTypes.js
genericConstraintOnExtendedBuiltinTypes2.js
genericConstraintSatisfaction1.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericConstraintSatisfaction1.js
genericConstructExpressionWithoutArgs.errors.txt
genericConstructInvocationWithNoTypeArg.errors.txt
genericConstructInvocationWithNoTypeArg.js
genericConstructorFunction1.errors.txt
genericConstructorFunction1.js
genericConstructSignatureInInterface.js
genericContextualTypingSpecialization.js
genericDerivedTypeWithSpecializedBase.errors.txt
genericDerivedTypeWithSpecializedBase.js
genericDerivedTypeWithSpecializedBase2.errors.txt
genericDerivedTypeWithSpecializedBase2.js
genericFunctionCallSignatureReturnTypeMismatch.errors.txt
genericFunctionCallSignatureReturnTypeMismatch.js
genericFunctionHasFreshTypeArgs.js
genericFunctions0.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
genericFunctions1.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
genericFunctions2.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
genericFunctions3.js
genericFunctionSpecializations1.js
genericFunctionsWithOptionalParameters1.js
genericFunctionsWithOptionalParameters2.errors.txt
genericFunctionsWithOptionalParameters2.js
genericFunctionsWithOptionalParameters3.js
genericFunctionTypedArgumentsAreFixed.errors.txt
genericFunctionTypedArgumentsAreFixed.js
genericFunduleInModule.errors.txt
genericFunduleInModule.js
genericFunduleInModule2.errors.txt
genericFunduleInModule2.js
genericGetter.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
genericGetter2.errors.txt
genericGetter3.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
genericImplements.js
genericInference1.js
genericInference2.js
genericInstanceOf.js
genericInstantiationEquivalentToObjectLiteral.js
genericInterfaceFunctionTypeParameter.js
genericInterfaceImplementation.js
genericInterfacesWithoutTypeArguments.errors.txt
genericInterfacesWithoutTypeArguments.js
genericInterfaceTypeCall.js
genericLambaArgWithoutTypeArguments.errors.txt
genericLambaArgWithoutTypeArguments.js
genericMemberFunction.errors.txt
genericMemberFunction.js
genericMergedDeclarationUsingTypeParameter.errors.txt
genericMergedDeclarationUsingTypeParameter.js
genericMergedDeclarationUsingTypeParameter2.errors.txt
genericMergedDeclarationUsingTypeParameter2.js
genericMethodOverspecialization.js
genericNewInterface.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericNewInterface.js
genericObjectCreationWithoutTypeArgs.errors.txt
genericObjectLitReturnType.js
genericOfACloduleType1.js
genericOfACloduleType2.js
genericOverloadSignatures.js
genericParameterAssignability1.js
genericPrototypeProperty.js
genericPrototypeProperty2.js
genericPrototypeProperty3.js
genericRecursiveImplicitConstructorErrors1.errors.txt
genericRecursiveImplicitConstructorErrors1.js
genericRecursiveImplicitConstructorErrors2.js
genericRecursiveImplicitConstructorErrors3.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
genericRecursiveImplicitConstructorErrors3.js
genericReduce.errors.txt
genericReduce.js
genericRestArgs.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericRestArgs.js
genericReturnTypeFromGetter1.errors.txt
genericReversingTypeParameters.js
genericReversingTypeParameters2.js
generics0.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
generics1.errors.txt
generics1.js
generics1NoError.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
generics2.errors.txt
generics2.js
generics2NoError.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
generics3.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
generics4.errors.txt
generics4.js
generics4NoError.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
generics5.errors.txt
generics5.js
genericsAndHigherOrderFunctions.js
genericSignatureInheritance.js
genericSignatureInheritance2.js
genericsManyTypeParameters.js
genericSpecializations1.js
genericSpecializations2.errors.txt
genericSpecializations2.js
genericSpecializations3.errors.txt
genericSpecializations3.js
genericSpecializationToTypeLiteral1.js
genericStaticAnyTypeFunction.js
genericsWithDuplicateTypeParameters1.errors.txt
genericsWithDuplicateTypeParameters1.js
genericsWithoutTypeParameters1.errors.txt
genericsWithoutTypeParameters1.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
genericTypeArgumentInference1.js
genericTypeAssertions1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
genericTypeAssertions1.js
genericTypeAssertions2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
genericTypeAssertions2.js
genericTypeAssertions3.js
genericTypeAssertions4.errors.txt
genericTypeAssertions4.js
genericTypeAssertions5.errors.txt
genericTypeAssertions5.js
genericTypeAssertions6.errors.txt
genericTypeAssertions6.js
genericTypeParameterEquivalence2.js
genericTypeReferencesRequireTypeArgs.errors.txt
genericTypeReferencesRequireTypeArgs.js
genericTypeReferenceWithoutTypeArgument.d.errors.txt
genericTypeReferenceWithoutTypeArgument.errors.txt
genericTypeReferenceWithoutTypeArgument2.errors.txt
genericTypeReferenceWithoutTypeArgument3.errors.txt
genericTypeUsedWithoutTypeArguments1.errors.txt
genericTypeUsedWithoutTypeArguments1.js
genericTypeUsedWithoutTypeArguments3.errors.txt
genericTypeUsedWithoutTypeArguments3.js
genericTypeWithCallableMembers.js
genericTypeWithCallableMembers2.js
genericTypeWithMultipleBases1.js
genericTypeWithMultipleBases2.js
genericTypeWithMultipleBases3.js
genericTypeWithNonGenericBaseMisMatch.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
genericTypeWithNonGenericBaseMisMatch.js
genericWithCallSignatureReturningSpecialization.js
genericWithCallSignatures1.js
genericWithIndexerOfTypeParameterType1.js
genericWithIndexerOfTypeParameterType2.js
genericWithOpenTypeParameters1.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
genericWithOpenTypeParameters1.js
getAccessorWithImpliedReturnTypeAndFunctionClassMerge.errors.txt
getAndSetAsMemberNames.errors.txt
getAndSetNotIdenticalType.errors.txt
getAndSetNotIdenticalType2.errors.txt
getAndSetNotIdenticalType3.errors.txt
getsetReturnTypes.errors.txt
getterMissingReturnError.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
gettersAndSetters.errors.txt
gettersAndSettersAccessibility.errors.txt
gettersAndSettersErrors.errors.txt Gracefully handle accessor declarations in ambient classes. 2014-07-25 13:21:55 -07:00
gettersAndSettersTypesAgree.errors.txt
getterSetterNonAccessor.js
getterThatThrowsShouldNotNeedReturn.errors.txt
giant.errors.txt Gracefully handle accessor declarations in ambient classes. 2014-07-25 13:21:55 -07:00
global.js
globalThis.js
globalThisCapture.js
grammarAmbiguities.errors.txt
grammarAmbiguities.js
grammarAmbiguities1.errors.txt
grammarAmbiguities1.js
heterogeneousArrayAndOverloads.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
heterogeneousArrayAndOverloads.js
heterogeneousArrayLiterals.js
hidingCallSignatures.js
hidingConstructSignatures.js
hidingIndexSignatures.js
i3.errors.txt
i3.js
icomparable.js
identicalCallSignatures.js
identicalCallSignatures2.js
identicalCallSignatures3.js
identityForSignaturesWithTypeParametersAndAny.errors.txt
identityForSignaturesWithTypeParametersAndAny.js
identityForSignaturesWithTypeParametersSwitched.js
idInProp.js
ifDoWhileStatements.js
ifElseWithStatements1.errors.txt
ifElseWithStatements1.js
illegalGenericWrapping1.js
illegalModifiersOnClassElements.errors.txt
illegalSuperCallsInConstructor.errors.txt
implementArrayInterface.js
implementClausePrecedingExtends.errors.txt
implementGenericWithMismatchedTypes.errors.txt
implementGenericWithMismatchedTypes.js
implementingAnInterfaceExtendingClassWithPrivates.errors.txt
implementingAnInterfaceExtendingClassWithPrivates.js
implementingAnInterfaceExtendingClassWithPrivates2.errors.txt
implementingAnInterfaceExtendingClassWithPrivates2.js
implementInterfaceAnyMemberWithVoid.js
implementPublicPropertyAsPrivate.errors.txt
implementPublicPropertyAsPrivate.js
implementsClauseAlreadySeen.errors.txt
implicitAnyAmbients.errors.txt
implicitAnyAmbients.js
implicitAnyAnyReturningFunction.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
implicitAnyCastedValue.errors.txt
implicitAnyDeclareFunctionExprWithoutFormalType.errors.txt
implicitAnyDeclareFunctionExprWithoutFormalType.js
implicitAnyDeclareFunctionWithoutFormalType.errors.txt
implicitAnyDeclareFunctionWithoutFormalType.js
implicitAnyDeclareFunctionWithoutFormalType2.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
implicitAnyDeclareMemberWithoutType.errors.txt
implicitAnyDeclareMemberWithoutType.js
implicitAnyDeclareMemberWithoutType2.errors.txt
implicitAnyDeclareMemberWithoutType2.js
implicitAnyDeclareTypePropertyWithoutType.errors.txt
implicitAnyDeclareTypePropertyWithoutType.js
implicitAnyDeclareVariablesWithoutTypeAndInit.errors.txt
implicitAnyDeclareVariablesWithoutTypeAndInit.js
implicitAnyFunctionInvocationWithAnyArguements.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
implicitAnyFunctionInvocationWithAnyArguements.js
implicitAnyFunctionOverloadWithImplicitAnyReturnType.errors.txt
implicitAnyFunctionOverloadWithImplicitAnyReturnType.js
implicitAnyFunctionReturnNullOrUndefined.errors.txt
implicitAnyFunctionReturnNullOrUndefined.js
implicitAnyGenerics.js
implicitAnyGenericTypeInference.errors.txt
implicitAnyGenericTypeInference.js
implicitAnyGetAndSetAccessorWithAnyReturnType.errors.txt Accepting new baselines. 2014-07-31 15:56:00 -07:00
implicitAnyInAmbientDeclaration.errors.txt
implicitAnyInAmbientDeclaration2.d.errors.txt
implicitAnyInCatch.js
implicitAnyNewExprLackConstructorSignature.errors.txt
implicitAnyNewExprLackConstructorSignature.js
implicitAnyWidenToAny.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
implicitAnyWidenToAny.js
import_reference-exported-alias.js
import_reference-to-type-alias.js
import_unneeded-require-when-referenecing-aliased-type-throug-array.js
import_var-referencing-an-imported-module-alias.js
importAliasAnExternalModuleInsideAnInternalModule.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
importAliasIdentifiers.js
importAliasWithDottedName.js
importAndVariableDeclarationConflict1.errors.txt
importAndVariableDeclarationConflict1.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
importAndVariableDeclarationConflict2.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
importAndVariableDeclarationConflict3.errors.txt
importAndVariableDeclarationConflict3.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
importAndVariableDeclarationConflict4.errors.txt
importAndVariableDeclarationConflict4.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
importAnImport.errors.txt
importAnImport.js
importAsBaseClass.errors.txt
importAsBaseClass.js
importDecl.errors.txt
importDecl.js
importDeclarationUsedAsTypeQuery.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
importDeclRefereingExternalModuleWithNoResolve.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
importDeclWithClassModifiers.errors.txt
importDeclWithDeclareModifier.errors.txt Update baselines for not emitting when module flag is not specified 2014-07-21 09:40:39 -07:00
importDeclWithDeclareModifierInAmbientContext.errors.txt
importDeclWithExportModifier.errors.txt
importDeclWithExportModifier.js
importDeclWithExportModifierAndExportAssignment.errors.txt
importDeclWithExportModifierAndExportAssignment.js
importDeclWithExportModifierAndExportAssignmentInAmbientContext.errors.txt
importDeclWithExportModifierAndExportAssignmentInAmbientContext.js
importDeclWithExportModifierInAmbientContext.js
importedModuleAddToGlobal.errors.txt
importedModuleAddToGlobal.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
importedModuleClassNameClash.js
importImportOnlyModule.js
importInsideModule.errors.txt
importInTypePosition.js
importNonExternalModule.errors.txt
importNonExternalModule.js
importNonStringLiteral.errors.txt
importOnAliasedIdentifiers.js
importShadowsGlobalName.js
importStatements.js
importStatementsInterfaces.errors.txt
importStatementsInterfaces.js
importTsBeforeDTs.errors.txt
importTsBeforeDTs.js
importUsedInExtendsList1.js
incompatibleExports1.errors.txt
incompatibleExports1.js
incompatibleExports2.errors.txt
incompatibleExports2.js
incompatibleGenericTypes.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
incompatibleGenericTypes.js
incompatibleTypes.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
incompatibleTypes.js
incompleteDottedExpressionAtEOF.errors.txt
incompleteObjectLiteral1.errors.txt
incorrectClassOverloadChain.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
incorrectClassOverloadChain.js
incrementAndDecrement.errors.txt
incrementOnTypeParameter.errors.txt
incrementOnTypeParameter.js
incrementOperatorWithAnyOtherType.js
incrementOperatorWithAnyOtherTypeInvalidOperations.errors.txt
incrementOperatorWithAnyOtherTypeInvalidOperations.js
incrementOperatorWithEnumType.js
incrementOperatorWithEnumTypeInvalidOperations.errors.txt
incrementOperatorWithEnumTypeInvalidOperations.js
incrementOperatorWithNumberType.js
incrementOperatorWithNumberTypeInvalidOperations.errors.txt
incrementOperatorWithNumberTypeInvalidOperations.js
incrementOperatorWithUnsupportedBooleanType.errors.txt
incrementOperatorWithUnsupportedBooleanType.js
incrementOperatorWithUnsupportedStringType.errors.txt
incrementOperatorWithUnsupportedStringType.js
indexClassByNumber.js
indexer.js
indexer2.js
indexer2A.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
indexer2A.js
indexer3.js
indexerA.js
indexerAsOptional.errors.txt
indexerAssignability.errors.txt
indexerAssignability.js
indexerConstraints.errors.txt
indexerConstraints.js
indexerConstraints2.errors.txt
indexerConstraints2.js
indexerReturningTypeParameter1.js
indexerSignatureWithRestParam.errors.txt
indexersInClassType.js
indexIntoArraySubclass.errors.txt
indexIntoArraySubclass.js
indexIntoEnum.js
indexSignatureMustHaveTypeAnnotation.errors.txt
indexSignaturesInferentialTyping.js
indexSignatureTypeCheck.errors.txt
indexSignatureTypeCheck2.errors.txt
indexSignatureTypeInference.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
indexSignatureTypeInference.js Aligning index signature type inference with assignability rules. 2014-07-22 11:53:06 -07:00
indexSignatureWithAccessibilityModifier.errors.txt
indexSignatureWithInitializer.errors.txt
indexTypeCheck.errors.txt
indexWithoutParamType.errors.txt
indexWithoutParamType2.errors.txt
indirectSelfReference.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
indirectSelfReference.js
indirectSelfReferenceGeneric.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
indirectSelfReferenceGeneric.js
inferentiallyTypingAnEmptyArray.js
inferentialTypingWithFunctionType.js
inferentialTypingWithFunctionType2.js
inferentialTypingWithFunctionTypeNested.js
inferentialTypingWithFunctionTypeSyntacticScenarios.js
inferentialTypingWithFunctionTypeZip.js
inferentialTypingWithObjectLiteralProperties.errors.txt
inferentialTypingWithObjectLiteralProperties.js
inferredFunctionReturnTypeIsEmptyType.errors.txt
inferredFunctionReturnTypeIsEmptyType.js
inferSecondaryParameter.js
inferSetterParamType.errors.txt
inferTypeArgumentsInSignatureWithRestParameters.js
infiniteExpandingTypeThroughInheritanceInstantiation.js
infiniteExpansionThroughInstantiation.errors.txt
infiniteExpansionThroughInstantiation.js
infiniteExpansionThroughInstantiation2.errors.txt
infiniteExpansionThroughInstantiation2.js
infiniteExpansionThroughTypeInference.js
infinitelyExpandingBaseTypes1.js
infinitelyExpandingBaseTypes2.js
infinitelyExpandingOverloads.errors.txt
infinitelyExpandingTypeAssignability.js
infinitelyExpandingTypes1.errors.txt
infinitelyExpandingTypes1.js
infinitelyExpandingTypes2.errors.txt
infinitelyExpandingTypes2.js
infinitelyExpandingTypes3.js
infinitelyExpandingTypes4.js
infinitelyExpandingTypes5.js
infinitelyExpandingTypesNonGenericBase.js
infinitelyGenerativeInheritance1.js
inheritance.errors.txt
inheritance.js
inheritance1.errors.txt
inheritance1.js
inheritanceGrandParentPrivateMemberCollision.errors.txt
inheritanceGrandParentPrivateMemberCollision.js
inheritanceGrandParentPrivateMemberCollisionWithPublicMember.errors.txt
inheritanceGrandParentPrivateMemberCollisionWithPublicMember.js
inheritanceGrandParentPublicMemberCollisionWithPrivateMember.errors.txt
inheritanceGrandParentPublicMemberCollisionWithPrivateMember.js
inheritanceMemberAccessorOverridingAccessor.errors.txt
inheritanceMemberAccessorOverridingMethod.errors.txt
inheritanceMemberAccessorOverridingProperty.errors.txt
inheritanceMemberFuncOverridingAccessor.errors.txt
inheritanceMemberFuncOverridingMethod.js
inheritanceMemberFuncOverridingProperty.errors.txt
inheritanceMemberFuncOverridingProperty.js
inheritanceMemberPropertyOverridingAccessor.errors.txt
inheritanceMemberPropertyOverridingMethod.errors.txt
inheritanceMemberPropertyOverridingMethod.js
inheritanceMemberPropertyOverridingProperty.js
inheritanceOfGenericConstructorMethod1.js
inheritanceOfGenericConstructorMethod2.js
inheritanceStaticAccessorOverridingAccessor.errors.txt
inheritanceStaticAccessorOverridingMethod.errors.txt
inheritanceStaticAccessorOverridingProperty.errors.txt
inheritanceStaticFuncOverridingAccessor.errors.txt
inheritanceStaticFuncOverridingAccessorOfFuncType.errors.txt
inheritanceStaticFuncOverridingMethod.js
inheritanceStaticFuncOverridingProperty.errors.txt
inheritanceStaticFuncOverridingProperty.js
inheritanceStaticFuncOverridingPropertyOfFuncType.js
inheritanceStaticFunctionOverridingInstanceProperty.js
inheritanceStaticMembersCompatible.js
inheritanceStaticMembersIncompatible.errors.txt
inheritanceStaticMembersIncompatible.js
inheritanceStaticPropertyOverridingAccessor.errors.txt
inheritanceStaticPropertyOverridingMethod.errors.txt
inheritanceStaticPropertyOverridingMethod.js
inheritanceStaticPropertyOverridingProperty.js
inheritedConstructorWithRestParams.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
inheritedConstructorWithRestParams.js Issue# 144: Do not emit the name of the rest paramter in constructors 2014-07-17 19:54:21 -07:00
inheritedConstructorWithRestParams2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
inheritedConstructorWithRestParams2.js
inheritedFunctionAssignmentCompatibility.js
inheritedGenericCallSignature.js
inheritedMembersAndIndexSignaturesFromDifferentBases.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
inheritedMembersAndIndexSignaturesFromDifferentBases.js
inheritedMembersAndIndexSignaturesFromDifferentBases2.js
inheritedModuleMembersForClodule.errors.txt
inheritedModuleMembersForClodule.js
inheritedOverloadedSpecializedSignatures.js do not reorder signatures from derived and base types 2014-08-06 13:39:09 -07:00
inheritedStringIndexersFromDifferentBaseTypes.errors.txt
inheritedStringIndexersFromDifferentBaseTypes.js
inheritedStringIndexersFromDifferentBaseTypes2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
inheritedStringIndexersFromDifferentBaseTypes2.js
inheritFromGenericTypeParameter.errors.txt
inheritFromGenericTypeParameter.js
inheritSameNamePrivatePropertiesFromDifferentOrigins.errors.txt
inheritSameNamePrivatePropertiesFromDifferentOrigins.js
inheritSameNamePrivatePropertiesFromSameOrigin.js
inheritSameNamePropertiesWithDifferentOptionality.errors.txt
inheritSameNamePropertiesWithDifferentOptionality.js
inheritSameNamePropertiesWithDifferentVisibility.errors.txt
inheritSameNamePropertiesWithDifferentVisibility.js
initializerReferencingConstructorLocals.errors.txt
initializerReferencingConstructorParameters.errors.txt
initializersInDeclarations.errors.txt
initializersWidened.js
innerAliases.errors.txt
innerAliases.js
innerAliases2.js
innerBoundLambdaEmit.js
innerExtern.js
innerFunc.js
innerModExport1.errors.txt
innerModExport2.errors.txt
innerOverloads.js
innerTypeArgumentInference.js
innerTypeCheckOfLambdaArgument.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
innerTypeCheckOfLambdaArgument.js
innerTypeParameterShadowingOuterOne.js
innerTypeParameterShadowingOuterOne2.js
inOperator.errors.txt
inOperator.js
inOperatorWithFunction.js
inOperatorWithGeneric.js
inOperatorWithInvalidOperands.errors.txt
inOperatorWithInvalidOperands.js
inOperatorWithValidOperands.js
instanceAndStaticDeclarations1.js
instanceMemberAssignsToClassPrototype.errors.txt
instanceMemberAssignsToClassPrototype.js
instanceMemberInitialization.js
instanceOfInExternalModules.js
instanceofOperator.errors.txt
instanceofOperator.js
instanceofOperatorWithAny.js
instanceofOperatorWithInvalidOperands.errors.txt
instanceofOperatorWithInvalidOperands.js
instanceofOperatorWithLHSIsObject.js
instanceofOperatorWithLHSIsTypeParameter.js
instanceofOperatorWithRHSIsSubtypeOfFunction.js
instancePropertiesInheritedIntoClassType.errors.txt
instancePropertyInClassType.errors.txt
instanceSubtypeCheck1.js
instanceSubtypeCheck2.errors.txt
instanceSubtypeCheck2.js
instantiateConstraintsToTypeArguments2.errors.txt
instantiateConstraintsToTypeArguments2.js
instantiatedBaseTypeConstraints.errors.txt
instantiatedBaseTypeConstraints.js
instantiatedBaseTypeConstraints2.errors.txt
instantiatedBaseTypeConstraints2.js
instantiatedModule.js
instantiatedReturnTypeContravariance.js
instantiateGenericClassWithWrongNumberOfTypeArguments.errors.txt
instantiateGenericClassWithWrongNumberOfTypeArguments.js
instantiateGenericClassWithZeroTypeArguments.js
instantiateNonGenericTypeWithTypeArguments.errors.txt
instantiateNonGenericTypeWithTypeArguments.js
instantiateTypeParameter.errors.txt
interface0.js
interfaceAssignmentCompat.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
interfaceAssignmentCompat.js
interfaceContextualType.js
interfacedecl.js Fixed the typo in declaration emitter of implements clause 2014-07-17 18:16:24 -07:00
interfaceDeclaration1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
interfaceDeclaration1.js
interfaceDeclaration2.errors.txt
interfaceDeclaration2.js
interfaceDeclaration3.errors.txt
interfaceDeclaration3.js
interfaceDeclaration4.errors.txt
interfaceDeclaration5.js
interfaceDeclaration6.errors.txt
interfaceDeclaration6.js
InterfaceDeclaration8.errors.txt
InterfaceDeclaration8.js
interfacedeclWithIndexerErrors.errors.txt
interfacedeclWithIndexerErrors.js
interfaceExtendingClass.errors.txt
interfaceExtendingClass2.errors.txt Add errors for break and continue statements 2014-07-23 12:07:46 -07:00
interfaceExtendingClassWithPrivates.errors.txt
interfaceExtendingClassWithPrivates.js
interfaceExtendingClassWithPrivates2.errors.txt
interfaceExtendingClassWithPrivates2.js
interfaceExtendsClass1.js
interfaceExtendsClassWithPrivate1.errors.txt
interfaceExtendsClassWithPrivate1.js
interfaceExtendsClassWithPrivate2.errors.txt
interfaceExtendsClassWithPrivate2.js
interfaceImplementation1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
interfaceImplementation1.js
interfaceImplementation2.errors.txt
interfaceImplementation2.js
interfaceImplementation3.errors.txt
interfaceImplementation3.js
interfaceImplementation4.errors.txt
interfaceImplementation4.js
interfaceImplementation5.errors.txt
interfaceImplementation6.errors.txt
interfaceImplementation6.js
interfaceImplementation7.errors.txt
interfaceImplementation7.js
interfaceImplementation8.errors.txt
interfaceImplementation8.js
interfaceInheritance.errors.txt
interfaceInheritance.js
interfaceInheritance2.js
interfaceInReopenedModule.js
interfaceMayNotBeExtendedWitACall.errors.txt
interfaceMemberValidation.errors.txt
interfaceMemberValidation.js
interfaceNameAsIdentifier.errors.txt
interfaceNameAsIdentifier.js
interfaceNaming1.errors.txt
interfaceOnly.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
interfacePropertiesWithSameName1.js
interfacePropertiesWithSameName2.errors.txt
interfacePropertiesWithSameName2.js
interfacePropertiesWithSameName3.errors.txt
interfacePropertiesWithSameName3.js
interfaceSubtyping.js
interfacesWithPredefinedTypesAsNames.errors.txt
interfaceThatHidesBaseProperty.js
interfaceThatHidesBaseProperty2.errors.txt
interfaceThatHidesBaseProperty2.js
interfaceThatIndirectlyInheritsFromItself.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
interfaceThatIndirectlyInheritsFromItself.js
interfaceThatInheritsFromItself.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
interfaceWithCallAndConstructSignature.js
interfaceWithCallSignaturesThatHidesBaseSignature.js
interfaceWithCallSignaturesThatHidesBaseSignature2.js
interfaceWithConstructSignaturesThatHidesBaseSignature.js
interfaceWithConstructSignaturesThatHidesBaseSignature2.js
interfaceWithImplements1.errors.txt
interfaceWithMultipleBaseTypes.errors.txt
interfaceWithMultipleBaseTypes.js
interfaceWithMultipleBaseTypes2.errors.txt
interfaceWithMultipleBaseTypes2.js
interfaceWithMultipleDeclarations.errors.txt
interfaceWithMultipleDeclarations.js
interfaceWithOptionalProperty.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
interfaceWithOverloadedCallAndConstructSignatures.js
interfaceWithPrivateMember.errors.txt
interfaceWithPropertyOfEveryType.js
interfaceWithPropertyThatIsPrivateInBaseType.errors.txt
interfaceWithPropertyThatIsPrivateInBaseType.js
interfaceWithPropertyThatIsPrivateInBaseType2.errors.txt
interfaceWithPropertyThatIsPrivateInBaseType2.js
interfaceWithSpecializedCallAndConstructSignatures.js
interfaceWithStringIndexerHidingBaseTypeIndexer.errors.txt
interfaceWithStringIndexerHidingBaseTypeIndexer.js
interfaceWithStringIndexerHidingBaseTypeIndexer2.errors.txt
interfaceWithStringIndexerHidingBaseTypeIndexer2.js
interfaceWithStringIndexerHidingBaseTypeIndexer3.errors.txt
interfaceWithStringIndexerHidingBaseTypeIndexer3.js
interMixingModulesInterfaces0.js
interMixingModulesInterfaces1.js
interMixingModulesInterfaces2.js
interMixingModulesInterfaces3.js
interMixingModulesInterfaces4.js
interMixingModulesInterfaces5.js
internalAliasClass.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasClassInsideLocalModuleWithExport.js Check if there is alias symbol in the scope corresponding to the symbol whose name we are trying to get in the symbol table 2014-07-16 11:30:34 -07:00
internalAliasClassInsideLocalModuleWithoutExport.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasClassInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasClassInsideLocalModuleWithoutExportAccessError.js
internalAliasClassInsideTopLevelModuleWithExport.js Check if there is alias symbol in the scope corresponding to the symbol whose name we are trying to get in the symbol table 2014-07-16 11:30:34 -07:00
internalAliasClassInsideTopLevelModuleWithoutExport.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasEnum.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasEnumInsideLocalModuleWithExport.js Check if there is alias symbol in the scope corresponding to the symbol whose name we are trying to get in the symbol table 2014-07-16 11:30:34 -07:00
internalAliasEnumInsideLocalModuleWithoutExport.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasEnumInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasEnumInsideLocalModuleWithoutExportAccessError.js
internalAliasEnumInsideTopLevelModuleWithExport.js Check if there is alias symbol in the scope corresponding to the symbol whose name we are trying to get in the symbol table 2014-07-16 11:30:34 -07:00
internalAliasEnumInsideTopLevelModuleWithoutExport.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasFunction.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
internalAliasFunctionInsideLocalModuleWithExport.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
internalAliasFunctionInsideLocalModuleWithoutExport.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
internalAliasFunctionInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasFunctionInsideLocalModuleWithoutExportAccessError.js
internalAliasFunctionInsideTopLevelModuleWithExport.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
internalAliasFunctionInsideTopLevelModuleWithoutExport.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
internalAliasInitializedModule.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasInitializedModuleInsideLocalModuleWithExport.js Check if there is alias symbol in the scope corresponding to the symbol whose name we are trying to get in the symbol table 2014-07-16 11:30:34 -07:00
internalAliasInitializedModuleInsideLocalModuleWithoutExport.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasInitializedModuleInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasInitializedModuleInsideLocalModuleWithoutExportAccessError.js
internalAliasInitializedModuleInsideTopLevelModuleWithExport.js Check if there is alias symbol in the scope corresponding to the symbol whose name we are trying to get in the symbol table 2014-07-16 11:30:34 -07:00
internalAliasInitializedModuleInsideTopLevelModuleWithoutExport.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasInterface.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasInterfaceInsideLocalModuleWithExport.js Check if there is alias symbol in the scope corresponding to the symbol whose name we are trying to get in the symbol table 2014-07-16 11:30:34 -07:00
internalAliasInterfaceInsideLocalModuleWithoutExport.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasInterfaceInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasInterfaceInsideLocalModuleWithoutExportAccessError.js
internalAliasInterfaceInsideTopLevelModuleWithExport.js Check if there is alias symbol in the scope corresponding to the symbol whose name we are trying to get in the symbol table 2014-07-16 11:30:34 -07:00
internalAliasInterfaceInsideTopLevelModuleWithoutExport.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasUninitializedModule.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasUninitializedModuleInsideLocalModuleWithExport.js Check if there is alias symbol in the scope corresponding to the symbol whose name we are trying to get in the symbol table 2014-07-16 11:30:34 -07:00
internalAliasUninitializedModuleInsideLocalModuleWithoutExport.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasUninitializedModuleInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasUninitializedModuleInsideLocalModuleWithoutExportAccessError.js
internalAliasUninitializedModuleInsideTopLevelModuleWithExport.js Check if there is alias symbol in the scope corresponding to the symbol whose name we are trying to get in the symbol table 2014-07-16 11:30:34 -07:00
internalAliasUninitializedModuleInsideTopLevelModuleWithoutExport.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
internalAliasVar.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
internalAliasVarInsideLocalModuleWithExport.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
internalAliasVarInsideLocalModuleWithoutExport.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
internalAliasVarInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasVarInsideLocalModuleWithoutExportAccessError.js
internalAliasVarInsideTopLevelModuleWithExport.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
internalAliasVarInsideTopLevelModuleWithoutExport.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
internalAliasWithDottedNameEmit.js
internalImportInstantiatedModuleMergedWithClassNotReferencingInstance.errors.txt Error when importing shadowed internal module. 2014-07-26 08:13:52 -07:00
internalImportInstantiatedModuleMergedWithClassNotReferencingInstance.js
internalImportInstantiatedModuleMergedWithClassNotReferencingInstanceNoConflict.js
internalImportInstantiatedModuleNotReferencingInstance.errors.txt Error when importing shadowed internal module. 2014-07-26 08:13:52 -07:00
internalImportInstantiatedModuleNotReferencingInstance.js
internalImportUnInstantiatedModuleMergedWithClassNotReferencingInstance.errors.txt Error when importing shadowed internal module. 2014-07-26 08:13:52 -07:00
internalImportUnInstantiatedModuleMergedWithClassNotReferencingInstance.js
internalImportUnInstantiatedModuleMergedWithClassNotReferencingInstanceNoConflict.js
internalImportUnInstantiatedModuleNotReferencingInstanceNoConflict.js
intrinsics.errors.txt
intrinsics.js
intTypeCheck.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
invalidAssignmentsToVoid.errors.txt
invalidAssignmentsToVoid.js
invalidBooleanAssignments.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
invalidBooleanAssignments.js
invalidConstraint1.errors.txt
invalidConstraint1.js
invalidDoWhileBreakStatements.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
invalidDoWhileContinueStatements.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
invalidEnumAssignments.errors.txt
invalidEnumAssignments.js
invalidForBreakStatements.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
invalidForContinueStatements.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
invalidForInBreakStatements.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
invalidForInContinueStatements.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
invalidImportAliasIdentifiers.errors.txt
invalidImportAliasIdentifiers.js
invalidInstantiatedModule.errors.txt
invalidInstantiatedModule.js
invalidModuleWithStatementsOfEveryKind.errors.txt
invalidModuleWithVarStatements.errors.txt
invalidMultipleVariableDeclarations.errors.txt
invalidMultipleVariableDeclarations.js
invalidNestedModules.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
invalidNestedModules.js
InvalidNonInstantiatedModule.errors.txt
InvalidNonInstantiatedModule.js
invalidNumberAssignments.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
invalidNumberAssignments.js
invalidReferenceSyntax1.errors.txt
invalidReturnStatements.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
invalidReturnStatements.js
invalidSplice.js
invalidStaticField.errors.txt
invalidStaticField.js
invalidStringAssignments.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
invalidStringAssignments.js
invalidSwitchBreakStatement.js
invalidSwitchContinueStatement.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
invalidSymbolInTypeParameter1.errors.txt
invalidSymbolInTypeParameter1.js
invalidThrowStatement.errors.txt
invalidTripleSlashReference.errors.txt
invalidTryStatements.errors.txt
invalidTryStatements2.errors.txt Simplified error recovery by just using 'parseTryStatement'. 2014-07-26 21:23:50 -07:00
invalidTypeNames.js
invalidTypeOfTarget.errors.txt
invalidUndefinedAssignments.errors.txt
invalidUndefinedAssignments.js
invalidUndefinedValues.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
invalidUnicodeEscapeSequance.errors.txt
invalidUnicodeEscapeSequance2.errors.txt
invalidUnicodeEscapeSequance3.errors.txt
invalidUnicodeEscapeSequance4.errors.txt
invalidVoidAssignments.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
invalidVoidAssignments.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
invalidVoidValues.errors.txt
invalidVoidValues.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
invalidWhileBreakStatements.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
invalidWhileContinueStatements.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
invocationExpressionInFunctionParameter.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
invocationExpressionInFunctionParameter.js
invokingNonGenericMethodWithTypeArguments1.errors.txt
invokingNonGenericMethodWithTypeArguments1.js
invokingNonGenericMethodWithTypeArguments2.errors.txt
invokingNonGenericMethodWithTypeArguments2.js
ipromise2.js
ipromise3.js
ipromise4.js
isLiteral1.js
isLiteral2.js
keywordField.js
knockout.errors.txt
knockout.js
lambdaArgCrash.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
lambdaArgCrash.js
lambdaASIEmit.js
lambdaExpression.js
lambdaParamTypes.errors.txt
lambdaParamTypes.js
lambdaPropSelf.errors.txt
lambdaPropSelf.js emit this capturing as a first action in the constructor 2014-08-01 11:16:09 -07:00
lastPropertyInLiteralWins.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
lastPropertyInLiteralWins.js
libdtsFix.js
libMembers.errors.txt
library_ArraySlice.js
library_DatePrototypeProperties.js
library_ObjectPrototypeProperties.js
library_RegExpExecArraySlice.js
library_StringSlice.js
lift.errors.txt
lift.js
listFailure.js
literals-negative.errors.txt
literals-negative.js
literals.errors.txt Error on octal literals in ES5 and strict mode 2014-08-06 18:10:16 -07:00
literals1.js
localAliasExportAssignment.js
localImportNameVsGlobalName.js
localVariablesReturnedFromCatchBlocks.js
logicalAndOperatorWithEveryType.js
logicalAndOperatorWithTypeParameters.js
logicalNotExpression1.errors.txt Renames of existing baselines with casing to match the test files 2014-07-23 11:02:48 -07:00
logicalNotExpression1.js
logicalNotOperatorInvalidOperations.errors.txt
logicalNotOperatorWithAnyOtherType.errors.txt
logicalNotOperatorWithAnyOtherType.js
logicalNotOperatorWithBooleanType.js
logicalNotOperatorWithEnumType.js
logicalNotOperatorWithNumberType.js
logicalNotOperatorWithStringType.js
logicalOrExpressionIsContextuallyTyped.js
logicalOrExpressionIsNotContextuallyTyped.js
logicalOrOperatorWithEveryType.js
logicalOrOperatorWithTypeParameters.js
m7Bugs.js
matchingOfObjectLiteralConstraints.errors.txt
matchingOfObjectLiteralConstraints.js
matchReturnTypeInAllBranches.errors.txt
matchReturnTypeInAllBranches.js
maxConstraints.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
maxConstraints.js
memberAccessMustUseModuleInstances.js
memberAccessOnConstructorType.js
MemberAccessorDeclaration15.errors.txt
memberFunctionOverloadMixingStaticAndInstance.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
memberFunctionOverloadMixingStaticAndInstance.js
memberFunctionsWithPrivateOverloads.errors.txt
memberFunctionsWithPrivateOverloads.js
memberFunctionsWithPublicOverloads.js
memberFunctionsWithPublicPrivateOverloads.errors.txt
memberFunctionsWithPublicPrivateOverloads.js
memberOverride.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
memberOverride.js
memberScope.errors.txt
memberScope.js
memberVariableDeclarations1.js
mergedDeclarations1.js
mergedDeclarations2.errors.txt
mergedDeclarations2.js
mergedDeclarations3.errors.txt
mergedDeclarations3.js
mergedDeclarations4.js
mergedEnumDeclarationCodeGen.js
mergedInterfaceFromMultipleFiles1.js
mergedInterfacesWithConflictingPropertyNames.errors.txt
mergedInterfacesWithConflictingPropertyNames.js
mergedInterfacesWithConflictingPropertyNames2.errors.txt
mergedInterfacesWithConflictingPropertyNames2.js
mergedInterfacesWithIndexers.js
mergedInterfacesWithIndexers2.errors.txt
mergedInterfacesWithIndexers2.js
mergedInterfacesWithInheritedPrivates.errors.txt
mergedInterfacesWithInheritedPrivates.js
mergedInterfacesWithInheritedPrivates2.errors.txt
mergedInterfacesWithInheritedPrivates2.js
mergedInterfacesWithInheritedPrivates3.errors.txt
mergedInterfacesWithInheritedPrivates3.js
mergedInterfacesWithMultipleBases.js
mergedInterfacesWithMultipleBases2.js
mergedInterfacesWithMultipleBases3.js
mergedInterfacesWithMultipleBases4.errors.txt
mergedInterfacesWithMultipleBases4.js
mergedModuleDeclarationCodeGen.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
mergedModuleDeclarationCodeGen2.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
mergedModuleDeclarationCodeGen3.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
mergedModuleDeclarationCodeGen4.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
mergedModuleDeclarationCodeGen5.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
mergedModuleDeclarationWithSharedExportedVar.js
mergeThreeInterfaces.js
mergeThreeInterfaces2.js
mergeTwoInterfaces.js
mergeTwoInterfaces2.js
methodContainingLocalFunction.js
methodSignatureDeclarationEmit1.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
methodSignaturesWithOverloads.errors.txt
methodSignaturesWithOverloads.js
methodSignaturesWithOverloads2.js
mismatchedClassConstructorVariable.errors.txt
mismatchedClassConstructorVariable.js
mismatchedExplicitTypeParameterAndArgumentType.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
mismatchedExplicitTypeParameterAndArgumentType.js
mismatchedGenericArguments1.js
missingImportAfterModuleImport.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
missingReturnStatement.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
missingReturnStatement.js
missingReturnStatement1.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
missingReturnStatement1.js
missingSelf.js
missingTypeArguments1.errors.txt
missingTypeArguments1.js
missingTypeArguments2.errors.txt
missingTypeArguments2.js
missingTypeArguments3.js
mixedExports.js use getEffectiveDeclarationFlags to get Export flag 2014-07-25 11:15:19 -07:00
mixingFunctionAndAmbientModule1.js
mixingStaticAndInstanceOverloads.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
mixingStaticAndInstanceOverloads.js
modFunctionCrash.js
modKeyword.js
module_augmentExistingAmbientVariable.errors.txt
module_augmentExistingAmbientVariable.js
module_augmentExistingVariable.errors.txt
module_augmentExistingVariable.js
moduleAliasAsFunctionArgument.js
moduleAliasInterface.js
ModuleAndClassWithSameNameAndCommonRoot.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
ModuleAndClassWithSameNameAndCommonRoot.js
ModuleAndEnumWithSameNameAndCommonRoot.js
ModuleAndFunctionWithSameNameAndCommonRoot.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
ModuleAndFunctionWithSameNameAndCommonRoot.js
moduleAndInterfaceSharingName.js
moduleAndInterfaceSharingName2.errors.txt
moduleAndInterfaceSharingName2.js
moduleAndInterfaceSharingName3.js
moduleAndInterfaceSharingName4.js
moduleAndInterfaceWithSameName.errors.txt
moduleAndInterfaceWithSameName.js
moduleAsBaseType.errors.txt
moduleAsBaseType.js
moduleAssignmentCompat1.errors.txt
moduleAssignmentCompat1.js
moduleAssignmentCompat2.errors.txt
moduleAssignmentCompat2.js
moduleAssignmentCompat3.errors.txt
moduleAssignmentCompat3.js
moduleAssignmentCompat4.errors.txt
moduleAssignmentCompat4.js
moduleClassArrayCodeGenTest.errors.txt
moduleClassArrayCodeGenTest.js
moduleCodeGenTest3.js
moduleCodegenTest4.js
moduleCodeGenTest5.js
moduleCrashBug1.errors.txt
moduleCrashBug1.js
moduledecl.errors.txt
moduleExports1.errors.txt
moduleExports1.js
moduleIdentifiers.js
moduleImport.errors.txt
moduleImport.js
moduleImportedForTypeArgumentPosition.js
moduleInTypePosition1.errors.txt
moduleInTypePosition1.js
moduleKeywordRepeatError.errors.txt
moduleMemberWithoutTypeAnnotation1.js
moduleMemberWithoutTypeAnnotation2.js
moduleMerge.js
moduleNewExportBug.errors.txt
moduleNewExportBug.js
moduleNoEmit.js
moduleOuterQualification.js
moduleProperty1.errors.txt
moduleProperty2.errors.txt
moduleProperty2.js
moduleRedifinitionErrors.js
moduleReopenedTypeOtherBlock.js
moduleReopenedTypeSameBlock.js
moduleScoping.errors.txt
moduleScopingBug.js
moduleUnassignedVariable.js
moduleVariableArrayIndexer.js
moduleVariables.js
moduleVisibilityTest1.js
moduleVisibilityTest2.errors.txt
moduleVisibilityTest2.js
moduleVisibilityTest3.errors.txt
moduleVisibilityTest3.js
ModuleWithExportedAndNonExportedClasses.errors.txt
ModuleWithExportedAndNonExportedClasses.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
ModuleWithExportedAndNonExportedEnums.errors.txt
ModuleWithExportedAndNonExportedEnums.js
ModuleWithExportedAndNonExportedFunctions.errors.txt
ModuleWithExportedAndNonExportedFunctions.js
ModuleWithExportedAndNonExportedImportAlias.errors.txt
ModuleWithExportedAndNonExportedImportAlias.js
ModuleWithExportedAndNonExportedVariables.errors.txt
ModuleWithExportedAndNonExportedVariables.js
moduleWithNoValuesAsType.errors.txt
moduleWithNoValuesAsType.js
moduleWithStatementsOfEveryKind.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
moduleWithTryStatement1.js
moduleWithValuesAsType.errors.txt
moduleWithValuesAsType.js
multiCallOverloads.js
multiExtendsSplitInterfaces1.errors.txt
multiExtendsSplitInterfaces1.js
multiExtendsSplitInterfaces2.js
multiImportExport.errors.txt
multiLineErrors.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
multiLineErrors.js
multiModuleClodule1.js
multiModuleFundule1.js
multipleBaseInterfaesWithIncompatibleProperties.errors.txt
multipleBaseInterfaesWithIncompatibleProperties.js
multipleClassPropertyModifiers.errors.txt
multipleClassPropertyModifiersErrors.errors.txt
multipleExportAssignments.errors.txt
multipleExportAssignments.js
multipleExportAssignmentsInAmbientDeclaration.errors.txt
multipleExportAssignmentsInAmbientDeclaration.js
multipleInheritance.errors.txt
multipleNumericIndexers.errors.txt
multipleNumericIndexers.js
multipleStringIndexers.errors.txt
multipleStringIndexers.js
multivar.errors.txt use getEffectiveDeclarationFlags to get Export flag 2014-07-25 11:15:19 -07:00
multivar.js
mutrec.js
mutuallyRecursiveGenericBaseTypes1.js
mutuallyRecursiveGenericBaseTypes2.js
nameCollision.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
nameCollisions.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
nameCollisions.js
nameCollisionsInPropertyAssignments.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
nameDelimitedBySlashes.js
namedFunctionExpressionAssignedToClassProperty.js
namedFunctionExpressionCall.js
namedFunctionExpressionCallErrors.errors.txt
namedFunctionExpressionCallErrors.js
namedFunctionExpressionInModule.js
namespaces1.js
namespaces2.js
nameWithFileExtension.errors.txt
nameWithFileExtension.js
nameWithRelativePaths.js
negateOperatorInvalidOperations.errors.txt
negateOperatorWithAnyOtherType.js
negateOperatorWithBooleanType.js
negateOperatorWithEnumType.js
negateOperatorWithNumberType.js
negateOperatorWithStringType.js
negativeZero.js
nestedClassDeclaration.errors.txt
nestedGenerics.js
nestedIfStatement.js
nestedIndexer.js
nestedInfinitelyExpandedRecursiveTypes.js
nestedModulePrivateAccess.js
nestedModules.js
nestedRecursiveLambda.js
nestedSelf.js
newArrays.js
newExpressionWithCast.errors.txt
newExpressionWithTypeParameterConstrainedToOuterTypeParameter.js
newFunctionImplicitAny.errors.txt
newFunctionImplicitAny.js
newMissingIdentifier.errors.txt
newNonReferenceType.errors.txt
newNonReferenceType.js
newOnInstanceSymbol.errors.txt
newOnInstanceSymbol.js
newOperator.errors.txt
newOperatorConformance.js
newOperatorErrorCases.errors.txt
noCatchBlock.js
noCatchBlock.js.map
noCatchBlock.sourcemap.txt
noCollisionThisExpressionAndClassInGlobal.js
noCollisionThisExpressionAndLocalVarInAccessors.errors.txt
noCollisionThisExpressionAndLocalVarInConstructor.js
noCollisionThisExpressionAndLocalVarInFunction.js
noCollisionThisExpressionAndLocalVarInLambda.js
noCollisionThisExpressionAndLocalVarInMethod.js
noCollisionThisExpressionAndLocalVarInProperty.js
noCollisionThisExpressionAndVarInGlobal.js
noCollisionThisExpressionInFunctionAndVarInGlobal.js
noConstraintInReturnType1.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
noErrorsInCallback.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
noErrorsInCallback.js
noImplicitAnyAndPrivateMembersWithoutTypeAnnotations.js
noImplicitAnyForIn.errors.txt Update error message to be more consistent with others 2014-07-25 14:01:50 -07:00
noImplicitAnyForIn.js
noImplicitAnyForMethodParameters.errors.txt
noImplicitAnyForMethodParameters.js
noImplicitAnyForwardReferencedInterface.errors.txt
noImplicitAnyForwardReferencedInterface.js
noImplicitAnyFunctionExpressionAssignment.errors.txt
noImplicitAnyFunctionExpressionAssignment.js
noImplicitAnyFunctions.errors.txt
noImplicitAnyFunctions.js
noImplicitAnyInBareInterface.errors.txt
noImplicitAnyInBareInterface.js
noImplicitAnyInContextuallyTypesFunctionParamter.js
noImplicitAnyIndexing.errors.txt
noImplicitAnyIndexing.js
noImplicitAnyModule.errors.txt
noImplicitAnyModule.js
noImplicitAnyParametersInAmbientClass.errors.txt
noImplicitAnyParametersInAmbientClass.js
noImplicitAnyParametersInAmbientFunctions.errors.txt
noImplicitAnyParametersInAmbientFunctions.js
noImplicitAnyParametersInAmbientModule.errors.txt
noImplicitAnyParametersInAmbientModule.js
noImplicitAnyParametersInBareFunctions.errors.txt
noImplicitAnyParametersInBareFunctions.js
noImplicitAnyParametersInClass.errors.txt
noImplicitAnyParametersInClass.js
noImplicitAnyParametersInInterface.errors.txt
noImplicitAnyParametersInInterface.js
noImplicitAnyParametersInModule.errors.txt
noImplicitAnyParametersInModule.js
noImplicitAnyReferencingDeclaredInterface.errors.txt
noImplicitAnyReferencingDeclaredInterface.js
noImplicitAnyStringIndexerOnObject.errors.txt
noImplicitAnyStringIndexerOnObject.js
noImplicitAnyWithOverloads.errors.txt
noImplicitAnyWithOverloads.js
nominalSubtypeCheckOfTypeParameter.js
nominalSubtypeCheckOfTypeParameter2.js
nonArrayRestArgs.errors.txt
nonArrayRestArgs.js
nonConflictingRecursiveBaseTypeMembers.js
nonContextuallyTypedLogicalOr.errors.txt
nonContextuallyTypedLogicalOr.js
nonExportedElementsOfMergedModules.errors.txt
nonExportedElementsOfMergedModules.js
nonGenericClassExtendingGenericClassWithAny.js
nonInstantiatedModule.js
noSelfOnVars.js
noTypeArgumentOnReturnType1.errors.txt
noTypeArgumentOnReturnType1.js
null.js
nullAssignableToEveryType.js
nullAssignedToUndefined.errors.txt
nullAssignedToUndefined.js
nullIsSubtypeOfEverythingButUndefined.js
nullKeyword.errors.txt
nullKeyword.js
numberAsInLHS.js
numberAssignableToEnum.js
numberOnLeftSideOfInExpression.js
numberPropertyAccess.js
numberToString.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
numberToString.js
numericClassMembers1.errors.txt
numericClassMembers1.js
numericIndexerConstrainsPropertyDeclarations.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
numericIndexerConstrainsPropertyDeclarations2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
numericIndexerConstrainsPropertyDeclarations2.js
numericIndexerConstraint.errors.txt
numericIndexerConstraint.js
numericIndexerConstraint1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
numericIndexerConstraint1.js
numericIndexerConstraint2.errors.txt
numericIndexerConstraint2.js
numericIndexerConstraint3.js
numericIndexerConstraint4.js
numericIndexerConstraint5.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
numericIndexerConstraint5.js
numericIndexerTyping1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
numericIndexerTyping1.js
numericIndexerTyping2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
numericIndexerTyping2.js
numericIndexExpressions.errors.txt
numericIndexExpressions.js
numericIndexingResults.js
numericMethodName1.js
numericNamedPropertyDuplicates.errors.txt
numericStringNamedPropertyEquivalence.errors.txt
numericStringNamedPropertyEquivalence.js
numLit.errors.txt
objectCreationExpressionInFunctionParameter.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
objectCreationOfElementAccessExpression.errors.txt
objectCreationOfElementAccessExpression.js
objectIndexer.js
objectLitArrayDeclNoNew.errors.txt
objectLiteral1.js
objectLiteral2.js
objectLiteralArraySpecialization.js
objectLiteralDeclarationGeneration1.js
objectLiteralErrors.errors.txt Error on octal literals in ES5 and strict mode 2014-08-06 18:10:16 -07:00
objectLiteralErrorsES3.errors.txt
objectLiteralFunctionArgContextualTyping.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
objectLiteralFunctionArgContextualTyping.js
objectLiteralFunctionArgContextualTyping2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
objectLiteralFunctionArgContextualTyping2.js
objectLiteralGettersAndSetters.errors.txt
objectLiteralIndexerErrors.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
objectLiteralIndexerErrors.js
objectLiteralIndexers.js
objectLiteralParameterResolution.errors.txt
objectLiteralParameterResolution.js No longer emit trailing comma on object literals. 2014-07-28 11:37:36 -07:00
objectLiteralReferencingInternalProperties.errors.txt
objectLiteralReferencingInternalProperties.js
objectLiteralWidened.js
objectLiteralWithGetAccessorInsideFunction.errors.txt
objectLiteralWithNumericPropertyName.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
objectLiteralWithNumericPropertyName.js
objectLitGetterSetter.js
objectLitIndexerContextualType.errors.txt
objectLitIndexerContextualType.js No longer emit trailing comma on object literals. 2014-07-28 11:37:36 -07:00
objectLitPropertyScoping.errors.txt
objectLitStructuralTypeMismatch.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
objectLitStructuralTypeMismatch.js
objectLitTargetTypeCallSite.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
objectLitTargetTypeCallSite.js
objectMembersOnTypes.js
objectTypeHidingMembersOfExtendedObject.errors.txt
objectTypeHidingMembersOfExtendedObject.js
objectTypeHidingMembersOfObject.js
objectTypeHidingMembersOfObjectAssignmentCompat.errors.txt
objectTypeHidingMembersOfObjectAssignmentCompat.js
objectTypeHidingMembersOfObjectAssignmentCompat2.errors.txt
objectTypeHidingMembersOfObjectAssignmentCompat2.js
objectTypeLiteralSyntax.js
objectTypeLiteralSyntax2.errors.txt
objectTypePropertyAccess.js
objectTypesIdentity.js
objectTypesIdentity2.js
objectTypesIdentityWithCallSignatures.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithCallSignatures2.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithCallSignatures3.errors.txt
objectTypesIdentityWithCallSignatures3.js
objectTypesIdentityWithCallSignaturesDifferingParamCounts.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithCallSignaturesDifferingParamCounts2.js
objectTypesIdentityWithCallSignaturesWithOverloads.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithComplexConstraints.errors.txt
objectTypesIdentityWithComplexConstraints.js
objectTypesIdentityWithConstructSignatures.js
objectTypesIdentityWithConstructSignatures2.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithConstructSignaturesDifferingParamCounts.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericCallSignatures.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericCallSignatures2.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints2.errors.txt
objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints2.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.errors.txt
objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericCallSignaturesDifferingByReturnType.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericCallSignaturesDifferingByReturnType2.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericCallSignaturesDifferingTypeParameterCounts.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericCallSignaturesDifferingTypeParameterCounts2.js
objectTypesIdentityWithGenericCallSignaturesDifferingTypeParameterNames.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericCallSignaturesOptionalParams.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericCallSignaturesOptionalParams2.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericCallSignaturesOptionalParams3.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints2.errors.txt
objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints2.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.errors.txt
objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericConstructSignaturesDifferingByReturnType.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericConstructSignaturesDifferingByReturnType2.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericConstructSignaturesDifferingTypeParameterCounts.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericConstructSignaturesDifferingTypeParameterNames.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericConstructSignaturesOptionalParams.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericConstructSignaturesOptionalParams2.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithGenericConstructSignaturesOptionalParams3.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
objectTypesIdentityWithNumericIndexers1.js
objectTypesIdentityWithNumericIndexers2.js
objectTypesIdentityWithNumericIndexers3.js
objectTypesIdentityWithOptionality.js
objectTypesIdentityWithPrivates.js
objectTypesIdentityWithPrivates2.js
objectTypesIdentityWithPublics.js
objectTypesIdentityWithStringIndexers.js
objectTypesIdentityWithStringIndexers2.js
objectTypesWithOptionalProperties.errors.txt
objectTypesWithOptionalProperties2.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
objectTypesWithPredefinedTypesAsName.errors.txt
objectTypesWithPredefinedTypesAsName.js
objectTypesWithPredefinedTypesAsName2.errors.txt
objectTypeWithCallSignatureAppearsToBeFunctionType.js
objectTypeWithCallSignatureHidingMembersOfExtendedFunction.js
objectTypeWithCallSignatureHidingMembersOfFunction.js
objectTypeWithCallSignatureHidingMembersOfFunctionAssignmentCompat.errors.txt
objectTypeWithCallSignatureHidingMembersOfFunctionAssignmentCompat.js
objectTypeWithConstructSignatureAppearsToBeFunctionType.errors.txt
objectTypeWithConstructSignatureAppearsToBeFunctionType.js
objectTypeWithConstructSignatureHidingMembersOfExtendedFunction.js
objectTypeWithConstructSignatureHidingMembersOfFunction.js
objectTypeWithConstructSignatureHidingMembersOfFunctionAssignmentCompat.errors.txt
objectTypeWithConstructSignatureHidingMembersOfFunctionAssignmentCompat.js
objectTypeWithDuplicateNumericProperty.errors.txt
objectTypeWithDuplicateNumericProperty.js
objectTypeWithNumericProperty.js
objectTypeWithRecursiveWrappedProperty.errors.txt
objectTypeWithRecursiveWrappedProperty.js
objectTypeWithRecursiveWrappedProperty2.errors.txt
objectTypeWithRecursiveWrappedProperty2.js
objectTypeWithRecursiveWrappedPropertyCheckedNominally.errors.txt
objectTypeWithRecursiveWrappedPropertyCheckedNominally.js
objectTypeWithStringIndexerHidingObjectIndexer.errors.txt
objectTypeWithStringIndexerHidingObjectIndexer.js
objectTypeWithStringNamedNumericProperty.js
objectTypeWithStringNamedPropertyOfIllegalCharacters.js No longer emit trailing comma on object literals. 2014-07-28 11:37:36 -07:00
octalLiteralInStrictModeES3.errors.txt Add test for octal literals in es3 strict mode 2014-08-06 18:10:19 -07:00
operatorAddNullUndefined.errors.txt
operatorAddNullUndefined.js
optionalAccessorsInInterface1.js
optionalArgsWithDefaultValues.errors.txt
optionalConstructorArgInSuper.js
optionalFunctionArgAssignability.errors.txt
optionalFunctionArgAssignability.js
optionalParamArgsTest.errors.txt
optionalParamAssignmentCompat.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
optionalParamAssignmentCompat.js
optionalParamInOverride.js
optionalParamReferencingOtherParams1.js
optionalParamReferencingOtherParams2.errors.txt
optionalParamReferencingOtherParams2.js
optionalParamReferencingOtherParams3.errors.txt
optionalParamReferencingOtherParams3.js
optionalParamTypeComparison.errors.txt
optionalParamTypeComparison.js
optionalPropertiesInClasses.errors.txt
optionalPropertiesInClasses.js
optionalPropertiesSyntax.errors.txt
optionalPropertiesTest.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
optionalPropertiesTest.js
optionalSetterParam.errors.txt
orderMattersForSignatureGroupIdentity.errors.txt
orderMattersForSignatureGroupIdentity.js
out-flag.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
out-flag.js.map
out-flag.sourcemap.txt
overEagerReturnTypeSpecialization.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
overEagerReturnTypeSpecialization.js
overload1.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
overload1.js
overload2.js
overloadAssignmentCompat.errors.txt
overloadAssignmentCompat.js
overloadBindingAcrossDeclarationBoundaries.js
overloadBindingAcrossDeclarationBoundaries2.js
overloadCallTest.js
overloadCrash.js
overloadedStaticMethodSpecialization.js
overloadEquivalenceWithStatics.js
overloadGenericFunctionWithRestArgs.js
overloadingOnConstants1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
overloadingOnConstants1.js
overloadingOnConstants2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
overloadingOnConstants2.js
overloadingOnConstantsInImplementation.errors.txt
overloadingOnConstantsInImplementation.js
overloadingStaticFunctionsInFunctions.errors.txt
overloadModifiersMustAgree.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
overloadModifiersMustAgree.js
overloadOnConstantsInvalidOverload1.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
overloadOnConstantsInvalidOverload1.js
overloadOnConstAsTypeAnnotation.errors.txt Add errors for break and continue statements 2014-07-23 12:07:46 -07:00
overloadOnConstConstraintChecks1.js
overloadOnConstConstraintChecks2.js
overloadOnConstConstraintChecks3.js
overloadOnConstConstraintChecks4.errors.txt
overloadOnConstConstraintChecks4.js
overloadOnConstDuplicateOverloads1.errors.txt
overloadOnConstDuplicateOverloads1.js
overloadOnConstInBaseWithBadImplementationInDerived.errors.txt
overloadOnConstInBaseWithBadImplementationInDerived.js
overloadOnConstInCallback1.errors.txt
overloadOnConstInCallback1.js
overloadOnConstInheritance1.js
overloadOnConstInheritance2.errors.txt
overloadOnConstInheritance2.js
overloadOnConstInheritance3.errors.txt
overloadOnConstInheritance3.js
overloadOnConstInheritance4.errors.txt
overloadOnConstInheritance4.js
overloadOnConstInObjectLiteralImplementingAnInterface.errors.txt
overloadOnConstInObjectLiteralImplementingAnInterface.js
overloadOnConstNoAnyImplementation.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
overloadOnConstNoAnyImplementation.js
overloadOnConstNoAnyImplementation2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
overloadOnConstNoAnyImplementation2.js
overloadOnConstNoNonSpecializedSignature.errors.txt
overloadOnConstNoNonSpecializedSignature.js
overloadOnConstNoStringImplementation.errors.txt
overloadOnConstNoStringImplementation.js
overloadOnConstNoStringImplementation2.errors.txt
overloadOnConstNoStringImplementation2.js
overloadOnGenericArity.js
overloadOnGenericClassAndNonGenericClass.js
overloadResolution.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
overloadResolution.js
overloadResolutionClassConstructors.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
overloadResolutionClassConstructors.js
overloadResolutionConstructors.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
overloadResolutionConstructors.js
overloadResolutionOnDefaultConstructor1.errors.txt Renames of existing baselines with casing to match the test files 2014-07-23 11:02:48 -07:00
overloadResolutionOnDefaultConstructor1.js
overloadResolutionOverCTLambda.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
overloadResolutionOverCTLambda.js
overloadResolutionOverNonCTLambdas.js
overloadResolutionOverNonCTObjectLit.js
overloadResolutionTest1.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
overloadResolutionTest1.js
overloadResolutionWithAny.js
overloadresolutionWithConstraintCheckingDeferred.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
overloadresolutionWithConstraintCheckingDeferred.js
overloadRet.js
overloadReturnTypes.js
overloadsAndTypeArgumentArity.js
overloadsAndTypeArgumentArityErrors.errors.txt
overloadsAndTypeArgumentArityErrors.js
overloadsInDifferentContainersDisagreeOnAmbient.errors.txt
overloadsInDifferentContainersDisagreeOnAmbient.js
overloadsWithinClasses.errors.txt
overloadsWithinClasses.js
overloadsWithProvisionalErrors.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
overloadsWithProvisionalErrors.js
overloadWithCallbacksWithDifferingOptionalityOnArgs.js
overridingPrivateStaticMembers.errors.txt
overridingPrivateStaticMembers.js
ParameterList4.errors.txt
ParameterList4.js
ParameterList5.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
ParameterList5.js
ParameterList6.errors.txt
ParameterList6.js
ParameterList7.errors.txt
ParameterList7.js
ParameterList8.errors.txt
ParameterList8.js
ParameterList13.errors.txt
ParameterList13.js
parameterPropertyInConstructor1.errors.txt
parameterPropertyInConstructor1.js
parameterPropertyInConstructor2.errors.txt
parameterPropertyInConstructor2.js
parameterPropertyInitializerInInitializers.js
parameterPropertyOutsideConstructor.errors.txt
parameterPropertyOutsideConstructor.js
parameterPropertyReferencingOtherParameter.js
parameterReferencesOtherParameter1.js
parameterReferencesOtherParameter2.js
parametersWithNoAnnotationAreAny.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
paramPropertiesInSignatures.errors.txt
paramPropertiesInSignatures.js
parse1.errors.txt
parse2.errors.txt
parser0_004152.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parser10.1.1-8gs.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
parser15.4.4.14-9-2.errors.txt
parser15.4.4.14-9-2.js
parser509534.errors.txt
parser509534.js
parser509546.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parser509546_1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parser509546_2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parser509618.errors.txt
parser509630.errors.txt
parser509667.errors.txt
parser509668.errors.txt
parser509669.errors.txt
parser509677.js
parser509693.errors.txt
parser509693.js
parser509698.errors.txt Report global errors and re-enable assert for the number of errors reported 2014-07-17 18:16:40 -07:00
parser509698.js
parser512084.errors.txt
parser512097.errors.txt
parser512325.errors.txt
parser519458.errors.txt
parser521128.errors.txt
parser536727.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
parser536727.js
parser537152.js
parser553699.errors.txt
parser553699.js
parser566700.errors.txt Improved lookahead for arrow functions. 2014-07-22 17:01:10 -07:00
parser579071.js
parser585151.errors.txt
parser596700.js Fixed error when parsing slashes in RegExp literals. 2014-07-31 00:36:50 -07:00
parser618973.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parser630933.js Fixed error when parsing slashes in RegExp literals. 2014-07-31 00:36:50 -07:00
parser642331.js
parser642331_1.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
parser643728.js
parser645086_1.errors.txt
parser645086_2.errors.txt
parser645086_3.js Fixed error when parsing slashes in RegExp literals. 2014-07-31 00:36:50 -07:00
parser645086_4.js Fixed error when parsing slashes in RegExp literals. 2014-07-31 00:36:50 -07:00
parser645484.js
parser768531.js
parser_breakInIterationOrSwitchStatement1.js
parser_breakInIterationOrSwitchStatement2.js
parser_breakInIterationOrSwitchStatement3.js
parser_breakInIterationOrSwitchStatement4.errors.txt
parser_breakInIterationOrSwitchStatement4.js
parser_breakNotInIterationOrSwitchStatement1.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parser_breakNotInIterationOrSwitchStatement2.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parser_breakTarget1.js
parser_breakTarget2.js
parser_breakTarget3.js
parser_breakTarget4.js
parser_breakTarget5.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parser_breakTarget6.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parser_continueInIterationStatement1.js
parser_continueInIterationStatement2.js
parser_continueInIterationStatement3.js
parser_continueInIterationStatement4.errors.txt
parser_continueInIterationStatement4.js
parser_continueLabel.js
parser_continueNotInIterationStatement1.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parser_continueNotInIterationStatement2.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parser_continueNotInIterationStatement3.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parser_continueNotInIterationStatement4.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parser_continueTarget1.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parser_continueTarget2.js
parser_continueTarget3.js
parser_continueTarget4.js
parser_continueTarget5.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parser_continueTarget6.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parser_duplicateLabel1.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parser_duplicateLabel2.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parser_duplicateLabel3.js
parser_duplicateLabel4.js
parserAccessibilityAfterStatic1.errors.txt
parserAccessibilityAfterStatic2.js
parserAccessibilityAfterStatic3.js
parserAccessibilityAfterStatic4.js
parserAccessibilityAfterStatic5.js
parserAccessibilityAfterStatic6.errors.txt
parserAccessibilityAfterStatic7.errors.txt
parserAccessibilityAfterStatic10.errors.txt
parserAccessibilityAfterStatic11.js
parserAccessibilityAfterStatic14.js
parserAccessors1.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserAccessors1.js
parserAccessors2.js
parserAccessors3.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserAccessors3.js
parserAccessors4.js
parserAccessors5.errors.txt
parserAccessors6.errors.txt
parserAccessors7.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserAccessors8.errors.txt
parserAccessors9.errors.txt
parserAccessors10.errors.txt
parserAdditiveExpression1.errors.txt
parserAdditiveExpression1.js
parserAmbiguity1.errors.txt
parserAmbiguity1.js
parserAmbiguity2.errors.txt
parserAmbiguity2.js
parserAmbiguity3.errors.txt
parserAmbiguity3.js
parserArgumentList1.errors.txt
parserArrayLiteralExpression1.js
parserArrayLiteralExpression2.js
parserArrayLiteralExpression3.js
parserArrayLiteralExpression4.js
parserArrayLiteralExpression5.js
parserArrayLiteralExpression6.js
parserArrayLiteralExpression7.js
parserArrayLiteralExpression8.js
parserArrayLiteralExpression9.js
parserArrayLiteralExpression10.js
parserArrayLiteralExpression11.js
parserArrayLiteralExpression12.js
parserArrayLiteralExpression13.js
parserArrayLiteralExpression14.js
parserArrayLiteralExpression15.js
parserArrowFunctionExpression1.errors.txt
parserArrowFunctionExpression1.js
parserArrowFunctionExpression2.errors.txt
parserArrowFunctionExpression3.errors.txt
parserArrowFunctionExpression4.errors.txt
parserArrowFunctionExpression4.js
parserAssignmentExpression1.errors.txt
parserAssignmentExpression1.js
parserAstSpans1.errors.txt
parserAutomaticSemicolonInsertion1.errors.txt
parserAutomaticSemicolonInsertion1.js
parserBlockStatement1.d.errors.txt
parserBreakStatement1.d.errors.txt
parserCastVersusArrowFunction1.errors.txt Pull model for contextual types. 2014-07-29 18:21:16 -07:00
parserCastVersusArrowFunction1.js
parserCatchClauseWithTypeAnnotation1.errors.txt
parserClass1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parserClass2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parserClassDeclaration1.errors.txt
parserClassDeclaration2.errors.txt
parserClassDeclaration3.errors.txt
parserClassDeclaration4.errors.txt
parserClassDeclaration5.errors.txt
parserClassDeclaration6.errors.txt
parserClassDeclaration7.errors.txt
parserClassDeclaration8.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
parserClassDeclaration8.js
parserClassDeclaration9.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserClassDeclaration9.js
parserClassDeclaration10.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserClassDeclaration10.js
parserClassDeclaration11.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
parserClassDeclaration11.js
parserClassDeclaration12.errors.txt
parserClassDeclaration12.js
parserClassDeclaration13.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
parserClassDeclaration13.js
parserClassDeclaration14.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserClassDeclaration14.js
parserClassDeclaration15.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserClassDeclaration15.js
parserClassDeclaration16.js
parserClassDeclaration17.js
parserClassDeclaration18.errors.txt
parserClassDeclaration19.js
parserClassDeclaration20.js
parserClassDeclaration21.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
parserClassDeclaration21.js
parserClassDeclaration22.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
parserClassDeclaration22.js
parserClassDeclaration23.js
parserClassDeclaration24.errors.txt
parserClassDeclaration24.js
parserClassDeclaration25.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserClassDeclaration25.js
parserClassDeclaration26.js Support automatic semicolon insertion in class member declarations. 2014-07-17 11:03:12 -07:00
parserClassDeclarationIndexSignature1.js
parserCommaInTypeMemberList1.errors.txt
parserCommaInTypeMemberList2.errors.txt
parserConditionalExpression1.errors.txt
parserConditionalExpression1.js
parserConstructorAmbiguity1.errors.txt
parserConstructorAmbiguity1.js
parserConstructorAmbiguity2.errors.txt
parserConstructorAmbiguity2.js
parserConstructorAmbiguity3.errors.txt
parserConstructorAmbiguity4.errors.txt
parserConstructorAmbiguity4.js
parserConstructorDeclaration1.js
parserConstructorDeclaration2.errors.txt
parserConstructorDeclaration3.errors.txt
parserConstructorDeclaration4.errors.txt
parserConstructorDeclaration5.errors.txt
parserConstructorDeclaration6.errors.txt
parserConstructorDeclaration7.errors.txt
parserConstructorDeclaration8.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
parserConstructorDeclaration9.errors.txt
parserConstructorDeclaration10.errors.txt
parserConstructorDeclaration11.errors.txt
parserContinueStatement1.d.errors.txt
parserDebuggerStatement1.d.errors.txt
parserDebuggerStatement1.js
parserDebuggerStatement2.js
parserDoStatement1.d.errors.txt
parserDoStatement2.js
parserEmptyFile1.js
parserEmptyParenthesizedExpression1.errors.txt Improved lookahead for arrow functions. 2014-07-22 17:01:10 -07:00
parserEmptyStatement1.d.errors.txt
parserEmptyStatement1.js
parserEnum1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parserEnum2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parserEnum3.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parserEnum4.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parserEnum5.errors.txt
parserEnum6.js
parserEnum7.js
parserEnumDeclaration1.js
parserEnumDeclaration2.errors.txt
parserEnumDeclaration3.d.errors.txt
parserEnumDeclaration3.js
parserEnumDeclaration4.errors.txt
parserEnumDeclaration5.js
parserEnumDeclaration6.errors.txt
parserEqualsGreaterThanAfterFunction1.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserEqualsGreaterThanAfterFunction2.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserErrantAccessibilityModifierInModule1.errors.txt
parserErrantEqualsGreaterThanAfterFunction1.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserErrantEqualsGreaterThanAfterFunction2.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserErrantSemicolonInClass1.errors.txt Better error recovery when errant semicolon found in a class. 2014-07-16 15:06:03 -07:00
parserErrorRecovery_ArgumentList1.errors.txt
parserErrorRecovery_ArgumentList2.errors.txt
parserErrorRecovery_ArgumentList3.errors.txt
parserErrorRecovery_ArgumentList4.errors.txt
parserErrorRecovery_ArgumentList5.errors.txt
parserErrorRecovery_ArgumentList6.errors.txt
parserErrorRecovery_ArgumentList7.errors.txt
parserErrorRecovery_Block1.errors.txt
parserErrorRecovery_Block2.errors.txt
parserErrorRecovery_Block3.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
parserErrorRecovery_ClassElement1.errors.txt
parserErrorRecovery_ClassElement2.errors.txt
parserErrorRecovery_ClassElement3.errors.txt
parserErrorRecovery_Expression1.errors.txt Improved lookahead for arrow functions. 2014-07-22 17:01:10 -07:00
parserErrorRecovery_ExtendsOrImplementsClause1.errors.txt
parserErrorRecovery_ExtendsOrImplementsClause2.errors.txt
parserErrorRecovery_ExtendsOrImplementsClause3.errors.txt
parserErrorRecovery_ExtendsOrImplementsClause4.errors.txt
parserErrorRecovery_ExtendsOrImplementsClause5.errors.txt
parserErrorRecovery_ExtendsOrImplementsClause6.errors.txt
parserErrorRecovery_IncompleteMemberVariable1.errors.txt
parserErrorRecovery_IncompleteMemberVariable2.errors.txt
parserErrorRecovery_LeftShift1.errors.txt
parserErrorRecovery_ModuleElement1.errors.txt Add errors for break and continue statements 2014-07-23 12:07:46 -07:00
parserErrorRecovery_ModuleElement2.errors.txt
parserErrorRecovery_ObjectLiteral1.errors.txt
parserErrorRecovery_ObjectLiteral2.errors.txt
parserErrorRecovery_ObjectLiteral3.errors.txt
parserErrorRecovery_ObjectLiteral4.errors.txt
parserErrorRecovery_ObjectLiteral5.errors.txt
parserErrorRecovery_ParameterList1.errors.txt
parserErrorRecovery_ParameterList2.errors.txt
parserErrorRecovery_ParameterList3.errors.txt
parserErrorRecovery_ParameterList4.errors.txt
parserErrorRecovery_ParameterList5.errors.txt Improved "certainty" when parsing arrow-function-lookin' expressions. 2014-07-23 13:31:24 -07:00
parserErrorRecovery_ParameterList6.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserErrorRecovery_SourceUnit1.errors.txt
parserErrorRecovery_SwitchStatement1.errors.txt
parserErrorRecovery_SwitchStatement2.errors.txt
parserErrorRecovery_VariableList1.errors.txt Add errors for break and continue statements 2014-07-23 12:07:46 -07:00
parserErrorRecoveryArrayLiteralExpression1.errors.txt
parserErrorRecoveryArrayLiteralExpression2.errors.txt
parserErrorRecoveryArrayLiteralExpression3.errors.txt
parserErrorRecoveryIfStatement1.errors.txt
parserErrorRecoveryIfStatement2.errors.txt
parserErrorRecoveryIfStatement3.errors.txt
parserErrorRecoveryIfStatement4.errors.txt
parserErrorRecoveryIfStatement5.errors.txt
parserErrorRecoveryIfStatement6.errors.txt
parserES3Accessors1.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserES3Accessors2.errors.txt
parserES3Accessors3.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserES3Accessors4.errors.txt
parserExportAsFunctionIdentifier.js
parserExportAssignment1.errors.txt
parserExportAssignment2.errors.txt
parserExportAssignment3.errors.txt Update baselines for not emitting when module flag is not specified 2014-07-21 09:40:39 -07:00
parserExportAssignment4.errors.txt Update baselines for not emitting when module flag is not specified 2014-07-21 09:40:39 -07:00
parserExportAssignment5.errors.txt Remove SymbolLinks.typeChecked 2014-07-16 13:34:27 -07:00
parserExportAssignment6.errors.txt
parserExportAssignment6.js
parserExportAssignment7.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parserExportAssignment8.errors.txt
parserExpressionStatement1.d.errors.txt
parserForInStatement1.d.errors.txt
parserForInStatement2.errors.txt
parserForInStatement3.errors.txt
parserForInStatement4.errors.txt
parserForInStatement4.js
parserForInStatement5.errors.txt Update error message to be more consistent with others 2014-07-25 14:01:50 -07:00
parserForInStatement5.js
parserForInStatement6.errors.txt
parserForInStatement7.errors.txt Update error message to be more consistent with others 2014-07-25 14:01:50 -07:00
parserForStatement1.d.errors.txt
parserForStatement2.errors.txt
parserForStatement2.js
parserForStatement3.errors.txt Update error message to be more consistent with others 2014-07-25 14:01:50 -07:00
parserForStatement3.js
parserForStatement4.errors.txt Update error message to be more consistent with others 2014-07-25 14:01:50 -07:00
parserForStatement4.js
parserForStatement5.errors.txt Update error message to be more consistent with others 2014-07-25 14:01:50 -07:00
parserForStatement5.js
parserForStatement6.errors.txt Update error message to be more consistent with others 2014-07-25 14:01:50 -07:00
parserForStatement6.js
parserForStatement7.errors.txt Update error message to be more consistent with others 2014-07-25 14:01:50 -07:00
parserForStatement7.js
parserForStatement8.errors.txt
parserForStatement8.js
parserFunctionDeclaration1.errors.txt
parserFunctionDeclaration2.d.errors.txt
parserFunctionDeclaration2.errors.txt
parserFunctionDeclaration3.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserFunctionDeclaration3.js
parserFunctionDeclaration4.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
parserFunctionDeclaration4.js
parserFunctionDeclaration5.js
parserFunctionDeclaration6.errors.txt disallow statements between overloads 2014-07-30 16:27:13 -07:00
parserFunctionDeclaration6.js
parserFunctionDeclaration7.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserFunctionDeclaration7.js
parserFunctionDeclaration8.js
parserFunctionPropertyAssignment1.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
parserFunctionPropertyAssignment2.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
parserFunctionPropertyAssignment3.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
parserFunctionPropertyAssignment4.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
parserFuzz1.errors.txt
parserGenericClass1.js
parserGenericClass2.js
parserGenericConstraint1.js
parserGenericConstraint2.errors.txt
parserGenericConstraint2.js
parserGenericConstraint3.errors.txt
parserGenericConstraint3.js
parserGenericConstraint4.errors.txt
parserGenericConstraint4.js
parserGenericConstraint5.errors.txt
parserGenericConstraint5.js
parserGenericConstraint6.errors.txt
parserGenericConstraint6.js
parserGenericConstraint7.errors.txt
parserGenericConstraint7.js
parserGenericsInInterfaceDeclaration1.errors.txt
parserGenericsInInterfaceDeclaration1.js
parserGenericsInTypeContexts1.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
parserGenericsInTypeContexts1.js
parserGenericsInTypeContexts2.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
parserGenericsInTypeContexts2.js
parserGenericsInVariableDeclaration1.errors.txt
parserGenericsInVariableDeclaration1.js
parserGetAccessorWithTypeParameters1.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserGreaterThanTokenAmbiguity1.js
parserGreaterThanTokenAmbiguity2.errors.txt
parserGreaterThanTokenAmbiguity3.errors.txt
parserGreaterThanTokenAmbiguity4.errors.txt
parserGreaterThanTokenAmbiguity5.js
parserGreaterThanTokenAmbiguity6.js
parserGreaterThanTokenAmbiguity7.errors.txt
parserGreaterThanTokenAmbiguity8.errors.txt
parserGreaterThanTokenAmbiguity9.errors.txt
parserGreaterThanTokenAmbiguity10.js
parserGreaterThanTokenAmbiguity11.errors.txt
parserGreaterThanTokenAmbiguity11.js
parserGreaterThanTokenAmbiguity12.errors.txt
parserGreaterThanTokenAmbiguity13.errors.txt
parserGreaterThanTokenAmbiguity14.errors.txt
parserGreaterThanTokenAmbiguity15.errors.txt
parserGreaterThanTokenAmbiguity15.js
parserGreaterThanTokenAmbiguity16.errors.txt
parserGreaterThanTokenAmbiguity16.js
parserGreaterThanTokenAmbiguity17.errors.txt
parserGreaterThanTokenAmbiguity18.errors.txt
parserGreaterThanTokenAmbiguity19.errors.txt
parserGreaterThanTokenAmbiguity20.errors.txt
parserGreaterThanTokenAmbiguity20.js
parserharness.errors.txt
parserIfStatement1.d.errors.txt
parserIfStatement2.errors.txt
parserIfStatement2.js
parserImportDeclaration1.errors.txt
parserImportDeclaration1.js
parserindenter.errors.txt
parserIndexMemberDeclaration1.js
parserIndexMemberDeclaration2.js
parserIndexMemberDeclaration3.js
parserIndexMemberDeclaration4.js
parserIndexMemberDeclaration5.errors.txt
parserIndexMemberDeclaration6.errors.txt
parserIndexMemberDeclaration7.errors.txt
parserIndexMemberDeclaration8.errors.txt
parserIndexMemberDeclaration9.errors.txt
parserIndexMemberDeclaration10.errors.txt
parserIndexSignature1.errors.txt
parserIndexSignature2.errors.txt
parserIndexSignature3.errors.txt
parserIndexSignature4.errors.txt
parserIndexSignature5.errors.txt
parserIndexSignature6.errors.txt
parserIndexSignature7.errors.txt
parserIndexSignature8.errors.txt
parserIndexSignature9.errors.txt
parserIndexSignature10.errors.txt
parserIndexSignature11.errors.txt
parserInExpression1.errors.txt
parserInExpression1.js
parserInterfaceDeclaration1.errors.txt
parserInterfaceDeclaration2.errors.txt
parserInterfaceDeclaration3.errors.txt
parserInterfaceDeclaration4.errors.txt
parserInterfaceDeclaration5.errors.txt
parserInterfaceDeclaration6.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parserInterfaceDeclaration7.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parserInterfaceDeclaration8.errors.txt
parserInterfaceDeclaration8.js
parserInterfaceKeywordInEnum.js
parserInterfaceKeywordInEnum1.js
parserInvalidIdentifiersInVariableStatements1.errors.txt
parserInvocationOfMemberAccessOffOfObjectCreationExpression1.errors.txt
parserInvocationOfMemberAccessOffOfObjectCreationExpression1.js
parserKeywordsAsIdentifierName1.js
parserKeywordsAsIdentifierName2.errors.txt Report error on unclosed multiline comment. 2014-07-15 12:21:16 -07:00
parserLabeledStatement1.d.errors.txt
parserMemberAccessAfterPostfixExpression1.errors.txt
parserMemberAccessExpression1.errors.txt
parserMemberAccessOffOfGenericType1.errors.txt
parserMemberAccessor1.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserMemberAccessor1.js
parserMemberAccessorDeclaration1.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserMemberAccessorDeclaration1.js
parserMemberAccessorDeclaration2.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserMemberAccessorDeclaration2.js
parserMemberAccessorDeclaration3.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserMemberAccessorDeclaration3.js
parserMemberAccessorDeclaration4.js
parserMemberAccessorDeclaration5.js
parserMemberAccessorDeclaration6.js
parserMemberAccessorDeclaration7.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserMemberAccessorDeclaration8.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserMemberAccessorDeclaration9.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserMemberAccessorDeclaration10.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserMemberAccessorDeclaration11.errors.txt
parserMemberAccessorDeclaration12.errors.txt Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
parserMemberAccessorDeclaration13.errors.txt
parserMemberAccessorDeclaration14.errors.txt
parserMemberAccessorDeclaration15.errors.txt
parserMemberAccessorDeclaration16.errors.txt
parserMemberAccessorDeclaration17.errors.txt
parserMemberAccessorDeclaration18.errors.txt
parserMemberFunctionDeclaration1.errors.txt
parserMemberFunctionDeclaration2.errors.txt
parserMemberFunctionDeclaration3.errors.txt
parserMemberFunctionDeclaration4.errors.txt
parserMemberFunctionDeclaration5.errors.txt
parserMemberFunctionDeclarationAmbiguities1.errors.txt
parserMemberFunctionDeclarationAmbiguities1.js
parserMemberVariableDeclaration1.errors.txt
parserMemberVariableDeclaration2.errors.txt
parserMemberVariableDeclaration3.errors.txt
parserMemberVariableDeclaration4.errors.txt
parserMemberVariableDeclaration5.errors.txt
parserMethodSignature1.js
parserMethodSignature2.js
parserMethodSignature3.js
parserMethodSignature4.js
parserMethodSignature5.js
parserMethodSignature6.js
parserMethodSignature7.js
parserMethodSignature8.js
parserMethodSignature9.js
parserMethodSignature10.js
parserMethodSignature11.js
parserMethodSignature12.js
parserMissingLambdaOpenBrace1.errors.txt Better error recovery for when an arrow function is missing a curly brace. 2014-07-18 16:55:18 -07:00
parserMissingToken1.errors.txt Gracefully handle 'catch' and 'finally' blocks without a preceding 'try' block. 2014-07-25 18:10:27 -07:00
parserMissingToken2.errors.txt
parserModifierOnPropertySignature1.errors.txt
parserModifierOnPropertySignature2.js
parserModifierOnStatementInBlock1.errors.txt
parserModifierOnStatementInBlock2.errors.txt
parserModifierOnStatementInBlock3.errors.txt
parserModifierOnStatementInBlock4.errors.txt
parserModule1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parserModuleDeclaration1.d.errors.txt
parserModuleDeclaration1.errors.txt
parserModuleDeclaration2.d.errors.txt
parserModuleDeclaration2.js
parserModuleDeclaration3.errors.txt
parserModuleDeclaration4.d.errors.txt
parserModuleDeclaration4.js
parserModuleDeclaration5.errors.txt
parserModuleDeclaration6.js
parserModuleDeclaration7.js
parserModuleDeclaration8.js
parserModuleDeclaration9.js
parserModuleDeclaration10.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserModuleDeclaration10.js
parserModuleDeclaration11.js
parserModuleDeclaration12.js
parserNoASIOnCallAfterFunctionExpression1.errors.txt
parserNoASIOnCallAfterFunctionExpression1.js
parserNotHexLiteral1.errors.txt
parserNotHexLiteral1.js
parserNotRegex1.errors.txt Add errors for break and continue statements 2014-07-23 12:07:46 -07:00
parserObjectCreation1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
parserObjectCreation1.js
parserObjectCreation2.errors.txt
parserObjectCreation2.js
parserObjectCreationArrayLiteral1.errors.txt
parserObjectCreationArrayLiteral2.errors.txt
parserObjectCreationArrayLiteral2.js
parserObjectCreationArrayLiteral3.errors.txt
parserObjectCreationArrayLiteral4.errors.txt
parserObjectCreationArrayLiteral4.js
parserObjectLiterals1.js
parserObjectType1.js
parserObjectType2.js
parserObjectType3.js
parserObjectType4.js
parserObjectType5.errors.txt
parserObjectType6.errors.txt
parserOptionalTypeMembers1.errors.txt
parserOptionalTypeMembers1.js
parserOverloadOnConstants1.errors.txt
parserOverloadOnConstants1.js
parserParameterList1.errors.txt
parserParameterList2.errors.txt
parserParameterList3.errors.txt
parserParameterList4.errors.txt
parserParameterList4.js
parserParameterList5.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
parserParameterList5.js
parserParameterList6.errors.txt
parserParameterList6.js
parserParameterList7.errors.txt
parserParameterList7.js
parserParameterList8.errors.txt
parserParameterList8.js
parserParameterList9.errors.txt
parserParameterList10.errors.txt
parserParameterList11.errors.txt
parserParameterList12.errors.txt
parserParameterList13.errors.txt
parserParameterList13.js
parserParameterList14.errors.txt
parserParameterList14.js
parserParameterList15.errors.txt
parserParameterList15.js
parserParameterList16.errors.txt
parserParameterList16.js
parserParameterList17.errors.txt
parserParameterList17.js
parserPostfixPostfixExpression1.errors.txt
parserPostfixUnaryExpression1.errors.txt
parserPropertySignature1.js
parserPropertySignature2.js
parserPropertySignature3.js
parserPropertySignature4.js
parserPropertySignature5.js
parserPropertySignature6.js
parserPropertySignature7.js
parserPropertySignature8.js
parserPropertySignature9.js
parserPropertySignature10.js
parserPropertySignature11.js
parserPropertySignature12.js
parserPublicBreak1.errors.txt Add tracking for labelled statements, and errors on labelled jumps 2014-07-24 12:36:10 -07:00
parserRealSource1.errors.txt
parserRealSource2.errors.txt
parserRealSource3.errors.txt
parserRealSource4.errors.txt
parserRealSource5.errors.txt
parserRealSource6.errors.txt
parserRealSource7.errors.txt
parserRealSource8.errors.txt Pull model for contextual types. 2014-07-29 18:21:16 -07:00
parserRealSource9.errors.txt
parserRealSource10.errors.txt
parserRealSource11.errors.txt
parserRealSource12.errors.txt
parserRealSource13.errors.txt
parserRealSource14.errors.txt
parserRegularExpression1.errors.txt Add errors for break and continue statements 2014-07-23 12:07:46 -07:00
parserRegularExpression2.errors.txt Fixed error when parsing slashes in RegExp literals. 2014-07-31 00:36:50 -07:00
parserRegularExpression2.js Fixed error when parsing slashes in RegExp literals. 2014-07-31 00:36:50 -07:00
parserRegularExpression3.errors.txt
parserRegularExpression3.js
parserRegularExpression4.errors.txt
parserRegularExpression4.js
parserRegularExpression5.errors.txt
parserRegularExpression5.js
parserRegularExpressionDivideAmbiguity1.errors.txt
parserRegularExpressionDivideAmbiguity1.js
parserRegularExpressionDivideAmbiguity2.errors.txt
parserRegularExpressionDivideAmbiguity2.js
parserRegularExpressionDivideAmbiguity3.errors.txt
parserRegularExpressionDivideAmbiguity3.js
parserRegularExpressionDivideAmbiguity4.errors.txt
parserRegularExpressionDivideAmbiguity5.errors.txt
parserRegularExpressionDivideAmbiguity5.js
parserReturnStatement1.d.errors.txt Remove inModuleBody 2014-07-23 14:09:17 -07:00
parserReturnStatement1.errors.txt Add errors for break and continue statements 2014-07-23 12:07:46 -07:00
parserReturnStatement2.errors.txt Add errors for break and continue statements 2014-07-23 12:07:46 -07:00
parserReturnStatement3.js
parserReturnStatement4.errors.txt Changed check on annotated functions/getters to only look for return statements. 2014-07-21 16:42:46 -07:00
parserS7.2_A1.5_T2.errors.txt
parserS7.2_A1.5_T2.js
parserS7.3_A1.1_T2.errors.txt
parserS7.3_A1.1_T2.js
parserS7.6.1.1_A1.10.js
parserS7.6_A4.2_T1.errors.txt
parserS7.6_A4.2_T1.js
parserS7.9_A5.7_T1.errors.txt
parserS7.9_A5.7_T1.js
parserS12.11_A3_T4.errors.txt
parserSbp_7.9_A9_T3.js
parserSetAccessorWithTypeAnnotation1.errors.txt Gracefully handle accessor declarations in ambient classes. 2014-07-25 13:21:55 -07:00
parserSetAccessorWithTypeParameters1.errors.txt
parserSkippedTokens1.errors.txt
parserSkippedTokens2.errors.txt
parserSkippedTokens3.errors.txt
parserSkippedTokens4.errors.txt
parserSkippedTokens5.errors.txt
parserSkippedTokens6.errors.txt
parserSkippedTokens7.errors.txt
parserSkippedTokens8.errors.txt
parserSkippedTokens9.errors.txt
parserSkippedTokens10.errors.txt
parserSkippedTokens11.errors.txt
parserSkippedTokens12.errors.txt
parserSkippedTokens13.errors.txt
parserSkippedTokens14.errors.txt
parserSkippedTokens15.errors.txt
parserSkippedTokens16.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
parserSkippedTokens17.errors.txt
parserSkippedTokens18.errors.txt
parserSkippedTokens19.errors.txt
parserSkippedTokens20.errors.txt
parserStatementIsNotAMemberVariableDeclaration1.errors.txt Add errors for break and continue statements 2014-07-23 12:07:46 -07:00
parserStrictMode1.errors.txt
parserStrictMode1.js
parserStrictMode2.errors.txt Merging with master. 2014-07-25 06:48:57 -07:00
parserStrictMode3-negative.errors.txt
parserStrictMode3-negative.js
parserStrictMode3.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
parserStrictMode4.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
parserStrictMode5.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
parserStrictMode6-negative.errors.txt
parserStrictMode6-negative.js
parserStrictMode6.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
parserStrictMode7.errors.txt
parserStrictMode7.js
parserStrictMode8.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
parserStrictMode9.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
parserStrictMode10.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
parserStrictMode11.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
parserStrictMode12.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
parserStrictMode13.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
parserStrictMode14.errors.txt updated test baselines 2014-07-24 13:09:03 -07:00
parserStrictMode15-negative.errors.txt
parserStrictMode15-negative.js
parserStrictMode15.errors.txt
parserStrictMode15.js
parserStrictMode16.js
parserSuperExpression1.errors.txt
parserSuperExpression1.js
parserSuperExpression2.errors.txt
parserSuperExpression3.errors.txt
parserSuperExpression3.js
parserSuperExpression4.errors.txt
parserSuperExpression4.js
parserSwitchStatement1.d.errors.txt
parserSyntaxWalker.generated.js
parserTernaryAndCommaOperators1.errors.txt
parserTernaryAndCommaOperators1.js
parserThrowStatement1.d.errors.txt
parserTryStatement1.d.errors.txt
parserTypeAssertionInObjectCreationExpression1.errors.txt
parserTypeQuery1.errors.txt
parserTypeQuery1.js
parserTypeQuery2.errors.txt
parserTypeQuery2.js
parserTypeQuery3.errors.txt
parserTypeQuery4.errors.txt
parserTypeQuery5.errors.txt
parserTypeQuery5.js
parserTypeQuery6.errors.txt
parserTypeQuery6.js
parserTypeQuery7.errors.txt
parserTypeQuery7.js
parserTypeQuery8.errors.txt
parserTypeQuery9.errors.txt
parserTypeQuery9.js
parserUnaryExpression1.errors.txt
parserUnaryExpression1.js
parserUnaryExpression2.errors.txt
parserUnaryExpression2.js
parserUnaryExpression3.errors.txt
parserUnaryExpression3.js
parserUnaryExpression4.errors.txt
parserUnaryExpression4.js
parserUnaryExpression5.errors.txt
parserUnaryExpression5.js
parserUnaryExpression6.js
parserUnaryExpression7.errors.txt
parserUnaryExpression7.js
parserUnfinishedTypeNameBeforeKeyword1.errors.txt
parserUnicode1.errors.txt
parserUnicode1.js
parserUnicode2.js
parserUnicode3.js
parserUnicodeWhitespaceCharacter1.js
parserUnterminatedGeneric1.errors.txt
parserUnterminatedGeneric2.errors.txt Improved "certainty" when parsing arrow-function-lookin' expressions. 2014-07-23 13:31:24 -07:00
parserUsingConstructorAsIdentifier.errors.txt
parserUsingConstructorAsIdentifier.js
parserVariableDeclaration1.errors.txt
parserVariableDeclaration1.js
parserVariableDeclaration2.errors.txt
parserVariableDeclaration2.js
parserVariableDeclaration3.errors.txt Pull model for contextual types. 2014-07-29 18:21:16 -07:00
parserVariableDeclaration3.js
parserVariableDeclaration4.errors.txt
parserVariableDeclaration5.errors.txt
parserVariableDeclaration6.errors.txt
parserVariableDeclaration7.js
parserVariableDeclaration8.errors.txt
parserVariableDeclaration9.js
parserVariableDeclaration10.errors.txt
parserVariableDeclaration11.js
parserVariableStatement1.d.errors.txt
parserVariableStatement1.js
parserVariableStatement2.d.errors.txt
parserVariableStatement2.js
parserVariableStatement3.js
parserVariableStatement4.js
parserVoidExpression1.js
parservoidInQualifiedName0.js
parservoidInQualifiedName1.errors.txt
parservoidInQualifiedName2.errors.txt
parserWhileStatement1.d.errors.txt
parserWithStatement1.d.errors.txt Type check the expression of the 'with' statement 2014-07-22 13:37:37 -07:00
parserWithStatement2.errors.txt Add errors for break and continue statements 2014-07-23 12:07:46 -07:00
parserX_ArrowFunction1.errors.txt Improved "certainty" when parsing arrow-function-lookin' expressions. 2014-07-23 13:31:24 -07:00
parserX_ArrowFunction2.errors.txt
parserX_ArrowFunction3.errors.txt
parserX_ArrowFunction4.js
parserX_TypeArgumentList1.errors.txt
parseShortform.js
parseTypes.errors.txt
parseTypes.js
parsingClassRecoversWhenHittingUnexpectedSemicolon.errors.txt Better error recovery when errant semicolon found in a class. 2014-07-16 15:06:03 -07:00
partiallyAmbientClodule.js
partiallyAmbientFundule.js
plusOperatorInvalidOperations.errors.txt
plusOperatorWithAnyOtherType.errors.txt
plusOperatorWithAnyOtherType.js
plusOperatorWithBooleanType.js
plusOperatorWithEnumType.js
plusOperatorWithNumberType.js
plusOperatorWithStringType.js
prefixIncrementAsOperandOfPlusExpression.js
prespecializedGenericMembers1.js
primaryExpressionMods.errors.txt
primaryExpressionMods.js
primitiveConstraints1.errors.txt
primitiveConstraints1.js
primitiveConstraints2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
primitiveConstraints2.js
primitiveMembers.errors.txt Better error recovery when errant semicolon found in a class. 2014-07-16 15:06:03 -07:00
primitiveTypeAsClassName.errors.txt
primitiveTypeAsClassName.js
primitiveTypeAsInterfaceName.errors.txt
primitiveTypeAsInterfaceName.js
primitiveTypeAsInterfaceNameGeneric.errors.txt
primitiveTypeAsInterfaceNameGeneric.js
primitiveTypeAsmoduleName.js
primitiveTypeAssignment.errors.txt
primitiveTypeAssignment.js
primtiveTypesAreIdentical.js
privacyCheckAnonymousFunctionParameter.js
privacyCheckAnonymousFunctionParameter2.js
privacyCheckCallbackOfInterfaceMethodWithTypeParameter.js
privacyCheckExportAssignmentOnExportedGenericInterface1.js
privacyCheckExportAssignmentOnExportedGenericInterface2.js
privacyCheckExternalModuleExportAssignmentOfGenericClass.js
privacyCheckOnTypeParameterReferenceInConstructorParameter.js
privacyCheckTypeOfFunction.errors.txt
privacyCheckTypeOfInvisibleModuleError.js
privacyCheckTypeOfInvisibleModuleNoError.js Enable compiler runner to report the errors from compiling generated declaration files 2014-07-17 18:16:32 -07:00
privacyClass.js
privacyClassExtendsClauseDeclFile.errors.txt Report error on Class/Interface heritage clause if it cant be accessed 2014-07-18 18:07:38 -07:00
privacyClassExtendsClauseDeclFile.js Report error on Class/Interface heritage clause if it cant be accessed 2014-07-18 18:07:38 -07:00
privacyClassImplementsClauseDeclFile.errors.txt Report error on Class/Interface heritage clause if it cant be accessed 2014-07-18 18:07:38 -07:00
privacyClassImplementsClauseDeclFile.js Report error on Class/Interface heritage clause if it cant be accessed 2014-07-18 18:07:38 -07:00
privacyFunc.js
privacyGetter.errors.txt
privacyGloClass.js
privacyGloFunc.js
privacyGloGetter.errors.txt
privacyGloImport.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
privacyGloInterface.js
privacyGloVar.js
privacyImport.errors.txt New baselines. 2014-07-16 16:15:10 -07:00
privacyInterface.js
privacyInterfaceExtendsClauseDeclFile.errors.txt Report error on Class/Interface heritage clause if it cant be accessed 2014-07-18 18:07:38 -07:00
privacyInterfaceExtendsClauseDeclFile.js Report error on Class/Interface heritage clause if it cant be accessed 2014-07-18 18:07:38 -07:00
privacyLocalInternalReferenceImportWithExport.js
privacyLocalInternalReferenceImportWithoutExport.js
privacyTopLevelAmbientExternalModuleImportWithExport.errors.txt
privacyTopLevelAmbientExternalModuleImportWithExport.js
privacyTopLevelAmbientExternalModuleImportWithoutExport.errors.txt
privacyTopLevelAmbientExternalModuleImportWithoutExport.js
privacyTopLevelInternalReferenceImportWithExport.js
privacyTopLevelInternalReferenceImportWithoutExport.js
privacyTypeParameterOfFunction.js Update baselines for not emitting when module flag is not specified 2014-07-21 09:40:39 -07:00
privacyTypeParameterOfFunctionDeclFile.errors.txt Fix the incorrect error reporting and declaration file emit for the type parameter constraint of private methods 2014-08-04 12:06:07 -07:00
privacyTypeParameterOfFunctionDeclFile.js Report errors if the type parameter uses constraint that is using private type/module 2014-07-18 18:11:04 -07:00
privacyTypeParametersOfClass.js Update baselines for not emitting when module flag is not specified 2014-07-21 09:40:39 -07:00
privacyTypeParametersOfClassDeclFile.errors.txt Fix the incorrect error reporting and declaration file emit for the type parameter constraint of private methods 2014-08-04 12:06:07 -07:00
privacyTypeParametersOfClassDeclFile.js Report errors if the type parameter uses constraint that is using private type/module 2014-07-18 18:11:04 -07:00
privacyTypeParametersOfInterface.js Update baselines for not emitting when module flag is not specified 2014-07-21 09:40:39 -07:00
privacyTypeParametersOfInterfaceDeclFile.errors.txt Fix the incorrect error reporting and declaration file emit for the type parameter constraint of private methods 2014-08-04 12:06:07 -07:00
privacyTypeParametersOfInterfaceDeclFile.js Report errors if the type parameter uses constraint that is using private type/module 2014-07-18 18:11:04 -07:00
privacyVar.js
privateAccessInSubclass1.errors.txt Renames of existing baselines with casing to match the test files 2014-07-23 11:02:48 -07:00
privateAccessInSubclass1.js
privateClassPropertyAccessibleWithinClass.errors.txt
privateIndexer.errors.txt
privateIndexer2.errors.txt
privateInstanceMemberAccessibility.errors.txt
privateInstanceVisibility.js
privateInterfaceProperties.errors.txt
privateInterfaceProperties.js
privatePropertyUsingObjectType.js
privateStaticMemberAccessibility.errors.txt
privateStaticMemberAccessibility.js
privateStaticNotAccessibleInClodule.errors.txt
privateStaticNotAccessibleInClodule.js
privateStaticNotAccessibleInClodule2.errors.txt
privateStaticNotAccessibleInClodule2.js
privateVisibility.errors.txt
privateVisibility.js
privateVisibles.js
promiseChaining.js
promiseChaining1.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
promiseChaining1.js
promiseChaining2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
promiseChaining2.js
promiseIdentity.js
promiseIdentity2.errors.txt
promiseIdentity2.js
promiseIdentityWithAny.js
promiseIdentityWithAny2.errors.txt
promiseIdentityWithAny2.js
promiseIdentityWithConstraints.js
promisePermutations.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
promisePermutations.js
promisePermutations2.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
promisePermutations2.js
promisePermutations3.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
promisePermutations3.js
promises.js
promisesWithConstraints.js
promiseTest.js
promiseTypeInference.js
propagationOfPromiseInitialization.js
properties.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
properties.js.map
properties.sourcemap.txt
propertiesAndIndexers.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
propertiesAndIndexers.js
propertyAccess.errors.txt
propertyAccess.js
propertyAccess1.errors.txt
propertyAccess1.js
propertyAccess2.errors.txt
propertyAccess2.js
propertyAccess3.errors.txt
propertyAccess3.js
propertyAccess4.errors.txt
propertyAccess4.js
propertyAccess5.errors.txt
propertyAccess5.js
propertyAccess6.js
propertyAccess7.js
propertyAccessibility1.errors.txt
propertyAccessibility1.js
propertyAccessibility2.errors.txt Renames of existing baselines with casing to match the test files 2014-07-23 11:02:48 -07:00
propertyAccessibility2.js
propertyAccessOnTypeParameterWithConstraints.js
propertyAccessOnTypeParameterWithConstraints2.js
propertyAccessOnTypeParameterWithConstraints3.errors.txt
propertyAccessOnTypeParameterWithConstraints3.js
propertyAccessOnTypeParameterWithConstraints4.errors.txt
propertyAccessOnTypeParameterWithConstraints4.js
propertyAccessOnTypeParameterWithConstraints5.errors.txt
propertyAccessOnTypeParameterWithConstraints5.js
propertyAccessOnTypeParameterWithoutConstraints.js
propertyAndAccessorWithSameName.errors.txt
propertyAndFunctionWithSameName.errors.txt
propertyAndFunctionWithSameName.js
propertyAssignment.errors.txt
propertyIdentityWithPrivacyMismatch.errors.txt
propertyIdentityWithPrivacyMismatch.js
propertyNamedPrototype.errors.txt
propertyNamedPrototype.js
propertyNamesOfReservedWords.js
propertyNamesWithStringLiteral.js
propertyNameWithoutTypeAnnotation.js
propertyOrdering.errors.txt
propertyOrdering.js
propertyOrdering2.errors.txt
propertyOrdering2.js
propertyParameterWithQuestionMark.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
propertyParameterWithQuestionMark.js
propertySignatures.errors.txt
propertySignatures.js
propertyWrappedInTry.errors.txt Add errors for break and continue statements 2014-07-23 12:07:46 -07:00
protoAsIndexInIndexExpression.js
protoAssignment.errors.txt
protoAssignment.js
protoInIndexer.js
prototypeInstantiatedWithBaseConstraint.js
prototypeOnConstructorFunctions.js
prototypes.errors.txt
prototypes.js
publicIndexer.errors.txt
publicMemberImplementedAsPrivateInDerivedClass.errors.txt
publicMemberImplementedAsPrivateInDerivedClass.js
qualifiedModuleLocals.errors.txt
qualifiedModuleLocals.js
qualifiedName_entity-name-resolution-does-not-affect-class-heritage.errors.txt
qualifiedName_entity-name-resolution-does-not-affect-class-heritage.js
qualifiedName_ImportDeclarations-entity-names-referencing-a-var.js
qualify.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
qualify.js
quotedAccessorName1.errors.txt
quotedAccessorName2.errors.txt
quotedFunctionName1.js
quotedFunctionName2.js
quotedModuleNameMustBeAmbient.errors.txt
quotedPropertyName1.js
quotedPropertyName2.js
quotedPropertyName3.js
raiseErrorOnParameterProperty.errors.txt
raiseErrorOnParameterProperty.js
randomSemicolons1.js
reassignStaticProp.errors.txt
reassignStaticProp.js
reboundBaseClassSymbol.js
reboundIdentifierOnImportAlias.errors.txt Error when importing shadowed internal module. 2014-07-26 08:13:52 -07:00
reboundIdentifierOnImportAlias.js
rectype.js
recur1.js
recursiveBaseCheck.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
recursiveBaseCheck.js
recursiveBaseCheck2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
recursiveBaseCheck2.js
recursiveBaseCheck3.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
recursiveBaseCheck3.js
recursiveBaseCheck4.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
recursiveBaseCheck4.js
recursiveBaseCheck5.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
recursiveBaseCheck5.js
recursiveBaseCheck6.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
recursiveBaseCheck6.js
recursiveBaseConstructorCreation1.js
recursiveBaseConstructorCreation2.js
recursiveBaseConstructorCreation3.errors.txt
recursiveBaseConstructorCreation3.js
recursiveClassInstantiationsWithDefaultConstructors.js
recursiveClassReferenceTest.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
recursiveClassReferenceTest.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
recursiveClassReferenceTest.js.map Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
recursiveClassReferenceTest.sourcemap.txt Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
recursiveCloduleReference.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
recursiveComplicatedClasses.js
recursiveExportAssignmentAndFindAliasedType1.errors.txt
recursiveExportAssignmentAndFindAliasedType1.js
recursiveExportAssignmentAndFindAliasedType2.errors.txt
recursiveExportAssignmentAndFindAliasedType2.js
recursiveExportAssignmentAndFindAliasedType3.errors.txt
recursiveExportAssignmentAndFindAliasedType3.js
recursiveExportAssignmentAndFindAliasedType4.errors.txt
recursiveExportAssignmentAndFindAliasedType4.js
recursiveExportAssignmentAndFindAliasedType5.errors.txt
recursiveExportAssignmentAndFindAliasedType5.js
recursiveExportAssignmentAndFindAliasedType6.errors.txt
recursiveExportAssignmentAndFindAliasedType6.js
recursiveExportAssignmentAndFindAliasedType7.js
recursiveFunctionTypes.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
recursiveFunctionTypes.js
recursiveFunctionTypes1.js
recursiveGenericMethodCall.js Renames of existing baselines with casing to match the test files 2014-07-23 11:02:48 -07:00
recursiveGenericSignatureInstantiation.js
recursiveGenericSignatureInstantiation2.js
recursiveGenericTypeHierarchy.errors.txt
recursiveGenericTypeHierarchy.js
recursiveGetterAccess.errors.txt
recursiveIdenticalAssignment.errors.txt
recursiveIdenticalAssignment.js
recursiveIdenticalOverloadResolution.js
recursiveInference1.js
recursiveInferenceBug.errors.txt
recursiveInheritance.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
recursiveInheritance.js
recursiveInheritance2.js
recursiveInheritance3.errors.txt
recursiveInheritance3.js
recursiveInheritanceGeneric.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
recursiveInheritanceGeneric.js
recursiveInitializer.js
recursivelySpecializedConstructorDeclaration.js
recursiveMods.js
recursiveNamedLambdaCall.errors.txt
recursiveNamedLambdaCall.js
recursiveObjectLiteral.js
recursiveProperties.js
recursiveReturns.js
recursiveSpecializationOfExtendedTypeWithError.js
recursiveSpecializationOfSignatures.errors.txt
recursiveTypeIdentity.js
recursiveTypeInGenericConstraint.errors.txt
recursiveTypeInGenericConstraint.js
recursiveTypeParameterConstraintReferenceLacksTypeArgs.errors.txt
recursiveTypeParameterConstraintReferenceLacksTypeArgs.js
recursiveTypeParameterReferenceError1.js
recursiveTypeParameterReferenceError2.js
recursiveTypes1.errors.txt
recursiveTypes1.js
recursiveTypesUsedAsFunctionParameters.errors.txt
recursiveTypesUsedAsFunctionParameters.js
redeclarationOfVarWithGenericType.js
redefineArray.errors.txt
redefineArray.js
regExpWithSlashInCharClass.js Fixed error when parsing slashes in RegExp literals. 2014-07-31 00:36:50 -07:00
relativePathMustResolve.errors.txt
relativePathMustResolve.js
relativePathToDeclarationFile.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
reorderProperties.js
requireEmitSemicolon.js
requireOfAnEmptyFile1.errors.txt
requireOfAnEmptyFile1.js
reservedNameOnInterfaceImport.errors.txt When importing, only check for reserved type names when importing a type. 2014-07-16 14:08:15 -07:00
reservedNameOnInterfaceImport.js When importing, only check for reserved type names when importing a type. 2014-07-16 14:08:15 -07:00
reservedNameOnModuleImport.js When importing, only check for reserved type names when importing a type. 2014-07-16 14:08:15 -07:00
reservedNameOnModuleImportWithInterface.errors.txt When importing, only check for reserved type names when importing a type. 2014-07-16 14:08:15 -07:00
reservedNameOnModuleImportWithInterface.js When importing, only check for reserved type names when importing a type. 2014-07-16 14:08:15 -07:00
reservedWords.js
resolvingClassDeclarationWhenInBaseTypeResolution.js Start emitting qualified path if the current symbol is not visible in enclosing declaration 2014-07-16 11:30:14 -07:00
restArgAssignmentCompat.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
restArgAssignmentCompat.js
restArgMissingName.errors.txt
restParamAsOptional.errors.txt
restParameterAssignmentCompatibility.js
restParameterNotLast.errors.txt
restParameterNoTypeAnnotation.js
restParameters.js
restParametersOfNonArrayTypes.errors.txt
restParametersOfNonArrayTypes2.errors.txt
restParametersWithArrayTypeAnnotations.errors.txt
restParameterWithoutAnnotationIsAnyArray.errors.txt
restParamsWithNonRestParams.errors.txt
restParamsWithNonRestParams.js
returnInConstructor1.errors.txt
returnInConstructor1.js
returnStatement1.js
returnStatements.js
returnTypeParameter.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
returnTypeParameter.js
returnTypeParameterWithModules.js
returnTypeTypeArguments.errors.txt
returnTypeTypeArguments.js
returnValueInSetter.errors.txt
reuseInnerModuleMember.js
reversedRecusiveTypeInstantiation.js
reverseInferenceInContextualInstantiation.js
scanner10.1.1-8gs.errors.txt enabled strict mode 2014-07-24 13:01:25 -07:00
scannerAdditiveExpression1.errors.txt
scannerAdditiveExpression1.js
scannerClass2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
scannerEnum1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
scannerES3NumericLiteral1.js
scannerES3NumericLiteral2.js
scannerES3NumericLiteral3.errors.txt Scan octal literals 2014-08-06 18:10:11 -07:00
scannerES3NumericLiteral4.errors.txt
scannerES3NumericLiteral5.js
scannerES3NumericLiteral6.errors.txt
scannerES3NumericLiteral7.js
scannerImportDeclaration1.errors.txt
scannerImportDeclaration1.js
scannerNumericLiteral1.js
scannerNumericLiteral2.errors.txt Error on octal literals in ES5 and strict mode 2014-08-06 18:10:16 -07:00
scannerNumericLiteral3.errors.txt Error on octal literals in ES5 and strict mode 2014-08-06 18:10:16 -07:00
scannerNumericLiteral4.errors.txt
scannerNumericLiteral5.js
scannerNumericLiteral6.errors.txt
scannerNumericLiteral7.js
scannerNumericLiteral8.errors.txt Address feedback 2014-08-07 12:08:31 -07:00
scannerNumericLiteral9.errors.txt Address feedback 2014-08-07 12:08:31 -07:00
scannerS7.2_A1.5_T2.errors.txt
scannerS7.2_A1.5_T2.js
scannerS7.3_A1.1_T2.errors.txt
scannerS7.3_A1.1_T2.js
scannerS7.4_A2_T2.errors.txt Report error on unclosed multiline comment. 2014-07-15 12:21:16 -07:00
scannerS7.6_A4.2_T1.errors.txt
scannerS7.6_A4.2_T1.js
scannerS7.8.3_A6.1_T1.errors.txt
scannerS7.8.4_A7.1_T4.errors.txt
scannerStringLiterals.errors.txt
scannerStringLiteralWithContainingNullCharacter1.js
scannertest1.errors.txt
scannerUnexpectedNullCharacter1.errors.txt
scannerUnicodeEscapeInKeyword1.js
scopeCheckExtendedClassInsidePublicMethod2.errors.txt
scopeCheckExtendedClassInsidePublicMethod2.js
scopeCheckExtendedClassInsideStaticMethod1.errors.txt
scopeCheckExtendedClassInsideStaticMethod1.js
scopeCheckInsidePublicMethod1.errors.txt
scopeCheckInsidePublicMethod1.js
scopeCheckInsideStaticMethod1.errors.txt
scopeCheckInsideStaticMethod1.js
scopeResolutionIdentifiers.js
scopeTests.errors.txt
scopeTests.js
scopingInCatchBlocks.errors.txt
scopingInCatchBlocks.js
selfInCallback.js
selfInLambdas.js
selfRef.errors.txt
selfRef.js
selfReferencesInFunctionParameters.errors.txt
selfReferencesInFunctionParameters.js
semicolonsInModuleDeclarations.errors.txt
separate1-1.errors.txt
separate1-1.js
separate1-2.js
setterBeforeGetter.errors.txt
setterWithReturn.errors.txt
shadowedInternalModule.errors.txt Error when importing shadowed internal module. 2014-07-26 08:13:52 -07:00
shadowedInternalModule.js
shadowPrivateMembers.errors.txt
shadowPrivateMembers.js
sigantureIsSubTypeIfTheyAreIdentical.js
simpleArrowFunctionParameterReferencedInObjectLiteral1.js
slashBeforeVariableDeclaration1.errors.txt
sourceMap-Comment1.js
sourceMap-Comment1.js.map
sourceMap-Comment1.sourcemap.txt
sourceMap-EmptyFile1.js
sourceMap-EmptyFile1.js.map
sourceMap-EmptyFile1.sourcemap.txt
sourceMap-FileWithComments.js
sourceMap-FileWithComments.js.map
sourceMap-FileWithComments.sourcemap.txt
sourceMap-InterfacePrecedingVariableDeclaration1.js
sourceMap-InterfacePrecedingVariableDeclaration1.js.map
sourceMap-InterfacePrecedingVariableDeclaration1.sourcemap.txt
sourceMap-NewLine1.js
sourceMap-NewLine1.js.map
sourceMap-NewLine1.sourcemap.txt
sourceMap-SemiColon1.js
sourceMap-SemiColon1.js.map
sourceMap-SemiColon1.sourcemap.txt
sourceMap-SingleSpace1.js
sourceMap-SingleSpace1.js.map
sourceMap-SingleSpace1.sourcemap.txt
sourceMap-SkippedNode.js added test for skipped node case 2014-07-31 12:01:46 -07:00
sourceMap-SkippedNode.js.map added test for skipped node case 2014-07-31 12:01:46 -07:00
sourceMap-SkippedNode.sourcemap.txt added test for skipped node case 2014-07-31 12:01:46 -07:00
sourceMap-StringLiteralWithNewLine.js
sourceMap-StringLiteralWithNewLine.js.map
sourceMap-StringLiteralWithNewLine.sourcemap.txt
sourceMapSample.errors.txt
sourceMapSample.js
sourceMapSample.js.map
sourceMapSample.sourcemap.txt
sourceMapValidationClass.js Issue# 144: Do not emit the name of the rest paramter in constructors 2014-07-17 19:54:21 -07:00
sourceMapValidationClass.js.map Issue# 144: Do not emit the name of the rest paramter in constructors 2014-07-17 19:54:21 -07:00
sourceMapValidationClass.sourcemap.txt Issue# 144: Do not emit the name of the rest paramter in constructors 2014-07-17 19:54:21 -07:00
sourceMapValidationClasses.js
sourceMapValidationClasses.js.map
sourceMapValidationClasses.sourcemap.txt
sourceMapValidationClassWithDefaultConstructor.js
sourceMapValidationClassWithDefaultConstructor.js.map
sourceMapValidationClassWithDefaultConstructor.sourcemap.txt
sourceMapValidationClassWithDefaultConstructorAndCapturedThisStatement.js
sourceMapValidationClassWithDefaultConstructorAndCapturedThisStatement.js.map
sourceMapValidationClassWithDefaultConstructorAndCapturedThisStatement.sourcemap.txt
sourceMapValidationClassWithDefaultConstructorAndExtendsClause.js
sourceMapValidationClassWithDefaultConstructorAndExtendsClause.js.map
sourceMapValidationClassWithDefaultConstructorAndExtendsClause.sourcemap.txt
sourceMapValidationDebugger.js
sourceMapValidationDebugger.js.map
sourceMapValidationDebugger.sourcemap.txt
sourceMapValidationDo.js
sourceMapValidationDo.js.map
sourceMapValidationDo.sourcemap.txt
sourcemapValidationDuplicateNames.js
sourcemapValidationDuplicateNames.js.map
sourcemapValidationDuplicateNames.sourcemap.txt
sourceMapValidationEnums.errors.txt
sourceMapValidationEnums.js
sourceMapValidationEnums.js.map
sourceMapValidationEnums.sourcemap.txt
sourceMapValidationExportAssignment.js
sourceMapValidationExportAssignment.js.map
sourceMapValidationExportAssignment.sourcemap.txt
sourceMapValidationExportAssignmentCommonjs.js
sourceMapValidationExportAssignmentCommonjs.js.map
sourceMapValidationExportAssignmentCommonjs.sourcemap.txt
sourceMapValidationFor.errors.txt
sourceMapValidationFor.js
sourceMapValidationFor.js.map
sourceMapValidationFor.sourcemap.txt
sourceMapValidationForIn.errors.txt
sourceMapValidationForIn.js
sourceMapValidationForIn.js.map
sourceMapValidationForIn.sourcemap.txt
sourceMapValidationFunctionExpressions.js
sourceMapValidationFunctionExpressions.js.map
sourceMapValidationFunctionExpressions.sourcemap.txt
sourceMapValidationFunctionPropertyAssignment.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
sourceMapValidationFunctionPropertyAssignment.js.map do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
sourceMapValidationFunctionPropertyAssignment.sourcemap.txt do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
sourceMapValidationFunctions.js
sourceMapValidationFunctions.js.map
sourceMapValidationFunctions.sourcemap.txt
sourceMapValidationIfElse.js
sourceMapValidationIfElse.js.map
sourceMapValidationIfElse.sourcemap.txt
sourceMapValidationImport.js
sourceMapValidationImport.js.map
sourceMapValidationImport.sourcemap.txt
sourceMapValidationLabeled.js
sourceMapValidationLabeled.js.map
sourceMapValidationLabeled.sourcemap.txt
sourceMapValidationModule.js
sourceMapValidationModule.js.map
sourceMapValidationModule.sourcemap.txt
sourceMapValidationStatements.errors.txt Give a semantic error on with statements 2014-07-21 17:10:04 -07:00
sourceMapValidationStatements.js
sourceMapValidationStatements.js.map
sourceMapValidationStatements.sourcemap.txt
sourceMapValidationSwitch.js
sourceMapValidationSwitch.js.map
sourceMapValidationSwitch.sourcemap.txt
sourceMapValidationTryCatchFinally.js
sourceMapValidationTryCatchFinally.js.map
sourceMapValidationTryCatchFinally.sourcemap.txt
sourceMapValidationVariables.js
sourceMapValidationVariables.js.map
sourceMapValidationVariables.sourcemap.txt
sourceMapValidationWhile.js
sourceMapValidationWhile.js.map
sourceMapValidationWhile.sourcemap.txt
sourceMapValidationWithComments.js
sourceMapValidationWithComments.js.map
sourceMapValidationWithComments.sourcemap.txt
specializationError.js
specializationOfExportedClass.js
specializationsShouldNotAffectEachOther.js
specializedInheritedConstructors1.js
specializedLambdaTypeArguments.js
specializedOverloadWithRestParameters.errors.txt
specializedOverloadWithRestParameters.js
specializedSignatureAsCallbackParameter1.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
specializedSignatureAsCallbackParameter1.js
specializedSignatureInInterface.js fixed check for call\construct signatures in interfaces 2014-08-04 14:37:24 -07:00
specializedSignatureIsNotSubtypeOfNonSpecializedSignature.errors.txt
specializedSignatureIsNotSubtypeOfNonSpecializedSignature.js
specializedSignatureIsSubtypeOfNonSpecializedSignature.js
specializedSignatureOverloadReturnTypeWithIndexers.errors.txt
specializedSignatureOverloadReturnTypeWithIndexers.js
specializeVarArgs1.js
staticAndMemberFunctions.js
staticAndNonStaticPropertiesSameName.js
staticClassMemberError.errors.txt addressed CR feedback: changed error message 2014-07-31 11:06:42 -07:00
staticClassMemberError.js
staticClassProps.errors.txt
staticFactory1.js
staticGetter1.errors.txt
staticGetter2.js
staticGetterAndSetter.errors.txt
staticIndexer.errors.txt
staticIndexers.errors.txt
staticInheritance.js
staticInstanceResolution.js
staticInstanceResolution2.js
staticInstanceResolution3.js
staticInstanceResolution4.errors.txt
staticInstanceResolution4.js
staticInstanceResolution5.errors.txt
staticInstanceResolution5.js
staticInterfaceAssignmentCompat.js
staticMemberAccessOffDerivedType1.js
staticMemberAssignsToConstructorFunctionMembers.errors.txt
staticMemberAssignsToConstructorFunctionMembers.js
staticMemberExportAccess.errors.txt
staticMemberExportAccess.js
staticMemberInitialization.js
staticMemberOfClassAndPublicMemberOfAnotherClassAssignment.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
staticMemberOfClassAndPublicMemberOfAnotherClassAssignment.js
staticMembersUsingClassTypeParameter.errors.txt
staticMembersUsingClassTypeParameter.js
staticMemberWithStringAndNumberNames.js
staticMethodReferencingTypeArgument1.errors.txt
staticMethodReferencingTypeArgument1.js
staticMethodsReferencingClassTypeParameters.errors.txt
staticMethodsReferencingClassTypeParameters.js
staticMethodWithTypeParameterExtendsClauseDeclFile.js Fix the incorrect error reporting and declaration file emit for the type parameter constraint of private methods 2014-08-04 12:06:07 -07:00
staticModifierAlreadySeen.errors.txt
staticMustPrecedePublic.errors.txt
staticOffOfInstance1.errors.txt
staticOffOfInstance1.js
staticOffOfInstance2.errors.txt
staticOffOfInstance2.js
staticPropertyAndFunctionWithSameName.js
staticPropertyNotInClassType.errors.txt
staticPropSuper.errors.txt
staticPropSuper.js
staticPrototypeProperty.errors.txt
staticPrototypeProperty.js
staticPrototypePropertyOnClass.js
statics.errors.txt
statics.js emit this capturing as a first action in the constructor 2014-08-01 11:16:09 -07:00
staticsInAFunction.errors.txt
staticsInConstructorBodies.errors.txt
staticsNotInScopeInClodule.errors.txt
staticsNotInScopeInClodule.js
staticVisibility.errors.txt
stradac.js
strictMode1.js emit prologue directives as first lines in file 2014-07-17 17:43:48 -07:00
strictMode2.js
strictMode3.js emit prologue directives as first lines in file 2014-07-17 17:43:48 -07:00
strictMode4.js
strictMode5.js emit 'use strict' at the beginning of the function 2014-07-18 16:59:52 -07:00
strictModeInConstructor.errors.txt
strictModeInConstructor.js
stringHasStringValuedNumericIndexer.js
stringIndexerAndConstructor.errors.txt
stringIndexerAndConstructor.js
stringIndexerAndConstructor1.errors.txt
stringIndexerAndConstructor1.js
stringIndexerAssignments1.errors.txt
stringIndexerAssignments1.js
stringIndexerAssignments2.errors.txt
stringIndexerAssignments2.js
stringIndexerConstrainsPropertyDeclarations.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
stringIndexerConstrainsPropertyDeclarations2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
stringIndexerConstrainsPropertyDeclarations2.js
stringIndexingResults.js
stringLiteralObjectLiteralDeclaration1.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
stringLiteralPropertyNameWithLineContinuation1.js
stringLiteralsErrors.errors.txt
stringLiteralType.errors.txt
stringLiteralTypeIsSubtypeOfString.errors.txt
stringLiteralTypeIsSubtypeOfString.js
stringLiteralTypesInImplementationSignatures.errors.txt
stringLiteralTypesInImplementationSignatures.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
stringLiteralTypesInImplementationSignatures2.errors.txt
stringLiteralTypesInImplementationSignatures2.js No longer emit trailing comma on object literals. 2014-07-28 11:37:36 -07:00
stringNamedPropertyAccess.js
stringNamedPropertyDuplicates.errors.txt
stringPropCodeGen.js
stringPropertyAccess.js
stringPropertyAccessWithError.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
stringPropertyAccessWithError.js
structural1.js
structuralTypeInDeclareFileForModule.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
styleOptions.js
subtypesOfAny.js
subtypesOfTypeParameter.errors.txt
subtypesOfTypeParameter.js
subtypesOfTypeParameterWithConstraints.errors.txt
subtypesOfTypeParameterWithConstraints.js
subtypesOfTypeParameterWithConstraints2.errors.txt
subtypesOfTypeParameterWithConstraints2.js
subtypesOfTypeParameterWithConstraints3.errors.txt
subtypesOfTypeParameterWithConstraints3.js
subtypesOfTypeParameterWithConstraints4.errors.txt
subtypesOfTypeParameterWithConstraints4.js
subtypesOfTypeParameterWithRecursiveConstraints.errors.txt
subtypesOfTypeParameterWithRecursiveConstraints.js
subtypingTransitivity.js
subtypingWithCallSignatures.js
subtypingWithCallSignatures2.js
subtypingWithCallSignatures3.js
subtypingWithCallSignatures4.js
subtypingWithCallSignaturesA.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
subtypingWithCallSignaturesA.js
subtypingWithCallSignaturesWithOptionalParameters.errors.txt
subtypingWithCallSignaturesWithOptionalParameters.js
subtypingWithCallSignaturesWithRestParameters.errors.txt
subtypingWithCallSignaturesWithRestParameters.js
subtypingWithCallSignaturesWithSpecializedSignatures.errors.txt
subtypingWithCallSignaturesWithSpecializedSignatures.js
subtypingWithConstructSignatures.js
subtypingWithConstructSignatures2.js
subtypingWithConstructSignatures3.js
subtypingWithConstructSignatures4.js
subtypingWithConstructSignatures5.js
subtypingWithConstructSignatures6.js
subtypingWithConstructSignaturesWithOptionalParameters.errors.txt
subtypingWithConstructSignaturesWithOptionalParameters.js
subtypingWithConstructSignaturesWithSpecializedSignatures.errors.txt
subtypingWithConstructSignaturesWithSpecializedSignatures.js
subtypingWithGenericCallSignaturesWithOptionalParameters.errors.txt
subtypingWithGenericCallSignaturesWithOptionalParameters.js
subtypingWithGenericConstructSignaturesWithOptionalParameters.errors.txt
subtypingWithGenericConstructSignaturesWithOptionalParameters.js
subtypingWithNumericIndexer.errors.txt
subtypingWithNumericIndexer.js
subtypingWithNumericIndexer2.errors.txt
subtypingWithNumericIndexer2.js
subtypingWithNumericIndexer3.errors.txt
subtypingWithNumericIndexer3.js
subtypingWithNumericIndexer4.errors.txt
subtypingWithNumericIndexer4.js
subtypingWithNumericIndexer5.errors.txt
subtypingWithNumericIndexer5.js
subtypingWithObjectMembers.errors.txt
subtypingWithObjectMembers.js
subtypingWithObjectMembers2.errors.txt
subtypingWithObjectMembers2.js
subtypingWithObjectMembers3.errors.txt
subtypingWithObjectMembers3.js
subtypingWithObjectMembers4.js
subtypingWithObjectMembers5.errors.txt
subtypingWithObjectMembers5.js
subtypingWithObjectMembersAccessibility.errors.txt
subtypingWithObjectMembersAccessibility.js
subtypingWithObjectMembersAccessibility2.errors.txt
subtypingWithObjectMembersAccessibility2.js
subtypingWithObjectMembersOptionality.js
subtypingWithObjectMembersOptionality2.errors.txt
subtypingWithObjectMembersOptionality2.js
subtypingWithObjectMembersOptionality3.js
subtypingWithObjectMembersOptionality4.js
subtypingWithOptionalProperties.js
subtypingWithStringIndexer.errors.txt
subtypingWithStringIndexer.js
subtypingWithStringIndexer2.errors.txt
subtypingWithStringIndexer2.js
subtypingWithStringIndexer3.errors.txt
subtypingWithStringIndexer3.js
subtypingWithStringIndexer4.errors.txt
subtypingWithStringIndexer4.js
super.errors.txt
super.js
super1.errors.txt
super1.js
super2.js
super_inside-object-literal-getters-and-setters.errors.txt
superAccess.errors.txt
superAccess.js
superAccess2.errors.txt
superAccessInFatArrow1.js
superCallArgsMustMatch.js
superCallAssignResult.errors.txt
superCallAssignResult.js
superCallFromClassThatDerivesFromGenericType1.js
superCallFromClassThatDerivesFromGenericType2.js
superCallInConstructorWithNoBaseType.errors.txt
superCallInConstructorWithNoBaseType.js
superCallInNonStaticMethod.errors.txt
superCallInStaticMethod.errors.txt
superCallOutsideConstructor.errors.txt
superCallOutsideConstructor.js
superCalls.js
superCallsInConstructor.errors.txt Give a semantic error on with statements 2014-07-21 17:10:04 -07:00
superCallsInConstructor.js
superErrors.errors.txt
superInCatchBlock1.js
superInConstructorParam1.errors.txt
superInConstructorParam1.js
superInLambdas.errors.txt
superPropertyAccess.errors.txt
superPropertyAccess1.errors.txt
superPropertyAccess2.errors.txt
superPropertyAccessNoError.errors.txt
superWithGenerics.js
superWithGenericSpecialization.js
superWithTypeArgument.errors.txt
superWithTypeArgument2.errors.txt
superWithTypeArgument3.errors.txt
switchAssignmentCompat.errors.txt
switchAssignmentCompat.js
switchBreakStatements.js
switchCases.js
switchCasesExpressionTypeMismatch.errors.txt
switchCasesExpressionTypeMismatch.js
switchFallThroughs.js
switchStatements.js
switchStatementsWithMultipleDefaults.errors.txt Add errors for break and continue statements 2014-07-23 12:07:46 -07:00
targetTypeArgs.js
targetTypeBaseCalls.errors.txt
targetTypeBaseCalls.js
targetTypeCalls.js
targetTypeCastTest.errors.txt
targetTypeCastTest.js
targetTypeObjectLiteral.js
targetTypeObjectLiteralToAny.js
targetTypeTest1.errors.txt
targetTypeTest1.js
targetTypeTest2.js
targetTypeTest3.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
targetTypeTest3.js
targetTypeVoidFunc.errors.txt
targetTypeVoidFunc.js
targetTypingOnFunctions.js
ternaryExpressionSourceMap.js
ternaryExpressionSourceMap.js.map
ternaryExpressionSourceMap.sourcemap.txt
testContainerList.js Adding test output file. 2014-08-01 15:24:02 -07:00
testTypings.errors.txt
testTypings.js
this_inside-enum-should-not-be-allowed.errors.txt
this_inside-enum-should-not-be-allowed.js
this_inside-object-literal-getters-and-setters.errors.txt
thisBinding.errors.txt
thisBinding.js
thisBinding2.js
thisCapture1.js
thisExpressionInCallExpressionWithTypeArguments.errors.txt
thisExpressionInCallExpressionWithTypeArguments.js
thisExpressionInIndexExpression.js
thisExpressionOfGenericObject.js
thisInAccessors.errors.txt
thisInArrowFunctionInStaticInitializer1.errors.txt
thisInArrowFunctionInStaticInitializer1.js
thisInConstructorParameter1.errors.txt
thisInConstructorParameter1.js
thisInConstructorParameter2.errors.txt
thisInConstructorParameter2.js
thisInGenericStaticMembers.js
thisInInnerFunctions.js
thisInInstanceMemberInitializer.js
thisInInvalidContexts.errors.txt
thisInInvalidContextsExternalModule.errors.txt Update baselines for not emitting when module flag is not specified 2014-07-21 09:40:39 -07:00
thisInLambda.js
thisInModule.errors.txt
thisInModule.js
thisInModuleFunction1.js Ensuring local module names are unique in emit. 2014-07-21 11:17:44 -07:00
thisInObjectLiterals.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
thisInOuterClassBody.errors.txt
thisInOuterClassBody.js
thisInPropertyBoundDeclarations.js No longer emit trailing comma on object literals. 2014-07-28 11:37:36 -07:00
thisInStaticMethod1.js
thisInStatics.errors.txt
thisInSuperCall.errors.txt
thisInSuperCall.js
thisInSuperCall1.errors.txt
thisInSuperCall1.js
thisInSuperCall2.errors.txt
thisInSuperCall2.js
thisInSuperCall3.errors.txt
thisInSuperCall3.js
thisKeyword.errors.txt
thisKeyword.js
thisReferencedInFunctionInsideArrowFunction1.js
thisWhenTypeCheckFails.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
thisWhenTypeCheckFails.js
throwInEnclosingStatements.js do not propagate property name as name for function expression 2014-07-23 11:48:29 -07:00
throwStatements.js
tooFewArgumentsInGenericFunctionTypedArgument.js
tooManyTypeParameters1.errors.txt
tooManyTypeParameters1.js
topLevel.js
topLevelAmbientModule.js
topLevelExports.js
topLevelFileModule.js
topLevelFileModuleMissing.errors.txt
topLevelFileModuleMissing.js
topLevelLambda.errors.txt
topLevelLambda.js
topLevelLambda2.js
topLevelLambda3.js
topLevelLambda4.js
topLevelModuleDeclarationAndFile.errors.txt
topLevelModuleDeclarationAndFile.js
toStringOnPrimitives.js
trailingCommaInHeterogenousArrayLiteral1.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
trailingCommaInHeterogenousArrayLiteral1.js
trailingCommasES3.js Accept object literal commas in ES3, preserve in ES5. 2014-07-29 16:25:10 -07:00
trailingCommasES5.js Accept object literal commas in ES3, preserve in ES5. 2014-07-29 16:25:10 -07:00
trailingSeparatorInFunctionCall.errors.txt
transitiveTypeArgumentInference1.js
tryCatchFinally.js
tryStatements.js
twoAccessorsWithSameName.errors.txt update check for object literal properties according to ECMA spec 2014-07-24 13:02:31 -07:00
twoAccessorsWithSameName2.errors.txt
twoGenericInterfacesDifferingByTypeParameterName.errors.txt
twoGenericInterfacesDifferingByTypeParameterName.js
twoGenericInterfacesDifferingByTypeParameterName2.errors.txt
twoGenericInterfacesDifferingByTypeParameterName2.js
twoGenericInterfacesWithDifferentConstraints.errors.txt
twoGenericInterfacesWithDifferentConstraints.js
twoGenericInterfacesWithTheSameNameButDifferentArity.errors.txt
twoGenericInterfacesWithTheSameNameButDifferentArity.js
twoInterfacesDifferentRootModule.errors.txt
twoInterfacesDifferentRootModule.js
twoInterfacesDifferentRootModule2.errors.txt
twoInterfacesDifferentRootModule2.js
TwoInternalModulesThatMergeEachWithExportedAndNonExportedClassesOfTheSameName.js
TwoInternalModulesThatMergeEachWithExportedAndNonExportedInterfacesOfTheSameName.js
TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.js
TwoInternalModulesThatMergeEachWithExportedClassesOfTheSameName.errors.txt
TwoInternalModulesThatMergeEachWithExportedClassesOfTheSameName.js
TwoInternalModulesThatMergeEachWithExportedInterfacesOfTheSameName.js
TwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
TwoInternalModulesThatMergeEachWithExportedModulesOfTheSameName.js
TwoInternalModulesWithTheSameNameAndDifferentCommonRoot.js
TwoInternalModulesWithTheSameNameAndSameCommonRoot.js
twoMergedInterfacesWithDifferingOverloads.js
twoMergedInterfacesWithDifferingOverloads2.js
typeAnnotationBestCommonTypeInArrayLiteral.js
typeArgInference.js
typeArgInference2.js
typeArgInference2WithError.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
typeArgInference2WithError.js
typeArgInferenceWithNull.js
typeArgumentConstraintResolution1.errors.txt
typeArgumentConstraintResolution1.js
typeArgumentInference.js
typeArgumentInferenceConstructSignatures.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
typeArgumentInferenceConstructSignatures.js
typeArgumentInferenceErrors.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
typeArgumentInferenceErrors.js
typeArgumentInferenceOrdering.js
typeArgumentInferenceTransitiveConstraints.errors.txt
typeArgumentInferenceTransitiveConstraints.js
typeArgumentInferenceWithConstraintAsCommonRoot.js
typeArgumentInferenceWithConstraints.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
typeArgumentInferenceWithConstraints.js
typeArgumentsInFunctionExpressions.js
typeArgumentsOnFunctionsWithNoTypeParameters.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
typeArgumentsOnFunctionsWithNoTypeParameters.js
typeArgumentsShouldDisallowNonGenericOverloads.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
typeArgumentsShouldDisallowNonGenericOverloads.js
typeAssertions.errors.txt
typeAssertions.js
typeAssertionToGenericFunctionType.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
typeAssertionToGenericFunctionType.js
typecheckCommaExpression.errors.txt
typecheckCommaExpression.js
typecheckIfCondition.errors.txt
typecheckIfCondition.js
typeCheckingInsideFunctionExpressionInArray.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
typeCheckingInsideFunctionExpressionInArray.js
typeCheckObjectCreationExpressionWithUndefinedCallResolutionData.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
typeCheckTypeArgument.errors.txt Report global errors and re-enable assert for the number of errors reported 2014-07-17 18:16:40 -07:00
typeCheckTypeArgument.js
typeConstraintsWithConstructSignatures.js
typedGenericPrototypeMember.js
typeIdentityConsidersBrands.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
typeIdentityConsidersBrands.js
typeInfer1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
typeInfer1.js
typeInferenceConflictingCandidates.js
typeInferenceFixEarly.js
typeInferenceReturnTypeCallback.js
typeInferenceWithTypeAnnotation.js
typeLiteralCallback.js
typeMatch1.errors.txt
typeMatch1.js
typeMatch2.errors.txt
typeMatch2.js
typeName1.errors.txt Rearranging members of Array<T> to improve error reporting. 2014-08-12 11:13:15 -07:00
typeName1.js
typeofAmbientExternalModules.errors.txt
typeofAmbientExternalModules.js
typeofAnExportedType.errors.txt
typeofANonExportedType.errors.txt
typeofClass.errors.txt
typeofClass.js
typeofClass2.js
typeofClassWithPrivates.errors.txt
typeofClassWithPrivates.js
typeofEnum.js
typeOfEnumAndVarRedeclarations.errors.txt
typeOfEnumAndVarRedeclarations.js
typeofExternalModules.errors.txt
typeofExternalModules.js
typeofInObjectLiteralType.errors.txt
typeofInObjectLiteralType.js
typeofInterface.js
typeofInternalModules.errors.txt
typeofInternalModules.js
typeofModuleWithoutExports.js
typeOfOnTypeArg.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
typeOfOnTypeArg.js
typeOfOperator1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
typeOfOperator1.js
typeofOperatorInvalidOperations.errors.txt
typeofOperatorWithAnyOtherType.errors.txt
typeofOperatorWithAnyOtherType.js
typeofOperatorWithBooleanType.js
typeofOperatorWithEnumType.js
typeofOperatorWithNumberType.js
typeofOperatorWithStringType.js
typeofProperty.errors.txt
typeofProperty.js
typeOfPrototype.js
typeofSimple.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
typeofSimple.js
typeOfSuperCall.js
typeOfThis.errors.txt
typeOfThisInAccessor.errors.txt
typeOfThisInConstructorParamList.errors.txt
typeOfThisInConstructorParamList.js
typeOfThisInFunctionExpression.js
typeOfThisInInstanceMember.errors.txt
typeOfThisInInstanceMember2.errors.txt
typeOfThisInMemberFunctions.js
typeOfThisInStaticMembers.js
typeOfThisInStaticMembers2.errors.txt
typeOfThisInStaticMembers2.js
typeOfThisInStatics.errors.txt
typeofTypeParameter.errors.txt
typeofTypeParameter.js
typeofUndefined.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
typeofUnknownSymbol.errors.txt
typeofUnknownSymbol.js
typeParameterAndArgumentOfSameName1.js
typeParameterArgumentEquivalence.errors.txt
typeParameterArgumentEquivalence.js
typeParameterArgumentEquivalence2.errors.txt
typeParameterArgumentEquivalence2.js
typeParameterArgumentEquivalence3.errors.txt
typeParameterArgumentEquivalence3.js
typeParameterArgumentEquivalence4.errors.txt
typeParameterArgumentEquivalence4.js
typeParameterArgumentEquivalence5.errors.txt
typeParameterArgumentEquivalence5.js
typeParameterAsBaseClass.errors.txt
typeParameterAsBaseClass.js
typeParameterAsBaseType.errors.txt
typeParameterAsBaseType.js
typeParameterAsElementType.js
typeParameterAssignability.errors.txt
typeParameterAssignability.js
typeParameterAssignability2.errors.txt
typeParameterAssignability2.js
typeParameterAssignability3.errors.txt
typeParameterAssignability3.js
typeParameterAssignmentCompat1.errors.txt
typeParameterAssignmentCompat1.js
typeParameterAssignmentWithConstraints.errors.txt
typeParameterAssignmentWithConstraints.js
typeParameterAsTypeArgument.js
typeParameterAsTypeParameterConstraint.errors.txt
typeParameterAsTypeParameterConstraint.js
typeParameterAsTypeParameterConstraint2.errors.txt
typeParameterAsTypeParameterConstraint2.js
typeParameterAsTypeParameterConstraintTransitively.js
typeParameterAsTypeParameterConstraintTransitively2.js
typeParameterCompatibilityAccrossDeclarations.js
typeParameterConstrainedToOuterTypeParameter.js
typeParameterConstrainedToOuterTypeParameter2.js
typeParameterConstraints1.errors.txt
typeParameterDirectlyConstrainedToItself.errors.txt
typeParameterDirectlyConstrainedToItself.js
typeParameterExplicitlyExtendsAny.errors.txt
typeParameterExplicitlyExtendsAny.js
typeParameterHasSelfAsConstraint.errors.txt
typeParameterHasSelfAsConstraint.js
typeParameterIndirectlyConstrainedToItself.errors.txt
typeParameterIndirectlyConstrainedToItself.js
typeParameterOrderReversal.errors.txt
typeParameterOrderReversal.js
typeParametersAreIdenticalToThemselves.js
typeParametersAvailableInNestedScope.js
typeParametersAvailableInNestedScope2.js
typeParametersInStaticAccessors.errors.txt
typeParametersInStaticMethods.errors.txt
typeParametersInStaticMethods.js
typeParametersInStaticProperties.errors.txt
typeParametersInStaticProperties.js
typeParametersShouldNotBeEqual.errors.txt
typeParametersShouldNotBeEqual.js
typeParametersShouldNotBeEqual2.errors.txt
typeParametersShouldNotBeEqual2.js
typeParametersShouldNotBeEqual3.errors.txt
typeParametersShouldNotBeEqual3.js
typeParameterUsedAsConstraint.errors.txt
typeParameterUsedAsConstraint.js
typeParameterUsedAsTypeParameterConstraint.errors.txt
typeParameterUsedAsTypeParameterConstraint.js
typeParameterUsedAsTypeParameterConstraint2.errors.txt
typeParameterUsedAsTypeParameterConstraint2.js
typeParameterUsedAsTypeParameterConstraint3.js
typeParameterUsedAsTypeParameterConstraint4.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
typeParameterUsedAsTypeParameterConstraint4.js
typeParameterWithInvalidConstraintType.errors.txt
typeParameterWithInvalidConstraintType.js
typeParamExtendsOtherTypeParam.errors.txt
typeParamExtendsOtherTypeParam.js
typeQueryOnClass.errors.txt
typeQueryWithReservedWords.js Allow reserved words in type queries. 2014-07-22 15:11:24 -07:00
typeResolution.js
typeResolution.js.map
typeResolution.sourcemap.txt
typesOnlyExternalModuleStillHasInstance.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
typesOnlyExternalModuleStillHasInstance.js
typesWithDuplicateTypeParameters.errors.txt
typesWithDuplicateTypeParameters.js
typesWithOptionalProperty.js
typesWithPrivateConstructor.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
typesWithPublicConstructor.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
typesWithPublicConstructor.js
typesWithSpecializedCallSignatures.js
typesWithSpecializedConstructSignatures.js
typeVal.js
typeValueConflict1.errors.txt
typeValueConflict1.js
typeValueConflict2.errors.txt
typeValueConflict2.js
unaryOperators1.errors.txt Renames of existing baselines with casing to match the test files 2014-07-23 11:02:48 -07:00
unaryOperators1.js
unaryPlus.js
uncaughtCompilerError1.js
uncaughtCompilerError2.errors.txt Improved lookahead for arrow functions. 2014-07-22 17:01:10 -07:00
undeclaredBase.errors.txt
undeclaredBase.js
undeclaredMethod.errors.txt
undeclaredMethod.js
undeclaredModuleError.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
undeclaredModuleError.js
undeclaredVarEmit.errors.txt
undeclaredVarEmit.js
undefinedArgumentInference.js
undefinedAssignableToEveryType.js
undefinedInferentialTyping.js
undefinedIsSubtypeOfEverything.js
undefinedSymbolReferencedInArrayLiteral1.errors.txt
undefinedSymbolReferencedInArrayLiteral1.js
undefinedTypeArgument1.errors.txt
undefinedTypeArgument1.js
undefinedTypeArgument2.errors.txt
undefinedTypeArgument2.js
underscoreMapFirst.js
underscoreTest1.js
unexpectedStatementBlockTerminator.errors.txt
unexportedInstanceClassVariables.js
unicodeIdentifierName2.errors.txt
unicodeIdentifierNames.js
unknownSymbolInGenericReturnType.errors.txt
unknownSymbolInGenericReturnType.js
unknownSymbolOffContextualType1.errors.txt
unknownSymbolOffContextualType1.js
unknownSymbols1.errors.txt Changed error message for annotated functions lacking return statements. 2014-07-21 16:42:48 -07:00
unknownSymbols1.js
unknownSymbols2.errors.txt
unknownSymbols2.js
unknownTypeArgOnCall.errors.txt
unknownTypeArgOnCall.js
unknownTypeErrors.errors.txt
unknownTypeErrors.js
unqualifiedCallToClassStatic1.errors.txt
unqualifiedCallToClassStatic1.js
unresolvedTypeAssertionSymbol.errors.txt
unresolvedTypeAssertionSymbol.js
unspecializedConstraints.errors.txt
unspecializedConstraints.js
unterminatedRegexAtEndOfSource1.errors.txt
unterminatedStringLiteralWithBackslash1.errors.txt
untypedArgumentInLambdaExpression.js
untypedFunctionCallsWithTypeParameters1.errors.txt
untypedFunctionCallsWithTypeParameters1.js
unusedImportDeclaration.js
usingModuleWithExportImportInValuePosition.js
validBooleanAssignments.js
validEnumAssignments.js
validMultipleVariableDeclarations.js
validNullAssignments.errors.txt
validNullAssignments.js
validNumberAssignments.js
validRegexp.errors.txt Fixed error when parsing slashes in RegExp literals. 2014-07-31 00:36:50 -07:00
validStringAssignments.js
validUndefinedAssignments.js
validUndefinedValues.js
validUseOfThisInSuper.js emit this capturing as a first action in the constructor 2014-08-01 11:16:09 -07:00
validVoidAssignments.js
validVoidValues.js
varAndFunctionShareName.errors.txt
varAndFunctionShareName.js
vararg.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
vararg.js
varArgConstructorMemberParameter.errors.txt
varArgParamTypeCheck.js
varArgsOnConstructorTypes.js
varArgWithNoParamName.errors.txt
varAsID.js Support automatic semicolon insertion in class member declarations. 2014-07-17 11:03:12 -07:00
varBlock.errors.txt
vardecl.js Do not emit arrow style call signatures when writing T of T[] 2014-07-15 13:08:13 -07:00
variableDeclarator1.js
variableDeclaratorResolvedDuringContextualTyping.errors.txt
variableDeclaratorResolvedDuringContextualTyping.js
varInFunctionInVarInitializer.js
varNameConflictsWithImportInDifferentPartOfModule.errors.txt
varNameConflictsWithImportInDifferentPartOfModule.js
visibilityOfCrossModuleTypeUsage.js
visSyntax.js
voidArrayLit.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
voidArrayLit.js
voidAsNonAmbiguousReturnType.errors.txt
voidAsNonAmbiguousReturnType.js
voidAsOperator.js
voidConstructor.js
voidFunctionAssignmentCompat.js
voidOperator1.js
voidOperatorInvalidOperations.errors.txt
voidOperatorWithAnyOtherType.errors.txt
voidOperatorWithAnyOtherType.js
voidOperatorWithBooleanType.js
voidOperatorWithEnumType.js
voidOperatorWithNumberType.js
voidOperatorWithStringType.js
voidReturnLambdaValue.js
whileBreakStatements.js
whileContinueStatements.js
widenedTypes.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
widenedTypes.js
widenedTypes1.js
widenToAny1.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
widenToAny1.js
widenToAny2.errors.txt Condense all error spans to just the name for variable, class, interface, module, enum and enum member 2014-07-21 09:55:43 -07:00
widenToAny2.js
withExportDecl.errors.txt
withImportDecl.js Emit the types in declaration file 2014-07-15 13:08:10 -07:00
withStatement.errors.txt Give a semantic error on with statements 2014-07-21 17:10:04 -07:00
withStatement.js
withStatementErrors.errors.txt Give a semantic error on with statements 2014-07-21 17:10:04 -07:00
withStatementNestedScope.errors.txt Give a semantic error on with statements 2014-07-21 17:10:04 -07:00
withStatementNestedScope.js
withStatements.errors.txt Give a semantic error on with statements 2014-07-21 17:10:04 -07:00
withStatements.js
witness.errors.txt
witness.js
wrappedAndRecursiveConstraints.js
wrappedAndRecursiveConstraints2.errors.txt
wrappedAndRecursiveConstraints2.js
wrappedAndRecursiveConstraints3.js
wrappedAndRecursiveConstraints4.errors.txt Addressing CR feedback. 2014-07-24 19:39:50 -07:00
wrappedAndRecursiveConstraints4.js
wrappedRecursiveGenericType.errors.txt
wrappedRecursiveGenericType.js