TypeScript/tests/baselines/reference
Cyrus Najmabadi fe57f3d2e4 Support modifiers on object literal methods and accessors, and question tokens on object literal methods.
This makes parsing of these constructs the same whether they are in an object literal or a class.

This is important for incrementla parsing for knowing if we can reuse these nodes if we run
into them.
2014-12-10 22:30:40 -08:00
..
project Merge pull request #1131 from Microsoft/relativePathReferenceResolution 2014-11-20 15:59:06 -08:00
2dArrays.js
2dArrays.types
acceptableAlias1.js
acceptableAlias1.types
accessibilityModifiers.errors.txt move checking modifiers out of parser 2014-11-19 19:22:39 -08:00
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 Check node for errors before recursing. 2014-11-20 13:48:23 -08:00
accessorsNotAllowedInES3.errors.txt
accessorWithES3.errors.txt
accessorWithES5.js
accessorWithES5.types
accessorWithInitializer.errors.txt
accessorWithMismatchedAccessibilityModifiers.errors.txt
accessorWithMismatchedAccessibilityModifiers.js
accessorWithoutBody1.errors.txt Add grammar walker test coverage cases. 2014-12-03 20:41:39 -08:00
accessorWithoutBody2.errors.txt Add grammar walker test coverage cases. 2014-12-03 20:41:39 -08:00
accessorWithRestParam.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
accessOverriddenBaseClassMember1.js
accessOverriddenBaseClassMember1.types
additionOperatorWithAnyAndEveryType.js
additionOperatorWithAnyAndEveryType.types
additionOperatorWithInvalidOperands.errors.txt
additionOperatorWithInvalidOperands.js
additionOperatorWithNullValueAndInvalidOperator.errors.txt
additionOperatorWithNullValueAndInvalidOperator.js
additionOperatorWithNullValueAndValidOperator.js
additionOperatorWithNullValueAndValidOperator.types
additionOperatorWithNumberAndEnum.js
additionOperatorWithNumberAndEnum.types
additionOperatorWithOnlyNullValueOrUndefinedValue.errors.txt
additionOperatorWithOnlyNullValueOrUndefinedValue.js
additionOperatorWithStringAndEveryType.js
additionOperatorWithStringAndEveryType.types
additionOperatorWithTypeParameter.errors.txt
additionOperatorWithTypeParameter.js
additionOperatorWithUndefinedValueAndInvalidOperands.errors.txt
additionOperatorWithUndefinedValueAndInvalidOperands.js
additionOperatorWithUndefinedValueAndValidOperator.js
additionOperatorWithUndefinedValueAndValidOperator.types
addMoreCallSignaturesToBaseSignature.js
addMoreCallSignaturesToBaseSignature.types
addMoreCallSignaturesToBaseSignature2.js
addMoreCallSignaturesToBaseSignature2.types
addMoreOverloadsToBaseSignature.errors.txt
addMoreOverloadsToBaseSignature.js
aliasAssignments.errors.txt
aliasAssignments.js
aliasBug.errors.txt
aliasBug.js
aliasErrors.errors.txt
aliasInaccessibleModule.errors.txt
aliasInaccessibleModule.js
aliasInaccessibleModule2.errors.txt
aliasInaccessibleModule2.js
aliasOnMergedModuleInterface.errors.txt
aliasOnMergedModuleInterface.js
aliasUsageInAccessorsOfClass.js
aliasUsageInAccessorsOfClass.types
aliasUsageInArray.js
aliasUsageInArray.types
aliasUsageInFunctionExpression.js
aliasUsageInFunctionExpression.types
aliasUsageInGenericFunction.js
aliasUsageInGenericFunction.types
aliasUsageInIndexerOfClass.js
aliasUsageInIndexerOfClass.types
aliasUsageInObjectLiteral.js
aliasUsageInObjectLiteral.types
aliasUsageInOrExpression.js
aliasUsageInOrExpression.types
aliasUsageInTypeArgumentOfExtendsClause.js
aliasUsageInTypeArgumentOfExtendsClause.types
aliasUsageInVarAssignment.js
aliasUsageInVarAssignment.types
aliasUsedAsNameValue.js
aliasUsedAsNameValue.types
aliasWithInterfaceExportAssignmentUsedInVarInitializer.errors.txt
aliasWithInterfaceExportAssignmentUsedInVarInitializer.js
ambientClassDeclarationWithExtends.js
ambientClassDeclarationWithExtends.types
ambientClassOverloadForFunction.errors.txt
ambientClassOverloadForFunction.js
ambientDeclarations.js
ambientDeclarations.types
ambientDeclarationsExternal.errors.txt
ambientEnum1.errors.txt
ambientEnumElementInitializer1.js
ambientEnumElementInitializer1.types
ambientEnumElementInitializer2.js
ambientEnumElementInitializer2.types
ambientEnumElementInitializer3.errors.txt
ambientEnumElementInitializer4.js
ambientEnumElementInitializer4.types
ambientEnumElementInitializer5.js
ambientEnumElementInitializer5.types
ambientEnumElementInitializer6.js
ambientEnumElementInitializer6.types
ambientErrors.errors.txt
ambientErrors1.errors.txt
ambientExternalModuleInAnotherExternalModule.errors.txt
ambientExternalModuleInAnotherExternalModule.js
ambientExternalModuleInsideNonAmbient.errors.txt
ambientExternalModuleInsideNonAmbient.js
ambientExternalModuleInsideNonAmbientExternalModule.errors.txt
ambientExternalModuleInsideNonAmbientExternalModule.js
ambientExternalModuleMerging.js
ambientExternalModuleMerging.types
ambientExternalModuleReopen.js
ambientExternalModuleReopen.types
ambientExternalModuleWithInternalImportDeclaration.js
ambientExternalModuleWithInternalImportDeclaration.types
ambientExternalModuleWithoutInternalImportDeclaration.js
ambientExternalModuleWithoutInternalImportDeclaration.types
ambientExternalModuleWithRelativeExternalImportDeclaration.errors.txt
ambientExternalModuleWithRelativeExternalImportDeclaration.js
ambientExternalModuleWithRelativeModuleName.errors.txt
ambientExternalModuleWithRelativeModuleName.js
ambientFundule.js
ambientFundule.types
ambientGetters.errors.txt Check node for errors before recursing. 2014-11-20 13:48:23 -08:00
ambientInsideNonAmbient.js
ambientInsideNonAmbient.types
ambientInsideNonAmbientExternalModule.js
ambientInsideNonAmbientExternalModule.types
AmbientModuleAndAmbientFunctionWithTheSameNameAndCommonRoot.js
AmbientModuleAndAmbientFunctionWithTheSameNameAndCommonRoot.types
AmbientModuleAndAmbientWithSameNameAndCommonRoot.js
AmbientModuleAndAmbientWithSameNameAndCommonRoot.types
AmbientModuleAndNonAmbientClassWithSameNameAndCommonRoot.js
AmbientModuleAndNonAmbientClassWithSameNameAndCommonRoot.types
AmbientModuleAndNonAmbientFunctionWithTheSameNameAndCommonRoot.js
AmbientModuleAndNonAmbientFunctionWithTheSameNameAndCommonRoot.types
ambientModuleExports.js
ambientModuleExports.types
ambientModules.js
ambientModules.types
ambientModuleWithClassDeclarationWithExtends.js
ambientModuleWithClassDeclarationWithExtends.types
ambientStatement1.errors.txt
ambientWithStatements.errors.txt
ambiguousCallsWhereReturnTypesAgree.js
ambiguousCallsWhereReturnTypesAgree.types
ambiguousGenericAssertion1.errors.txt
ambiguousOverload.errors.txt
ambiguousOverload.js
ambiguousOverloadResolution.js
ambiguousOverloadResolution.types
amdDependencyComment1.errors.txt
amdDependencyComment1.js
amdDependencyComment2.errors.txt
amdDependencyComment2.js
amdImportAsPrimaryExpression.js
amdImportAsPrimaryExpression.types
amdImportNotAsPrimaryExpression.js
amdImportNotAsPrimaryExpression.types
amdModuleName1.js
amdModuleName1.types
amdModuleName2.errors.txt Merge branch 'binaryIntegerLiteral' of https://github.com/Microsoft/TypeScript into binaryIntegerLiteral 2014-11-24 18:38:03 -08:00
anonterface.js
anonterface.types
anonymousModules.errors.txt
anyAsConstructor.errors.txt
anyAsConstructor.js
anyAsFunctionCall.js
anyAsFunctionCall.types
anyAsGenericFunctionCall.errors.txt
anyAsGenericFunctionCall.js
anyAsReturnTypeForNewOnCall.js
anyAsReturnTypeForNewOnCall.types
anyAssignabilityInInheritance.js
anyAssignabilityInInheritance.types
anyAssignableToEveryType.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
anyAssignableToEveryType.types
anyAssignableToEveryType2.errors.txt
anyAssignableToEveryType2.js
anyDeclare.errors.txt
anyDeclare.js
anyIdenticalToItself.errors.txt
anyInferenceAnonymousFunctions.js
anyInferenceAnonymousFunctions.types
anyIsAssignableToObject.js
anyIsAssignableToObject.types
anyIsAssignableToVoid.js
anyIsAssignableToVoid.types
anyPlusAny1.js
anyPlusAny1.types
anyPropertyAccess.js
anyPropertyAccess.types
apparentTypeSubtyping.errors.txt
apparentTypeSubtyping.js
apparentTypeSupertype.errors.txt
apparentTypeSupertype.js
argsInScope.js
argsInScope.types
arguments.js
arguments.types
argumentsBindsToFunctionScopeArgumentList.errors.txt
argumentsBindsToFunctionScopeArgumentList.js
argumentsUsedInObjectLiteralProperty.js
argumentsUsedInObjectLiteralProperty.types
arithAssignTyping.errors.txt
arithAssignTyping.js
arithmeticOnInvalidTypes.errors.txt
arithmeticOnInvalidTypes.js
arithmeticOnInvalidTypes2.errors.txt
arithmeticOnInvalidTypes2.js
arithmeticOperatorWithAnyAndNumber.js
arithmeticOperatorWithAnyAndNumber.types
arithmeticOperatorWithEnum.js
arithmeticOperatorWithEnum.types
arithmeticOperatorWithInvalidOperands.errors.txt
arithmeticOperatorWithInvalidOperands.js
arithmeticOperatorWithNullValueAndInvalidOperands.errors.txt
arithmeticOperatorWithNullValueAndInvalidOperands.js
arithmeticOperatorWithNullValueAndValidOperands.js
arithmeticOperatorWithNullValueAndValidOperands.types
arithmeticOperatorWithOnlyNullValueOrUndefinedValue.errors.txt
arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js
arithmeticOperatorWithTypeParameter.errors.txt
arithmeticOperatorWithTypeParameter.js
arithmeticOperatorWithUndefinedValueAndInvalidOperands.errors.txt
arithmeticOperatorWithUndefinedValueAndInvalidOperands.js
arithmeticOperatorWithUndefinedValueAndValidOperands.js
arithmeticOperatorWithUndefinedValueAndValidOperands.types
arrayAssignmentTest1.errors.txt
arrayAssignmentTest1.js
arrayAssignmentTest2.errors.txt
arrayAssignmentTest2.js
arrayAssignmentTest3.errors.txt
arrayAssignmentTest3.js
arrayAssignmentTest4.errors.txt
arrayAssignmentTest4.js
arrayAssignmentTest5.errors.txt
arrayAssignmentTest5.js
arrayAssignmentTest6.js
arrayAssignmentTest6.types
arrayAugment.js
arrayAugment.types
arrayBestCommonTypes.js
arrayBestCommonTypes.types
arrayCast.errors.txt
arrayCast.js
arrayconcat.js
arrayconcat.types
arrayConcat2.js
arrayConcat2.types
arrayConcatMap.js
arrayConcatMap.types
arrayConstructors1.js
arrayConstructors1.types
arrayLiteral.js
arrayLiteral.types
arrayLiteral1.js
arrayLiteral1.types
arrayLiteral2.js
arrayLiteral2.types
arrayLiteralAndArrayConstructorEquivalence1.errors.txt
arrayLiteralAndArrayConstructorEquivalence1.js
arrayLiteralContextualType.js
arrayLiteralContextualType.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
arrayLiteralInNonVarArgParameter.js Accepting new baselines 2014-12-04 17:43:51 -08:00
arrayLiteralInNonVarArgParameter.types
arrayLiterals.js
arrayLiterals.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
arrayLiteralsWithRecursiveGenerics.js
arrayLiteralsWithRecursiveGenerics.types
arrayLiteralTypeInference.js
arrayLiteralTypeInference.types
arrayLiteralWidened.js
arrayLiteralWidened.types
arrayLiteralWithMultipleBestCommonTypes.js
arrayLiteralWithMultipleBestCommonTypes.types
arrayOfExportedClass.js
arrayOfExportedClass.types
arrayOfFunctionTypes3.js
arrayOfFunctionTypes3.types
arrayReferenceWithoutTypeArgs.errors.txt
arrayReferenceWithoutTypeArgs.js
arraySigChecking.errors.txt
arrayTypeInSignatureOfInterfaceAndClass.js
arrayTypeInSignatureOfInterfaceAndClass.types
arrayTypeOfFunctionTypes.errors.txt
arrayTypeOfFunctionTypes.js
arrayTypeOfFunctionTypes2.errors.txt
arrayTypeOfFunctionTypes2.js
arrayTypeOfTypeOf.errors.txt
ArrowFunction1.errors.txt
ArrowFunction2.errors.txt
ArrowFunction3.errors.txt Improve the flexibility of speculative parsing. 2014-12-04 08:53:45 -08:00
ArrowFunction4.js
ArrowFunction4.types
arrowFunctionContexts.errors.txt
arrowFunctionContexts.js
ArrowFunctionExpression1.errors.txt
ArrowFunctionExpression1.js
arrowFunctionExpressions.js
arrowFunctionExpressions.types
arrowFunctionInConstructorArgument1.errors.txt
arrowFunctionInConstructorArgument1.js
arrowFunctionInExpressionStatement1.js
arrowFunctionInExpressionStatement1.types
arrowFunctionInExpressionStatement2.js
arrowFunctionInExpressionStatement2.types
arrowFunctionMissingCurlyWithSemicolon.errors.txt
arrowFunctionsMissingTokens.errors.txt
asiAmbientFunctionDeclaration.js
asiAmbientFunctionDeclaration.types
asiArith.js
asiArith.types
asiBreak.js
asiBreak.types
asiContinue.js
asiContinue.types
asiInES6Classes.js
asiInES6Classes.types
asiReturn.errors.txt
assertInWrapSomeTypeParameter.errors.txt
assign1.js
assign1.types
assignAnyToEveryType.errors.txt
assignAnyToEveryType.js
assignEveryTypeToAny.js
assignEveryTypeToAny.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
assignFromBooleanInterface.errors.txt
assignFromBooleanInterface.js
assignFromBooleanInterface2.errors.txt Add new method on interface Boolean to ensure it is not assignable from other types 2014-12-08 11:22:52 -08:00
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
assignLambdaToNominalSubtypeOfFunction.js
assignmentCompat1.errors.txt fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
assignmentCompat1.js
assignmentCompatability1.js
assignmentCompatability1.types
assignmentCompatability2.js
assignmentCompatability2.types
assignmentCompatability3.js
assignmentCompatability3.types
assignmentCompatability4.js
assignmentCompatability4.types
assignmentCompatability5.js
assignmentCompatability5.types
assignmentCompatability6.js
assignmentCompatability6.types
assignmentCompatability7.js
assignmentCompatability7.types
assignmentCompatability8.js
assignmentCompatability8.types
assignmentCompatability9.js
assignmentCompatability9.types
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
assignmentCompatability16.js
assignmentCompatability17.errors.txt
assignmentCompatability17.js
assignmentCompatability18.errors.txt
assignmentCompatability18.js
assignmentCompatability19.errors.txt
assignmentCompatability19.js
assignmentCompatability20.errors.txt
assignmentCompatability20.js
assignmentCompatability21.errors.txt
assignmentCompatability21.js
assignmentCompatability22.errors.txt
assignmentCompatability22.js
assignmentCompatability23.errors.txt
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
assignmentCompatability29.js
assignmentCompatability30.errors.txt
assignmentCompatability30.js
assignmentCompatability31.errors.txt
assignmentCompatability31.js
assignmentCompatability32.errors.txt
assignmentCompatability32.js
assignmentCompatability33.errors.txt
assignmentCompatability33.js
assignmentCompatability34.errors.txt
assignmentCompatability34.js
assignmentCompatability35.errors.txt fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
assignmentCompatability35.js
assignmentCompatability36.errors.txt fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
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
assignmentCompatability_checking-apply-member-off-of-function-interface.js
assignmentCompatability_checking-call-member-off-of-function-interface.errors.txt
assignmentCompatability_checking-call-member-off-of-function-interface.js
assignmentCompatBetweenTupleAndArray.errors.txt
assignmentCompatBetweenTupleAndArray.js
assignmentCompatBug2.errors.txt
assignmentCompatBug2.js
assignmentCompatBug3.errors.txt
assignmentCompatBug5.errors.txt
assignmentCompatBug5.js
assignmentCompatForEnums.js
assignmentCompatForEnums.types
assignmentCompatFunctionsWithOptionalArgs.errors.txt
assignmentCompatFunctionsWithOptionalArgs.js
assignmentCompatibilityForConstrainedTypeParameters.js
assignmentCompatibilityForConstrainedTypeParameters.types
assignmentCompatInterfaceWithStringIndexSignature.errors.txt
assignmentCompatInterfaceWithStringIndexSignature.js
assignmentCompatOnNew.js
assignmentCompatOnNew.types
assignmentCompatWithCallSignatures.errors.txt
assignmentCompatWithCallSignatures.js
assignmentCompatWithCallSignatures2.errors.txt
assignmentCompatWithCallSignatures2.js
assignmentCompatWithCallSignatures3.js
assignmentCompatWithCallSignatures3.types
assignmentCompatWithCallSignatures4.errors.txt
assignmentCompatWithCallSignatures4.js
assignmentCompatWithCallSignatures5.js
assignmentCompatWithCallSignatures5.types
assignmentCompatWithCallSignatures6.js
assignmentCompatWithCallSignatures6.types
assignmentCompatWithCallSignaturesWithOptionalParameters.errors.txt
assignmentCompatWithCallSignaturesWithOptionalParameters.js
assignmentCompatWithCallSignaturesWithRestParameters.errors.txt
assignmentCompatWithCallSignaturesWithRestParameters.js Accepting new baselines 2014-12-04 17:43:51 -08:00
assignmentCompatWithConstructSignatures.errors.txt
assignmentCompatWithConstructSignatures.js
assignmentCompatWithConstructSignatures2.errors.txt
assignmentCompatWithConstructSignatures2.js
assignmentCompatWithConstructSignatures3.js
assignmentCompatWithConstructSignatures3.types
assignmentCompatWithConstructSignatures4.errors.txt
assignmentCompatWithConstructSignatures4.js
assignmentCompatWithConstructSignatures5.js
assignmentCompatWithConstructSignatures5.types
assignmentCompatWithConstructSignatures6.js
assignmentCompatWithConstructSignatures6.types
assignmentCompatWithConstructSignaturesWithOptionalParameters.errors.txt
assignmentCompatWithConstructSignaturesWithOptionalParameters.js
assignmentCompatWithGenericCallSignatures.js
assignmentCompatWithGenericCallSignatures.types
assignmentCompatWithGenericCallSignatures2.js
assignmentCompatWithGenericCallSignatures2.types
assignmentCompatWithGenericCallSignatures3.js
assignmentCompatWithGenericCallSignatures3.types
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
assignmentCompatWithObjectMembers.types
assignmentCompatWithObjectMembers2.js
assignmentCompatWithObjectMembers2.types
assignmentCompatWithObjectMembers3.js
assignmentCompatWithObjectMembers3.types
assignmentCompatWithObjectMembers4.errors.txt
assignmentCompatWithObjectMembers4.js
assignmentCompatWithObjectMembers5.errors.txt
assignmentCompatWithObjectMembers5.js
assignmentCompatWithObjectMembersAccessibility.errors.txt
assignmentCompatWithObjectMembersAccessibility.js
assignmentCompatWithObjectMembersNumericNames.js
assignmentCompatWithObjectMembersNumericNames.types
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
assignmentCompatWithWithGenericConstructSignatures.types
assignmentLHSIsReference.js
assignmentLHSIsReference.types
assignmentLHSIsValue.errors.txt Merge branch 'master' into destructuring 2014-12-03 16:43:01 -08:00
assignments.errors.txt
assignments.js
assignmentStricterConstraints.errors.txt
assignmentStricterConstraints.js
assignmentToFunction.errors.txt
assignmentToFunction.js
assignmentToObject.errors.txt
assignmentToObject.js
assignmentToObjectAndFunction.errors.txt
assignmentToObjectAndFunction.js
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
assignToObjectTypeWithPrototypeProperty.types
assignToPrototype1.js
assignToPrototype1.types
augmentArray.js
augmentArray.types
augmentedClassWithPrototypePropertyOnModule.errors.txt
augmentedClassWithPrototypePropertyOnModule.js
augmentedTypeAssignmentCompatIndexSignature.errors.txt fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
augmentedTypeAssignmentCompatIndexSignature.js
augmentedTypeBracketAccessIndexSignature.js
augmentedTypeBracketAccessIndexSignature.types
augmentedTypeBracketNamedPropertyAccess.js
augmentedTypeBracketNamedPropertyAccess.types
augmentedTypesClass.errors.txt
augmentedTypesClass.js
augmentedTypesClass2.errors.txt
augmentedTypesClass2.js
augmentedTypesClass2a.errors.txt
augmentedTypesClass2a.js
augmentedTypesClass3.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
augmentedTypesClass3.types
augmentedTypesClass4.errors.txt
augmentedTypesClass4.js
augmentedTypesEnum.errors.txt
augmentedTypesEnum.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
augmentedTypesEnum2.errors.txt
augmentedTypesEnum2.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
augmentedTypesEnum3.errors.txt
augmentedTypesEnum3.js
augmentedTypesExternalModule1.js
augmentedTypesExternalModule1.types
augmentedTypesFunction.errors.txt
augmentedTypesFunction.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
augmentedTypesInterface.errors.txt
augmentedTypesInterface.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
augmentedTypesModules.errors.txt
augmentedTypesModules.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
augmentedTypesModules2.errors.txt
augmentedTypesModules2.js
augmentedTypesModules3.errors.txt
augmentedTypesModules3.js
augmentedTypesModules3b.js
augmentedTypesModules3b.types
augmentedTypesModules4.js
augmentedTypesModules4.types
augmentedTypesVar.errors.txt
augmentedTypesVar.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
autoAsiForStaticsInClassDeclaration.js
autoAsiForStaticsInClassDeclaration.types
autoLift2.errors.txt
autolift3.errors.txt
autolift3.js
autolift4.errors.txt
autolift4.js
autonumberingInEnums.js
autonumberingInEnums.types
avoid.js
avoid.types
badArrayIndex.errors.txt
badArraySyntax.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
badExternalModuleReference.errors.txt
badExternalModuleReference.js
badOverloadError.js
badOverloadError.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
badThisBinding.js
badThisBinding.types
baseCheck.errors.txt
baseCheck.js
baseIndexSignatureResolution.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
baseIndexSignatureResolution.types
bases.errors.txt
baseTypeAfterDerivedType.js Accepting new baselines 2014-12-04 17:43:51 -08:00
baseTypeAfterDerivedType.types
baseTypeOrderChecking.js
baseTypeOrderChecking.types
baseTypePrivateMemberClash.errors.txt
baseTypePrivateMemberClash.js
bestCommonTypeOfConditionalExpressions.js
bestCommonTypeOfConditionalExpressions.types
bestCommonTypeOfConditionalExpressions2.errors.txt
bestCommonTypeOfConditionalExpressions2.js
bestCommonTypeOfTuple.js
bestCommonTypeOfTuple.types
bestCommonTypeOfTuple2.js
bestCommonTypeOfTuple2.types
bestCommonTypeReturnStatement.js
bestCommonTypeReturnStatement.types
bestCommonTypeWithContextualTyping.js
bestCommonTypeWithContextualTyping.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
bestCommonTypeWithOptionalProperties.js
bestCommonTypeWithOptionalProperties.types
binaryArithmatic1.js
binaryArithmatic1.types
binaryArithmatic2.js
binaryArithmatic2.types
binaryArithmatic3.errors.txt
binaryArithmatic3.js
binaryArithmatic4.errors.txt
binaryArithmatic4.js
binaryIntegerLiteral.js Merge branch 'binaryIntegerLiteral' of https://github.com/Microsoft/TypeScript into binaryIntegerLiteral 2014-11-24 18:38:03 -08:00
binaryIntegerLiteral.types Merge branch 'binaryIntegerLiteral' of https://github.com/Microsoft/TypeScript into binaryIntegerLiteral 2014-11-24 18:38:03 -08:00
binaryIntegerLiteralError.errors.txt Address code review 2014-11-24 18:36:07 -08:00
binaryIntegerLiteralES6.js Merge branch 'binaryIntegerLiteral' of https://github.com/Microsoft/TypeScript into binaryIntegerLiteral 2014-11-24 18:38:03 -08:00
binaryIntegerLiteralES6.types Merge branch 'binaryIntegerLiteral' of https://github.com/Microsoft/TypeScript into binaryIntegerLiteral 2014-11-24 18:38:03 -08:00
bind1.errors.txt
bind1.js
bind2.js
bind2.types
binopAssignmentShouldHaveType.js
binopAssignmentShouldHaveType.types
bitwiseCompoundAssignmentOperators.errors.txt
bitwiseCompoundAssignmentOperators.js
bitwiseNotOperatorInvalidOperations.errors.txt
bitwiseNotOperatorWithAnyOtherType.errors.txt
bitwiseNotOperatorWithAnyOtherType.js
bitwiseNotOperatorWithBooleanType.js
bitwiseNotOperatorWithBooleanType.types
bitwiseNotOperatorWithEnumType.js
bitwiseNotOperatorWithEnumType.types
bitwiseNotOperatorWithNumberType.js
bitwiseNotOperatorWithNumberType.types
bitwiseNotOperatorWithStringType.js
bitwiseNotOperatorWithStringType.types
bom-utf8.js
bom-utf8.types
bom-utf16be.js
bom-utf16be.types
bom-utf16le.js
bom-utf16le.types
booleanAssignment.errors.txt Add new method on interface Boolean to ensure it is not assignable from other types 2014-12-08 11:22:52 -08:00
booleanAssignment.js Add new method on interface Boolean to ensure it is not assignable from other types 2014-12-08 11:22:52 -08:00
booleanPropertyAccess.js
booleanPropertyAccess.types
boolInsteadOfBoolean.errors.txt
boolInsteadOfBoolean.js
bpSpan_arrayLiteralExpressions.baseline
bpSpan_binaryExpressions.baseline
bpSpan_breakOrContinue.baseline
bpSpan_class.baseline
bpSpan_classAmbient.baseline
bpSpan_classes.baseline
bpSpan_conditionalExpressions.baseline
bpSpan_const.baseline
bpSpan_debugger.baseline
bpSpan_do.baseline
bpSpan_enums.baseline
bpSpan_exportAssignment.baseline
bpSpan_for.baseline
bpSpan_forIn.baseline
bpSpan_functionExpressions.baseline
bpSpan_functions.baseline
bpSpan_ifElse.baseline
bpSpan_import.baseline
bpSpan_inBlankLine.baseline
bpSpan_inComments.baseline
bpSpan_interface.baseline
bpSpan_labeled.baseline
bpSpan_let.baseline
bpSpan_module.baseline
bpSpan_moduleAmbient.baseline
bpSpan_moduleEmpty.baseline
bpSpan_objectLiteralExpressions.baseline
bpSpan_parenCallOrNewExpressions.baseline
bpSpan_stmts.baseline
bpSpan_switch.baseline
bpSpan_tryCatchFinally.baseline
bpSpan_typealias.baseline
bpSpan_typeAssertionExpressions.baseline
bpSpan_unaryExpressions.baseline
bpSpan_variables.baseline
bpSpan_while.baseline
bpSpan_with.baseline
breakInIterationOrSwitchStatement1.js
breakInIterationOrSwitchStatement1.types
breakInIterationOrSwitchStatement2.js
breakInIterationOrSwitchStatement2.types
breakInIterationOrSwitchStatement3.js
breakInIterationOrSwitchStatement3.types
breakInIterationOrSwitchStatement4.errors.txt
breakInIterationOrSwitchStatement4.js
breakNotInIterationOrSwitchStatement1.errors.txt
breakNotInIterationOrSwitchStatement2.errors.txt
breakTarget1.js
breakTarget1.types
breakTarget2.js
breakTarget2.types
breakTarget3.js
breakTarget3.types
breakTarget4.js
breakTarget4.types
breakTarget5.errors.txt
breakTarget6.errors.txt
callbackArgsDifferByOptionality.errors.txt
callbackArgsDifferByOptionality.js
callbacksDontShareTypes.js
callbacksDontShareTypes.types
callConstructAssignment.errors.txt
callConstructAssignment.js
callExpressionWithMissingTypeArgument1.errors.txt Fix the merge conflicts 2014-12-04 13:38:51 -08:00
callExpressionWithTypeParameterConstrainedToOuterTypeParameter.js
callExpressionWithTypeParameterConstrainedToOuterTypeParameter.types
callGenericFunctionWithIncorrectNumberOfTypeArguments.errors.txt
callGenericFunctionWithIncorrectNumberOfTypeArguments.js
callGenericFunctionWithZeroTypeArguments.js
callGenericFunctionWithZeroTypeArguments.types
callNonGenericFunctionWithTypeArguments.errors.txt
callNonGenericFunctionWithTypeArguments.js
callOnClass.errors.txt
callOnClass.js
callOnInstance.errors.txt
callOnInstance.js
callOverloads1.errors.txt
callOverloads1.js
callOverloads2.errors.txt
callOverloads2.js
callOverloads3.errors.txt
callOverloads3.js
callOverloads4.errors.txt
callOverloads4.js
callOverloads5.errors.txt
callOverloads5.js
callOverloadViaElementAccessExpression.errors.txt
callOverloadViaElementAccessExpression.js
callSignatureAssignabilityInInheritance.errors.txt
callSignatureAssignabilityInInheritance.js
callSignatureAssignabilityInInheritance2.js
callSignatureAssignabilityInInheritance2.types
callSignatureAssignabilityInInheritance3.errors.txt
callSignatureAssignabilityInInheritance3.js
callSignatureAssignabilityInInheritance4.js
callSignatureAssignabilityInInheritance4.types
callSignatureAssignabilityInInheritance5.js
callSignatureAssignabilityInInheritance5.types
callSignatureAssignabilityInInheritance6.js
callSignatureAssignabilityInInheritance6.types
callSignatureFunctionOverload.js
callSignatureFunctionOverload.types
callSignaturesShouldBeResolvedBeforeSpecialization.errors.txt
callSignaturesShouldBeResolvedBeforeSpecialization.js
callSignaturesThatDifferOnlyByReturnType.js
callSignaturesThatDifferOnlyByReturnType.types
callSignaturesThatDifferOnlyByReturnType2.errors.txt
callSignaturesThatDifferOnlyByReturnType2.js
callSignaturesThatDifferOnlyByReturnType3.js
callSignaturesThatDifferOnlyByReturnType3.types
callSignaturesWithAccessibilityModifiersOnParameters.errors.txt
callSignaturesWithAccessibilityModifiersOnParameters.js
callSignaturesWithDuplicateParameters.errors.txt
callSignaturesWithDuplicateParameters.js
callSignaturesWithOptionalParameters.js
callSignaturesWithOptionalParameters.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
callSignaturesWithOptionalParameters2.js
callSignaturesWithOptionalParameters2.types
callSignaturesWithParameterInitializers.errors.txt
callSignaturesWithParameterInitializers.js
callSignaturesWithParameterInitializers2.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
callSignatureWithOptionalParameterAndInitializer.errors.txt
callSignatureWithoutAnnotationsOrBody.js
callSignatureWithoutAnnotationsOrBody.types
callSignatureWithoutReturnTypeAnnotationInference.js
callSignatureWithoutReturnTypeAnnotationInference.types
callWithWrongNumberOfTypeArguments.errors.txt
callWithWrongNumberOfTypeArguments.js
cannotInvokeNewOnErrorExpression.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
cannotInvokeNewOnIndexExpression.errors.txt
cannotInvokeNewOnIndexExpression.js
captureThisInSuperCall.js
captureThisInSuperCall.types
castExpressionParentheses.js
castExpressionParentheses.types
castingTuple.errors.txt
castingTuple.js
castNewObjectBug.js
castNewObjectBug.types
castParentheses.js
castParentheses.types
castTest.js
castTest.types
catch.js
catch.types
catchClauseWithTypeAnnotation.errors.txt
cf.js
cf.types
chainedAssignment1.errors.txt
chainedAssignment1.js
chainedAssignment2.js
chainedAssignment2.types
chainedAssignment3.errors.txt
chainedAssignment3.js
chainedAssignmentChecking.errors.txt
chainedAssignmentChecking.js
chainedCallsWithTypeParameterConstrainedToOtherTypeParameter.errors.txt
chainedCallsWithTypeParameterConstrainedToOtherTypeParameter.js
chainedCallsWithTypeParameterConstrainedToOtherTypeParameter2.errors.txt
chainedCallsWithTypeParameterConstrainedToOtherTypeParameter2.js
chainedImportAlias.js
chainedImportAlias.types
chainedSpecializationToObjectTypeLiteral.js
chainedSpecializationToObjectTypeLiteral.types
checkForObjectTooStrict.errors.txt
checkForObjectTooStrict.js
checkInfiniteExpansionTermination.js
checkInfiniteExpansionTermination.types
checkInfiniteExpansionTermination2.js
checkInfiniteExpansionTermination2.types
checkInterfaceBases.js
checkInterfaceBases.types
circularImportAlias.js
circularImportAlias.types
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
ClassAndModuleThatMergeWithStaticFunctionAndNonExportedFunctionThatShareAName.types
ClassAndModuleThatMergeWithStaticVariableAndExportedVarThatShareAName.errors.txt
ClassAndModuleThatMergeWithStaticVariableAndExportedVarThatShareAName.js
ClassAndModuleThatMergeWithStaticVariableAndNonExportedVarThatShareAName.js
ClassAndModuleThatMergeWithStaticVariableAndNonExportedVarThatShareAName.types
ClassAndModuleThatMergeWithStringIndexerAndExportedFunctionWithTypeIncompatibleWithIndexer.js
ClassAndModuleThatMergeWithStringIndexerAndExportedFunctionWithTypeIncompatibleWithIndexer.types
ClassAndModuleWithSameNameAndCommonRoot.errors.txt
ClassAndModuleWithSameNameAndCommonRoot.js
classAndVariableWithSameName.errors.txt
classAndVariableWithSameName.js
classAppearsToHaveMembersOfObject.js
classAppearsToHaveMembersOfObject.types
classBodyWithStatements.errors.txt
classCannotExtendVar.errors.txt
classCannotExtendVar.js
classConstructorAccessibility.errors.txt
classConstructorParametersAccessibility.errors.txt
classConstructorParametersAccessibility.js
classConstructorParametersAccessibility2.errors.txt
classConstructorParametersAccessibility2.js
classConstructorParametersAccessibility3.js
classConstructorParametersAccessibility3.types
classdecl.errors.txt
ClassDeclaration8.errors.txt
ClassDeclaration8.js
ClassDeclaration9.errors.txt
ClassDeclaration9.js
ClassDeclaration10.errors.txt
ClassDeclaration10.js
ClassDeclaration11.errors.txt
ClassDeclaration11.js
ClassDeclaration13.errors.txt
ClassDeclaration13.js
ClassDeclaration14.errors.txt
ClassDeclaration14.js
ClassDeclaration15.errors.txt
ClassDeclaration15.js
ClassDeclaration21.errors.txt
ClassDeclaration21.js
ClassDeclaration22.errors.txt
ClassDeclaration22.js
ClassDeclaration24.errors.txt
ClassDeclaration24.js
ClassDeclaration25.errors.txt
ClassDeclaration25.js
classDeclarationMergedInModuleWithContinuation.js
classDeclarationMergedInModuleWithContinuation.types
classDoesNotDependOnPrivateMember.js
classDoesNotDependOnPrivateMember.types
classExpression.errors.txt Accepting new baselines 2014-11-28 10:06:43 -08:00
classExtendingClass.js
classExtendingClass.types
classExtendingPrimitive.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
classExtendingPrimitive2.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
classExtendingQualifiedName.errors.txt
classExtendingQualifiedName.js
classExtendingQualifiedName2.js
classExtendingQualifiedName2.types
classExtendsClauseClassMergedWithModuleNotReferingConstructor.errors.txt
classExtendsClauseClassMergedWithModuleNotReferingConstructor.js
classExtendsClauseClassNotReferringConstructor.errors.txt
classExtendsClauseClassNotReferringConstructor.js
classExtendsEveryObjectType.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
classExtendsEveryObjectType2.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
classExtendsInterface.errors.txt
classExtendsInterface.js
classExtendsInterfaceThatExtendsClassWithPrivates1.errors.txt
classExtendsInterfaceThatExtendsClassWithPrivates1.js
classExtendsItself.errors.txt
classExtendsItself.js
classExtendsItselfIndirectly.errors.txt
classExtendsItselfIndirectly.js
classExtendsItselfIndirectly2.errors.txt
classExtendsItselfIndirectly2.js
classExtendsItselfIndirectly3.errors.txt
classExtendsItselfIndirectly3.js
classExtendsMultipleBaseClasses.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
classExtendsShadowedConstructorFunction.errors.txt
classExtendsShadowedConstructorFunction.js
classExtendsValidConstructorFunction.errors.txt
classExtendsValidConstructorFunction.js
classHeritageWithTrailingSeparator.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
classImplementingInterfaceIndexer.js
classImplementingInterfaceIndexer.types
classImplementsClass1.js
classImplementsClass1.types
classImplementsClass2.errors.txt
classImplementsClass2.js
classImplementsClass3.js
classImplementsClass3.types
classImplementsClass4.errors.txt
classImplementsClass4.js
classImplementsClass5.errors.txt
classImplementsClass5.js
classImplementsClass6.errors.txt
classImplementsClass6.js
classImplementsImportedInterface.js
classImplementsImportedInterface.types
classIndexer.js
classIndexer.types
classIndexer2.errors.txt
classIndexer2.js
classIndexer3.errors.txt
classIndexer3.js
classIndexer4.errors.txt
classIndexer4.js
classInheritence.errors.txt
classInheritence.js
classIsSubtypeOfBaseType.errors.txt
classIsSubtypeOfBaseType.js
classMemberInitializerScoping.errors.txt
classMemberInitializerScoping.js
classMemberInitializerWithLamdaScoping.errors.txt
classMemberInitializerWithLamdaScoping.js
classMemberInitializerWithLamdaScoping2.errors.txt
classMemberInitializerWithLamdaScoping2.js
classMemberInitializerWithLamdaScoping3.errors.txt
classMemberInitializerWithLamdaScoping4.errors.txt
classMemberInitializerWithLamdaScoping5.js
classMemberInitializerWithLamdaScoping5.types
classMethodWithKeywordName1.js
classMethodWithKeywordName1.types
classOrder1.js
classOrder1.types
classOrder2.js
classOrder2.types
classOrderBug.js
classOrderBug.types
classOverloadForFunction.errors.txt
classOverloadForFunction.js
classOverloadForFunction2.errors.txt
classOverloadForFunction2.js
classPropertyAsPrivate.errors.txt
classPropertyAsProtected.errors.txt
classPropertyIsPublicByDefault.errors.txt
classSideInheritance1.errors.txt
classSideInheritance1.js
classSideInheritance2.js
classSideInheritance2.types
classSideInheritance3.errors.txt
classSideInheritance3.js
classTypeParametersInStatics.errors.txt
classTypeParametersInStatics.js
classUpdateTests.errors.txt
classWithBaseClassButNoConstructor.errors.txt
classWithBaseClassButNoConstructor.js
classWithConstructors.errors.txt
classWithConstructors.js
classWithEmptyBody.js
classWithEmptyBody.types
classWithMultipleBaseClasses.errors.txt
classWithMultipleBaseClasses.js
classWithNoConstructorOrBaseClass.js
classWithNoConstructorOrBaseClass.types
classWithOnlyPublicMembersEquivalentToInterface.js
classWithOnlyPublicMembersEquivalentToInterface.types
classWithOnlyPublicMembersEquivalentToInterface2.js
classWithOnlyPublicMembersEquivalentToInterface2.types
classWithOptionalParameter.errors.txt
classWithoutExplicitConstructor.errors.txt
classWithoutExplicitConstructor.js
classWithOverloadImplementationOfWrongName.errors.txt
classWithOverloadImplementationOfWrongName.js
classWithOverloadImplementationOfWrongName2.errors.txt
classWithOverloadImplementationOfWrongName2.js
classWithPredefinedTypesAsNames.errors.txt
classWithPredefinedTypesAsNames.js
classWithPredefinedTypesAsNames2.errors.txt
classWithPrivateProperty.errors.txt
classWithPrivateProperty.js
classWithProtectedProperty.js
classWithProtectedProperty.types
classWithPublicProperty.js
classWithPublicProperty.types
classWithStaticMembers.errors.txt
classWithTwoConstructorDefinitions.errors.txt
classWithTwoConstructorDefinitions.js
clinterfaces.errors.txt
clinterfaces.js
cloduleAcrossModuleDefinitions.js
cloduleAcrossModuleDefinitions.types
cloduleAndTypeParameters.js
cloduleAndTypeParameters.types
clodulesDerivedClasses.errors.txt
clodulesDerivedClasses.js
cloduleSplitAcrossFiles.errors.txt
cloduleSplitAcrossFiles.js
cloduleStaticMembers.errors.txt
cloduleStaticMembers.js
cloduleTest1.js
cloduleTest1.types
cloduleTest2.errors.txt
cloduleTest2.js
cloduleWithDuplicateMember1.errors.txt
cloduleWithDuplicateMember2.errors.txt
cloduleWithRecursiveReference.js
cloduleWithRecursiveReference.types
collisionArgumentsArrowFunctions.errors.txt
collisionArgumentsArrowFunctions.js Accepting new baselines 2014-12-04 17:43:51 -08:00
collisionArgumentsClassConstructor.errors.txt
collisionArgumentsClassConstructor.js Accepting new baselines 2014-12-04 17:43:51 -08:00
collisionArgumentsClassMethod.errors.txt
collisionArgumentsClassMethod.js Accepting new baselines 2014-12-04 17:43:51 -08:00
collisionArgumentsFunction.errors.txt
collisionArgumentsFunction.js Accepting new baselines 2014-12-04 17:43:51 -08:00
collisionArgumentsFunctionExpressions.errors.txt
collisionArgumentsFunctionExpressions.js Accepting new baselines 2014-12-04 17:43:51 -08:00
collisionArgumentsInterfaceMembers.js
collisionArgumentsInterfaceMembers.types
collisionArgumentsInType.js
collisionArgumentsInType.types
collisionCodeGenEnumWithEnumMemberConflict.js
collisionCodeGenEnumWithEnumMemberConflict.types
collisionCodeGenModuleWithAccessorChildren.errors.txt
collisionCodeGenModuleWithConstructorChildren.js
collisionCodeGenModuleWithConstructorChildren.types
collisionCodeGenModuleWithEnumMemberConflict.js
collisionCodeGenModuleWithEnumMemberConflict.types
collisionCodeGenModuleWithFunctionChildren.js
collisionCodeGenModuleWithFunctionChildren.types
collisionCodeGenModuleWithMemberClassConflict.js
collisionCodeGenModuleWithMemberClassConflict.types
collisionCodeGenModuleWithMemberInterfaceConflict.js
collisionCodeGenModuleWithMemberInterfaceConflict.types
collisionCodeGenModuleWithMemberVariable.js
collisionCodeGenModuleWithMemberVariable.types
collisionCodeGenModuleWithMethodChildren.js
collisionCodeGenModuleWithMethodChildren.types
collisionCodeGenModuleWithModuleChildren.js
collisionCodeGenModuleWithModuleChildren.types
collisionCodeGenModuleWithModuleReopening.js
collisionCodeGenModuleWithModuleReopening.types
collisionCodeGenModuleWithPrivateMember.js
collisionCodeGenModuleWithPrivateMember.types
collisionCodeGenModuleWithUnicodeNames.js
collisionCodeGenModuleWithUnicodeNames.types
collisionExportsRequireAndAlias.errors.txt
collisionExportsRequireAndAlias.js
collisionExportsRequireAndAmbientClass.js
collisionExportsRequireAndAmbientClass.types
collisionExportsRequireAndAmbientEnum.js
collisionExportsRequireAndAmbientEnum.types
collisionExportsRequireAndAmbientFunction.js
collisionExportsRequireAndAmbientFunction.types
collisionExportsRequireAndAmbientFunctionInGlobalFile.js
collisionExportsRequireAndAmbientFunctionInGlobalFile.types
collisionExportsRequireAndAmbientModule.js
collisionExportsRequireAndAmbientModule.types
collisionExportsRequireAndAmbientVar.js
collisionExportsRequireAndAmbientVar.types
collisionExportsRequireAndClass.errors.txt
collisionExportsRequireAndClass.js
collisionExportsRequireAndEnum.errors.txt
collisionExportsRequireAndEnum.js
collisionExportsRequireAndFunction.errors.txt
collisionExportsRequireAndFunction.js
collisionExportsRequireAndFunctionInGlobalFile.js
collisionExportsRequireAndFunctionInGlobalFile.types
collisionExportsRequireAndInternalModuleAlias.errors.txt
collisionExportsRequireAndInternalModuleAlias.js
collisionExportsRequireAndInternalModuleAliasInGlobalFile.js
collisionExportsRequireAndInternalModuleAliasInGlobalFile.types
collisionExportsRequireAndModule.errors.txt
collisionExportsRequireAndModule.js
collisionExportsRequireAndUninstantiatedModule.js
collisionExportsRequireAndUninstantiatedModule.types
collisionExportsRequireAndVar.errors.txt
collisionExportsRequireAndVar.js
collisionRestParameterArrowFunctions.js Baseline changes from updating rest parameter emit to use new temporary names 2014-12-02 11:49:28 -08:00
collisionRestParameterArrowFunctions.types Accepting new baselines 2014-11-28 18:33:37 -08:00
collisionRestParameterClassConstructor.js Baseline changes from updating rest parameter emit to use new temporary names 2014-12-02 11:49:28 -08:00
collisionRestParameterClassConstructor.types Accepting new baselines 2014-11-28 18:33:37 -08:00
collisionRestParameterClassMethod.js Baseline changes from updating rest parameter emit to use new temporary names 2014-12-02 11:49:28 -08:00
collisionRestParameterClassMethod.types Accepting new baselines 2014-11-28 18:33:37 -08:00
collisionRestParameterFunction.js Baseline changes from updating rest parameter emit to use new temporary names 2014-12-02 11:49:28 -08:00
collisionRestParameterFunction.types Accepting new baselines 2014-11-28 18:33:37 -08:00
collisionRestParameterFunctionExpressions.js Baseline changes from updating rest parameter emit to use new temporary names 2014-12-02 11:49:28 -08:00
collisionRestParameterFunctionExpressions.types Accepting new baselines 2014-11-28 18:33:37 -08:00
collisionRestParameterInterfaceMembers.js
collisionRestParameterInterfaceMembers.types
collisionRestParameterInType.js
collisionRestParameterInType.types
collisionRestParameterUnderscoreIUsage.js Baseline changes from updating rest parameter emit to use new temporary names 2014-12-02 11:49:28 -08:00
collisionRestParameterUnderscoreIUsage.types Accepting new baselines 2014-11-28 18:33:37 -08:00
collisionSuperAndLocalFunctionInAccessors.errors.txt
collisionSuperAndLocalFunctionInConstructor.errors.txt
collisionSuperAndLocalFunctionInConstructor.js
collisionSuperAndLocalFunctionInMethod.errors.txt
collisionSuperAndLocalFunctionInMethod.js
collisionSuperAndLocalFunctionInProperty.errors.txt
collisionSuperAndLocalFunctionInProperty.js
collisionSuperAndLocalVarInAccessors.errors.txt
collisionSuperAndLocalVarInConstructor.errors.txt
collisionSuperAndLocalVarInConstructor.js
collisionSuperAndLocalVarInMethod.errors.txt
collisionSuperAndLocalVarInMethod.js
collisionSuperAndLocalVarInProperty.errors.txt
collisionSuperAndLocalVarInProperty.js
collisionSuperAndNameResolution.errors.txt
collisionSuperAndNameResolution.js
collisionSuperAndParameter.errors.txt
collisionSuperAndParameter1.errors.txt
collisionSuperAndParameter1.js
collisionSuperAndPropertyNameAsConstuctorParameter.errors.txt
collisionSuperAndPropertyNameAsConstuctorParameter.js
collisionThisExpressionAndAliasInGlobal.errors.txt
collisionThisExpressionAndAliasInGlobal.js
collisionThisExpressionAndAmbientClassInGlobal.errors.txt
collisionThisExpressionAndAmbientClassInGlobal.js
collisionThisExpressionAndAmbientVarInGlobal.errors.txt
collisionThisExpressionAndAmbientVarInGlobal.js
collisionThisExpressionAndClassInGlobal.errors.txt
collisionThisExpressionAndClassInGlobal.js
collisionThisExpressionAndEnumInGlobal.errors.txt
collisionThisExpressionAndEnumInGlobal.js
collisionThisExpressionAndFunctionInGlobal.errors.txt
collisionThisExpressionAndFunctionInGlobal.js
collisionThisExpressionAndLocalVarInAccessors.errors.txt
collisionThisExpressionAndLocalVarInConstructor.errors.txt
collisionThisExpressionAndLocalVarInConstructor.js
collisionThisExpressionAndLocalVarInFunction.errors.txt
collisionThisExpressionAndLocalVarInFunction.js
collisionThisExpressionAndLocalVarInLambda.errors.txt
collisionThisExpressionAndLocalVarInLambda.js
collisionThisExpressionAndLocalVarInMethod.errors.txt
collisionThisExpressionAndLocalVarInMethod.js
collisionThisExpressionAndLocalVarInProperty.errors.txt
collisionThisExpressionAndLocalVarInProperty.js
collisionThisExpressionAndLocalVarWithSuperExperssion.errors.txt
collisionThisExpressionAndLocalVarWithSuperExperssion.js
collisionThisExpressionAndModuleInGlobal.errors.txt
collisionThisExpressionAndModuleInGlobal.js
collisionThisExpressionAndNameResolution.errors.txt
collisionThisExpressionAndNameResolution.js
collisionThisExpressionAndParameter.errors.txt
collisionThisExpressionAndParameter.js
collisionThisExpressionAndPropertyNameAsConstuctorParameter.errors.txt
collisionThisExpressionAndPropertyNameAsConstuctorParameter.js
collisionThisExpressionAndVarInGlobal.errors.txt
collisionThisExpressionAndVarInGlobal.js
commaOperator1.js
commaOperator1.types
commaOperatorInvalidAssignmentType.errors.txt
commaOperatorInvalidAssignmentType.js
commaOperatorOtherInvalidOperation.errors.txt
commaOperatorOtherInvalidOperation.js
commaOperatorOtherValidOperation.js
commaOperatorOtherValidOperation.types
commaOperatorsMultipleOperators.js
commaOperatorsMultipleOperators.types
commaOperatorWithoutOperand.errors.txt
commaOperatorWithSecondOperandAnyType.js
commaOperatorWithSecondOperandAnyType.types
commaOperatorWithSecondOperandBooleanType.js
commaOperatorWithSecondOperandBooleanType.types
commaOperatorWithSecondOperandNumberType.js
commaOperatorWithSecondOperandNumberType.types
commaOperatorWithSecondOperandObjectType.js
commaOperatorWithSecondOperandObjectType.types
commaOperatorWithSecondOperandStringType.js
commaOperatorWithSecondOperandStringType.types
commentBeforeStaticMethod1.js
commentBeforeStaticMethod1.types
commentEmitAtEndOfFile1.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
commentEmitAtEndOfFile1.types Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
commentInEmptyParameterList1.js
commentInEmptyParameterList1.types
commentInMethodCall.js
commentInMethodCall.types
commentOnAmbientClass1.js
commentOnAmbientClass1.types
commentOnAmbientEnum.js
commentOnAmbientEnum.types
commentOnAmbientfunction.js
commentOnAmbientfunction.types
commentOnAmbientModule.js
commentOnAmbientModule.types
commentOnAmbientVariable1.js
commentOnAmbientVariable1.types
commentOnAmbientVariable2.js
commentOnAmbientVariable2.types
commentOnClassAccessor1.errors.txt
commentOnClassAccessor2.errors.txt
commentOnClassMethod1.js
commentOnClassMethod1.types
commentOnElidedModule1.js
commentOnElidedModule1.types
commentOnExpressionStatement1.js
commentOnExpressionStatement1.types
commentOnIfStatement1.js
commentOnIfStatement1.types
commentOnImportStatement1.errors.txt
commentOnImportStatement1.js
commentOnImportStatement2.errors.txt
commentOnImportStatement2.js
commentOnImportStatement3.errors.txt
commentOnImportStatement3.js
commentOnInterface1.js
commentOnInterface1.types
commentOnParenthesizedExpressionOpenParen1.js
commentOnParenthesizedExpressionOpenParen1.types
commentOnSignature1.js
commentOnSignature1.types
commentOnSimpleArrowFunctionBody1.js
commentOnSimpleArrowFunctionBody1.types
commentOnStaticMember1.js
commentOnStaticMember1.types
commentsAtEndOfFile1.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
commentsAtEndOfFile1.types
commentsBeforeFunctionExpression1.js
commentsBeforeFunctionExpression1.types
commentsBeforeVariableStatement1.js
commentsBeforeVariableStatement1.types
commentsClass.js
commentsClass.types
commentsClassMembers.js
commentsClassMembers.types
commentsCommentParsing.js
commentsCommentParsing.types
commentsdoNotEmitComments.js
commentsdoNotEmitComments.types
commentsDottedModuleName.js
commentsDottedModuleName.types
commentsemitComments.js
commentsemitComments.types
commentsEnums.js
commentsEnums.types
commentsExternalModules.js
commentsExternalModules.types
commentsExternalModules2.js
commentsExternalModules2.types
commentsExternalModules3.js
commentsExternalModules3.types
commentsFormatting.js
commentsFormatting.types
commentsFunction.js
commentsFunction.types
commentsInheritance.js
commentsInheritance.types
commentsInterface.js
commentsInterface.types
commentsModules.js
commentsModules.types
commentsMultiModuleMultiFile.js
commentsMultiModuleMultiFile.types
commentsMultiModuleSingleFile.js
commentsMultiModuleSingleFile.types
commentsOnObjectLiteral1.errors.txt
commentsOnObjectLiteral1.js
commentsOnObjectLiteral2.errors.txt
commentsOnObjectLiteral2.js
commentsOnObjectLiteral3.js
commentsOnObjectLiteral3.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
commentsOnObjectLiteral4.js
commentsOnObjectLiteral4.types
commentsOnReturnStatement1.js
commentsOnReturnStatement1.types
commentsOnStaticMembers.js
commentsOnStaticMembers.types
commentsOverloads.js
commentsOverloads.types
commentsPropertySignature1.js
commentsPropertySignature1.types
commentsTypeParameters.js
commentsTypeParameters.types
commentsVarDecl.js
commentsVarDecl.types
commentsVariableStatement1.js
commentsVariableStatement1.types
commonJSImportAsPrimaryExpression.js
commonJSImportAsPrimaryExpression.types
commonJSImportNotAsPrimaryExpression.js
commonJSImportNotAsPrimaryExpression.types
comparisonOperatorWithIdenticalObjects.js
comparisonOperatorWithIdenticalObjects.types
comparisonOperatorWithIdenticalPrimitiveType.js
comparisonOperatorWithIdenticalPrimitiveType.types
comparisonOperatorWithIdenticalTypeParameter.js
comparisonOperatorWithIdenticalTypeParameter.types
comparisonOperatorWithNoRelationshipObjectsOnCallSignature.errors.txt
comparisonOperatorWithNoRelationshipObjectsOnCallSignature.js
comparisonOperatorWithNoRelationshipObjectsOnConstructorSignature.errors.txt
comparisonOperatorWithNoRelationshipObjectsOnConstructorSignature.js
comparisonOperatorWithNoRelationshipObjectsOnIndexSignature.errors.txt fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
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
comparisonOperatorWithOneOperandIsAny.types
comparisonOperatorWithOneOperandIsNull.js
comparisonOperatorWithOneOperandIsNull.types
comparisonOperatorWithOneOperandIsUndefined.js
comparisonOperatorWithOneOperandIsUndefined.types
comparisonOperatorWithSubtypeEnumAndNumber.js
comparisonOperatorWithSubtypeEnumAndNumber.types
comparisonOperatorWithSubtypeObjectOnCallSignature.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
comparisonOperatorWithSubtypeObjectOnCallSignature.types
comparisonOperatorWithSubtypeObjectOnConstructorSignature.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
comparisonOperatorWithSubtypeObjectOnConstructorSignature.types
comparisonOperatorWithSubtypeObjectOnIndexSignature.js
comparisonOperatorWithSubtypeObjectOnIndexSignature.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
comparisonOperatorWithSubtypeObjectOnInstantiatedCallSignature.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
comparisonOperatorWithSubtypeObjectOnInstantiatedCallSignature.types
comparisonOperatorWithSubtypeObjectOnInstantiatedConstructorSignature.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
comparisonOperatorWithSubtypeObjectOnInstantiatedConstructorSignature.types
comparisonOperatorWithSubtypeObjectOnOptionalProperty.js
comparisonOperatorWithSubtypeObjectOnOptionalProperty.types
comparisonOperatorWithSubtypeObjectOnProperty.js
comparisonOperatorWithSubtypeObjectOnProperty.types
comparisonOperatorWithTwoOperandsAreAny.js
comparisonOperatorWithTwoOperandsAreAny.types
comparisonOperatorWithTypeParameter.errors.txt
comparisonOperatorWithTypeParameter.js
complexClassRelationships.js
complexClassRelationships.types
complicatedGenericRecursiveBaseClassReference.errors.txt
complicatedGenericRecursiveBaseClassReference.js
complicatedPrivacy.errors.txt
compositeGenericFunction.js
compositeGenericFunction.types
compoundAdditionAssignmentLHSCanBeAssigned.js
compoundAdditionAssignmentLHSCanBeAssigned.types
compoundAdditionAssignmentLHSCannotBeAssigned.errors.txt
compoundAdditionAssignmentLHSCannotBeAssigned.js
compoundAdditionAssignmentWithInvalidOperands.errors.txt
compoundAdditionAssignmentWithInvalidOperands.js
compoundArithmeticAssignmentLHSCanBeAssigned.js
compoundArithmeticAssignmentLHSCanBeAssigned.types
compoundArithmeticAssignmentWithInvalidOperands.errors.txt
compoundArithmeticAssignmentWithInvalidOperands.js
compoundAssignmentLHSIsReference.js
compoundAssignmentLHSIsReference.types
compoundAssignmentLHSIsValue.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
compoundVarDecl1.js
compoundVarDecl1.types
computedPropertyNames1.js Checker refactor for FunctionLike and VariableOrProperty 2014-11-25 16:09:05 -08:00
computedPropertyNames1.types Checker refactor for FunctionLike and VariableOrProperty 2014-11-25 16:09:05 -08:00
computedPropertyNames2.errors.txt Emit tests for computed properties 2014-11-25 16:08:58 -08:00
computedPropertyNames2.js Emit tests for computed properties 2014-11-25 16:08:58 -08:00
computedPropertyNames3.errors.txt Emit tests for computed properties 2014-11-25 16:08:58 -08:00
computedPropertyNames3.js Emit tests for computed properties 2014-11-25 16:08:58 -08:00
computedPropertyNamesOnOverloads.errors.txt Checker refactor for FunctionLike and VariableOrProperty 2014-11-25 16:09:05 -08:00
concatClassAndString.errors.txt
concatClassAndString.js
concatError.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
concatError.types
conditionalExpression1.errors.txt
conditionalExpression1.js
conditionalExpressions2.js
conditionalExpressions2.types
conditionallyDuplicateOverloadsCausedByOverloadResolution.js
conditionallyDuplicateOverloadsCausedByOverloadResolution.types
conditionalOperatorConditionIsBooleanType.js
conditionalOperatorConditionIsBooleanType.types
conditionalOperatorConditionIsNumberType.js
conditionalOperatorConditionIsNumberType.types
conditionalOperatorConditionIsObjectType.js
conditionalOperatorConditionIsObjectType.types baseline change conflict not caught during github merge 2014-12-02 08:46:33 -08:00
conditionalOperatorConditoinIsAnyType.js
conditionalOperatorConditoinIsAnyType.types
conditionalOperatorConditoinIsStringType.js
conditionalOperatorConditoinIsStringType.types
conditionalOperatorWithIdenticalBCT.js
conditionalOperatorWithIdenticalBCT.types
conditionalOperatorWithoutIdenticalBCT.errors.txt Merge branch 'master' into unionTypeConformance 2014-11-21 01:33:13 -08:00
conditionalOperatorWithoutIdenticalBCT.js
conflictingMemberTypesInBases.errors.txt
conflictingMemberTypesInBases.js
conflictingTypeAnnotatedVar.errors.txt
conflictingTypeAnnotatedVar.js
conformanceFunctionOverloads.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
conformanceFunctionOverloads.types
constantOverloadFunction.js
constantOverloadFunction.types
constantOverloadFunctionNoSubtypeError.errors.txt
constantOverloadFunctionNoSubtypeError.js
constDeclarations-access.errors.txt
constDeclarations-access2.errors.txt
constDeclarations-access3.errors.txt
constDeclarations-access4.errors.txt
constDeclarations-access5.errors.txt
constDeclarations-ambient-errors.errors.txt
constDeclarations-ambient.js
constDeclarations-ambient.types
constDeclarations-errors.errors.txt
constDeclarations-es5.errors.txt
constDeclarations-invalidContexts.errors.txt
constDeclarations-scopes.errors.txt
constDeclarations-scopes.js Emit FunctionPropertyAssignments in their native form when emitting in ES6 mode. 2014-12-03 02:09:15 -08:00
constDeclarations-scopes2.js
constDeclarations-scopes2.types
constDeclarations-useBeforeDefinition.errors.txt
constDeclarations-useBeforeDefinition2.errors.txt
constDeclarations-validContexts.errors.txt
constDeclarations-validContexts.js Emit FunctionPropertyAssignments in their native form when emitting in ES6 mode. 2014-12-03 02:09:15 -08:00
constDeclarations.js
constDeclarations.types
constDeclarations2.js
constDeclarations2.types
constDeclarationShadowedByVarDeclaration.errors.txt
constDeclarationShadowedByVarDeclaration2.js
constDeclarationShadowedByVarDeclaration2.types
constDeclarationShadowedByVarDeclaration3.js
constDeclarationShadowedByVarDeclaration3.types Add missing prototype properties 2014-12-01 21:32:35 +09:00
constEnumDeclarations.js
constEnumDeclarations.types
constEnumErrors.errors.txt
constEnumExternalModule.js
constEnumExternalModule.types
constEnums.js
constEnums.types
constraintCheckInGenericBaseTypeReference.js
constraintCheckInGenericBaseTypeReference.types
constraintErrors1.errors.txt
constraintErrors1.js
constraintPropagationThroughReturnTypes.js
constraintPropagationThroughReturnTypes.types
constraintReferencingTypeParameterFromSameTypeParameterList.errors.txt
constraintReferencingTypeParameterFromSameTypeParameterList.js
constraints0.errors.txt
constraints0.js
constraintSatisfactionWithAny.js
constraintSatisfactionWithAny.types
constraintSatisfactionWithAny2.errors.txt
constraintSatisfactionWithAny2.js
constraintSatisfactionWithEmptyObject.js
constraintSatisfactionWithEmptyObject.types
constraintsThatReferenceOtherContstraints1.errors.txt
constraintsThatReferenceOtherContstraints1.js
constraintsUsedInPrototypeProperty.js
constraintsUsedInPrototypeProperty.types
constructorArgs.js
constructorArgs.types
constructorArgsErrors1.errors.txt
constructorArgsErrors2.errors.txt
constructorArgsErrors3.errors.txt
constructorArgsErrors4.errors.txt
constructorArgsErrors5.errors.txt
constructorArgWithGenericCallSignature.js
constructorArgWithGenericCallSignature.types
constructorAsType.errors.txt
constructorAsType.js
constructorDefaultValuesReferencingThis.errors.txt
constructorDefaultValuesReferencingThis.js
constructorFunctionTypeIsAssignableToBaseType.js
constructorFunctionTypeIsAssignableToBaseType.types
constructorFunctionTypeIsAssignableToBaseType2.js
constructorFunctionTypeIsAssignableToBaseType2.types
constructorHasPrototypeProperty.js
constructorHasPrototypeProperty.types
constructorImplementationWithDefaultValues.js
constructorImplementationWithDefaultValues.types
constructorImplementationWithDefaultValues2.errors.txt
constructorImplementationWithDefaultValues2.js
constructorInvocationWithTooFewTypeArgs.errors.txt
constructorInvocationWithTooFewTypeArgs.js
constructorOverloads1.errors.txt
constructorOverloads1.js
constructorOverloads2.js
constructorOverloads2.types
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
constructorOverloadsWithOptionalParameters.types
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
constructorReturningAPrimitive.types
constructorReturnsInvalidType.errors.txt
constructorReturnsInvalidType.js
constructorStaticParamName.js
constructorStaticParamName.types
constructorStaticParamNameErrors.errors.txt
constructorsWithSpecializedSignatures.errors.txt
constructorsWithSpecializedSignatures.js
constructorTypeWithTypeParameters.js
constructorTypeWithTypeParameters.types
constructorWithAssignableReturnExpression.errors.txt
constructorWithAssignableReturnExpression.js
constructorWithExpressionLessReturn.js
constructorWithExpressionLessReturn.types
constructorWithIncompleteTypeAnnotation.errors.txt Update and add test cases 2014-12-08 15:47:24 -08:00
constructSignatureAssignabilityInInheritance.errors.txt
constructSignatureAssignabilityInInheritance.js
constructSignatureAssignabilityInInheritance2.js
constructSignatureAssignabilityInInheritance2.types
constructSignatureAssignabilityInInheritance3.errors.txt
constructSignatureAssignabilityInInheritance3.js
constructSignatureAssignabilityInInheritance4.js
constructSignatureAssignabilityInInheritance4.types
constructSignatureAssignabilityInInheritance5.js
constructSignatureAssignabilityInInheritance5.types
constructSignatureAssignabilityInInheritance6.js
constructSignatureAssignabilityInInheritance6.types
constructSignaturesWithIdenticalOverloads.js
constructSignaturesWithIdenticalOverloads.types
constructSignaturesWithOverloads.js
constructSignaturesWithOverloads.types
constructSignaturesWithOverloads2.errors.txt
constructSignaturesWithOverloads2.js
constructSignaturesWithOverloadsThatDifferOnlyByReturnType.js
constructSignaturesWithOverloadsThatDifferOnlyByReturnType.types
constructSignatureWithAccessibilityModifiersOnParameters.errors.txt
constructSignatureWithAccessibilityModifiersOnParameters.js
constructSignatureWithAccessibilityModifiersOnParameters2.errors.txt
constructSignatureWithAccessibilityModifiersOnParameters2.js
contextuallyTypedFunctionExpressionsAndReturnAnnotations.js
contextuallyTypedFunctionExpressionsAndReturnAnnotations.types
contextuallyTypingOrOperator.js
contextuallyTypingOrOperator.types
contextuallyTypingOrOperator2.js
contextuallyTypingOrOperator2.types
contextuallyTypingOrOperator3.errors.txt
contextuallyTypingOrOperator3.js
contextuallyTypingRestParameters.errors.txt
contextuallyTypingRestParameters.js Accepting new baselines 2014-12-04 17:43:51 -08:00
contextualSigInstantiationRestParams.js
contextualSigInstantiationRestParams.types
contextualSignatureInstantiation.js
contextualSignatureInstantiation.types
contextualSignatureInstantiation1.js
contextualSignatureInstantiation1.types
contextualSignatureInstantiation2.js
contextualSignatureInstantiation2.types
contextualSignatureInstantiation3.js
contextualSignatureInstantiation3.types
contextualSignatureInstantiationWithTypeParameterConstrainedToOuterTypeParameter.js
contextualSignatureInstantiationWithTypeParameterConstrainedToOuterTypeParameter.types
contextualSignatureInstatiationContravariance.js
contextualSignatureInstatiationContravariance.types
contextualSignatureInstatiationCovariance.js
contextualSignatureInstatiationCovariance.types
contextualTypeAny.js
contextualTypeAny.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
contextualTypeAppliedToVarArgs.js
contextualTypeAppliedToVarArgs.types
contextualTypeArrayReturnType.js
contextualTypeArrayReturnType.types
contextualTypeWithTuple.errors.txt Merge branch 'master' into unionTypeConformance 2014-11-21 01:33:13 -08:00
contextualTypeWithTuple.js
contextualTypeWithUnionTypeCallSignatures.js Simplify arrow function expression parsing. 2014-12-02 19:04:51 -08:00
contextualTypeWithUnionTypeCallSignatures.types
contextualTypeWithUnionTypeIndexSignatures.js
contextualTypeWithUnionTypeIndexSignatures.types
contextualTypeWithUnionTypeMembers.js
contextualTypeWithUnionTypeMembers.types
contextualTypeWithUnionTypeObjectLiteral.errors.txt
contextualTypeWithUnionTypeObjectLiteral.js
contextualTyping.errors.txt
contextualTyping.js
contextualTyping.js.map
contextualTyping.sourcemap.txt
contextualTyping1.js
contextualTyping1.types
contextualTyping2.js
contextualTyping2.types
contextualTyping3.js
contextualTyping3.types
contextualTyping4.js
contextualTyping4.types
contextualTyping5.errors.txt
contextualTyping5.js
contextualTyping6.js
contextualTyping6.types
contextualTyping7.js
contextualTyping7.types
contextualTyping8.js
contextualTyping8.types
contextualTyping9.js
contextualTyping9.types
contextualTyping10.js
contextualTyping10.types
contextualTyping11.errors.txt
contextualTyping11.js
contextualTyping12.js
contextualTyping12.types
contextualTyping13.js
contextualTyping13.types
contextualTyping14.js
contextualTyping14.types
contextualTyping15.js
contextualTyping15.types
contextualTyping16.js
contextualTyping16.types
contextualTyping17.js
contextualTyping17.types
contextualTyping18.js
contextualTyping18.types
contextualTyping19.js
contextualTyping19.types
contextualTyping20.js
contextualTyping20.types
contextualTyping21.errors.txt
contextualTyping21.js
contextualTyping22.js
contextualTyping22.types
contextualTyping23.js
contextualTyping23.types
contextualTyping24.errors.txt
contextualTyping24.js
contextualTyping25.js
contextualTyping25.types
contextualTyping26.js
contextualTyping26.types
contextualTyping27.js
contextualTyping27.types
contextualTyping28.js
contextualTyping28.types
contextualTyping29.js
contextualTyping29.types
contextualTyping30.errors.txt
contextualTyping30.js
contextualTyping31.js
contextualTyping31.types
contextualTyping32.js
contextualTyping32.types
contextualTyping33.errors.txt
contextualTyping33.js
contextualTyping34.js
contextualTyping34.types
contextualTyping35.js
contextualTyping35.types
contextualTyping36.js
contextualTyping36.types
contextualTyping37.js
contextualTyping37.types
contextualTyping38.js
contextualTyping38.types
contextualTyping39.errors.txt
contextualTyping39.js
contextualTyping40.js
contextualTyping40.types
contextualTyping41.errors.txt
contextualTyping41.js
contextualTypingArrayOfLambdas.js
contextualTypingArrayOfLambdas.types
contextualTypingOfAccessors.errors.txt
contextualTypingOfArrayLiterals1.errors.txt
contextualTypingOfArrayLiterals1.js
contextualTypingOfConditionalExpression.js
contextualTypingOfConditionalExpression.types
contextualTypingOfConditionalExpression2.errors.txt
contextualTypingOfConditionalExpression2.js
contextualTypingOfGenericFunctionTypedArguments1.errors.txt
contextualTypingOfGenericFunctionTypedArguments1.js
contextualTypingOfLambdaReturnExpression.errors.txt
contextualTypingOfLambdaReturnExpression.js
contextualTypingOfLambdaWithMultipleSignatures.js
contextualTypingOfLambdaWithMultipleSignatures.types
contextualTypingOfLambdaWithMultipleSignatures2.js
contextualTypingOfLambdaWithMultipleSignatures2.types
contextualTypingOfObjectLiterals.errors.txt fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
contextualTypingOfObjectLiterals.js
contextualTypingOfObjectLiterals2.errors.txt
contextualTypingOfObjectLiterals2.js
contextualTypingTwoInstancesOfSameTypeParameter.js
contextualTypingTwoInstancesOfSameTypeParameter.types
contextualTypingWithFixedTypeParameters1.errors.txt
contextualTypingWithFixedTypeParameters1.js
contextualTypingWithGenericAndNonGenericSignature.js
contextualTypingWithGenericAndNonGenericSignature.types
contextualTypingWithGenericSignature.js
contextualTypingWithGenericSignature.types
continueInIterationStatement1.js
continueInIterationStatement1.types
continueInIterationStatement2.js
continueInIterationStatement2.types
continueInIterationStatement3.js
continueInIterationStatement3.types
continueInIterationStatement4.errors.txt
continueInIterationStatement4.js
continueLabel.js
continueLabel.types
continueNotInIterationStatement1.errors.txt
continueNotInIterationStatement2.errors.txt
continueNotInIterationStatement3.errors.txt
continueNotInIterationStatement4.errors.txt
continueTarget1.errors.txt
continueTarget2.js
continueTarget2.types
continueTarget3.js
continueTarget3.types
continueTarget4.js
continueTarget4.types
continueTarget5.errors.txt
continueTarget6.errors.txt
convertKeywords.js
convertKeywords.types
convertKeywordsYes.js
convertKeywordsYes.types
copyrightWithNewLine1.errors.txt
copyrightWithNewLine1.js
copyrightWithoutNewLine1.errors.txt
copyrightWithoutNewLine1.js
couldNotSelectGenericOverload.errors.txt
couldNotSelectGenericOverload.js
covariance1.js
covariance1.types
crashInResolveInterface.js
crashInResolveInterface.types
crashInresolveReturnStatement.js
crashInresolveReturnStatement.types
crashInsourcePropertyIsRelatableToTargetProperty.errors.txt
crashInsourcePropertyIsRelatableToTargetProperty.js
crashIntypeCheckInvocationExpression.errors.txt
crashIntypeCheckInvocationExpression.js
crashIntypeCheckObjectCreationExpression.errors.txt
crashIntypeCheckObjectCreationExpression.js
crashOnMethodSignatures.errors.txt
crashOnMethodSignatures.js
crashRegressionTest.errors.txt
crashRegressionTest.js
createArray.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
customEventDetail.errors.txt
customEventDetail.js
cyclicModuleImport.js
cyclicModuleImport.types
debugger.js
debugger.types
debuggerEmit.js
debuggerEmit.types
declarationEmit_array-types-from-generic-array-usage.js
declarationEmit_array-types-from-generic-array-usage.types
declarationEmit_invalidReference.js
declarationEmit_invalidReference.types
declarationEmit_invalidReference2.errors.txt
declarationEmit_nameConflicts.js
declarationEmit_nameConflicts.types
declarationEmit_nameConflicts2.js
declarationEmit_nameConflicts2.types
declarationEmit_nameConflicts3.js
declarationEmit_nameConflicts3.types
declarationEmit_nameConflictsWithAlias.js
declarationEmit_nameConflictsWithAlias.types
declarationEmit_protectedMembers.js
declarationEmit_protectedMembers.types
declarationInAmbientContext.errors.txt Merge branch 'master' into destructuring 2014-12-03 16:43:01 -08:00
declarationsAndAssignments.errors.txt Adding rudimentary tests 2014-12-02 16:23:37 -08:00
declarationsAndAssignments.js Merge branch 'master' into destructuring 2014-12-03 16:43:01 -08:00
declarationWithNoInitializer.errors.txt Merge branch 'master' into destructuring 2014-12-03 16:43:01 -08:00
declareAlreadySeen.errors.txt
declareClassInterfaceImplementation.errors.txt
declareClassInterfaceImplementation.js
declaredExternalModule.js
declaredExternalModule.types
declaredExternalModuleWithExportAssignment.js
declaredExternalModuleWithExportAssignment.types
declareDottedExtend.js
declareDottedExtend.types
declareDottedModuleName.js
declareDottedModuleName.types
declareExternalModuleWithExportAssignedFundule.js
declareExternalModuleWithExportAssignedFundule.types
declareFileExportAssignment.js
declareFileExportAssignment.types
declareFileExportAssignmentWithVarFromVariableStatement.js
declareFileExportAssignmentWithVarFromVariableStatement.types
declareModifierOnImport1.errors.txt Add grammar walker test coverage cases. 2014-12-03 20:41:39 -08:00
declFileAccessors.js
declFileAccessors.types
declFileAliasUseBeforeDeclaration.js
declFileAliasUseBeforeDeclaration.types
declFileAliasUseBeforeDeclaration2.js
declFileAliasUseBeforeDeclaration2.types
declFileAmbientExternalModuleWithSingleExportedModule.js
declFileAmbientExternalModuleWithSingleExportedModule.types
declFileCallSignatures.js
declFileCallSignatures.types
declFileClassWithIndexSignature.js
declFileClassWithIndexSignature.types
declFileClassWithStaticMethodReturningConstructor.js
declFileClassWithStaticMethodReturningConstructor.types
declFileConstructors.js Accepting new baselines 2014-12-04 17:43:51 -08:00
declFileConstructors.types
declFileConstructSignatures.js
declFileConstructSignatures.types
declFileEnums.js
declFileEnums.types
declFileEnumUsedAsValue.js
declFileEnumUsedAsValue.types
declFileExportAssignmentImportInternalModule.js
declFileExportAssignmentImportInternalModule.types
declFileExportAssignmentOfGenericInterface.js
declFileExportAssignmentOfGenericInterface.types
declFileExportImportChain.js
declFileExportImportChain.types
declFileExportImportChain2.js
declFileExportImportChain2.types
declFileForClassWithMultipleBaseClasses.js
declFileForClassWithMultipleBaseClasses.types
declFileForClassWithPrivateOverloadedFunction.js
declFileForClassWithPrivateOverloadedFunction.types
declFileForExportedImport.js
declFileForExportedImport.types
declFileForFunctionTypeAsTypeParameter.js
declFileForFunctionTypeAsTypeParameter.types
declFileForInterfaceWithOptionalFunction.js
declFileForInterfaceWithOptionalFunction.types
declFileForInterfaceWithRestParams.js
declFileForInterfaceWithRestParams.types
declFileForTypeParameters.js
declFileForTypeParameters.types
declFileForVarList.js
declFileForVarList.types
declFileFunctions.js Accepting new baselines 2014-12-04 17:43:51 -08:00
declFileFunctions.types
declFileGenericClassWithGenericExtendedClass.js
declFileGenericClassWithGenericExtendedClass.types
declFileGenericType.js
declFileGenericType.types
declFileGenericType2.js
declFileGenericType2.types
declFileImportChainInExportAssignment.js
declFileImportChainInExportAssignment.types
declFileImportedTypeUseInTypeArgPosition.js
declFileImportedTypeUseInTypeArgPosition.types
declFileImportModuleWithExportAssignment.js
declFileImportModuleWithExportAssignment.types
declFileIndexSignatures.js
declFileIndexSignatures.types
declFileInternalAliases.js
declFileInternalAliases.types
declFileMethods.js Accepting new baselines 2014-12-04 17:43:51 -08:00
declFileMethods.types
declFileModuleAssignmentInObjectLiteralProperty.js
declFileModuleAssignmentInObjectLiteralProperty.types
declFileModuleContinuation.js
declFileModuleContinuation.types
declFileModuleWithPropertyOfTypeModule.js
declFileModuleWithPropertyOfTypeModule.types
declFileObjectLiteralWithAccessors.errors.txt
declFileObjectLiteralWithOnlyGetter.errors.txt
declFileObjectLiteralWithOnlySetter.errors.txt
declFileOptionalInterfaceMethod.js
declFileOptionalInterfaceMethod.types
declFilePrivateMethodOverloads.js
declFilePrivateMethodOverloads.types
declFilePrivateStatic.errors.txt
declFileRegressionTests.js
declFileRegressionTests.types
declFileRestParametersOfFunctionAndFunctionType.js Accepting new baselines 2014-12-04 17:43:51 -08:00
declFileRestParametersOfFunctionAndFunctionType.types
declFileTypeAnnotationArrayType.js
declFileTypeAnnotationArrayType.types
declFileTypeAnnotationBuiltInType.js
declFileTypeAnnotationBuiltInType.types
declFileTypeAnnotationParenType.js
declFileTypeAnnotationParenType.types
declFileTypeAnnotationStringLiteral.js
declFileTypeAnnotationStringLiteral.types
declFileTypeAnnotationTupleType.js
declFileTypeAnnotationTupleType.types
declFileTypeAnnotationTypeAlias.js
declFileTypeAnnotationTypeAlias.types
declFileTypeAnnotationTypeLiteral.js
declFileTypeAnnotationTypeLiteral.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
declFileTypeAnnotationTypeQuery.js
declFileTypeAnnotationTypeQuery.types
declFileTypeAnnotationTypeReference.js
declFileTypeAnnotationTypeReference.types
declFileTypeAnnotationUnionType.js
declFileTypeAnnotationUnionType.types
declFileTypeAnnotationVisibilityErrorAccessors.errors.txt
declFileTypeAnnotationVisibilityErrorAccessors.js
declFileTypeAnnotationVisibilityErrorParameterOfFunction.errors.txt
declFileTypeAnnotationVisibilityErrorParameterOfFunction.js
declFileTypeAnnotationVisibilityErrorReturnTypeOfFunction.errors.txt
declFileTypeAnnotationVisibilityErrorReturnTypeOfFunction.js
declFileTypeAnnotationVisibilityErrorTypeAlias.errors.txt
declFileTypeAnnotationVisibilityErrorTypeAlias.js
declFileTypeAnnotationVisibilityErrorTypeLiteral.errors.txt
declFileTypeAnnotationVisibilityErrorTypeLiteral.js
declFileTypeAnnotationVisibilityErrorVariableDeclaration.errors.txt
declFileTypeAnnotationVisibilityErrorVariableDeclaration.js
declFileTypeofClass.js
declFileTypeofClass.types
declFileTypeofEnum.js
declFileTypeofEnum.types
declFileTypeofFunction.js
declFileTypeofFunction.types
declFileTypeofInAnonymousType.js
declFileTypeofInAnonymousType.types
declFileTypeofModule.js
declFileTypeofModule.types
declFileWithClassNameConflictingWithClassReferredByExtendsClause.js
declFileWithClassNameConflictingWithClassReferredByExtendsClause.types
declFileWithExtendsClauseThatHasItsContainerNameConflict.js
declFileWithExtendsClauseThatHasItsContainerNameConflict.types
declFileWithInternalModuleNameConflictsInExtendsClause1.js
declFileWithInternalModuleNameConflictsInExtendsClause1.types
declFileWithInternalModuleNameConflictsInExtendsClause2.js
declFileWithInternalModuleNameConflictsInExtendsClause2.types
declFileWithInternalModuleNameConflictsInExtendsClause3.js
declFileWithInternalModuleNameConflictsInExtendsClause3.types
declInput-2.errors.txt
declInput-2.js
declInput.errors.txt
declInput.js
declInput3.js
declInput3.types
declInput4.js
declInput4.types
decrementAndIncrementOperators.errors.txt
decrementAndIncrementOperators.js
decrementOperatorWithAnyOtherType.js
decrementOperatorWithAnyOtherType.types
decrementOperatorWithAnyOtherTypeInvalidOperations.errors.txt
decrementOperatorWithAnyOtherTypeInvalidOperations.js
decrementOperatorWithEnumType.errors.txt
decrementOperatorWithEnumType.js
decrementOperatorWithEnumTypeInvalidOperations.errors.txt
decrementOperatorWithEnumTypeInvalidOperations.js
decrementOperatorWithNumberType.js
decrementOperatorWithNumberType.types
decrementOperatorWithNumberTypeInvalidOperations.errors.txt
decrementOperatorWithNumberTypeInvalidOperations.js
decrementOperatorWithUnsupportedBooleanType.errors.txt
decrementOperatorWithUnsupportedBooleanType.js
decrementOperatorWithUnsupportedStringType.errors.txt
decrementOperatorWithUnsupportedStringType.js
defaultArgsInFunctionExpressions.errors.txt
defaultArgsInFunctionExpressions.js
defaultArgsInOverloads.errors.txt
defaultArgsInOverloads.js
defaultBestCommonTypesHaveDecls.errors.txt
defaultBestCommonTypesHaveDecls.js
defaultIndexProps1.js
defaultIndexProps1.types
defaultIndexProps2.js
defaultIndexProps2.types
defaultValueInConstructorOverload1.errors.txt
defaultValueInConstructorOverload1.js
defaultValueInFunctionOverload1.errors.txt
defaultValueInFunctionOverload1.js
defaultValueInFunctionTypes.errors.txt
defaultValueInFunctionTypes.js
deleteOperator1.errors.txt
deleteOperator1.js
deleteOperatorInStrictMode.errors.txt
deleteOperatorInvalidOperations.errors.txt
deleteOperatorWithAnyOtherType.errors.txt
deleteOperatorWithAnyOtherType.js
deleteOperatorWithBooleanType.js
deleteOperatorWithBooleanType.types
deleteOperatorWithEnumType.js
deleteOperatorWithEnumType.types
deleteOperatorWithNumberType.js
deleteOperatorWithNumberType.types
deleteOperatorWithStringType.js
deleteOperatorWithStringType.types
dependencyViaImportAlias.js
dependencyViaImportAlias.types
deprecatedBool.js
deprecatedBool.types
derivedClassConstructorWithoutSuperCall.errors.txt
derivedClassConstructorWithoutSuperCall.js
derivedClasses.js
derivedClasses.types
derivedClassFunctionOverridesBaseClassAccessor.errors.txt
derivedClassIncludesInheritedMembers.errors.txt
derivedClassOverridesIndexersWithAssignmentCompatibility.js
derivedClassOverridesIndexersWithAssignmentCompatibility.types
derivedClassOverridesPrivateFunction1.errors.txt
derivedClassOverridesPrivateFunction1.js
derivedClassOverridesPrivates.errors.txt
derivedClassOverridesPrivates.js
derivedClassOverridesProtectedMembers.js
derivedClassOverridesProtectedMembers.types
derivedClassOverridesProtectedMembers2.js
derivedClassOverridesProtectedMembers2.types
derivedClassOverridesProtectedMembers3.errors.txt
derivedClassOverridesProtectedMembers3.js
derivedClassOverridesProtectedMembers4.errors.txt
derivedClassOverridesProtectedMembers4.js
derivedClassOverridesPublicMembers.errors.txt
derivedClassOverridesWithoutSubtype.js
derivedClassOverridesWithoutSubtype.types
derivedClassParameterProperties.errors.txt
derivedClassParameterProperties.js
derivedClassSuperCallsInNonConstructorMembers.errors.txt
derivedClassSuperCallsWithThisArg.errors.txt
derivedClassSuperCallsWithThisArg.js
derivedClassTransitivity.errors.txt
derivedClassTransitivity.js
derivedClassTransitivity2.errors.txt
derivedClassTransitivity2.js
derivedClassTransitivity3.errors.txt
derivedClassTransitivity3.js
derivedClassTransitivity4.errors.txt
derivedClassTransitivity4.js
derivedClassWithAny.errors.txt
derivedClassWithoutExplicitConstructor.errors.txt
derivedClassWithoutExplicitConstructor.js
derivedClassWithoutExplicitConstructor2.errors.txt
derivedClassWithoutExplicitConstructor2.js
derivedClassWithoutExplicitConstructor3.errors.txt
derivedClassWithoutExplicitConstructor3.js
derivedClassWithPrivateInstanceShadowingProtectedInstance.errors.txt
derivedClassWithPrivateInstanceShadowingProtectedInstance.js
derivedClassWithPrivateInstanceShadowingPublicInstance.errors.txt
derivedClassWithPrivateStaticShadowingProtectedStatic.errors.txt
derivedClassWithPrivateStaticShadowingProtectedStatic.js
derivedClassWithPrivateStaticShadowingPublicStatic.errors.txt
derivedGenericClassWithAny.errors.txt
derivedInterfaceCallSignature.errors.txt
derivedInterfaceCallSignature.js
derivedInterfaceDoesNotHideBaseSignatures.js
derivedInterfaceDoesNotHideBaseSignatures.types
derivedInterfaceIncompatibleWithBaseIndexer.errors.txt
derivedInterfaceIncompatibleWithBaseIndexer.js
derivedTypeAccessesHiddenBaseCallViaSuperPropertyAccess.js
derivedTypeAccessesHiddenBaseCallViaSuperPropertyAccess.types
derivedTypeCallingBaseImplWithOptionalParams.errors.txt
derivedTypeCallingBaseImplWithOptionalParams.js
derivedTypeDoesNotRequireExtendsClause.js
derivedTypeDoesNotRequireExtendsClause.types
derivedTypeIncompatibleSignatures.errors.txt
derivedTypeIncompatibleSignatures.js
detachedCommentAtStartOfConstructor1.js
detachedCommentAtStartOfConstructor1.types
detachedCommentAtStartOfConstructor2.js
detachedCommentAtStartOfConstructor2.types
detachedCommentAtStartOfFunctionBody1.errors.txt
detachedCommentAtStartOfFunctionBody1.js
detachedCommentAtStartOfFunctionBody2.errors.txt
detachedCommentAtStartOfFunctionBody2.js
detachedCommentAtStartOfLambdaFunction1.js Accepting new baselines 2014-12-04 17:43:51 -08:00
detachedCommentAtStartOfLambdaFunction1.types
detachedCommentAtStartOfLambdaFunction2.js Accepting new baselines 2014-12-04 17:43:51 -08:00
detachedCommentAtStartOfLambdaFunction2.types
directDependenceBetweenTypeAliases.errors.txt
directDependenceBetweenTypeAliases.js
directReferenceToNull.errors.txt
directReferenceToNull.js
directReferenceToUndefined.errors.txt
directReferenceToUndefined.js
doNotWidenAtObjectLiteralPropertyAssignment.js
doNotWidenAtObjectLiteralPropertyAssignment.types
dontShowCompilerGeneratedMembers.errors.txt
dottedModuleName.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
dottedModuleName2.js
dottedModuleName2.types
dottedSymbolResolution1.js
dottedSymbolResolution1.types
doWhileBreakStatements.js
doWhileBreakStatements.types
doWhileContinueStatements.js
doWhileContinueStatements.types
doWhileLoop.js
doWhileLoop.types
duplicateAnonymousInners1.js
duplicateAnonymousInners1.types
duplicateAnonymousModuleClasses.js
duplicateAnonymousModuleClasses.types
duplicateClassElements.errors.txt
duplicateConstructorOverloadSignature.js
duplicateConstructorOverloadSignature.types
duplicateConstructorOverloadSignature2.js
duplicateConstructorOverloadSignature2.types
duplicateConstructSignature.js
duplicateConstructSignature.types
duplicateConstructSignature2.js
duplicateConstructSignature2.types
duplicateExportAssignments.errors.txt
duplicateIdentifierInCatchBlock.errors.txt
duplicateIdentifierInCatchBlock.js
duplicateIdentifiersAcrossContainerBoundaries.errors.txt
duplicateIdentifiersAcrossContainerBoundaries.js
duplicateIdentifierShouldNotShortCircuitBaseTypeBinding.js
duplicateIdentifierShouldNotShortCircuitBaseTypeBinding.types
duplicateInterfaceMembers1.errors.txt
duplicateInterfaceMembers1.js
duplicateLabel1.errors.txt
duplicateLabel2.errors.txt
duplicateLabel3.js
duplicateLabel3.types
duplicateLabel4.js
duplicateLabel4.types
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
duplicateOverloadInTypeAugmentation1.js
duplicateOverloadInTypeAugmentation1.types
duplicatePropertiesInStrictMode.errors.txt
duplicatePropertyNames.errors.txt
duplicatePropertyNames.js
duplicateStringIndexers.errors.txt
duplicateStringIndexers.js
duplicateStringNamedProperty1.errors.txt
duplicateStringNamedProperty1.js
duplicateSymbolsExportMatching.errors.txt
duplicateSymbolsExportMatching.js
duplicateTypeParameters1.errors.txt
duplicateTypeParameters1.js
duplicateTypeParameters2.errors.txt
duplicateTypeParameters2.js
duplicateTypeParameters3.errors.txt
duplicateTypeParameters3.js
duplicateVarAndImport.js
duplicateVarAndImport.types
duplicateVarAndImport2.errors.txt
duplicateVarAndImport2.js
duplicateVariableDeclaration1.js
duplicateVariableDeclaration1.types
duplicateVariablesByScope.js
duplicateVariablesByScope.types
duplicateVariablesWithAny.errors.txt
duplicateVariablesWithAny.js
duplicateVarsAcrossFileBoundaries.errors.txt
duplicateVarsAcrossFileBoundaries.js
dynamicModuleTypecheckError.js
dynamicModuleTypecheckError.types
elidingImportNames.js
elidingImportNames.types
emitBOM.js
emitBOM.js.map
emitBOM.sourcemap.txt
emitBOM.types
emitCommentsOnlyFile.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
emitCommentsOnlyFile.types
emitMemberAccessExpression.js
emitMemberAccessExpression.types
emitPostComments.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
emitPostComments.types
emitPreComments.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
emitPreComments.types
emitThisInSuperMethodCall.errors.txt
emitThisInSuperMethodCall.js
emptyEnum.js
emptyEnum.types
emptyExpr.js
emptyExpr.types
emptyFile-declaration.js
emptyFile-declaration.js.map
emptyFile-declaration.sourcemap.txt
emptyFile-declaration.types
emptyFile-souremap.js
emptyFile-souremap.js.map
emptyFile-souremap.sourcemap.txt
emptyFile-souremap.types
emptyFile.js
emptyFile.types
emptyGenericParamList.errors.txt
emptyIndexer.js
emptyIndexer.types
emptyMemberAccess.errors.txt
emptyTypeArgumentList.errors.txt
emptyTypeArgumentListWithNew.errors.txt
EnumAndModuleWithSameNameAndCommonRoot.js
EnumAndModuleWithSameNameAndCommonRoot.types
enumAssignability.errors.txt
enumAssignability.js
enumAssignabilityInInheritance.errors.txt
enumAssignabilityInInheritance.js
enumAssignmentCompat.errors.txt
enumAssignmentCompat.js
enumAssignmentCompat2.errors.txt
enumAssignmentCompat2.js
enumBasics.js
enumBasics.types
enumBasics1.errors.txt
enumBasics1.js
enumCodeGenNewLines1.js
enumCodeGenNewLines1.types
enumConflictsWithGlobalIdentifier.errors.txt Remove 'missing' syntax kind. 2014-12-01 16:17:04 -08:00
enumConstantMembers.errors.txt
enumDecl1.js
enumDecl1.types
enumErrors.errors.txt
enumErrors.js
enumFromExternalModule.js
enumFromExternalModule.types
enumGenericTypeClash.errors.txt
enumGenericTypeClash.js
enumIdentifierLiterals.errors.txt
enumIdentifierLiterals.js
enumIndexer.js
enumIndexer.types
enumInitializersWithExponents.errors.txt
enumIsNotASubtypeOfAnythingButNumber.errors.txt
enumIsNotASubtypeOfAnythingButNumber.js
enumMapBackIntoItself.js
enumMapBackIntoItself.types
enumMemberResolution.errors.txt Remove 'missing' syntax kind. 2014-12-01 16:17:04 -08:00
enumMerging.js
enumMerging.types
enumMergingErrors.errors.txt
enumMergingErrors.js
enumNegativeLiteral1.js
enumNegativeLiteral1.types
enumNumbering1.js
enumNumbering1.types
enumOperations.js
enumOperations.types
enumPropertyAccess.errors.txt
enumPropertyAccess.js
enumsWithMultipleDeclarations1.errors.txt
enumsWithMultipleDeclarations1.js
enumsWithMultipleDeclarations2.errors.txt
enumsWithMultipleDeclarations2.js
enumsWithMultipleDeclarations3.js
enumsWithMultipleDeclarations3.types
enumWithoutInitializerAfterComputedMember.errors.txt
enumWithParenthesizedInitializer1.errors.txt
enumWithPrimitiveName.errors.txt
enumWithPrimitiveName.js
enumWithQuotedElementName1.js
enumWithQuotedElementName1.types
enumWithQuotedElementName2.js
enumWithQuotedElementName2.types
enumWithUnicodeEscape1.js
enumWithUnicodeEscape1.types
errorForwardReferenceForwadingConstructor.errors.txt
errorForwardReferenceForwadingConstructor.js
errorHandlingInInstanceOf.errors.txt
errorHandlingInInstanceOf.js
errorLocationForInterfaceExtension.errors.txt
errorLocationForInterfaceExtension.js
errorMessageOnObjectLiteralType.errors.txt
errorMessageOnObjectLiteralType.js
errorOnContextuallyTypedReturnType.errors.txt
errorOnContextuallyTypedReturnType.js
errorsInGenericTypeReference.errors.txt
errorsOnImportedSymbol.errors.txt
errorsOnImportedSymbol.js
errorSuperCalls.errors.txt
errorSuperPropertyAccess.errors.txt
errorSupression1.errors.txt
errorSupression1.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
errorTypesAsTypeArguments.errors.txt
errorTypesAsTypeArguments.js
errorWithTruncatedType.errors.txt
errorWithTruncatedType.js
es3-amd.js
es3-amd.js.map
es3-amd.sourcemap.txt
es3-amd.types
es3-declaration-amd.js
es3-declaration-amd.js.map
es3-declaration-amd.sourcemap.txt
es3-declaration-amd.types
es3-sourcemap-amd.js
es3-sourcemap-amd.js.map
es3-sourcemap-amd.sourcemap.txt
es3-sourcemap-amd.types
es5-amd.js
es5-amd.js.map
es5-amd.sourcemap.txt
es5-amd.types
es5-declaration-amd.js
es5-declaration-amd.js.map
es5-declaration-amd.sourcemap.txt
es5-declaration-amd.types
es5-souremap-amd.js
es5-souremap-amd.js.map
es5-souremap-amd.sourcemap.txt
es5-souremap-amd.types
es6-amd.js
es6-amd.js.map
es6-amd.sourcemap.txt
es6-amd.types
es6-declaration-amd.js
es6-declaration-amd.js.map
es6-declaration-amd.sourcemap.txt
es6-declaration-amd.types
es6-sourcemap-amd.js
es6-sourcemap-amd.js.map
es6-sourcemap-amd.sourcemap.txt
es6-sourcemap-amd.types
es6ClassSuperCodegenBug.js
es6ClassSuperCodegenBug.types
es6ClassTest.errors.txt
es6ClassTest2.errors.txt
es6ClassTest3.errors.txt
es6ClassTest4.js
es6ClassTest4.types
es6ClassTest5.js
es6ClassTest5.types
es6ClassTest7.js
es6ClassTest7.types
es6ClassTest8.js
es6ClassTest8.types
es6ClassTest9.errors.txt
es6DeclOrdering.errors.txt
es6DeclOrdering.js
es6MemberScoping.errors.txt
es6MemberScoping.js
escapedIdentifiers.js
escapedIdentifiers.types
escapedReservedCompilerNamedIdentifier.js
escapedReservedCompilerNamedIdentifier.types
everyTypeAssignableToAny.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
everyTypeAssignableToAny.types
everyTypeWithAnnotationAndInitializer.js
everyTypeWithAnnotationAndInitializer.types
everyTypeWithAnnotationAndInvalidInitializer.errors.txt
everyTypeWithAnnotationAndInvalidInitializer.js
everyTypeWithInitializer.js
everyTypeWithInitializer.types
exportAlreadySeen.errors.txt move checking modifiers out of parser 2014-11-19 19:22:39 -08:00
exportAssignClassAndModule.js
exportAssignClassAndModule.types
exportAssignDottedName.errors.txt
exportAssignedTypeAsTypeAnnotation.js
exportAssignedTypeAsTypeAnnotation.types
exportAssignImportedIdentifier.errors.txt
ExportAssignment7.errors.txt
ExportAssignment8.errors.txt
exportAssignmentAndDeclaration.errors.txt
exportAssignmentAndDeclaration.js
exportAssignmentCircularModules.js
exportAssignmentCircularModules.types
exportAssignmentClass.js
exportAssignmentClass.types
exportAssignmentConstrainedGenericType.errors.txt
exportAssignmentConstrainedGenericType.js
exportAssignmentEnum.js
exportAssignmentEnum.types
exportAssignmentError.js
exportAssignmentError.types
exportAssignmentFunction.js
exportAssignmentFunction.types
exportAssignmentGenericType.js
exportAssignmentGenericType.types
exportAssignmentInterface.js
exportAssignmentInterface.types
exportAssignmentInternalModule.js
exportAssignmentInternalModule.types
exportAssignmentMergedInterface.js
exportAssignmentMergedInterface.types
exportAssignmentMergedModule.js
exportAssignmentMergedModule.types
exportAssignmentOfDeclaredExternalModule.errors.txt
exportAssignmentOfDeclaredExternalModule.js
exportAssignmentOfGenericType1.js
exportAssignmentOfGenericType1.types
exportAssignmentTopLevelClodule.js
exportAssignmentTopLevelClodule.types
exportAssignmentTopLevelEnumdule.js
exportAssignmentTopLevelEnumdule.types
exportAssignmentTopLevelFundule.js
exportAssignmentTopLevelFundule.types
exportAssignmentTopLevelIdentifier.js
exportAssignmentTopLevelIdentifier.types
exportAssignmentVariable.js
exportAssignmentVariable.types
exportAssignmentWithDeclareAndExportModifiers.errors.txt
exportAssignmentWithDeclareModifier.errors.txt
exportAssignmentWithExportModifier.errors.txt
exportAssignmentWithExports.errors.txt
exportAssignmentWithExports.js
exportAssignmentWithImportStatementPrivacyError.js
exportAssignmentWithImportStatementPrivacyError.types
exportAssignmentWithoutIdentifier1.errors.txt
exportAssignmentWithPrivacyError.js
exportAssignmentWithPrivacyError.types
exportAssignNonIdentifier.errors.txt
exportAssignTypes.errors.txt
exportAssignValueAndType.js
exportAssignValueAndType.types
ExportClassWhichExtendsInterfaceWithInaccessibleType.js
ExportClassWhichExtendsInterfaceWithInaccessibleType.types
ExportClassWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.js
ExportClassWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.types
ExportClassWithInaccessibleTypeInIndexerTypeAnnotations.js
ExportClassWithInaccessibleTypeInIndexerTypeAnnotations.types
ExportClassWithInaccessibleTypeInTypeParameterConstraint.js
ExportClassWithInaccessibleTypeInTypeParameterConstraint.types
exportCodeGen.js
exportCodeGen.types
exportDeclareClass1.errors.txt
exportDeclaredModule.errors.txt
exportedInterfaceInaccessibleInCallbackInModule.js
exportedInterfaceInaccessibleInCallbackInModule.types
exportedVariable1.js
exportedVariable1.types
exportEqualCallable.js
exportEqualCallable.types
exportEqualErrorType.errors.txt
exportEqualErrorType.js
exportEqualMemberMissing.errors.txt
exportEqualMemberMissing.js
exportEqualNamespaces.js
exportEqualNamespaces.types
ExportFunctionWithAccessibleTypesInParameterAndReturnTypeAnnotation.js
ExportFunctionWithAccessibleTypesInParameterAndReturnTypeAnnotation.types
ExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.js
ExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.types
ExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.js
ExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.types
exportImport.js
exportImport.types
exportImportAlias.js
exportImportAlias.types
exportImportAndClodule.js
exportImportAndClodule.types
exportImportMultipleFiles.js
exportImportMultipleFiles.types
exportImportNonInstantiatedModule.js
exportImportNonInstantiatedModule.types
exportImportNonInstantiatedModule2.js
exportImportNonInstantiatedModule2.types
exportingContainingVisibleType.errors.txt
ExportInterfaceWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.js
ExportInterfaceWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.types
ExportInterfaceWithInaccessibleTypeInIndexerTypeAnnotations.js
ExportInterfaceWithInaccessibleTypeInIndexerTypeAnnotations.types
ExportInterfaceWithInaccessibleTypeInTypeParameterConstraint.js
ExportInterfaceWithInaccessibleTypeInTypeParameterConstraint.types
ExportModuleWithAccessibleTypesOnItsExportedMembers.js
ExportModuleWithAccessibleTypesOnItsExportedMembers.types
exportNonVisibleType.errors.txt
ExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInMemberTypeAnnotations.js
ExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInMemberTypeAnnotations.types
ExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInNestedMemberTypeAnnotations.errors.txt
exportPrivateType.js
exportPrivateType.types
exportSameNameFuncVar.errors.txt
exportSameNameFuncVar.js
ExportVariableOfGenericTypeWithInaccessibleTypeAsTypeArgument.js
ExportVariableOfGenericTypeWithInaccessibleTypeAsTypeArgument.types
ExportVariableWithAccessibleTypeInTypeAnnotation.js
ExportVariableWithAccessibleTypeInTypeAnnotation.types
ExportVariableWithInaccessibleTypeInTypeAnnotation.js
ExportVariableWithInaccessibleTypeInTypeAnnotation.types
exportVisibility.js
exportVisibility.types
expr.errors.txt
expr.js
extBaseClass1.js
extBaseClass1.types
extBaseClass2.errors.txt
extBaseClass2.js
extendAndImplementTheSameBaseType.js
extendAndImplementTheSameBaseType.types
extendAndImplementTheSameBaseType2.errors.txt
extendAndImplementTheSameBaseType2.js
extendArray.errors.txt
extendArray.js
extendBaseClassBeforeItsDeclared.js
extendBaseClassBeforeItsDeclared.types
extendBooleanInterface.js
extendBooleanInterface.types
extendedInterfaceGenericType.js
extendedInterfaceGenericType.types
extendedInterfacesWithDuplicateTypeParameters.errors.txt
extendedInterfacesWithDuplicateTypeParameters.js
extendGenericArray.errors.txt
extendGenericArray.js
extendGenericArray2.errors.txt
extendGenericArray2.js
extendingClassFromAliasAndUsageInIndexer.js
extendingClassFromAliasAndUsageInIndexer.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
extendNonClassSymbol1.errors.txt
extendNonClassSymbol1.js
extendNonClassSymbol2.errors.txt
extendNonClassSymbol2.js
extendNumberInterface.js
extendNumberInterface.types
extendsClauseAlreadySeen.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
extendsClauseAlreadySeen2.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
extendStringInterface.js
extendStringInterface.types
extension.errors.txt
externalModuleAssignToVar.js
externalModuleAssignToVar.types
externalModuleExportingGenericClass.errors.txt
externalModuleExportingGenericClass.js
externalModuleQualification.js
externalModuleQualification.types
externalModuleReferenceDoubleUnderscore1.js Add failing test. 2014-12-02 14:05:35 -08:00
externalModuleReferenceDoubleUnderscore1.types Find imported external modules that start with double underscores. 2014-12-02 14:14:57 -08:00
externalModuleReferenceOfImportDeclarationWithExportModifier.js
externalModuleReferenceOfImportDeclarationWithExportModifier.types
externalModuleRefernceResolutionOrderInImportDeclaration.errors.txt
externalModuleRefernceResolutionOrderInImportDeclaration.js
externalModuleResolution.js
externalModuleResolution.types
externalModuleResolution2.js
externalModuleResolution2.types
externalModuleWithoutCompilerFlag1.errors.txt
externFunc.js
externFunc.types
externModule.errors.txt
externModuleClobber.js
externModuleClobber.types
externSemantics.errors.txt
externSyntax.errors.txt
fatArrowfunctionAsType.js
fatArrowfunctionAsType.types
fatarrowfunctions.js
fatarrowfunctions.types
fatarrowfunctionsErrors.errors.txt
fatarrowfunctionsInFunctionParameterDefaults.js
fatarrowfunctionsInFunctionParameterDefaults.types
fatarrowfunctionsInFunctions.js
fatarrowfunctionsInFunctions.types
fatarrowfunctionsOptionalArgs.errors.txt
fatarrowfunctionsOptionalArgsErrors1.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
fatarrowfunctionsOptionalArgsErrors2.errors.txt
fatarrowfunctionsOptionalArgsErrors3.errors.txt
fatarrowfunctionsOptionalArgsErrors4.errors.txt
fatArrowSelf.js
fatArrowSelf.types
fieldAndGetterWithSameName.errors.txt
fileReferencesWithNoExtensions.types
fillInMissingTypeArgsOnConstructCalls.js
fillInMissingTypeArgsOnConstructCalls.types
fixTypeParameterInSignatureWithRestParameters.errors.txt
fixTypeParameterInSignatureWithRestParameters.js
for-inStatements.errors.txt
for-inStatements.js
for-inStatementsInvalid.errors.txt
for-inStatementsInvalid.js
for.errors.txt
forBreakStatements.js
forBreakStatements.types
forContinueStatements.js
forContinueStatements.types
forgottenNew.errors.txt
forgottenNew.js
forIn.errors.txt
forIn.js
forIn2.errors.txt
forIn2.js
forInBreakStatements.js
forInBreakStatements.types
forInContinueStatements.js
forInContinueStatements.types
forInModule.js
forInModule.types
forInStatement1.js
forInStatement1.types
forInStatement2.errors.txt
forInStatement2.js
forInStatement3.js
forInStatement3.types
forInStatement4.errors.txt
forInStatement4.js
forInStatement5.js
forInStatement5.types
forInStatement6.js
forInStatement6.types
forInStatement7.errors.txt
forInStatement7.js
forStatements.js
forStatements.types
forStatementsMultipleInvalidDecl.errors.txt
forStatementsMultipleInvalidDecl.js
forStatementsMultipleValidDecl.js
forStatementsMultipleValidDecl.types
funcdecl.js Accepting new baselines 2014-12-04 17:43:51 -08:00
funcdecl.types
funClodule.errors.txt
funClodule.js
functionAndInterfaceWithSeparateErrors.errors.txt
functionAndInterfaceWithSeparateErrors.js
FunctionAndModuleWithSameNameAndCommonRoot.errors.txt
FunctionAndModuleWithSameNameAndCommonRoot.js
FunctionAndModuleWithSameNameAndDifferentCommonRoot.js
FunctionAndModuleWithSameNameAndDifferentCommonRoot.types
functionAndPropertyNameConflict.errors.txt
functionArgShadowing.errors.txt
functionArgShadowing.js
functionAssignment.errors.txt
functionAssignment.js
functionAssignmentError.js
functionAssignmentError.types
functionCall1.js
functionCall1.types
functionCall2.js
functionCall2.types
functionCall3.js
functionCall3.types
functionCall4.js
functionCall4.types
functionCall5.js
functionCall5.types
functionCall6.errors.txt
functionCall6.js
functionCall7.errors.txt
functionCall7.js
functionCall8.errors.txt
functionCall8.js
functionCall9.errors.txt
functionCall9.js
functionCall10.errors.txt
functionCall10.js Accepting new baselines 2014-12-04 17:43:51 -08:00
functionCall11.errors.txt
functionCall11.js
functionCall12.errors.txt
functionCall12.js
functionCall13.errors.txt
functionCall13.js Accepting new baselines 2014-12-04 17:43:51 -08:00
functionCall14.errors.txt
functionCall14.js Accepting new baselines 2014-12-04 17:43:51 -08:00
functionCall15.errors.txt
functionCall15.js Accepting new baselines 2014-12-04 17:43:51 -08:00
functionCall16.errors.txt
functionCall16.js Accepting new baselines 2014-12-04 17:43:51 -08:00
functionCall17.errors.txt
functionCall17.js Accepting new baselines 2014-12-04 17:43:51 -08:00
functionCalls.errors.txt
functionCalls.js
functionConstraintSatisfaction.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
functionConstraintSatisfaction.types
functionConstraintSatisfaction2.errors.txt
functionConstraintSatisfaction2.js
functionConstraintSatisfaction3.js
functionConstraintSatisfaction3.types
FunctionDeclaration1_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
FunctionDeclaration2_es6.js Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
FunctionDeclaration2_es6.types Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
FunctionDeclaration3.errors.txt
FunctionDeclaration3.js
FunctionDeclaration3_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
FunctionDeclaration3_es6.js Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
FunctionDeclaration4.errors.txt
FunctionDeclaration4.js
FunctionDeclaration4_es6.js Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
FunctionDeclaration4_es6.types Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
FunctionDeclaration5_es6.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
FunctionDeclaration6.errors.txt
FunctionDeclaration6.js
FunctionDeclaration6_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
FunctionDeclaration7.errors.txt
FunctionDeclaration7.js
FunctionDeclaration7_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
FunctionDeclaration8_es6.errors.txt Fix merge issues 2014-11-25 16:09:07 -08:00
FunctionDeclaration9_es6.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
FunctionDeclaration10_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
FunctionDeclaration11_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
FunctionDeclaration12_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
FunctionDeclaration13_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
functionDeclarationWithArgumentOfTypeFunctionTypeArray.js
functionDeclarationWithArgumentOfTypeFunctionTypeArray.types
FunctionExpression1_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
FunctionExpression2_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
functionExpressionAndLambdaMatchesFunction.js
functionExpressionAndLambdaMatchesFunction.types
functionExpressionInWithBlock.errors.txt
functionExpressionInWithBlock.js
functionExpressionReturningItself.js
functionExpressionReturningItself.types
functionExpressionShadowedByParams.errors.txt
functionExpressionShadowedByParams.js
functionImplementationErrors.errors.txt
functionImplementationErrors.js
functionImplementations.js
functionImplementations.types
functionInIfStatementInModule.js
functionInIfStatementInModule.types
functionLiteral.js
functionLiteral.types
functionLiteralForOverloads.js
functionLiteralForOverloads.types
functionLiteralForOverloads2.js
functionLiteralForOverloads2.types
functionLiterals.js
functionLiterals.types
functionMergedWithModule.js
functionMergedWithModule.types
functionNameConflicts.errors.txt
functionNameConflicts.js
functionOnlyHasThrow.js
functionOnlyHasThrow.types
functionOverloadAmbiguity1.errors.txt
functionOverloadAmbiguity1.js
functionOverloadErrors.errors.txt
functionOverloadErrors.js
functionOverloadErrorsSyntax.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
functionOverloadImplementationOfWrongName.errors.txt
functionOverloadImplementationOfWrongName.js
functionOverloadImplementationOfWrongName2.errors.txt
functionOverloadImplementationOfWrongName2.js
functionOverloads.errors.txt
functionOverloads.js
functionOverloads1.errors.txt
functionOverloads1.js
functionOverloads2.errors.txt
functionOverloads2.js
functionOverloads3.errors.txt
functionOverloads3.js
functionOverloads4.errors.txt
functionOverloads4.js
functionOverloads5.errors.txt
functionOverloads5.js
functionOverloads6.js
functionOverloads6.types
functionOverloads7.js
functionOverloads7.types
functionOverloads8.js
functionOverloads8.types
functionOverloads9.js
functionOverloads9.types
functionOverloads10.js
functionOverloads10.types
functionOverloads11.errors.txt
functionOverloads11.js
functionOverloads12.js
functionOverloads12.types
functionOverloads13.js
functionOverloads13.types
functionOverloads14.js
functionOverloads14.types
functionOverloads15.js
functionOverloads15.types
functionOverloads16.js
functionOverloads16.types
functionOverloads17.errors.txt
functionOverloads17.js
functionOverloads18.errors.txt
functionOverloads18.js
functionOverloads19.errors.txt
functionOverloads19.js
functionOverloads20.errors.txt
functionOverloads20.js
functionOverloads21.js
functionOverloads21.types
functionOverloads22.errors.txt
functionOverloads22.js
functionOverloads23.js
functionOverloads23.types
functionOverloads24.js
functionOverloads24.types
functionOverloads25.js
functionOverloads25.types
functionOverloads26.js
functionOverloads26.types
functionOverloads27.errors.txt
functionOverloads27.js
functionOverloads28.js
functionOverloads28.types
functionOverloads29.errors.txt
functionOverloads29.js
functionOverloads30.js
functionOverloads30.types
functionOverloads31.js
functionOverloads31.types
functionOverloads32.js
functionOverloads32.types
functionOverloads33.js
functionOverloads33.types
functionOverloads34.errors.txt
functionOverloads34.js
functionOverloads35.js
functionOverloads35.types
functionOverloads36.js
functionOverloads36.types
functionOverloads37.errors.txt
functionOverloads37.js
functionOverloads38.js
functionOverloads38.types
functionOverloads39.js
functionOverloads39.types
functionOverloads40.errors.txt
functionOverloads40.js
functionOverloads41.errors.txt
functionOverloads41.js
functionOverloads42.js
functionOverloads42.types
functionOverloadsOnGenericArity1.js
functionOverloadsOnGenericArity1.types
functionOverloadsOnGenericArity2.js
functionOverloadsOnGenericArity2.types
functionOverloadsOutOfOrder.errors.txt
functionOverloadsOutOfOrder.js
functionOverloadsRecursiveGenericReturnType.js Accepting new baselines 2014-12-04 17:43:51 -08:00
functionOverloadsRecursiveGenericReturnType.types
FunctionPropertyAssignments1_es6.errors.txt Report errors for using yield/generators right now. 2014-11-25 12:16:31 -08:00
FunctionPropertyAssignments2_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
FunctionPropertyAssignments3_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
FunctionPropertyAssignments4_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
FunctionPropertyAssignments5_es6.errors.txt Don't rewrite function property assignments in the AST. 2014-12-03 01:46:04 -08:00
FunctionPropertyAssignments6_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
functionReturn.js
functionReturn.types
functionReturningItself.js
functionReturningItself.types
functionSignatureAssignmentCompat1.errors.txt
functionSignatureAssignmentCompat1.js
functionsMissingReturnStatementsAndExpressions.errors.txt
functionSubtypingOfVarArgs.js
functionSubtypingOfVarArgs.types
functionSubtypingOfVarArgs2.js
functionSubtypingOfVarArgs2.types
functionType.js
functionType.types
functionTypeArgumentArrayAssignment.js
functionTypeArgumentArrayAssignment.types
functionTypeArgumentAssignmentCompat.errors.txt
functionTypeArgumentAssignmentCompat.js
functionTypesLackingReturnTypes.errors.txt
functionWithAnyReturnTypeAndNoReturnExpression.js
functionWithAnyReturnTypeAndNoReturnExpression.types
functionWithMultipleReturnStatements.errors.txt
functionWithMultipleReturnStatements.js
functionWithMultipleReturnStatements2.errors.txt
functionWithMultipleReturnStatements2.js
functionWithSameNameAsField.errors.txt
functionWithSameNameAsField.js
functionWithThrowButNoReturn1.errors.txt
functionWithThrowButNoReturn1.js
funduleExportedClassIsUsedBeforeDeclaration.js
funduleExportedClassIsUsedBeforeDeclaration.types
funduleOfFunctionWithoutReturnTypeAnnotation.js
funduleOfFunctionWithoutReturnTypeAnnotation.types
funduleSplitAcrossFiles.errors.txt
funduleSplitAcrossFiles.js
funduleUsedAcrossFileBoundary.js
funduleUsedAcrossFileBoundary.types
fuzzy.errors.txt
fuzzy.js
generatedContextualTyping.js
generatedContextualTyping.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
generativeRecursionWithTypeOf.js
generativeRecursionWithTypeOf.types
genericAndNonGenericInterfaceWithTheSameName.errors.txt
genericAndNonGenericInterfaceWithTheSameName.js
genericAndNonGenericInterfaceWithTheSameName2.js
genericAndNonGenericInterfaceWithTheSameName2.types
genericAndNonGenericOverload1.js
genericAndNonGenericOverload1.types
genericArgumentCallSigAssignmentCompat.js
genericArgumentCallSigAssignmentCompat.types
genericArray0.js
genericArray0.types
genericArray1.js
genericArray1.types
genericArrayAssignment1.errors.txt
genericArrayAssignment1.js
genericArrayAssignmentCompatErrors.errors.txt
genericArrayAssignmentCompatErrors.js
genericArrayExtenstions.errors.txt
genericArrayMethods1.errors.txt
genericArrayMethods1.js
genericArrayPropertyAssignment.js
genericArrayPropertyAssignment.types
genericArrayWithoutTypeAnnotation.errors.txt
genericArrayWithoutTypeAnnotation.js
genericAssignmentCompatOfFunctionSignatures1.errors.txt
genericAssignmentCompatOfFunctionSignatures1.js
genericAssignmentCompatWithInterfaces1.errors.txt
genericAssignmentCompatWithInterfaces1.js
genericBaseClassLiteralProperty.js
genericBaseClassLiteralProperty.types
genericBaseClassLiteralProperty2.js
genericBaseClassLiteralProperty2.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
genericCallbackInvokedInsideItsContainingFunction1.errors.txt
genericCallbackInvokedInsideItsContainingFunction1.js
genericCallbacksAndClassHierarchy.js
genericCallbacksAndClassHierarchy.types
genericCallSpecializedToTypeArg.errors.txt
genericCallSpecializedToTypeArg.js
genericCallsWithoutParens.errors.txt Improve the flexibility of speculative parsing. 2014-12-04 08:53:45 -08:00
genericCallToOverloadedMethodWithOverloadedArguments.errors.txt Merge branch 'master' into conformanceTests-624 2014-11-25 14:18:17 -08:00
genericCallToOverloadedMethodWithOverloadedArguments.js
genericCallTypeArgumentInference.js
genericCallTypeArgumentInference.types
genericCallWithArrayLiteralArgs.js
genericCallWithArrayLiteralArgs.types
genericCallWithConstraintsTypeArgumentInference.js
genericCallWithConstraintsTypeArgumentInference.types
genericCallWithConstraintsTypeArgumentInference2.errors.txt
genericCallWithConstraintsTypeArgumentInference2.js
genericCallWithConstructorTypedArguments5.errors.txt
genericCallWithConstructorTypedArguments5.js
genericCallWithFixedArguments.js
genericCallWithFixedArguments.types
genericCallWithFunctionTypedArguments.errors.txt
genericCallWithFunctionTypedArguments.js
genericCallWithFunctionTypedArguments2.errors.txt
genericCallWithFunctionTypedArguments2.js
genericCallWithFunctionTypedArguments3.js
genericCallWithFunctionTypedArguments3.types
genericCallWithFunctionTypedArguments4.js
genericCallWithFunctionTypedArguments4.types
genericCallWithFunctionTypedArguments5.errors.txt
genericCallWithFunctionTypedArguments5.js
genericCallWithGenericSignatureArguments.errors.txt
genericCallWithGenericSignatureArguments.js
genericCallWithGenericSignatureArguments2.errors.txt
genericCallWithGenericSignatureArguments2.js
genericCallWithGenericSignatureArguments3.errors.txt
genericCallWithGenericSignatureArguments3.js
genericCallWithNonGenericArgs1.js
genericCallWithNonGenericArgs1.types
genericCallWithNonSymmetricSubtypes.errors.txt
genericCallWithNonSymmetricSubtypes.js
genericCallWithObjectLiteralArgs.errors.txt
genericCallWithObjectLiteralArgs.js
genericCallWithObjectLiteralArguments1.errors.txt
genericCallWithObjectLiteralArguments1.js
genericCallWithObjectTypeArgs.errors.txt
genericCallWithObjectTypeArgs.js
genericCallWithObjectTypeArgs2.js
genericCallWithObjectTypeArgs2.types Accepting new baselines 2014-11-28 10:06:43 -08:00
genericCallWithObjectTypeArgsAndConstraints.js
genericCallWithObjectTypeArgsAndConstraints.types
genericCallWithObjectTypeArgsAndConstraints2.js
genericCallWithObjectTypeArgsAndConstraints2.types
genericCallWithObjectTypeArgsAndConstraints3.errors.txt
genericCallWithObjectTypeArgsAndConstraints3.js
genericCallWithObjectTypeArgsAndConstraints4.errors.txt
genericCallWithObjectTypeArgsAndConstraints4.js
genericCallWithObjectTypeArgsAndConstraints5.errors.txt
genericCallWithObjectTypeArgsAndConstraints5.js
genericCallWithObjectTypeArgsAndIndexers.js
genericCallWithObjectTypeArgsAndIndexers.types
genericCallWithObjectTypeArgsAndIndexersErrors.errors.txt
genericCallWithObjectTypeArgsAndIndexersErrors.js
genericCallWithObjectTypeArgsAndInitializers.errors.txt
genericCallWithObjectTypeArgsAndInitializers.js
genericCallWithObjectTypeArgsAndNumericIndexer.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
genericCallWithObjectTypeArgsAndNumericIndexer.types
genericCallWithObjectTypeArgsAndStringIndexer.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
genericCallWithObjectTypeArgsAndStringIndexer.types
genericCallWithoutArgs.errors.txt Improve the flexibility of speculative parsing. 2014-12-04 08:53:45 -08:00
genericCallWithOverloadedConstructorTypedArguments.errors.txt
genericCallWithOverloadedConstructorTypedArguments.js
genericCallWithOverloadedConstructorTypedArguments2.errors.txt
genericCallWithOverloadedConstructorTypedArguments2.js
genericCallWithOverloadedFunctionTypedArguments.js
genericCallWithOverloadedFunctionTypedArguments.types
genericCallWithOverloadedFunctionTypedArguments2.errors.txt
genericCallWithOverloadedFunctionTypedArguments2.js
genericCallWithTupleType.errors.txt
genericCallWithTupleType.js
genericChainedCalls.errors.txt
genericChainedCalls.js
genericClasses0.js
genericClasses0.types
genericClasses1.js
genericClasses1.types
genericClasses2.js
genericClasses2.types
genericClasses3.js
genericClasses3.types
genericClasses4.js
genericClasses4.types
genericClassesInModule.js
genericClassesInModule.types
genericClassesInModule2.js
genericClassesInModule2.types
genericClassesRedeclaration.errors.txt
genericClassesRedeclaration.js
genericClassImplementingGenericInterfaceFromAnotherModule.js
genericClassImplementingGenericInterfaceFromAnotherModule.types
genericClassInheritsConstructorFromNonGenericClass.js
genericClassInheritsConstructorFromNonGenericClass.types
genericClassPropertyInheritanceSpecialization.js
genericClassPropertyInheritanceSpecialization.types
genericClassStaticMethod.js
genericClassStaticMethod.types
genericClassWithFunctionTypedMemberArguments.errors.txt
genericClassWithFunctionTypedMemberArguments.js
genericClassWithObjectTypeArgsAndConstraints.js
genericClassWithObjectTypeArgsAndConstraints.types
genericClassWithStaticFactory.js
genericClassWithStaticFactory.types
genericClassWithStaticsUsingTypeArguments.errors.txt
genericClassWithStaticsUsingTypeArguments.js
genericCloduleInModule.js
genericCloduleInModule.types
genericCloduleInModule2.errors.txt
genericCloduleInModule2.js
genericCloneReturnTypes.errors.txt
genericCloneReturnTypes.js
genericCloneReturnTypes2.errors.txt
genericCloneReturnTypes2.js
genericCombinators2.errors.txt
genericCombinators2.js
genericConstraint1.errors.txt
genericConstraint1.js
genericConstraint2.errors.txt
genericConstraint2.js
genericConstraint3.errors.txt
genericConstraint3.js
genericConstraintDeclaration.js
genericConstraintDeclaration.types
genericConstraintOnExtendedBuiltinTypes.js
genericConstraintOnExtendedBuiltinTypes.types
genericConstraintOnExtendedBuiltinTypes2.js
genericConstraintOnExtendedBuiltinTypes2.types
genericConstraintSatisfaction1.errors.txt
genericConstraintSatisfaction1.js
genericConstructExpressionWithoutArgs.errors.txt Improve the flexibility of speculative parsing. 2014-12-04 08:53:45 -08:00
genericConstructInvocationWithNoTypeArg.errors.txt
genericConstructInvocationWithNoTypeArg.js
genericConstructorFunction1.errors.txt
genericConstructorFunction1.js
genericConstructSignatureInInterface.js
genericConstructSignatureInInterface.types
genericContextualTypingSpecialization.js
genericContextualTypingSpecialization.types
genericDerivedTypeWithSpecializedBase.errors.txt
genericDerivedTypeWithSpecializedBase.js
genericDerivedTypeWithSpecializedBase2.errors.txt
genericDerivedTypeWithSpecializedBase2.js
genericFunctionCallSignatureReturnTypeMismatch.errors.txt
genericFunctionCallSignatureReturnTypeMismatch.js
genericFunctionHasFreshTypeArgs.js
genericFunctionHasFreshTypeArgs.types
genericFunctions0.js
genericFunctions0.types
genericFunctions1.js
genericFunctions1.types
genericFunctions2.js
genericFunctions2.types
genericFunctions3.js
genericFunctions3.types
genericFunctionSpecializations1.js
genericFunctionSpecializations1.types
genericFunctionsWithOptionalParameters1.js
genericFunctionsWithOptionalParameters1.types
genericFunctionsWithOptionalParameters2.errors.txt
genericFunctionsWithOptionalParameters2.js
genericFunctionsWithOptionalParameters3.js
genericFunctionsWithOptionalParameters3.types
genericFunctionTypedArgumentsAreFixed.errors.txt
genericFunctionTypedArgumentsAreFixed.js
genericFunduleInModule.errors.txt
genericFunduleInModule.js
genericFunduleInModule2.errors.txt
genericFunduleInModule2.js
genericGetter.errors.txt
genericGetter2.errors.txt
genericGetter3.errors.txt
genericImplements.js
genericImplements.types
genericInference1.js
genericInference1.types
genericInference2.js
genericInference2.types
genericInstanceOf.js
genericInstanceOf.types
genericInstantiationEquivalentToObjectLiteral.js
genericInstantiationEquivalentToObjectLiteral.types
genericInterfaceFunctionTypeParameter.js
genericInterfaceFunctionTypeParameter.types
genericInterfaceImplementation.js
genericInterfaceImplementation.types
genericInterfacesWithoutTypeArguments.errors.txt
genericInterfacesWithoutTypeArguments.js
genericInterfaceTypeCall.js
genericInterfaceTypeCall.types
genericLambaArgWithoutTypeArguments.errors.txt
genericLambaArgWithoutTypeArguments.js
genericMemberFunction.errors.txt
genericMemberFunction.js
genericMergedDeclarationUsingTypeParameter.errors.txt
genericMergedDeclarationUsingTypeParameter.js
genericMergedDeclarationUsingTypeParameter2.errors.txt
genericMergedDeclarationUsingTypeParameter2.js
genericMethodOverspecialization.js
genericMethodOverspecialization.types
genericNewInterface.errors.txt
genericNewInterface.js
genericObjectCreationWithoutTypeArgs.errors.txt Improve the flexibility of speculative parsing. 2014-12-04 08:53:45 -08:00
genericObjectLitReturnType.js
genericObjectLitReturnType.types
genericOfACloduleType1.js
genericOfACloduleType1.types
genericOfACloduleType2.js
genericOfACloduleType2.types
genericOverloadSignatures.js
genericOverloadSignatures.types
genericParameterAssignability1.js
genericParameterAssignability1.types
genericPrototypeProperty.js
genericPrototypeProperty.types
genericPrototypeProperty2.js
genericPrototypeProperty2.types
genericPrototypeProperty3.js
genericPrototypeProperty3.types
genericRecursiveImplicitConstructorErrors1.errors.txt
genericRecursiveImplicitConstructorErrors1.js
genericRecursiveImplicitConstructorErrors2.js
genericRecursiveImplicitConstructorErrors2.types
genericRecursiveImplicitConstructorErrors3.errors.txt
genericRecursiveImplicitConstructorErrors3.js
genericReduce.errors.txt
genericReduce.js
genericRestArgs.errors.txt
genericRestArgs.js Accepting new baselines 2014-12-04 17:43:51 -08:00
genericReturnTypeFromGetter1.errors.txt
genericReversingTypeParameters.js
genericReversingTypeParameters.types
genericReversingTypeParameters2.js
genericReversingTypeParameters2.types
generics0.js
generics0.types
generics1.errors.txt
generics1.js
generics1NoError.js
generics1NoError.types
generics2.errors.txt
generics2.js
generics2NoError.js
generics2NoError.types
generics3.js
generics3.types
generics4.errors.txt
generics4.js
generics4NoError.js
generics4NoError.types
generics5.errors.txt
generics5.js
genericsAndHigherOrderFunctions.js
genericsAndHigherOrderFunctions.types
genericSignatureInheritance.js
genericSignatureInheritance.types
genericSignatureInheritance2.js
genericSignatureInheritance2.types
genericsManyTypeParameters.js
genericsManyTypeParameters.types
genericSpecializations1.js
genericSpecializations1.types
genericSpecializations2.errors.txt
genericSpecializations2.js
genericSpecializations3.errors.txt
genericSpecializations3.js
genericSpecializationToTypeLiteral1.js
genericSpecializationToTypeLiteral1.types
genericStaticAnyTypeFunction.js
genericStaticAnyTypeFunction.types
genericsWithDuplicateTypeParameters1.errors.txt
genericsWithDuplicateTypeParameters1.js
genericsWithoutTypeParameters1.errors.txt
genericsWithoutTypeParameters1.js
genericTypeArgumentInference1.js
genericTypeArgumentInference1.types
genericTypeAssertions1.errors.txt
genericTypeAssertions1.js
genericTypeAssertions2.errors.txt
genericTypeAssertions2.js
genericTypeAssertions3.js
genericTypeAssertions3.types
genericTypeAssertions4.errors.txt
genericTypeAssertions4.js
genericTypeAssertions5.errors.txt
genericTypeAssertions5.js
genericTypeAssertions6.errors.txt
genericTypeAssertions6.js
genericTypeParameterEquivalence2.js
genericTypeParameterEquivalence2.types
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
genericTypeWithCallableMembers.types
genericTypeWithCallableMembers2.js
genericTypeWithCallableMembers2.types
genericTypeWithMultipleBases1.js
genericTypeWithMultipleBases1.types
genericTypeWithMultipleBases2.js
genericTypeWithMultipleBases2.types
genericTypeWithMultipleBases3.js
genericTypeWithMultipleBases3.types
genericTypeWithNonGenericBaseMisMatch.errors.txt
genericTypeWithNonGenericBaseMisMatch.js
genericWithCallSignatureReturningSpecialization.js
genericWithCallSignatureReturningSpecialization.types
genericWithCallSignatures1.js
genericWithCallSignatures1.types
genericWithIndexerOfTypeParameterType1.js
genericWithIndexerOfTypeParameterType1.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
genericWithIndexerOfTypeParameterType2.js
genericWithIndexerOfTypeParameterType2.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
genericWithOpenTypeParameters1.errors.txt
genericWithOpenTypeParameters1.js
getAccessorWithImpliedReturnTypeAndFunctionClassMerge.errors.txt
getAndSetAsMemberNames.errors.txt
getAndSetNotIdenticalType.errors.txt
getAndSetNotIdenticalType2.errors.txt
getAndSetNotIdenticalType3.errors.txt
getEmitOutputDeclarationMultiFiles.baseline
getEmitOutputDeclarationSingleFile.baseline
getEmitOutputExternalModule.baseline
getEmitOutputExternalModule2.baseline
getEmitOutputMapRoots.baseline
getEmitOutputNoErrors.baseline
getEmitOutputOnlyOneFile.baseline
getEmitOutputSingleFile.baseline
getEmitOutputSingleFile2.baseline
getEmitOutputSourceMap.baseline
getEmitOutputSourceMap2.baseline
getEmitOutputSourceRoot.baseline
getEmitOutputSourceRootMultiFiles.baseline
getEmitOutputWithDeclarationFile.baseline
getEmitOutputWithDeclarationFile2.baseline
getEmitOutputWithDeclarationFile3.baseline
getEmitOutputWithEarlySyntacticErrors.baseline Ensure getEmitOutput only check the file requested 2014-12-01 23:15:13 -08:00
getEmitOutputWithEmitterErrors.baseline
getEmitOutputWithEmitterErrors2.baseline
getEmitOutputWithSemanticErrors.baseline
getEmitOutputWithSemanticErrors2.baseline
getEmitOutputWithSemanticErrorsForMultipleFiles.baseline Ensure getEmitOutput only check the file requested 2014-12-01 23:15:13 -08:00
getEmitOutputWithSemanticErrorsForMultipleFiles2.baseline Ensure getEmitOutput only check the file requested 2014-12-01 23:15:13 -08:00
getEmitOutputWithSyntacticErrorsForMultipleFiles.baseline Ensure getEmitOutput only check the file requested 2014-12-01 23:15:13 -08:00
getEmitOutputWithSyntacticErrorsForMultipleFiles2.baseline Ensure getEmitOutput only check the file requested 2014-12-01 23:15:13 -08:00
getEmitOutputWithSyntaxErrors.baseline
getsetReturnTypes.errors.txt
getterMissingReturnError.errors.txt
gettersAndSetters.errors.txt
gettersAndSettersAccessibility.errors.txt
gettersAndSettersErrors.errors.txt
gettersAndSettersTypesAgree.errors.txt
getterSetterNonAccessor.js
getterSetterNonAccessor.types
getterThatThrowsShouldNotNeedReturn.errors.txt
giant.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
global.js
global.types
globalThis.js
globalThis.types
globalThisCapture.js
globalThisCapture.types
grammarAmbiguities.errors.txt
grammarAmbiguities.js
grammarAmbiguities1.errors.txt
grammarAmbiguities1.js
heterogeneousArrayAndOverloads.errors.txt
heterogeneousArrayAndOverloads.js
heterogeneousArrayLiterals.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
heterogeneousArrayLiterals.types
hidingCallSignatures.js
hidingCallSignatures.types
hidingConstructSignatures.js
hidingConstructSignatures.types
hidingIndexSignatures.js
hidingIndexSignatures.types
i3.errors.txt
i3.js
icomparable.js
icomparable.types
identicalCallSignatures.js
identicalCallSignatures.types
identicalCallSignatures2.js
identicalCallSignatures2.types
identicalCallSignatures3.js
identicalCallSignatures3.types
identityForSignaturesWithTypeParametersAndAny.errors.txt
identityForSignaturesWithTypeParametersAndAny.js
identityForSignaturesWithTypeParametersSwitched.js
identityForSignaturesWithTypeParametersSwitched.types
idInProp.js
idInProp.types
ifDoWhileStatements.js
ifDoWhileStatements.types
ifElseWithStatements1.errors.txt
ifElseWithStatements1.js
illegalGenericWrapping1.js
illegalGenericWrapping1.types
illegalModifiersOnClassElements.errors.txt
illegalSuperCallsInConstructor.errors.txt
implementArrayInterface.js
implementArrayInterface.types
implementClausePrecedingExtends.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
implementGenericWithMismatchedTypes.errors.txt
implementGenericWithMismatchedTypes.js
implementingAnInterfaceExtendingClassWithPrivates.errors.txt
implementingAnInterfaceExtendingClassWithPrivates.js
implementingAnInterfaceExtendingClassWithPrivates2.errors.txt
implementingAnInterfaceExtendingClassWithPrivates2.js
implementingAnInterfaceExtendingClassWithProtecteds.errors.txt
implementingAnInterfaceExtendingClassWithProtecteds.js
implementInterfaceAnyMemberWithVoid.js
implementInterfaceAnyMemberWithVoid.types
implementPublicPropertyAsPrivate.errors.txt
implementPublicPropertyAsPrivate.js
implementsClauseAlreadySeen.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
implicitAnyAmbients.errors.txt
implicitAnyAmbients.js
implicitAnyAnyReturningFunction.js
implicitAnyAnyReturningFunction.types
implicitAnyCastedValue.errors.txt
implicitAnyDeclareFunctionExprWithoutFormalType.errors.txt
implicitAnyDeclareFunctionExprWithoutFormalType.js
implicitAnyDeclareFunctionWithoutFormalType.errors.txt
implicitAnyDeclareFunctionWithoutFormalType.js Accepting new baselines 2014-12-04 17:43:51 -08:00
implicitAnyDeclareFunctionWithoutFormalType2.js
implicitAnyDeclareFunctionWithoutFormalType2.types
implicitAnyDeclareMemberWithoutType.errors.txt
implicitAnyDeclareMemberWithoutType.js
implicitAnyDeclareMemberWithoutType2.errors.txt
implicitAnyDeclareMemberWithoutType2.js
implicitAnyDeclareTypePropertyWithoutType.errors.txt
implicitAnyDeclareTypePropertyWithoutType.js
implicitAnyDeclareVariablesWithoutTypeAndInit.errors.txt
implicitAnyDeclareVariablesWithoutTypeAndInit.js
implicitAnyFromCircularInference.errors.txt
implicitAnyFromCircularInference.js
implicitAnyFunctionInvocationWithAnyArguements.errors.txt
implicitAnyFunctionInvocationWithAnyArguements.js
implicitAnyFunctionOverloadWithImplicitAnyReturnType.errors.txt
implicitAnyFunctionOverloadWithImplicitAnyReturnType.js
implicitAnyFunctionReturnNullOrUndefined.errors.txt
implicitAnyFunctionReturnNullOrUndefined.js
implicitAnyGenerics.js
implicitAnyGenerics.types
implicitAnyGenericTypeInference.errors.txt
implicitAnyGenericTypeInference.js
implicitAnyGetAndSetAccessorWithAnyReturnType.errors.txt
implicitAnyInAmbientDeclaration.errors.txt
implicitAnyInAmbientDeclaration2.d.errors.txt
implicitAnyInCatch.js
implicitAnyInCatch.types
implicitAnyNewExprLackConstructorSignature.errors.txt
implicitAnyNewExprLackConstructorSignature.js
implicitAnyWidenToAny.errors.txt
implicitAnyWidenToAny.js
import_reference-exported-alias.js
import_reference-exported-alias.types
import_reference-to-type-alias.js
import_reference-to-type-alias.types
import_unneeded-require-when-referenecing-aliased-type-throug-array.js
import_unneeded-require-when-referenecing-aliased-type-throug-array.types
import_var-referencing-an-imported-module-alias.js
import_var-referencing-an-imported-module-alias.types
importAliasAnExternalModuleInsideAnInternalModule.errors.txt
importAliasIdentifiers.js
importAliasIdentifiers.types
importAliasWithDottedName.js
importAliasWithDottedName.types
importAndVariableDeclarationConflict1.errors.txt
importAndVariableDeclarationConflict1.js
importAndVariableDeclarationConflict2.js
importAndVariableDeclarationConflict2.types
importAndVariableDeclarationConflict3.errors.txt
importAndVariableDeclarationConflict3.js
importAndVariableDeclarationConflict4.errors.txt
importAndVariableDeclarationConflict4.js
importAnImport.errors.txt
importAnImport.js
importAsBaseClass.errors.txt
importAsBaseClass.js
importDecl.js
importDecl.types
importDeclarationInModuleDeclaration1.errors.txt Better spans for import/export errors. 2014-11-20 14:27:09 -08:00
importDeclarationUsedAsTypeQuery.js
importDeclarationUsedAsTypeQuery.types
importDeclRefereingExternalModuleWithNoResolve.errors.txt
importDeclWithClassModifiers.errors.txt
importDeclWithDeclareModifier.errors.txt move checking modifiers out of parser 2014-11-19 19:22:39 -08:00
importDeclWithDeclareModifierInAmbientContext.errors.txt move checking modifiers out of parser 2014-11-19 19:22:39 -08:00
importDeclWithExportModifier.errors.txt
importDeclWithExportModifier.js
importDeclWithExportModifierAndExportAssignment.errors.txt
importDeclWithExportModifierAndExportAssignment.js
importDeclWithExportModifierAndExportAssignmentInAmbientContext.errors.txt
importDeclWithExportModifierAndExportAssignmentInAmbientContext.js
importDeclWithExportModifierInAmbientContext.js
importDeclWithExportModifierInAmbientContext.types
importedModuleAddToGlobal.errors.txt
importedModuleAddToGlobal.js
importedModuleClassNameClash.js
importedModuleClassNameClash.types
importImportOnlyModule.js
importImportOnlyModule.types
importInsideModule.errors.txt Better spans for import/export errors. 2014-11-20 14:27:09 -08:00
importInTypePosition.js
importInTypePosition.types
importNonExternalModule.errors.txt
importNonExternalModule.js
importNonStringLiteral.errors.txt Don't parse nodes, only to not include them in the tree. This will break incremental parsing scenarios. 2014-12-01 03:00:27 -08:00
importOnAliasedIdentifiers.js
importOnAliasedIdentifiers.types
importShadowsGlobalName.js
importShadowsGlobalName.types
importStatements.js
importStatements.types
importStatementsInterfaces.errors.txt
importStatementsInterfaces.js
importTsBeforeDTs.errors.txt
importTsBeforeDTs.js
importUsedInExtendsList1.js
importUsedInExtendsList1.types
incompatibleExports1.errors.txt
incompatibleExports1.js
incompatibleExports2.errors.txt
incompatibleExports2.js
incompatibleGenericTypes.errors.txt
incompatibleGenericTypes.js
incompatibleTypes.errors.txt
incompatibleTypes.js
incompleteDottedExpressionAtEOF.errors.txt
incompleteObjectLiteral1.errors.txt
incorrectClassOverloadChain.errors.txt
incorrectClassOverloadChain.js
incrementAndDecrement.errors.txt
incrementOnTypeParameter.errors.txt
incrementOnTypeParameter.js
incrementOperatorWithAnyOtherType.js
incrementOperatorWithAnyOtherType.types
incrementOperatorWithAnyOtherTypeInvalidOperations.errors.txt
incrementOperatorWithAnyOtherTypeInvalidOperations.js
incrementOperatorWithEnumType.errors.txt
incrementOperatorWithEnumType.js
incrementOperatorWithEnumTypeInvalidOperations.errors.txt
incrementOperatorWithEnumTypeInvalidOperations.js
incrementOperatorWithNumberType.js
incrementOperatorWithNumberType.types
incrementOperatorWithNumberTypeInvalidOperations.errors.txt
incrementOperatorWithNumberTypeInvalidOperations.js
incrementOperatorWithUnsupportedBooleanType.errors.txt
incrementOperatorWithUnsupportedBooleanType.js
incrementOperatorWithUnsupportedStringType.errors.txt
incrementOperatorWithUnsupportedStringType.js
indexClassByNumber.js
indexClassByNumber.types
indexer.js
indexer.types
indexer2.errors.txt
indexer2.js
indexer2A.errors.txt
indexer2A.js
indexer3.js
indexer3.types
indexerA.js
indexerA.types
indexerAsOptional.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
indexerAssignability.errors.txt fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
indexerAssignability.js
indexerConstraints.errors.txt
indexerConstraints.js
indexerConstraints2.errors.txt
indexerConstraints2.js
indexerReturningTypeParameter1.js
indexerReturningTypeParameter1.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
indexerSignatureWithRestParam.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
indexersInClassType.js
indexersInClassType.types
indexerWithTuple.js
indexerWithTuple.types
indexIntoArraySubclass.errors.txt
indexIntoArraySubclass.js
indexIntoEnum.js
indexIntoEnum.types
indexSignatureMustHaveTypeAnnotation.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
indexSignaturesInferentialTyping.js
indexSignaturesInferentialTyping.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
indexSignatureTypeCheck.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
indexSignatureTypeCheck2.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
indexSignatureTypeInference.errors.txt
indexSignatureTypeInference.js
indexSignatureWithAccessibilityModifier.errors.txt
indexSignatureWithInitializer.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
indexSignatureWithInitializer1.errors.txt Add grammar walker test coverage cases. 2014-12-03 20:41:39 -08:00
indexSignatureWithoutTypeAnnotation1..js Add grammar walker test coverage cases. 2014-12-03 20:41:39 -08:00
indexSignatureWithoutTypeAnnotation1..types Add grammar walker test coverage cases. 2014-12-03 20:41:39 -08:00
indexSignatureWithoutTypeAnnotation1.errors.txt Add grammar walker test coverage cases. 2014-12-03 20:41:39 -08:00
indexTypeCheck.errors.txt
indexWithoutParamType.errors.txt
indexWithoutParamType2.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
indirectSelfReference.errors.txt
indirectSelfReference.js
indirectSelfReferenceGeneric.errors.txt
indirectSelfReferenceGeneric.js
inferentiallyTypingAnEmptyArray.js
inferentiallyTypingAnEmptyArray.types
inferentialTypingWithFunctionType.js
inferentialTypingWithFunctionType.types
inferentialTypingWithFunctionType2.js
inferentialTypingWithFunctionType2.types
inferentialTypingWithFunctionTypeNested.js
inferentialTypingWithFunctionTypeNested.types
inferentialTypingWithFunctionTypeSyntacticScenarios.js
inferentialTypingWithFunctionTypeSyntacticScenarios.types
inferentialTypingWithFunctionTypeZip.js
inferentialTypingWithFunctionTypeZip.types
inferentialTypingWithObjectLiteralProperties.errors.txt
inferentialTypingWithObjectLiteralProperties.js
inferredFunctionReturnTypeIsEmptyType.errors.txt
inferredFunctionReturnTypeIsEmptyType.js
inferSecondaryParameter.js
inferSecondaryParameter.types
inferSetterParamType.errors.txt
inferTypeArgumentsInSignatureWithRestParameters.js Accepting new baselines 2014-12-04 17:43:51 -08:00
inferTypeArgumentsInSignatureWithRestParameters.types
infiniteExpandingTypeThroughInheritanceInstantiation.js
infiniteExpandingTypeThroughInheritanceInstantiation.types
infiniteExpansionThroughInstantiation.errors.txt
infiniteExpansionThroughInstantiation.js
infiniteExpansionThroughInstantiation2.errors.txt
infiniteExpansionThroughInstantiation2.js
infiniteExpansionThroughTypeInference.js
infiniteExpansionThroughTypeInference.types
infinitelyExpandingBaseTypes1.js
infinitelyExpandingBaseTypes1.types
infinitelyExpandingBaseTypes2.js
infinitelyExpandingBaseTypes2.types
infinitelyExpandingOverloads.errors.txt
infinitelyExpandingTypeAssignability.js
infinitelyExpandingTypeAssignability.types
infinitelyExpandingTypes1.errors.txt
infinitelyExpandingTypes1.js
infinitelyExpandingTypes2.errors.txt
infinitelyExpandingTypes2.js
infinitelyExpandingTypes3.js
infinitelyExpandingTypes3.types
infinitelyExpandingTypes4.js
infinitelyExpandingTypes4.types
infinitelyExpandingTypes5.js
infinitelyExpandingTypes5.types
infinitelyExpandingTypesNonGenericBase.js
infinitelyExpandingTypesNonGenericBase.types
infinitelyGenerativeInheritance1.js
infinitelyGenerativeInheritance1.types
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
inheritanceMemberFuncOverridingMethod.types
inheritanceMemberFuncOverridingProperty.errors.txt
inheritanceMemberFuncOverridingProperty.js
inheritanceMemberPropertyOverridingAccessor.errors.txt
inheritanceMemberPropertyOverridingMethod.errors.txt
inheritanceMemberPropertyOverridingMethod.js
inheritanceMemberPropertyOverridingProperty.js
inheritanceMemberPropertyOverridingProperty.types
inheritanceOfGenericConstructorMethod1.js
inheritanceOfGenericConstructorMethod1.types
inheritanceOfGenericConstructorMethod2.js
inheritanceOfGenericConstructorMethod2.types
inheritanceStaticAccessorOverridingAccessor.errors.txt
inheritanceStaticAccessorOverridingMethod.errors.txt
inheritanceStaticAccessorOverridingProperty.errors.txt
inheritanceStaticFuncOverridingAccessor.errors.txt
inheritanceStaticFuncOverridingAccessorOfFuncType.errors.txt
inheritanceStaticFuncOverridingMethod.js
inheritanceStaticFuncOverridingMethod.types
inheritanceStaticFuncOverridingProperty.errors.txt
inheritanceStaticFuncOverridingProperty.js
inheritanceStaticFuncOverridingPropertyOfFuncType.js
inheritanceStaticFuncOverridingPropertyOfFuncType.types
inheritanceStaticFunctionOverridingInstanceProperty.js
inheritanceStaticFunctionOverridingInstanceProperty.types
inheritanceStaticMembersCompatible.js
inheritanceStaticMembersCompatible.types
inheritanceStaticMembersIncompatible.errors.txt
inheritanceStaticMembersIncompatible.js
inheritanceStaticPropertyOverridingAccessor.errors.txt
inheritanceStaticPropertyOverridingMethod.errors.txt
inheritanceStaticPropertyOverridingMethod.js
inheritanceStaticPropertyOverridingProperty.js
inheritanceStaticPropertyOverridingProperty.types
inheritedConstructorWithRestParams.errors.txt
inheritedConstructorWithRestParams.js Accepting new baselines 2014-12-04 17:43:51 -08:00
inheritedConstructorWithRestParams2.errors.txt
inheritedConstructorWithRestParams2.js
inheritedFunctionAssignmentCompatibility.js
inheritedFunctionAssignmentCompatibility.types
inheritedGenericCallSignature.js
inheritedGenericCallSignature.types
inheritedMembersAndIndexSignaturesFromDifferentBases.errors.txt
inheritedMembersAndIndexSignaturesFromDifferentBases.js
inheritedMembersAndIndexSignaturesFromDifferentBases2.js
inheritedMembersAndIndexSignaturesFromDifferentBases2.types
inheritedModuleMembersForClodule.errors.txt
inheritedModuleMembersForClodule.js
inheritedOverloadedSpecializedSignatures.js
inheritedOverloadedSpecializedSignatures.types
inheritedStringIndexersFromDifferentBaseTypes.errors.txt
inheritedStringIndexersFromDifferentBaseTypes.js
inheritedStringIndexersFromDifferentBaseTypes2.errors.txt
inheritedStringIndexersFromDifferentBaseTypes2.js
inheritFromGenericTypeParameter.errors.txt
inheritFromGenericTypeParameter.js
inheritSameNamePrivatePropertiesFromDifferentOrigins.errors.txt
inheritSameNamePrivatePropertiesFromDifferentOrigins.js
inheritSameNamePrivatePropertiesFromSameOrigin.js
inheritSameNamePrivatePropertiesFromSameOrigin.types
inheritSameNamePropertiesWithDifferentOptionality.errors.txt
inheritSameNamePropertiesWithDifferentOptionality.js
inheritSameNamePropertiesWithDifferentVisibility.errors.txt
inheritSameNamePropertiesWithDifferentVisibility.js
initializerReferencingConstructorLocals.errors.txt
initializerReferencingConstructorParameters.errors.txt
initializersInDeclarations.errors.txt Check node for errors before recursing. 2014-11-20 13:48:23 -08:00
initializersWidened.js
initializersWidened.types
innerAliases.errors.txt
innerAliases.js
innerAliases2.js
innerAliases2.types
innerBoundLambdaEmit.js
innerBoundLambdaEmit.types
innerExtern.js
innerExtern.types
innerFunc.js
innerFunc.types
innerModExport1.errors.txt
innerModExport2.errors.txt
innerOverloads.js
innerOverloads.types
innerTypeArgumentInference.js
innerTypeArgumentInference.types
innerTypeCheckOfLambdaArgument.errors.txt
innerTypeCheckOfLambdaArgument.js
innerTypeParameterShadowingOuterOne.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
innerTypeParameterShadowingOuterOne.types
innerTypeParameterShadowingOuterOne2.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
innerTypeParameterShadowingOuterOne2.types
inOperator.errors.txt
inOperator.js
inOperatorWithFunction.js
inOperatorWithFunction.types
inOperatorWithGeneric.js
inOperatorWithGeneric.types
inOperatorWithInvalidOperands.errors.txt
inOperatorWithInvalidOperands.js
inOperatorWithValidOperands.js
inOperatorWithValidOperands.types
instanceAndStaticDeclarations1.js
instanceAndStaticDeclarations1.types
instanceMemberAssignsToClassPrototype.errors.txt
instanceMemberAssignsToClassPrototype.js
instanceMemberInitialization.js
instanceMemberInitialization.types
instanceOfInExternalModules.js
instanceOfInExternalModules.types
instanceofOperator.errors.txt
instanceofOperator.js
instanceofOperatorWithAny.js
instanceofOperatorWithAny.types
instanceofOperatorWithInvalidOperands.errors.txt
instanceofOperatorWithInvalidOperands.js
instanceofOperatorWithLHSIsObject.js
instanceofOperatorWithLHSIsObject.types
instanceofOperatorWithLHSIsTypeParameter.js
instanceofOperatorWithLHSIsTypeParameter.types
instanceofOperatorWithRHSIsSubtypeOfFunction.js
instanceofOperatorWithRHSIsSubtypeOfFunction.types
instancePropertiesInheritedIntoClassType.errors.txt
instancePropertyInClassType.errors.txt
instanceSubtypeCheck1.js
instanceSubtypeCheck1.types
instanceSubtypeCheck2.errors.txt
instanceSubtypeCheck2.js
instantiateConstraintsToTypeArguments2.errors.txt
instantiateConstraintsToTypeArguments2.js
instantiatedBaseTypeConstraints.errors.txt
instantiatedBaseTypeConstraints.js
instantiatedBaseTypeConstraints2.errors.txt
instantiatedBaseTypeConstraints2.js
instantiatedModule.js
instantiatedModule.types
instantiatedReturnTypeContravariance.js
instantiatedReturnTypeContravariance.types
instantiateGenericClassWithWrongNumberOfTypeArguments.errors.txt
instantiateGenericClassWithWrongNumberOfTypeArguments.js
instantiateGenericClassWithZeroTypeArguments.js
instantiateGenericClassWithZeroTypeArguments.types
instantiateNonGenericTypeWithTypeArguments.errors.txt
instantiateNonGenericTypeWithTypeArguments.js
instantiateTypeParameter.errors.txt
interface0.js
interface0.types
interfaceAssignmentCompat.errors.txt
interfaceAssignmentCompat.js
interfaceContextualType.js
interfaceContextualType.types
interfacedecl.js
interfacedecl.types
interfaceDeclaration1.errors.txt
interfaceDeclaration1.js
interfaceDeclaration2.errors.txt
interfaceDeclaration2.js
interfaceDeclaration3.errors.txt
interfaceDeclaration3.js
interfaceDeclaration4.errors.txt
interfaceDeclaration5.js
interfaceDeclaration5.types
interfaceDeclaration6.errors.txt
interfaceDeclaration6.js
InterfaceDeclaration8.errors.txt
InterfaceDeclaration8.js
interfacedeclWithIndexerErrors.errors.txt
interfacedeclWithIndexerErrors.js
interfaceExtendingClass.errors.txt
interfaceExtendingClass2.errors.txt
interfaceExtendingClassWithPrivates.errors.txt
interfaceExtendingClassWithPrivates.js
interfaceExtendingClassWithPrivates2.errors.txt
interfaceExtendingClassWithPrivates2.js
interfaceExtendingClassWithProtecteds.errors.txt
interfaceExtendingClassWithProtecteds.js
interfaceExtendingClassWithProtecteds2.errors.txt
interfaceExtendingClassWithProtecteds2.js
interfaceExtendsClass1.js
interfaceExtendsClass1.types
interfaceExtendsClassWithPrivate1.errors.txt
interfaceExtendsClassWithPrivate1.js
interfaceExtendsClassWithPrivate2.errors.txt
interfaceExtendsClassWithPrivate2.js
interfaceImplementation1.errors.txt
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
interfaceInheritance2.types
interfaceInReopenedModule.js
interfaceInReopenedModule.types
interfaceMayNotBeExtendedWitACall.errors.txt
interfaceMemberValidation.errors.txt
interfaceMemberValidation.js
interfaceNameAsIdentifier.errors.txt
interfaceNameAsIdentifier.js
interfaceNaming1.errors.txt
interfaceOnly.js
interfaceOnly.types
interfacePropertiesWithSameName1.js
interfacePropertiesWithSameName1.types
interfacePropertiesWithSameName2.errors.txt
interfacePropertiesWithSameName2.js
interfacePropertiesWithSameName3.errors.txt
interfacePropertiesWithSameName3.js
interfaceSubtyping.js
interfaceSubtyping.types
interfacesWithPredefinedTypesAsNames.errors.txt
interfaceThatHidesBaseProperty.js
interfaceThatHidesBaseProperty.types
interfaceThatHidesBaseProperty2.errors.txt
interfaceThatHidesBaseProperty2.js
interfaceThatIndirectlyInheritsFromItself.errors.txt
interfaceThatIndirectlyInheritsFromItself.js
interfaceThatInheritsFromItself.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
interfaceWithAccessibilityModifiers.errors.txt
interfaceWithCallAndConstructSignature.js
interfaceWithCallAndConstructSignature.types
interfaceWithCallSignaturesThatHidesBaseSignature.js
interfaceWithCallSignaturesThatHidesBaseSignature.types
interfaceWithCallSignaturesThatHidesBaseSignature2.js
interfaceWithCallSignaturesThatHidesBaseSignature2.types
interfaceWithConstructSignaturesThatHidesBaseSignature.js
interfaceWithConstructSignaturesThatHidesBaseSignature.types
interfaceWithConstructSignaturesThatHidesBaseSignature2.js
interfaceWithConstructSignaturesThatHidesBaseSignature2.types
interfaceWithImplements1.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
interfaceWithMultipleBaseTypes.errors.txt
interfaceWithMultipleBaseTypes.js
interfaceWithMultipleBaseTypes2.errors.txt
interfaceWithMultipleBaseTypes2.js
interfaceWithMultipleDeclarations.errors.txt
interfaceWithMultipleDeclarations.js
interfaceWithOptionalProperty.js
interfaceWithOptionalProperty.types
interfaceWithOverloadedCallAndConstructSignatures.js
interfaceWithOverloadedCallAndConstructSignatures.types
interfaceWithPrivateMember.errors.txt
interfaceWithPropertyOfEveryType.js
interfaceWithPropertyOfEveryType.types
interfaceWithPropertyThatIsPrivateInBaseType.errors.txt
interfaceWithPropertyThatIsPrivateInBaseType.js
interfaceWithPropertyThatIsPrivateInBaseType2.errors.txt
interfaceWithPropertyThatIsPrivateInBaseType2.js
interfaceWithSpecializedCallAndConstructSignatures.js
interfaceWithSpecializedCallAndConstructSignatures.types
interfaceWithStringIndexerHidingBaseTypeIndexer.errors.txt
interfaceWithStringIndexerHidingBaseTypeIndexer.js
interfaceWithStringIndexerHidingBaseTypeIndexer2.errors.txt
interfaceWithStringIndexerHidingBaseTypeIndexer2.js
interfaceWithStringIndexerHidingBaseTypeIndexer3.errors.txt
interfaceWithStringIndexerHidingBaseTypeIndexer3.js
interMixingModulesInterfaces0.js
interMixingModulesInterfaces0.types
interMixingModulesInterfaces1.js
interMixingModulesInterfaces1.types
interMixingModulesInterfaces2.js
interMixingModulesInterfaces2.types
interMixingModulesInterfaces3.js
interMixingModulesInterfaces3.types
interMixingModulesInterfaces4.js
interMixingModulesInterfaces4.types
interMixingModulesInterfaces5.js
interMixingModulesInterfaces5.types
internalAliasClass.js
internalAliasClass.types
internalAliasClassInsideLocalModuleWithExport.js
internalAliasClassInsideLocalModuleWithExport.types
internalAliasClassInsideLocalModuleWithoutExport.js
internalAliasClassInsideLocalModuleWithoutExport.types
internalAliasClassInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasClassInsideLocalModuleWithoutExportAccessError.js
internalAliasClassInsideTopLevelModuleWithExport.js
internalAliasClassInsideTopLevelModuleWithExport.types
internalAliasClassInsideTopLevelModuleWithoutExport.js
internalAliasClassInsideTopLevelModuleWithoutExport.types
internalAliasEnum.js
internalAliasEnum.types
internalAliasEnumInsideLocalModuleWithExport.js
internalAliasEnumInsideLocalModuleWithExport.types
internalAliasEnumInsideLocalModuleWithoutExport.js
internalAliasEnumInsideLocalModuleWithoutExport.types
internalAliasEnumInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasEnumInsideLocalModuleWithoutExportAccessError.js
internalAliasEnumInsideTopLevelModuleWithExport.js
internalAliasEnumInsideTopLevelModuleWithExport.types
internalAliasEnumInsideTopLevelModuleWithoutExport.js
internalAliasEnumInsideTopLevelModuleWithoutExport.types
internalAliasFunction.js
internalAliasFunction.types
internalAliasFunctionInsideLocalModuleWithExport.js
internalAliasFunctionInsideLocalModuleWithExport.types
internalAliasFunctionInsideLocalModuleWithoutExport.js
internalAliasFunctionInsideLocalModuleWithoutExport.types
internalAliasFunctionInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasFunctionInsideLocalModuleWithoutExportAccessError.js
internalAliasFunctionInsideTopLevelModuleWithExport.js
internalAliasFunctionInsideTopLevelModuleWithExport.types
internalAliasFunctionInsideTopLevelModuleWithoutExport.js
internalAliasFunctionInsideTopLevelModuleWithoutExport.types
internalAliasInitializedModule.js
internalAliasInitializedModule.types
internalAliasInitializedModuleInsideLocalModuleWithExport.js
internalAliasInitializedModuleInsideLocalModuleWithExport.types
internalAliasInitializedModuleInsideLocalModuleWithoutExport.js
internalAliasInitializedModuleInsideLocalModuleWithoutExport.types
internalAliasInitializedModuleInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasInitializedModuleInsideLocalModuleWithoutExportAccessError.js
internalAliasInitializedModuleInsideTopLevelModuleWithExport.js
internalAliasInitializedModuleInsideTopLevelModuleWithExport.types
internalAliasInitializedModuleInsideTopLevelModuleWithoutExport.js
internalAliasInitializedModuleInsideTopLevelModuleWithoutExport.types
internalAliasInterface.js
internalAliasInterface.types
internalAliasInterfaceInsideLocalModuleWithExport.js
internalAliasInterfaceInsideLocalModuleWithExport.types
internalAliasInterfaceInsideLocalModuleWithoutExport.js
internalAliasInterfaceInsideLocalModuleWithoutExport.types
internalAliasInterfaceInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasInterfaceInsideLocalModuleWithoutExportAccessError.js
internalAliasInterfaceInsideTopLevelModuleWithExport.js
internalAliasInterfaceInsideTopLevelModuleWithExport.types
internalAliasInterfaceInsideTopLevelModuleWithoutExport.js
internalAliasInterfaceInsideTopLevelModuleWithoutExport.types
internalAliasUninitializedModule.js
internalAliasUninitializedModule.types
internalAliasUninitializedModuleInsideLocalModuleWithExport.js
internalAliasUninitializedModuleInsideLocalModuleWithExport.types
internalAliasUninitializedModuleInsideLocalModuleWithoutExport.js
internalAliasUninitializedModuleInsideLocalModuleWithoutExport.types
internalAliasUninitializedModuleInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasUninitializedModuleInsideLocalModuleWithoutExportAccessError.js
internalAliasUninitializedModuleInsideTopLevelModuleWithExport.js
internalAliasUninitializedModuleInsideTopLevelModuleWithExport.types
internalAliasUninitializedModuleInsideTopLevelModuleWithoutExport.js
internalAliasUninitializedModuleInsideTopLevelModuleWithoutExport.types
internalAliasVar.js
internalAliasVar.types
internalAliasVarInsideLocalModuleWithExport.js
internalAliasVarInsideLocalModuleWithExport.types
internalAliasVarInsideLocalModuleWithoutExport.js
internalAliasVarInsideLocalModuleWithoutExport.types
internalAliasVarInsideLocalModuleWithoutExportAccessError.errors.txt
internalAliasVarInsideLocalModuleWithoutExportAccessError.js
internalAliasVarInsideTopLevelModuleWithExport.js
internalAliasVarInsideTopLevelModuleWithExport.types
internalAliasVarInsideTopLevelModuleWithoutExport.js
internalAliasVarInsideTopLevelModuleWithoutExport.types
internalAliasWithDottedNameEmit.js
internalAliasWithDottedNameEmit.types
internalImportInstantiatedModuleMergedWithClassNotReferencingInstance.errors.txt
internalImportInstantiatedModuleMergedWithClassNotReferencingInstance.js
internalImportInstantiatedModuleMergedWithClassNotReferencingInstanceNoConflict.js
internalImportInstantiatedModuleMergedWithClassNotReferencingInstanceNoConflict.types
internalImportInstantiatedModuleNotReferencingInstance.errors.txt
internalImportInstantiatedModuleNotReferencingInstance.js
internalImportUnInstantiatedModuleMergedWithClassNotReferencingInstance.errors.txt
internalImportUnInstantiatedModuleMergedWithClassNotReferencingInstance.js
internalImportUnInstantiatedModuleMergedWithClassNotReferencingInstanceNoConflict.js
internalImportUnInstantiatedModuleMergedWithClassNotReferencingInstanceNoConflict.types
internalImportUnInstantiatedModuleNotReferencingInstanceNoConflict.js
internalImportUnInstantiatedModuleNotReferencingInstanceNoConflict.types
intrinsics.errors.txt
intrinsics.js
intTypeCheck.errors.txt
invalidAssignmentsToVoid.errors.txt
invalidAssignmentsToVoid.js
invalidBinaryIntegerLiteralAndOctalIntegerLiteral.errors.txt Merge branch 'master' into binaryIntegerLiteral 2014-12-01 11:22:37 -08:00
invalidBooleanAssignments.errors.txt
invalidBooleanAssignments.js
invalidConstraint1.errors.txt
invalidConstraint1.js
invalidDoWhileBreakStatements.errors.txt
invalidDoWhileContinueStatements.errors.txt
invalidEnumAssignments.errors.txt
invalidEnumAssignments.js
invalidForBreakStatements.errors.txt
invalidForContinueStatements.errors.txt
invalidForInBreakStatements.errors.txt
invalidForInContinueStatements.errors.txt
invalidImportAliasIdentifiers.errors.txt
invalidImportAliasIdentifiers.js
invalidInstantiatedModule.errors.txt
invalidInstantiatedModule.js
invalidModuleWithStatementsOfEveryKind.errors.txt
invalidModuleWithVarStatements.errors.txt
invalidMultipleVariableDeclarations.errors.txt
invalidMultipleVariableDeclarations.js
invalidNestedModules.errors.txt
invalidNestedModules.js
InvalidNonInstantiatedModule.errors.txt
InvalidNonInstantiatedModule.js
invalidNumberAssignments.errors.txt
invalidNumberAssignments.js
invalidReferenceSyntax1.errors.txt
invalidReturnStatements.errors.txt
invalidReturnStatements.js
invalidSplice.js
invalidSplice.types
invalidStaticField.errors.txt
invalidStaticField.js
invalidStringAssignments.errors.txt
invalidStringAssignments.js
invalidSwitchBreakStatement.js
invalidSwitchBreakStatement.types
invalidSwitchContinueStatement.errors.txt
invalidSymbolInTypeParameter1.errors.txt
invalidSymbolInTypeParameter1.js
invalidThrowStatement.errors.txt
invalidTripleSlashReference.errors.txt
invalidTryStatements.errors.txt
invalidTryStatements2.errors.txt
invalidTypeNames.js
invalidTypeNames.types
invalidTypeOfTarget.errors.txt
invalidUndefinedAssignments.errors.txt
invalidUndefinedAssignments.js
invalidUndefinedValues.js
invalidUndefinedValues.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
invalidUnicodeEscapeSequance.errors.txt
invalidUnicodeEscapeSequance2.errors.txt
invalidUnicodeEscapeSequance3.errors.txt
invalidUnicodeEscapeSequance4.errors.txt
invalidVoidAssignments.errors.txt Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
invalidVoidAssignments.js
invalidVoidValues.errors.txt Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
invalidVoidValues.js
invalidWhileBreakStatements.errors.txt
invalidWhileContinueStatements.errors.txt
invocationExpressionInFunctionParameter.errors.txt
invocationExpressionInFunctionParameter.js
invokingNonGenericMethodWithTypeArguments1.errors.txt
invokingNonGenericMethodWithTypeArguments1.js
invokingNonGenericMethodWithTypeArguments2.errors.txt
invokingNonGenericMethodWithTypeArguments2.js
ipromise2.js
ipromise2.types
ipromise3.js
ipromise3.types
ipromise4.js
ipromise4.types
isDeclarationVisibleNodeKinds.js Add test for getters and setters 2014-12-01 13:20:56 -08:00
isDeclarationVisibleNodeKinds.types Add test for getters and setters 2014-12-01 13:20:56 -08:00
isLiteral1.js
isLiteral1.types
isLiteral2.js
isLiteral2.types
keywordField.js
keywordField.types
knockout.errors.txt
knockout.js
lambdaArgCrash.errors.txt
lambdaArgCrash.js
lambdaASIEmit.js
lambdaASIEmit.types
lambdaExpression.js
lambdaExpression.types
lambdaParamTypes.errors.txt
lambdaParamTypes.js
lambdaPropSelf.errors.txt
lambdaPropSelf.js
lastPropertyInLiteralWins.errors.txt
lastPropertyInLiteralWins.js
letAsIdentifier.js "let" should only be considered a keyword in strict mode, or when it starts an actual construct 2014-12-04 16:45:09 -08:00
letAsIdentifier.types "let" should only be considered a keyword in strict mode, or when it starts an actual construct 2014-12-04 16:45:09 -08:00
letAsIdentifierInStrictMode.errors.txt "let" should only be considered a keyword in strict mode, or when it starts an actual construct 2014-12-04 16:45:09 -08:00
letDeclarations-access.js
letDeclarations-access.types
letDeclarations-es5-1.errors.txt
letDeclarations-es5.errors.txt
letDeclarations-invalidContexts.errors.txt
letDeclarations-scopes-duplicates.errors.txt
letDeclarations-scopes-duplicates2.errors.txt
letDeclarations-scopes-duplicates3.errors.txt
letDeclarations-scopes-duplicates4.errors.txt
letDeclarations-scopes-duplicates5.errors.txt
letDeclarations-scopes-duplicates6.errors.txt
letDeclarations-scopes-duplicates7.errors.txt
letDeclarations-scopes.errors.txt
letDeclarations-scopes.js Emit FunctionPropertyAssignments in their native form when emitting in ES6 mode. 2014-12-03 02:09:15 -08:00
letDeclarations-scopes2.errors.txt
letDeclarations-scopes2.js
letDeclarations-useBeforeDefinition.errors.txt
letDeclarations-useBeforeDefinition2.errors.txt
letDeclarations-validContexts.errors.txt
letDeclarations-validContexts.js Emit FunctionPropertyAssignments in their native form when emitting in ES6 mode. 2014-12-03 02:09:15 -08:00
letDeclarations.js
letDeclarations.types
letDeclarations2.js
letDeclarations2.types
libdtsFix.js
libdtsFix.types
libMembers.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
library_ArraySlice.js
library_ArraySlice.types
library_DatePrototypeProperties.js
library_DatePrototypeProperties.types
library_ObjectPrototypeProperties.js
library_ObjectPrototypeProperties.types
library_RegExpExecArraySlice.js
library_RegExpExecArraySlice.types
library_StringSlice.js
library_StringSlice.types
lift.errors.txt
lift.js
listFailure.js
listFailure.types
literals-negative.errors.txt
literals-negative.js
literals.errors.txt
literals1.js
literals1.types
localAliasExportAssignment.js
localAliasExportAssignment.types
localImportNameVsGlobalName.js
localImportNameVsGlobalName.types
localVariablesReturnedFromCatchBlocks.js
localVariablesReturnedFromCatchBlocks.types
logicalAndOperatorWithEveryType.js
logicalAndOperatorWithEveryType.types
logicalAndOperatorWithTypeParameters.js
logicalAndOperatorWithTypeParameters.types
logicalNotExpression1.errors.txt
logicalNotExpression1.js
logicalNotOperatorInvalidOperations.errors.txt
logicalNotOperatorWithAnyOtherType.errors.txt
logicalNotOperatorWithAnyOtherType.js
logicalNotOperatorWithBooleanType.js
logicalNotOperatorWithBooleanType.types
logicalNotOperatorWithEnumType.js
logicalNotOperatorWithEnumType.types
logicalNotOperatorWithNumberType.js
logicalNotOperatorWithNumberType.types
logicalNotOperatorWithStringType.js
logicalNotOperatorWithStringType.types
logicalOrExpressionIsContextuallyTyped.js
logicalOrExpressionIsContextuallyTyped.types
logicalOrExpressionIsNotContextuallyTyped.js
logicalOrExpressionIsNotContextuallyTyped.types
logicalOrOperatorWithEveryType.js
logicalOrOperatorWithEveryType.types
logicalOrOperatorWithTypeParameters.js
logicalOrOperatorWithTypeParameters.types
m7Bugs.js
m7Bugs.types
matchingOfObjectLiteralConstraints.errors.txt
matchingOfObjectLiteralConstraints.js
matchReturnTypeInAllBranches.errors.txt
matchReturnTypeInAllBranches.js
maxConstraints.errors.txt
maxConstraints.js
memberAccessMustUseModuleInstances.js
memberAccessMustUseModuleInstances.types
memberAccessOnConstructorType.js
memberAccessOnConstructorType.types
MemberAccessorDeclaration15.errors.txt
MemberFunctionDeclaration1_es6.errors.txt Report errors for using yield/generators right now. 2014-11-25 12:16:31 -08:00
MemberFunctionDeclaration2_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
MemberFunctionDeclaration3_es6.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
MemberFunctionDeclaration4_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
MemberFunctionDeclaration5_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
MemberFunctionDeclaration6_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
MemberFunctionDeclaration7_es6.errors.txt Report errors for using yield/generators right now. 2014-11-25 12:16:31 -08:00
MemberFunctionDeclaration8_es6.errors.txt Update and add test cases 2014-12-08 15:47:24 -08:00
memberFunctionOverloadMixingStaticAndInstance.errors.txt
memberFunctionOverloadMixingStaticAndInstance.js
memberFunctionsWithPrivateOverloads.errors.txt
memberFunctionsWithPrivateOverloads.js
memberFunctionsWithPublicOverloads.js
memberFunctionsWithPublicOverloads.types
memberFunctionsWithPublicPrivateOverloads.errors.txt
memberFunctionsWithPublicPrivateOverloads.js
memberOverride.errors.txt
memberOverride.js
memberScope.errors.txt
memberScope.js
memberVariableDeclarations1.js
memberVariableDeclarations1.types
mergedDeclarations1.js
mergedDeclarations1.types
mergedDeclarations2.errors.txt
mergedDeclarations2.js
mergedDeclarations3.errors.txt
mergedDeclarations3.js
mergedDeclarations4.js
mergedDeclarations4.types
mergedEnumDeclarationCodeGen.js
mergedEnumDeclarationCodeGen.types
mergedInterfaceFromMultipleFiles1.js
mergedInterfaceFromMultipleFiles1.types
mergedInterfacesWithConflictingPropertyNames.errors.txt
mergedInterfacesWithConflictingPropertyNames.js
mergedInterfacesWithConflictingPropertyNames2.errors.txt
mergedInterfacesWithConflictingPropertyNames2.js
mergedInterfacesWithIndexers.js
mergedInterfacesWithIndexers.types
mergedInterfacesWithIndexers2.errors.txt
mergedInterfacesWithIndexers2.js
mergedInterfacesWithInheritedPrivates.errors.txt
mergedInterfacesWithInheritedPrivates.js
mergedInterfacesWithInheritedPrivates2.errors.txt
mergedInterfacesWithInheritedPrivates2.js
mergedInterfacesWithInheritedPrivates3.errors.txt
mergedInterfacesWithInheritedPrivates3.js
mergedInterfacesWithMultipleBases.js
mergedInterfacesWithMultipleBases.types
mergedInterfacesWithMultipleBases2.js
mergedInterfacesWithMultipleBases2.types
mergedInterfacesWithMultipleBases3.js
mergedInterfacesWithMultipleBases3.types
mergedInterfacesWithMultipleBases4.errors.txt
mergedInterfacesWithMultipleBases4.js
mergedModuleDeclarationCodeGen.errors.txt
mergedModuleDeclarationCodeGen2.js
mergedModuleDeclarationCodeGen2.types
mergedModuleDeclarationCodeGen3.js
mergedModuleDeclarationCodeGen3.types
mergedModuleDeclarationCodeGen4.js
mergedModuleDeclarationCodeGen4.types
mergedModuleDeclarationCodeGen5.js
mergedModuleDeclarationCodeGen5.types
mergedModuleDeclarationWithSharedExportedVar.js
mergedModuleDeclarationWithSharedExportedVar.types
mergeThreeInterfaces.js
mergeThreeInterfaces.types
mergeThreeInterfaces2.js
mergeThreeInterfaces2.types
mergeTwoInterfaces.js
mergeTwoInterfaces.types
mergeTwoInterfaces2.js
mergeTwoInterfaces2.types
methodContainingLocalFunction.js
methodContainingLocalFunction.types
methodInAmbientClass1.errors.txt
methodSignatureDeclarationEmit1.js
methodSignatureDeclarationEmit1.types
methodSignaturesWithOverloads.errors.txt
methodSignaturesWithOverloads.js
methodSignaturesWithOverloads2.js
methodSignaturesWithOverloads2.types
mismatchedClassConstructorVariable.errors.txt
mismatchedClassConstructorVariable.js
mismatchedExplicitTypeParameterAndArgumentType.errors.txt
mismatchedExplicitTypeParameterAndArgumentType.js
mismatchedGenericArguments1.js
mismatchedGenericArguments1.types
missingArgument1.errors.txt
missingImportAfterModuleImport.js
missingImportAfterModuleImport.types
missingRequiredDeclare.d.errors.txt
missingReturnStatement.errors.txt
missingReturnStatement.js
missingReturnStatement1.errors.txt
missingReturnStatement1.js
missingSelf.js
missingSelf.types
missingTypeArguments1.errors.txt
missingTypeArguments1.js
missingTypeArguments2.errors.txt
missingTypeArguments2.js
missingTypeArguments3.js
missingTypeArguments3.types
mixedExports.js
mixedExports.types
mixingFunctionAndAmbientModule1.js
mixingFunctionAndAmbientModule1.types
mixingStaticAndInstanceOverloads.errors.txt
mixingStaticAndInstanceOverloads.js
modFunctionCrash.js
modFunctionCrash.types
modifierOnParameter1.errors.txt Add grammar walker test coverage cases. 2014-12-03 20:41:39 -08:00
modifiersOnInterfaceIndexSignature1.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
modKeyword.js
modKeyword.types
module_augmentExistingAmbientVariable.errors.txt
module_augmentExistingAmbientVariable.js
module_augmentExistingVariable.errors.txt
module_augmentExistingVariable.js
moduleAliasAsFunctionArgument.js
moduleAliasAsFunctionArgument.types
moduleAliasInterface.js
moduleAliasInterface.types
ModuleAndClassWithSameNameAndCommonRoot.errors.txt
ModuleAndClassWithSameNameAndCommonRoot.js
ModuleAndEnumWithSameNameAndCommonRoot.js
ModuleAndEnumWithSameNameAndCommonRoot.types
ModuleAndFunctionWithSameNameAndCommonRoot.errors.txt
ModuleAndFunctionWithSameNameAndCommonRoot.js
moduleAndInterfaceSharingName.js
moduleAndInterfaceSharingName.types
moduleAndInterfaceSharingName2.errors.txt
moduleAndInterfaceSharingName2.js
moduleAndInterfaceSharingName3.js
moduleAndInterfaceSharingName3.types
moduleAndInterfaceSharingName4.js
moduleAndInterfaceSharingName4.types
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
moduleCodeGenTest3.types
moduleCodegenTest4.js
moduleCodegenTest4.types
moduleCodeGenTest5.js
moduleCodeGenTest5.types
moduleCrashBug1.errors.txt
moduleCrashBug1.js
moduledecl.errors.txt
moduleExports1.errors.txt
moduleExports1.js
moduleIdentifiers.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
moduleIdentifiers.types
moduleImport.errors.txt
moduleImport.js
moduleImportedForTypeArgumentPosition.js
moduleImportedForTypeArgumentPosition.types
moduleInTypePosition1.errors.txt
moduleInTypePosition1.js
moduleKeywordRepeatError.errors.txt
moduleMemberWithoutTypeAnnotation1.js
moduleMemberWithoutTypeAnnotation1.types
moduleMemberWithoutTypeAnnotation2.js
moduleMemberWithoutTypeAnnotation2.types
moduleMerge.js
moduleMerge.types
moduleNewExportBug.errors.txt
moduleNewExportBug.js
moduleNoEmit.js
moduleNoEmit.types
moduleOuterQualification.js
moduleOuterQualification.types
moduleProperty1.errors.txt
moduleProperty2.errors.txt
moduleProperty2.js
moduleRedifinitionErrors.js
moduleRedifinitionErrors.types
moduleReopenedTypeOtherBlock.js
moduleReopenedTypeOtherBlock.types
moduleReopenedTypeSameBlock.js
moduleReopenedTypeSameBlock.types
moduleScoping.errors.txt
moduleScopingBug.js
moduleScopingBug.types
moduleSymbolMerging.js
moduleSymbolMerging.types
moduleUnassignedVariable.js
moduleUnassignedVariable.types
moduleVariableArrayIndexer.js
moduleVariableArrayIndexer.types
moduleVariables.js
moduleVariables.types
moduleVisibilityTest1.js
moduleVisibilityTest1.types
moduleVisibilityTest2.errors.txt
moduleVisibilityTest2.js
moduleVisibilityTest3.errors.txt
moduleVisibilityTest3.js
ModuleWithExportedAndNonExportedClasses.errors.txt
ModuleWithExportedAndNonExportedClasses.js
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
moduleWithStatementsOfEveryKind.types
moduleWithTryStatement1.js
moduleWithTryStatement1.types
moduleWithValuesAsType.errors.txt
moduleWithValuesAsType.js
multiCallOverloads.js
multiCallOverloads.types
multiExtendsSplitInterfaces1.errors.txt
multiExtendsSplitInterfaces1.js
multiExtendsSplitInterfaces2.js
multiExtendsSplitInterfaces2.types
multiImportExport.js
multiImportExport.types
multiLineErrors.errors.txt
multiLineErrors.js
multiModuleClodule1.js
multiModuleClodule1.types
multiModuleFundule1.js
multiModuleFundule1.types
multipleBaseInterfaesWithIncompatibleProperties.errors.txt
multipleBaseInterfaesWithIncompatibleProperties.js
multipleClassPropertyModifiers.errors.txt
multipleClassPropertyModifiersErrors.errors.txt
multipleExportAssignments.errors.txt
multipleExportAssignments.js
multipleExportAssignmentsInAmbientDeclaration.errors.txt
multipleExportAssignmentsInAmbientDeclaration.js
multipleInheritance.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
multipleNumericIndexers.errors.txt
multipleNumericIndexers.js
multipleStringIndexers.errors.txt
multipleStringIndexers.js
multivar.errors.txt
multivar.js
mutrec.js
mutrec.types
mutuallyRecursiveGenericBaseTypes1.js
mutuallyRecursiveGenericBaseTypes1.types
mutuallyRecursiveGenericBaseTypes2.js
mutuallyRecursiveGenericBaseTypes2.types
nameCollision.js
nameCollision.types
nameCollisions.errors.txt
nameCollisions.js
nameCollisionsInPropertyAssignments.js
nameCollisionsInPropertyAssignments.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
nameDelimitedBySlashes.js
nameDelimitedBySlashes.types
namedFunctionExpressionAssignedToClassProperty.js
namedFunctionExpressionAssignedToClassProperty.types
namedFunctionExpressionCall.js
namedFunctionExpressionCall.types
namedFunctionExpressionCallErrors.errors.txt
namedFunctionExpressionCallErrors.js
namedFunctionExpressionInModule.js
namedFunctionExpressionInModule.types
nameOrDottedSpan_classes.baseline
nameOrDottedSpan_stmts.baseline
namespaces1.js
namespaces1.types
namespaces2.js
namespaces2.types
nameWithFileExtension.errors.txt
nameWithFileExtension.js
nameWithRelativePaths.js
nameWithRelativePaths.types
negateOperatorInvalidOperations.errors.txt
negateOperatorWithAnyOtherType.js
negateOperatorWithAnyOtherType.types
negateOperatorWithBooleanType.js
negateOperatorWithBooleanType.types
negateOperatorWithEnumType.js
negateOperatorWithEnumType.types
negateOperatorWithNumberType.js
negateOperatorWithNumberType.types
negateOperatorWithStringType.js
negateOperatorWithStringType.types
negativeZero.js
negativeZero.types
nestedClassDeclaration.errors.txt Accepting new baselines 2014-11-28 10:06:43 -08:00
nestedGenerics.js
nestedGenerics.types
nestedIfStatement.js
nestedIfStatement.types
nestedIndexer.js
nestedIndexer.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
nestedInfinitelyExpandedRecursiveTypes.js
nestedInfinitelyExpandedRecursiveTypes.types
nestedModulePrivateAccess.js
nestedModulePrivateAccess.types
nestedModules.js
nestedModules.types
nestedRecursiveLambda.js
nestedRecursiveLambda.types
nestedSelf.js
nestedSelf.types
newArrays.js
newArrays.types
newExpressionWithCast.errors.txt
newExpressionWithTypeParameterConstrainedToOuterTypeParameter.js
newExpressionWithTypeParameterConstrainedToOuterTypeParameter.types
newFunctionImplicitAny.errors.txt
newFunctionImplicitAny.js
newMissingIdentifier.errors.txt
newNonReferenceType.errors.txt
newNonReferenceType.js
newOnInstanceSymbol.errors.txt
newOnInstanceSymbol.js
newOperator.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
newOperatorConformance.js
newOperatorConformance.types
newOperatorErrorCases.errors.txt Improve the flexibility of speculative parsing. 2014-12-04 08:53:45 -08:00
noCatchBlock.js
noCatchBlock.js.map
noCatchBlock.sourcemap.txt
noCatchBlock.types
noCollisionThisExpressionAndClassInGlobal.js
noCollisionThisExpressionAndClassInGlobal.types
noCollisionThisExpressionAndLocalVarInAccessors.errors.txt
noCollisionThisExpressionAndLocalVarInConstructor.js
noCollisionThisExpressionAndLocalVarInConstructor.types
noCollisionThisExpressionAndLocalVarInFunction.js
noCollisionThisExpressionAndLocalVarInFunction.types
noCollisionThisExpressionAndLocalVarInLambda.js
noCollisionThisExpressionAndLocalVarInLambda.types
noCollisionThisExpressionAndLocalVarInMethod.js
noCollisionThisExpressionAndLocalVarInMethod.types
noCollisionThisExpressionAndLocalVarInProperty.js
noCollisionThisExpressionAndLocalVarInProperty.types
noCollisionThisExpressionAndVarInGlobal.js
noCollisionThisExpressionAndVarInGlobal.types
noCollisionThisExpressionInFunctionAndVarInGlobal.js
noCollisionThisExpressionInFunctionAndVarInGlobal.types
noConstraintInReturnType1.js
noConstraintInReturnType1.types
noDefaultLib.errors.txt
noDefaultLib.js
noEmitOnError.errors.txt
noErrorsInCallback.errors.txt
noErrorsInCallback.js
noImplicitAnyAndPrivateMembersWithoutTypeAnnotations.js
noImplicitAnyAndPrivateMembersWithoutTypeAnnotations.types
noImplicitAnyForIn.errors.txt
noImplicitAnyForIn.js
noImplicitAnyForMethodParameters.errors.txt
noImplicitAnyForMethodParameters.js
noImplicitAnyForwardReferencedInterface.errors.txt
noImplicitAnyForwardReferencedInterface.js
noImplicitAnyFunctionExpressionAssignment.js
noImplicitAnyFunctionExpressionAssignment.types
noImplicitAnyFunctions.errors.txt
noImplicitAnyFunctions.js
noImplicitAnyInBareInterface.errors.txt
noImplicitAnyInBareInterface.js
noImplicitAnyInCastExpression.errors.txt
noImplicitAnyInCastExpression.js
noImplicitAnyInContextuallyTypesFunctionParamter.js
noImplicitAnyInContextuallyTypesFunctionParamter.types
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 Accepting new baselines 2014-12-04 17:43:51 -08:00
noImplicitAnyParametersInClass.errors.txt
noImplicitAnyParametersInClass.js Accepting new baselines 2014-12-04 17:43:51 -08:00
noImplicitAnyParametersInInterface.errors.txt
noImplicitAnyParametersInInterface.js
noImplicitAnyParametersInModule.errors.txt
noImplicitAnyParametersInModule.js Accepting new baselines 2014-12-04 17:43:51 -08:00
noImplicitAnyReferencingDeclaredInterface.errors.txt
noImplicitAnyReferencingDeclaredInterface.js
noImplicitAnyStringIndexerOnObject.errors.txt
noImplicitAnyStringIndexerOnObject.js
noImplicitAnyWithOverloads.errors.txt
noImplicitAnyWithOverloads.js
nominalSubtypeCheckOfTypeParameter.js
nominalSubtypeCheckOfTypeParameter.types
nominalSubtypeCheckOfTypeParameter2.js
nominalSubtypeCheckOfTypeParameter2.types
nonArrayRestArgs.errors.txt
nonArrayRestArgs.js Accepting new baselines 2014-12-04 17:43:51 -08:00
nonConflictingRecursiveBaseTypeMembers.js
nonConflictingRecursiveBaseTypeMembers.types
nonContextuallyTypedLogicalOr.js
nonContextuallyTypedLogicalOr.types
nonExportedElementsOfMergedModules.errors.txt
nonExportedElementsOfMergedModules.js
nonGenericClassExtendingGenericClassWithAny.js
nonGenericClassExtendingGenericClassWithAny.types
nonInstantiatedModule.js
nonInstantiatedModule.types
noSelfOnVars.js
noSelfOnVars.types
noTypeArgumentOnReturnType1.errors.txt
noTypeArgumentOnReturnType1.js
null.js
null.types
nullAssignableToEveryType.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
nullAssignableToEveryType.types
nullAssignedToUndefined.errors.txt
nullAssignedToUndefined.js
nullIsSubtypeOfEverythingButUndefined.js
nullIsSubtypeOfEverythingButUndefined.types
nullKeyword.errors.txt
nullKeyword.js
numberAsInLHS.js
numberAsInLHS.types
numberAssignableToEnum.js
numberAssignableToEnum.types
numberOnLeftSideOfInExpression.js
numberOnLeftSideOfInExpression.types
numberPropertyAccess.js
numberPropertyAccess.types
numberToString.errors.txt
numberToString.js
numericClassMembers1.errors.txt
numericClassMembers1.js
numericIndexerConstrainsPropertyDeclarations.errors.txt Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
numericIndexerConstrainsPropertyDeclarations2.errors.txt
numericIndexerConstrainsPropertyDeclarations2.js
numericIndexerConstraint.errors.txt
numericIndexerConstraint.js
numericIndexerConstraint1.errors.txt
numericIndexerConstraint1.js
numericIndexerConstraint2.errors.txt fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
numericIndexerConstraint2.js
numericIndexerConstraint3.js
numericIndexerConstraint3.types
numericIndexerConstraint4.js
numericIndexerConstraint4.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
numericIndexerConstraint5.errors.txt fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
numericIndexerConstraint5.js
numericIndexerTyping1.errors.txt
numericIndexerTyping1.js
numericIndexerTyping2.errors.txt
numericIndexerTyping2.js
numericIndexExpressions.errors.txt
numericIndexExpressions.js
numericIndexingResults.js
numericIndexingResults.types
numericMethodName1.js
numericMethodName1.types
numericNamedPropertyDuplicates.errors.txt
numericStringNamedPropertyEquivalence.errors.txt
numericStringNamedPropertyEquivalence.js
numLit.errors.txt
objectCreationExpressionInFunctionParameter.errors.txt
objectCreationOfElementAccessExpression.errors.txt
objectCreationOfElementAccessExpression.js
objectIndexer.js
objectIndexer.types
objectLitArrayDeclNoNew.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
objectLiteral1.js
objectLiteral1.types
objectLiteral2.js
objectLiteral2.types
objectLiteralArraySpecialization.js
objectLiteralArraySpecialization.types
objectLiteralDeclarationGeneration1.js
objectLiteralDeclarationGeneration1.types
objectLiteralErrors.errors.txt Check node for errors before recursing. 2014-11-20 13:48:23 -08:00
objectLiteralErrorsES3.errors.txt
objectLiteralFunctionArgContextualTyping.errors.txt
objectLiteralFunctionArgContextualTyping.js
objectLiteralFunctionArgContextualTyping2.errors.txt
objectLiteralFunctionArgContextualTyping2.js
objectLiteralGettersAndSetters.errors.txt
objectLiteralIndexerErrors.errors.txt fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
objectLiteralIndexerErrors.js
objectLiteralIndexers.js
objectLiteralIndexers.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
objectLiteralMemberWithModifiers1.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
objectLiteralMemberWithModifiers2.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
objectLiteralMemberWithoutBlock1.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
objectLiteralMemberWithQuestionMark1.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
objectLiteralParameterResolution.errors.txt
objectLiteralParameterResolution.js
objectLiteralReferencingInternalProperties.errors.txt
objectLiteralReferencingInternalProperties.js
objectLiteralShorthandProperties.js
objectLiteralShorthandProperties.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectLiteralShorthandPropertiesAssignment.js
objectLiteralShorthandPropertiesAssignment.types
objectLiteralShorthandPropertiesAssignmentError.errors.txt
objectLiteralShorthandPropertiesAssignmentErrorFromMissingIdentifier.errors.txt
objectLiteralShorthandPropertiesAssignmentES6.js
objectLiteralShorthandPropertiesAssignmentES6.types
objectLiteralShorthandPropertiesErrorFromNoneExistingIdentifier.errors.txt
objectLiteralShorthandPropertiesErrorFromNoneExistingIdentifier.js
objectLiteralShorthandPropertiesErrorFromNotUsingIdentifier.errors.txt Remove unnecessary state from the parser. 2014-11-19 22:15:32 -08:00
objectLiteralShorthandPropertiesErrorWithModule.errors.txt
objectLiteralShorthandPropertiesES6.js Emit FunctionPropertyAssignments in their native form when emitting in ES6 mode. 2014-12-03 02:09:15 -08:00
objectLiteralShorthandPropertiesES6.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectLiteralShorthandPropertiesFunctionArgument.js
objectLiteralShorthandPropertiesFunctionArgument.types
objectLiteralShorthandPropertiesFunctionArgument2.errors.txt
objectLiteralShorthandPropertiesFunctionArgument2.js
objectLiteralShorthandPropertiesWithModule.js
objectLiteralShorthandPropertiesWithModule.types
objectLiteralShorthandPropertiesWithModuleES6.js
objectLiteralShorthandPropertiesWithModuleES6.types
objectLiteralWidened.js
objectLiteralWidened.types
objectLiteralWithGetAccessorInsideFunction.errors.txt
objectLiteralWithNumericPropertyName.errors.txt
objectLiteralWithNumericPropertyName.js
objectLitGetterSetter.js
objectLitGetterSetter.types
objectLitIndexerContextualType.errors.txt
objectLitIndexerContextualType.js
objectLitPropertyScoping.errors.txt
objectLitStructuralTypeMismatch.errors.txt
objectLitStructuralTypeMismatch.js
objectLitTargetTypeCallSite.errors.txt
objectLitTargetTypeCallSite.js
objectMembersOnTypes.js
objectMembersOnTypes.types
objectTypeHidingMembersOfExtendedObject.errors.txt
objectTypeHidingMembersOfExtendedObject.js
objectTypeHidingMembersOfObject.js
objectTypeHidingMembersOfObject.types
objectTypeHidingMembersOfObjectAssignmentCompat.errors.txt
objectTypeHidingMembersOfObjectAssignmentCompat.js
objectTypeHidingMembersOfObjectAssignmentCompat2.errors.txt
objectTypeHidingMembersOfObjectAssignmentCompat2.js
objectTypeLiteralSyntax.js
objectTypeLiteralSyntax.types
objectTypeLiteralSyntax2.errors.txt
objectTypePropertyAccess.js
objectTypePropertyAccess.types
objectTypesIdentity.js
objectTypesIdentity.types
objectTypesIdentity2.js
objectTypesIdentity2.types
objectTypesIdentityWithCallSignatures.js
objectTypesIdentityWithCallSignatures.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithCallSignatures2.js
objectTypesIdentityWithCallSignatures2.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithCallSignatures3.errors.txt
objectTypesIdentityWithCallSignatures3.js
objectTypesIdentityWithCallSignaturesDifferingParamCounts.js
objectTypesIdentityWithCallSignaturesDifferingParamCounts.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithCallSignaturesDifferingParamCounts2.js
objectTypesIdentityWithCallSignaturesDifferingParamCounts2.types
objectTypesIdentityWithCallSignaturesWithOverloads.js
objectTypesIdentityWithCallSignaturesWithOverloads.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithComplexConstraints.errors.txt
objectTypesIdentityWithComplexConstraints.js
objectTypesIdentityWithConstructSignatures.js
objectTypesIdentityWithConstructSignatures.types
objectTypesIdentityWithConstructSignatures2.js
objectTypesIdentityWithConstructSignatures2.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithConstructSignaturesDifferingParamCounts.js
objectTypesIdentityWithConstructSignaturesDifferingParamCounts.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericCallSignatures.js
objectTypesIdentityWithGenericCallSignatures.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericCallSignatures2.js
objectTypesIdentityWithGenericCallSignatures2.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints.js
objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints2.errors.txt
objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints2.js
objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.errors.txt
objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.js
objectTypesIdentityWithGenericCallSignaturesDifferingByReturnType.js
objectTypesIdentityWithGenericCallSignaturesDifferingByReturnType.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericCallSignaturesDifferingByReturnType2.js
objectTypesIdentityWithGenericCallSignaturesDifferingByReturnType2.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericCallSignaturesDifferingTypeParameterCounts.js
objectTypesIdentityWithGenericCallSignaturesDifferingTypeParameterCounts.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericCallSignaturesDifferingTypeParameterCounts2.js
objectTypesIdentityWithGenericCallSignaturesDifferingTypeParameterCounts2.types
objectTypesIdentityWithGenericCallSignaturesDifferingTypeParameterNames.js
objectTypesIdentityWithGenericCallSignaturesDifferingTypeParameterNames.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericCallSignaturesOptionalParams.js
objectTypesIdentityWithGenericCallSignaturesOptionalParams.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericCallSignaturesOptionalParams2.js
objectTypesIdentityWithGenericCallSignaturesOptionalParams2.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericCallSignaturesOptionalParams3.js
objectTypesIdentityWithGenericCallSignaturesOptionalParams3.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints.js
objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints2.errors.txt
objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints2.js
objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.errors.txt
objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.js
objectTypesIdentityWithGenericConstructSignaturesDifferingByReturnType.js
objectTypesIdentityWithGenericConstructSignaturesDifferingByReturnType.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericConstructSignaturesDifferingByReturnType2.js
objectTypesIdentityWithGenericConstructSignaturesDifferingByReturnType2.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericConstructSignaturesDifferingTypeParameterCounts.js
objectTypesIdentityWithGenericConstructSignaturesDifferingTypeParameterCounts.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericConstructSignaturesDifferingTypeParameterNames.js
objectTypesIdentityWithGenericConstructSignaturesDifferingTypeParameterNames.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericConstructSignaturesOptionalParams.js
objectTypesIdentityWithGenericConstructSignaturesOptionalParams.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericConstructSignaturesOptionalParams2.js
objectTypesIdentityWithGenericConstructSignaturesOptionalParams2.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithGenericConstructSignaturesOptionalParams3.js
objectTypesIdentityWithGenericConstructSignaturesOptionalParams3.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
objectTypesIdentityWithNumericIndexers1.js
objectTypesIdentityWithNumericIndexers1.types
objectTypesIdentityWithNumericIndexers2.js
objectTypesIdentityWithNumericIndexers2.types
objectTypesIdentityWithNumericIndexers3.js
objectTypesIdentityWithNumericIndexers3.types
objectTypesIdentityWithOptionality.js
objectTypesIdentityWithOptionality.types
objectTypesIdentityWithPrivates.js
objectTypesIdentityWithPrivates.types
objectTypesIdentityWithPrivates2.js
objectTypesIdentityWithPrivates2.types
objectTypesIdentityWithPrivates3.errors.txt
objectTypesIdentityWithPrivates3.js
objectTypesIdentityWithPublics.js
objectTypesIdentityWithPublics.types
objectTypesIdentityWithStringIndexers.js
objectTypesIdentityWithStringIndexers.types
objectTypesIdentityWithStringIndexers2.js
objectTypesIdentityWithStringIndexers2.types
objectTypesWithOptionalProperties.errors.txt Accepting new baselines 2014-11-28 10:06:43 -08:00
objectTypesWithOptionalProperties2.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
objectTypesWithPredefinedTypesAsName.errors.txt
objectTypesWithPredefinedTypesAsName.js
objectTypesWithPredefinedTypesAsName2.errors.txt
objectTypeWithCallSignatureAppearsToBeFunctionType.js
objectTypeWithCallSignatureAppearsToBeFunctionType.types
objectTypeWithCallSignatureHidingMembersOfExtendedFunction.js
objectTypeWithCallSignatureHidingMembersOfExtendedFunction.types
objectTypeWithCallSignatureHidingMembersOfFunction.js
objectTypeWithCallSignatureHidingMembersOfFunction.types
objectTypeWithCallSignatureHidingMembersOfFunctionAssignmentCompat.errors.txt
objectTypeWithCallSignatureHidingMembersOfFunctionAssignmentCompat.js
objectTypeWithConstructSignatureAppearsToBeFunctionType.errors.txt
objectTypeWithConstructSignatureAppearsToBeFunctionType.js
objectTypeWithConstructSignatureHidingMembersOfExtendedFunction.js
objectTypeWithConstructSignatureHidingMembersOfExtendedFunction.types
objectTypeWithConstructSignatureHidingMembersOfFunction.js
objectTypeWithConstructSignatureHidingMembersOfFunction.types
objectTypeWithConstructSignatureHidingMembersOfFunctionAssignmentCompat.errors.txt
objectTypeWithConstructSignatureHidingMembersOfFunctionAssignmentCompat.js
objectTypeWithDuplicateNumericProperty.errors.txt
objectTypeWithDuplicateNumericProperty.js
objectTypeWithNumericProperty.js
objectTypeWithNumericProperty.types
objectTypeWithOptionalProperty1.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
objectTypeWithRecursiveWrappedProperty.errors.txt
objectTypeWithRecursiveWrappedProperty.js
objectTypeWithRecursiveWrappedProperty2.errors.txt
objectTypeWithRecursiveWrappedProperty2.js
objectTypeWithRecursiveWrappedPropertyCheckedNominally.errors.txt
objectTypeWithRecursiveWrappedPropertyCheckedNominally.js
objectTypeWithStringIndexerHidingObjectIndexer.errors.txt
objectTypeWithStringIndexerHidingObjectIndexer.js
objectTypeWithStringNamedNumericProperty.js
objectTypeWithStringNamedNumericProperty.types
objectTypeWithStringNamedPropertyOfIllegalCharacters.js
objectTypeWithStringNamedPropertyOfIllegalCharacters.types
octalIntegerLiteral.js Merge branch 'binaryIntegerLiteral' of https://github.com/Microsoft/TypeScript into binaryIntegerLiteral 2014-11-24 18:38:03 -08:00
octalIntegerLiteral.types Merge branch 'binaryIntegerLiteral' of https://github.com/Microsoft/TypeScript into binaryIntegerLiteral 2014-11-24 18:38:03 -08:00
octalIntegerLiteralError.errors.txt Address code review 2014-11-24 18:36:07 -08:00
octalIntegerLiteralES6.js Merge branch 'binaryIntegerLiteral' of https://github.com/Microsoft/TypeScript into binaryIntegerLiteral 2014-11-24 18:38:03 -08:00
octalIntegerLiteralES6.types Merge branch 'binaryIntegerLiteral' of https://github.com/Microsoft/TypeScript into binaryIntegerLiteral 2014-11-24 18:38:03 -08:00
octalLiteralInStrictModeES3.errors.txt
operatorAddNullUndefined.errors.txt
operatorAddNullUndefined.js
optionalAccessorsInInterface1.js
optionalAccessorsInInterface1.types
optionalArgsWithDefaultValues.errors.txt
optionalConstructorArgInSuper.js
optionalConstructorArgInSuper.types
optionalFunctionArgAssignability.errors.txt
optionalFunctionArgAssignability.js
optionalParamArgsTest.errors.txt
optionalParamAssignmentCompat.errors.txt
optionalParamAssignmentCompat.js
optionalParamInOverride.js
optionalParamInOverride.types
optionalParamReferencingOtherParams1.js
optionalParamReferencingOtherParams1.types
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
optionalPropertiesTest.js
optionalSetterParam.errors.txt
orderMattersForSignatureGroupIdentity.errors.txt
orderMattersForSignatureGroupIdentity.js
out-flag.js
out-flag.js.map
out-flag.sourcemap.txt
out-flag.types
overEagerReturnTypeSpecialization.errors.txt
overEagerReturnTypeSpecialization.js
overload1.errors.txt
overload1.js
overload2.js
overload2.types
overloadAssignmentCompat.errors.txt
overloadAssignmentCompat.js
overloadBindingAcrossDeclarationBoundaries.js
overloadBindingAcrossDeclarationBoundaries.types
overloadBindingAcrossDeclarationBoundaries2.js
overloadBindingAcrossDeclarationBoundaries2.types
overloadCallTest.js
overloadCallTest.types
overloadCrash.js
overloadCrash.types
overloadedStaticMethodSpecialization.js
overloadedStaticMethodSpecialization.types
overloadEquivalenceWithStatics.js
overloadEquivalenceWithStatics.types
overloadGenericFunctionWithRestArgs.js Accepting new baselines 2014-12-04 17:43:51 -08:00
overloadGenericFunctionWithRestArgs.types
overloadingOnConstants1.errors.txt
overloadingOnConstants1.js
overloadingOnConstants2.errors.txt
overloadingOnConstants2.js
overloadingOnConstantsInImplementation.errors.txt
overloadingOnConstantsInImplementation.js
overloadingStaticFunctionsInFunctions.errors.txt
overloadModifiersMustAgree.errors.txt
overloadModifiersMustAgree.js
overloadOnConstantsInvalidOverload1.errors.txt
overloadOnConstantsInvalidOverload1.js
overloadOnConstAsTypeAnnotation.errors.txt
overloadOnConstConstraintChecks1.js
overloadOnConstConstraintChecks1.types
overloadOnConstConstraintChecks2.js
overloadOnConstConstraintChecks2.types
overloadOnConstConstraintChecks3.js
overloadOnConstConstraintChecks3.types
overloadOnConstConstraintChecks4.errors.txt
overloadOnConstConstraintChecks4.js
overloadOnConstDuplicateOverloads1.errors.txt
overloadOnConstDuplicateOverloads1.js
overloadOnConstInBaseWithBadImplementationInDerived.errors.txt
overloadOnConstInBaseWithBadImplementationInDerived.js
overloadOnConstInCallback1.errors.txt
overloadOnConstInCallback1.js
overloadOnConstInheritance1.js
overloadOnConstInheritance1.types
overloadOnConstInheritance2.errors.txt
overloadOnConstInheritance2.js
overloadOnConstInheritance3.errors.txt
overloadOnConstInheritance3.js
overloadOnConstInheritance4.errors.txt
overloadOnConstInheritance4.js
overloadOnConstInObjectLiteralImplementingAnInterface.errors.txt
overloadOnConstInObjectLiteralImplementingAnInterface.js
overloadOnConstNoAnyImplementation.errors.txt
overloadOnConstNoAnyImplementation.js
overloadOnConstNoAnyImplementation2.errors.txt
overloadOnConstNoAnyImplementation2.js
overloadOnConstNoNonSpecializedSignature.errors.txt
overloadOnConstNoNonSpecializedSignature.js
overloadOnConstNoStringImplementation.errors.txt
overloadOnConstNoStringImplementation.js
overloadOnConstNoStringImplementation2.errors.txt
overloadOnConstNoStringImplementation2.js
overloadOnGenericArity.js
overloadOnGenericArity.types
overloadOnGenericClassAndNonGenericClass.js
overloadOnGenericClassAndNonGenericClass.types
overloadResolution.errors.txt
overloadResolution.js
overloadResolutionClassConstructors.errors.txt
overloadResolutionClassConstructors.js
overloadResolutionConstructors.errors.txt
overloadResolutionConstructors.js
overloadResolutionOnDefaultConstructor1.errors.txt
overloadResolutionOnDefaultConstructor1.js
overloadResolutionOverCTLambda.errors.txt
overloadResolutionOverCTLambda.js
overloadResolutionOverNonCTLambdas.js Accepting new baselines 2014-12-04 17:43:51 -08:00
overloadResolutionOverNonCTLambdas.types
overloadResolutionOverNonCTObjectLit.js
overloadResolutionOverNonCTObjectLit.types
overloadResolutionTest1.errors.txt
overloadResolutionTest1.js
overloadResolutionWithAny.js
overloadResolutionWithAny.types
overloadresolutionWithConstraintCheckingDeferred.errors.txt
overloadresolutionWithConstraintCheckingDeferred.js
overloadRet.js
overloadRet.types
overloadReturnTypes.js
overloadReturnTypes.types
overloadsAndTypeArgumentArity.js
overloadsAndTypeArgumentArity.types
overloadsAndTypeArgumentArityErrors.errors.txt
overloadsAndTypeArgumentArityErrors.js
overloadsInDifferentContainersDisagreeOnAmbient.errors.txt
overloadsInDifferentContainersDisagreeOnAmbient.js
overloadsWithConstraints.js
overloadsWithConstraints.types
overloadsWithinClasses.errors.txt
overloadsWithinClasses.js
overloadsWithProvisionalErrors.errors.txt
overloadsWithProvisionalErrors.js
overloadWithCallbacksWithDifferingOptionalityOnArgs.js
overloadWithCallbacksWithDifferingOptionalityOnArgs.types
overridingPrivateStaticMembers.errors.txt
overridingPrivateStaticMembers.js
parameterInitializersForwardReferencing.errors.txt Merge branch 'master' into conformanceTests-624 2014-11-25 14:18:17 -08:00
parameterInitializersForwardReferencing.js
ParameterList4.errors.txt
ParameterList4.js
ParameterList5.errors.txt
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
parameterPropertyInitializerInInitializers.types
parameterPropertyOutsideConstructor.errors.txt
parameterPropertyOutsideConstructor.js
parameterPropertyReferencingOtherParameter.js
parameterPropertyReferencingOtherParameter.types
parameterReferencesOtherParameter1.js
parameterReferencesOtherParameter1.types
parameterReferencesOtherParameter2.js
parameterReferencesOtherParameter2.types
parametersWithNoAnnotationAreAny.js
parametersWithNoAnnotationAreAny.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
paramPropertiesInSignatures.errors.txt
paramPropertiesInSignatures.js
parenthesizedTypes.js
parenthesizedTypes.types
parse1.errors.txt
parse2.errors.txt
parseErrorInHeritageClause1.errors.txt Merge branch 'master' into lessDirectCallsToError 2014-12-01 17:42:59 -08:00
parseIncompleteBinaryExpression1.errors.txt Update and add test cases 2014-12-08 15:47:24 -08:00
parser0_004152.errors.txt
parser10.1.1-8gs.errors.txt
parser15.4.4.14-9-2.errors.txt
parser15.4.4.14-9-2.js
parser509534.errors.txt
parser509534.js
parser509546.errors.txt
parser509546_1.errors.txt
parser509546_2.errors.txt
parser509618.errors.txt
parser509630.errors.txt
parser509667.errors.txt
parser509668.errors.txt
parser509669.errors.txt
parser509677.js
parser509677.types
parser509693.errors.txt
parser509693.js
parser509698.errors.txt
parser509698.js
parser512084.errors.txt
parser512097.errors.txt
parser512325.errors.txt
parser519458.errors.txt
parser521128.errors.txt
parser536727.errors.txt
parser536727.js
parser537152.js
parser537152.types
parser553699.errors.txt
parser553699.js
parser566700.errors.txt
parser579071.js
parser579071.types
parser585151.errors.txt
parser596700.js
parser596700.types
parser618973.errors.txt
parser630933.js
parser630933.types
parser642331.js
parser642331.types
parser642331_1.errors.txt
parser643728.js
parser643728.types
parser645086_1.errors.txt Revert changes to resources. 2014-11-20 13:36:43 -08:00
parser645086_2.errors.txt Revert changes to resources. 2014-11-20 13:36:43 -08:00
parser645086_3.js
parser645086_3.types
parser645086_4.js
parser645086_4.types
parser645484.js
parser645484.types
parser768531.js
parser768531.types
parser_breakInIterationOrSwitchStatement1.js
parser_breakInIterationOrSwitchStatement1.types
parser_breakInIterationOrSwitchStatement2.js
parser_breakInIterationOrSwitchStatement2.types
parser_breakInIterationOrSwitchStatement3.js
parser_breakInIterationOrSwitchStatement3.types
parser_breakInIterationOrSwitchStatement4.errors.txt
parser_breakInIterationOrSwitchStatement4.js
parser_breakNotInIterationOrSwitchStatement1.errors.txt
parser_breakNotInIterationOrSwitchStatement2.errors.txt
parser_breakTarget1.js
parser_breakTarget1.types
parser_breakTarget2.js
parser_breakTarget2.types
parser_breakTarget3.js
parser_breakTarget3.types
parser_breakTarget4.js
parser_breakTarget4.types
parser_breakTarget5.errors.txt
parser_breakTarget6.errors.txt
parser_continueInIterationStatement1.js
parser_continueInIterationStatement1.types
parser_continueInIterationStatement2.js
parser_continueInIterationStatement2.types
parser_continueInIterationStatement3.js
parser_continueInIterationStatement3.types
parser_continueInIterationStatement4.errors.txt
parser_continueInIterationStatement4.js
parser_continueLabel.js
parser_continueLabel.types
parser_continueNotInIterationStatement1.errors.txt
parser_continueNotInIterationStatement2.errors.txt
parser_continueNotInIterationStatement3.errors.txt
parser_continueNotInIterationStatement4.errors.txt
parser_continueTarget1.errors.txt
parser_continueTarget2.js
parser_continueTarget2.types
parser_continueTarget3.js
parser_continueTarget3.types
parser_continueTarget4.js
parser_continueTarget4.types
parser_continueTarget5.errors.txt
parser_continueTarget6.errors.txt
parser_duplicateLabel1.errors.txt
parser_duplicateLabel2.errors.txt
parser_duplicateLabel3.js
parser_duplicateLabel3.types
parser_duplicateLabel4.js
parser_duplicateLabel4.types
parserAccessibilityAfterStatic1.errors.txt
parserAccessibilityAfterStatic2.js
parserAccessibilityAfterStatic2.types
parserAccessibilityAfterStatic3.js
parserAccessibilityAfterStatic3.types
parserAccessibilityAfterStatic4.js
parserAccessibilityAfterStatic4.types
parserAccessibilityAfterStatic5.js
parserAccessibilityAfterStatic5.types
parserAccessibilityAfterStatic6.errors.txt
parserAccessibilityAfterStatic7.errors.txt
parserAccessibilityAfterStatic10.errors.txt
parserAccessibilityAfterStatic11.js
parserAccessibilityAfterStatic11.types
parserAccessibilityAfterStatic14.js
parserAccessibilityAfterStatic14.types
parserAccessors1.errors.txt
parserAccessors1.js
parserAccessors2.js
parserAccessors2.types
parserAccessors3.errors.txt
parserAccessors3.js
parserAccessors4.js
parserAccessors4.types
parserAccessors5.errors.txt Check node for errors before recursing. 2014-11-20 13:48:23 -08:00
parserAccessors6.errors.txt
parserAccessors7.errors.txt
parserAccessors8.errors.txt
parserAccessors9.errors.txt
parserAccessors10.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
parserAdditiveExpression1.errors.txt
parserAdditiveExpression1.js
parserAmbiguity1.errors.txt
parserAmbiguity1.js
parserAmbiguity2.errors.txt
parserAmbiguity2.js
parserAmbiguity3.errors.txt
parserAmbiguity3.js
parserAmbiguityWithBinaryOperator1.js Update and add test cases 2014-12-08 15:47:24 -08:00
parserAmbiguityWithBinaryOperator1.types Update and add test cases 2014-12-08 15:47:24 -08:00
parserAmbiguityWithBinaryOperator2.js Update and add test cases 2014-12-08 15:47:24 -08:00
parserAmbiguityWithBinaryOperator2.types Update and add test cases 2014-12-08 15:47:24 -08:00
parserAmbiguityWithBinaryOperator3.js Update and add test cases 2014-12-08 15:47:24 -08:00
parserAmbiguityWithBinaryOperator3.types Update and add test cases 2014-12-08 15:47:24 -08:00
parserAmbiguityWithBinaryOperator4.errors.txt Update and add test cases 2014-12-08 15:47:24 -08:00
parserAmbiguityWithBinaryOperator4.js Update and add test cases 2014-12-08 15:47:24 -08:00
parserArgumentList1.errors.txt
parserArrayLiteralExpression1.js
parserArrayLiteralExpression1.types
parserArrayLiteralExpression2.js
parserArrayLiteralExpression2.types
parserArrayLiteralExpression3.js
parserArrayLiteralExpression3.types
parserArrayLiteralExpression4.js
parserArrayLiteralExpression4.types
parserArrayLiteralExpression5.js
parserArrayLiteralExpression5.types
parserArrayLiteralExpression6.js
parserArrayLiteralExpression6.types
parserArrayLiteralExpression7.js
parserArrayLiteralExpression7.types
parserArrayLiteralExpression8.js
parserArrayLiteralExpression8.types
parserArrayLiteralExpression9.js
parserArrayLiteralExpression9.types
parserArrayLiteralExpression10.js
parserArrayLiteralExpression10.types
parserArrayLiteralExpression11.js
parserArrayLiteralExpression11.types
parserArrayLiteralExpression12.js
parserArrayLiteralExpression12.types
parserArrayLiteralExpression13.js
parserArrayLiteralExpression13.types
parserArrayLiteralExpression14.js
parserArrayLiteralExpression14.types
parserArrayLiteralExpression15.js
parserArrayLiteralExpression15.types
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
parserCastVersusArrowFunction1.js
parserCatchClauseWithTypeAnnotation1.errors.txt
parserClass1.errors.txt
parserClass2.errors.txt
parserClassDeclaration1.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
parserClassDeclaration2.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
parserClassDeclaration3.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
parserClassDeclaration4.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
parserClassDeclaration5.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
parserClassDeclaration6.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
parserClassDeclaration7.d.types
parserClassDeclaration7.errors.txt
parserClassDeclaration8.errors.txt
parserClassDeclaration8.js
parserClassDeclaration9.errors.txt
parserClassDeclaration9.js
parserClassDeclaration10.errors.txt
parserClassDeclaration10.js
parserClassDeclaration11.errors.txt
parserClassDeclaration11.js
parserClassDeclaration12.errors.txt
parserClassDeclaration12.js
parserClassDeclaration13.errors.txt
parserClassDeclaration13.js
parserClassDeclaration14.errors.txt
parserClassDeclaration14.js
parserClassDeclaration15.errors.txt
parserClassDeclaration15.js
parserClassDeclaration16.js
parserClassDeclaration16.types
parserClassDeclaration17.js
parserClassDeclaration17.types
parserClassDeclaration18.errors.txt
parserClassDeclaration19.js
parserClassDeclaration19.types
parserClassDeclaration20.js
parserClassDeclaration20.types
parserClassDeclaration21.errors.txt
parserClassDeclaration21.js
parserClassDeclaration22.errors.txt
parserClassDeclaration22.js
parserClassDeclaration23.js
parserClassDeclaration23.types
parserClassDeclaration24.errors.txt
parserClassDeclaration24.js
parserClassDeclaration25.errors.txt
parserClassDeclaration25.js
parserClassDeclaration26.js
parserClassDeclaration26.types
parserClassDeclarationIndexSignature1.js
parserClassDeclarationIndexSignature1.types
parserCommaInTypeMemberList1.errors.txt
parserCommaInTypeMemberList2.errors.txt Update and add test cases 2014-12-08 15:47:24 -08:00
parserComputedPropertyName1.errors.txt Add parser tests for computed properties 2014-11-25 16:08:53 -08:00
parserComputedPropertyName2.js Emit tests for computed properties 2014-11-25 16:08:58 -08:00
parserComputedPropertyName2.types Accept type baselines (will verify when computed properties are typechecked) 2014-11-26 20:15:36 -08:00
parserComputedPropertyName3.js Emit FunctionPropertyAssignments in their native form when emitting in ES6 mode. 2014-12-03 02:09:15 -08:00
parserComputedPropertyName3.types Don't rewrite function property assignments in the AST. 2014-12-03 01:46:04 -08:00
parserComputedPropertyName4.js Emit tests for computed properties 2014-11-25 16:08:58 -08:00
parserComputedPropertyName4.types Accept type baselines (will verify when computed properties are typechecked) 2014-11-26 20:15:36 -08:00
parserComputedPropertyName5.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
parserComputedPropertyName6.js Emit tests for computed properties 2014-11-25 16:08:58 -08:00
parserComputedPropertyName6.types Accept type baselines (will verify when computed properties are typechecked) 2014-11-26 20:15:36 -08:00
parserComputedPropertyName7.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserComputedPropertyName8.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserComputedPropertyName9.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserComputedPropertyName10.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserComputedPropertyName11.errors.txt Checker refactor for FunctionLike and VariableOrProperty 2014-11-25 16:09:05 -08:00
parserComputedPropertyName12.js Emit tests for computed properties 2014-11-25 16:08:58 -08:00
parserComputedPropertyName12.types Accept type baselines (will verify when computed properties are typechecked) 2014-11-26 20:15:36 -08:00
parserComputedPropertyName13.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName14.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName15.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName16.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserComputedPropertyName17.js Emit tests for computed properties 2014-11-25 16:08:58 -08:00
parserComputedPropertyName17.types Accept type baselines (will verify when computed properties are typechecked) 2014-11-26 20:15:36 -08:00
parserComputedPropertyName18.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName19.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName20.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName21.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName22.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserComputedPropertyName23.errors.txt Add parser tests for computed properties 2014-11-25 16:08:53 -08:00
parserComputedPropertyName24.js Emit tests for computed properties 2014-11-25 16:08:58 -08:00
parserComputedPropertyName24.types Accept type baselines (will verify when computed properties are typechecked) 2014-11-26 20:15:36 -08:00
parserComputedPropertyName25.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserComputedPropertyName26.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserComputedPropertyName27.errors.txt Add parser tests for computed properties 2014-11-25 16:08:53 -08:00
parserComputedPropertyName28.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserComputedPropertyName29.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserComputedPropertyName30.errors.txt Add parser tests for computed properties 2014-11-25 16:08:53 -08:00
parserComputedPropertyName31.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserComputedPropertyName32.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserComputedPropertyName33.errors.txt Add parser tests for computed properties 2014-11-25 16:08:53 -08:00
parserComputedPropertyName34.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserComputedPropertyName35.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName36.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName37.js Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName37.types Accept type baselines (will verify when computed properties are typechecked) 2014-11-26 20:15:36 -08:00
parserComputedPropertyName38.js Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName38.types Accept type baselines (will verify when computed properties are typechecked) 2014-11-26 20:15:36 -08:00
parserComputedPropertyName39.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName40.js Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName40.types Accept type baselines (will verify when computed properties are typechecked) 2014-11-26 20:15:36 -08:00
parserComputedPropertyName41.js Address feedback 2014-11-26 20:10:49 -08:00
parserComputedPropertyName41.types Accept type baselines (will verify when computed properties are typechecked) 2014-11-26 20:15:36 -08:00
parserConditionalExpression1.errors.txt
parserConditionalExpression1.js
parserConstructorAmbiguity1.errors.txt
parserConstructorAmbiguity1.js
parserConstructorAmbiguity2.errors.txt
parserConstructorAmbiguity2.js
parserConstructorAmbiguity3.errors.txt Improve the flexibility of speculative parsing. 2014-12-04 08:53:45 -08:00
parserConstructorAmbiguity4.errors.txt
parserConstructorAmbiguity4.js
parserConstructorDeclaration1.js
parserConstructorDeclaration1.types
parserConstructorDeclaration2.errors.txt
parserConstructorDeclaration3.errors.txt
parserConstructorDeclaration4.errors.txt
parserConstructorDeclaration5.errors.txt
parserConstructorDeclaration6.errors.txt
parserConstructorDeclaration7.errors.txt move checking modifiers out of parser 2014-11-19 19:22:39 -08:00
parserConstructorDeclaration8.errors.txt
parserConstructorDeclaration9.errors.txt
parserConstructorDeclaration10.errors.txt
parserConstructorDeclaration11.errors.txt
parserConstructorDeclaration12.errors.txt
parserContinueStatement1.d.errors.txt
parserDebuggerStatement1.d.errors.txt
parserDebuggerStatement1.js
parserDebuggerStatement1.types
parserDebuggerStatement2.js
parserDebuggerStatement2.types
parserDoStatement1.d.errors.txt
parserDoStatement2.js
parserDoStatement2.types
parserEmptyFile1.js
parserEmptyFile1.types
parserEmptyParenthesizedExpression1.errors.txt
parserEmptyStatement1.d.errors.txt
parserEmptyStatement1.js
parserEmptyStatement1.types
parserEnum1.errors.txt
parserEnum2.errors.txt
parserEnum3.errors.txt
parserEnum4.errors.txt
parserEnum5.errors.txt
parserEnum6.js
parserEnum6.types
parserEnum7.errors.txt
parserEnum7.js
parserEnumDeclaration1.js
parserEnumDeclaration1.types
parserEnumDeclaration2.d.types
parserEnumDeclaration2.errors.txt
parserEnumDeclaration3.d.errors.txt
parserEnumDeclaration3.js
parserEnumDeclaration3.types
parserEnumDeclaration4.errors.txt
parserEnumDeclaration5.js
parserEnumDeclaration5.types
parserEnumDeclaration6.errors.txt
parserEqualsGreaterThanAfterFunction1.errors.txt
parserEqualsGreaterThanAfterFunction2.errors.txt
parserErrantAccessibilityModifierInModule1.errors.txt
parserErrantEqualsGreaterThanAfterFunction1.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
parserErrantEqualsGreaterThanAfterFunction2.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
parserErrantSemicolonInClass1.errors.txt
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 Update and add test cases 2014-12-08 15:47:24 -08:00
parserErrorRecovery_Block3.errors.txt
parserErrorRecovery_ClassElement1.errors.txt
parserErrorRecovery_ClassElement2.errors.txt
parserErrorRecovery_ClassElement3.errors.txt Update and add test cases 2014-12-08 15:47:24 -08:00
parserErrorRecovery_Expression1.errors.txt
parserErrorRecovery_ExtendsOrImplementsClause1.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
parserErrorRecovery_ExtendsOrImplementsClause2.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
parserErrorRecovery_ExtendsOrImplementsClause3.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
parserErrorRecovery_ExtendsOrImplementsClause4.errors.txt
parserErrorRecovery_ExtendsOrImplementsClause5.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
parserErrorRecovery_ExtendsOrImplementsClause6.errors.txt
parserErrorRecovery_IncompleteMemberVariable1.errors.txt
parserErrorRecovery_IncompleteMemberVariable2.errors.txt
parserErrorRecovery_LeftShift1.errors.txt
parserErrorRecovery_ModuleElement1.errors.txt
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 Accepting new baselines 2014-11-28 10:06:43 -08:00
parserErrorRecovery_ParameterList2.errors.txt Accepting new baselines 2014-11-28 10:06:43 -08:00
parserErrorRecovery_ParameterList3.errors.txt
parserErrorRecovery_ParameterList4.errors.txt Update and add test cases 2014-12-08 15:47:24 -08:00
parserErrorRecovery_ParameterList5.errors.txt Accepting new baselines 2014-11-28 10:06:43 -08:00
parserErrorRecovery_ParameterList6.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
parserErrorRecovery_SourceUnit1.errors.txt
parserErrorRecovery_SwitchStatement1.errors.txt
parserErrorRecovery_SwitchStatement2.errors.txt
parserErrorRecovery_VariableList1.errors.txt
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
parserES3Accessors2.errors.txt
parserES3Accessors3.errors.txt
parserES3Accessors4.errors.txt
parserES5ComputedPropertyName1.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserES5ComputedPropertyName2.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserES5ComputedPropertyName3.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserES5ComputedPropertyName4.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserES5ComputedPropertyName5.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserES5ComputedPropertyName6.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserES5ComputedPropertyName7.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserES5ComputedPropertyName8.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserES5ComputedPropertyName9.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserES5ComputedPropertyName10.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
parserES5ComputedPropertyName11.errors.txt Checker refactor for FunctionLike and VariableOrProperty 2014-11-25 16:09:05 -08:00
parserExportAsFunctionIdentifier.js
parserExportAsFunctionIdentifier.types
parserExportAssignment1.errors.txt
parserExportAssignment2.errors.txt
parserExportAssignment3.errors.txt
parserExportAssignment4.errors.txt
parserExportAssignment5.errors.txt Better spans for import/export errors. 2014-11-20 14:27:09 -08:00
parserExportAssignment6.errors.txt
parserExportAssignment6.js
parserExportAssignment7.errors.txt
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
parserForInStatement5.js
parserForInStatement6.errors.txt
parserForInStatement7.errors.txt
parserForStatement1.d.errors.txt
parserForStatement2.errors.txt
parserForStatement2.js
parserForStatement3.errors.txt
parserForStatement3.js
parserForStatement4.errors.txt
parserForStatement4.js
parserForStatement5.errors.txt
parserForStatement5.js
parserForStatement6.errors.txt
parserForStatement6.js
parserForStatement7.errors.txt
parserForStatement7.js
parserForStatement8.errors.txt
parserForStatement8.js
parserFunctionDeclaration1.d.types
parserFunctionDeclaration1.errors.txt
parserFunctionDeclaration2.d.errors.txt
parserFunctionDeclaration2.errors.txt
parserFunctionDeclaration3.errors.txt
parserFunctionDeclaration3.js
parserFunctionDeclaration4.errors.txt
parserFunctionDeclaration4.js
parserFunctionDeclaration5.js
parserFunctionDeclaration5.types
parserFunctionDeclaration6.errors.txt
parserFunctionDeclaration6.js
parserFunctionDeclaration7.errors.txt
parserFunctionDeclaration7.js
parserFunctionDeclaration8.js
parserFunctionDeclaration8.types
parserFunctionPropertyAssignment1.js
parserFunctionPropertyAssignment1.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
parserFunctionPropertyAssignment2.js
parserFunctionPropertyAssignment2.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
parserFunctionPropertyAssignment3.js
parserFunctionPropertyAssignment3.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
parserFunctionPropertyAssignment4.js
parserFunctionPropertyAssignment4.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
parserFuzz1.errors.txt
parserGenericClass1.js
parserGenericClass1.types
parserGenericClass2.js
parserGenericClass2.types
parserGenericConstraint1.js
parserGenericConstraint1.types
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
parserGenericsInTypeContexts1.js
parserGenericsInTypeContexts2.errors.txt
parserGenericsInTypeContexts2.js
parserGenericsInVariableDeclaration1.errors.txt
parserGenericsInVariableDeclaration1.js
parserGetAccessorWithTypeParameters1.errors.txt
parserGreaterThanTokenAmbiguity1.js
parserGreaterThanTokenAmbiguity1.types
parserGreaterThanTokenAmbiguity2.errors.txt
parserGreaterThanTokenAmbiguity3.errors.txt
parserGreaterThanTokenAmbiguity4.errors.txt
parserGreaterThanTokenAmbiguity5.js
parserGreaterThanTokenAmbiguity5.types
parserGreaterThanTokenAmbiguity6.js
parserGreaterThanTokenAmbiguity6.types
parserGreaterThanTokenAmbiguity7.errors.txt
parserGreaterThanTokenAmbiguity8.errors.txt
parserGreaterThanTokenAmbiguity9.errors.txt
parserGreaterThanTokenAmbiguity10.js
parserGreaterThanTokenAmbiguity10.types
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
parserIndexMemberDeclaration1.types
parserIndexMemberDeclaration2.js
parserIndexMemberDeclaration2.types
parserIndexMemberDeclaration3.js
parserIndexMemberDeclaration3.types
parserIndexMemberDeclaration4.js
parserIndexMemberDeclaration4.types
parserIndexMemberDeclaration5.errors.txt
parserIndexMemberDeclaration6.errors.txt
parserIndexMemberDeclaration7.errors.txt
parserIndexMemberDeclaration8.errors.txt
parserIndexMemberDeclaration9.errors.txt move checking modifiers out of parser 2014-11-19 19:22:39 -08:00
parserIndexMemberDeclaration10.errors.txt move checking modifiers out of parser 2014-11-19 19:22:39 -08:00
parserIndexSignature1.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
parserIndexSignature2.errors.txt
parserIndexSignature3.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
parserIndexSignature4.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserIndexSignature5.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserIndexSignature6.errors.txt
parserIndexSignature7.errors.txt
parserIndexSignature8.errors.txt
parserIndexSignature9.errors.txt
parserIndexSignature10.errors.txt
parserIndexSignature11.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
parserInExpression1.errors.txt
parserInExpression1.js
parserInterfaceDeclaration1.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
parserInterfaceDeclaration2.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
parserInterfaceDeclaration3.errors.txt
parserInterfaceDeclaration4.errors.txt
parserInterfaceDeclaration5.errors.txt
parserInterfaceDeclaration6.errors.txt
parserInterfaceDeclaration7.errors.txt
parserInterfaceDeclaration8.errors.txt
parserInterfaceDeclaration8.js
parserInterfaceKeywordInEnum.js
parserInterfaceKeywordInEnum.types
parserInterfaceKeywordInEnum1.js
parserInterfaceKeywordInEnum1.types
parserInvalidIdentifiersInVariableStatements1.errors.txt
parserInvocationOfMemberAccessOffOfObjectCreationExpression1.errors.txt
parserInvocationOfMemberAccessOffOfObjectCreationExpression1.js
parserKeywordsAsIdentifierName1.js
parserKeywordsAsIdentifierName1.types
parserKeywordsAsIdentifierName2.errors.txt
parserLabeledStatement1.d.errors.txt
parserMemberAccessAfterPostfixExpression1.errors.txt
parserMemberAccessExpression1.errors.txt Improve the flexibility of speculative parsing. 2014-12-04 08:53:45 -08:00
parserMemberAccessOffOfGenericType1.errors.txt Improve the flexibility of speculative parsing. 2014-12-04 08:53:45 -08:00
parserMemberAccessor1.errors.txt
parserMemberAccessor1.js
parserMemberAccessorDeclaration1.errors.txt
parserMemberAccessorDeclaration1.js
parserMemberAccessorDeclaration2.errors.txt
parserMemberAccessorDeclaration2.js
parserMemberAccessorDeclaration3.errors.txt
parserMemberAccessorDeclaration3.js
parserMemberAccessorDeclaration4.js
parserMemberAccessorDeclaration4.types
parserMemberAccessorDeclaration5.js
parserMemberAccessorDeclaration5.types
parserMemberAccessorDeclaration6.js
parserMemberAccessorDeclaration6.types
parserMemberAccessorDeclaration7.errors.txt
parserMemberAccessorDeclaration8.errors.txt
parserMemberAccessorDeclaration9.errors.txt
parserMemberAccessorDeclaration10.errors.txt
parserMemberAccessorDeclaration11.errors.txt
parserMemberAccessorDeclaration12.errors.txt
parserMemberAccessorDeclaration13.errors.txt
parserMemberAccessorDeclaration14.errors.txt
parserMemberAccessorDeclaration15.errors.txt
parserMemberAccessorDeclaration16.errors.txt
parserMemberAccessorDeclaration17.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
parserMemberAccessorDeclaration18.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
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
parserMethodSignature1.types
parserMethodSignature2.js
parserMethodSignature2.types
parserMethodSignature3.js
parserMethodSignature3.types
parserMethodSignature4.js
parserMethodSignature4.types
parserMethodSignature5.js
parserMethodSignature5.types
parserMethodSignature6.js
parserMethodSignature6.types
parserMethodSignature7.js
parserMethodSignature7.types
parserMethodSignature8.js
parserMethodSignature8.types
parserMethodSignature9.js
parserMethodSignature9.types
parserMethodSignature10.js
parserMethodSignature10.types
parserMethodSignature11.js
parserMethodSignature11.types
parserMethodSignature12.js
parserMethodSignature12.types
parserMissingLambdaOpenBrace1.errors.txt
parserMissingToken1.errors.txt
parserMissingToken2.errors.txt Revert changes to resources. 2014-11-20 13:36:43 -08:00
parserModifierOnPropertySignature1.errors.txt
parserModifierOnPropertySignature2.js
parserModifierOnPropertySignature2.types
parserModifierOnStatementInBlock1.errors.txt
parserModifierOnStatementInBlock2.errors.txt Understand and handle modifiers on function declarations and variable statements within blocks. 2014-12-10 18:52:56 -08:00
parserModifierOnStatementInBlock3.errors.txt
parserModifierOnStatementInBlock4.errors.txt
parserModule1.errors.txt
parserModuleDeclaration1.d.errors.txt
parserModuleDeclaration1.errors.txt
parserModuleDeclaration2.d.errors.txt
parserModuleDeclaration2.js
parserModuleDeclaration2.types
parserModuleDeclaration3.d.types
parserModuleDeclaration3.errors.txt
parserModuleDeclaration4.d.errors.txt move checking modifiers out of parser 2014-11-19 19:22:39 -08:00
parserModuleDeclaration4.js
parserModuleDeclaration4.types
parserModuleDeclaration5.errors.txt
parserModuleDeclaration6.js
parserModuleDeclaration6.types
parserModuleDeclaration7.js
parserModuleDeclaration7.types
parserModuleDeclaration8.js
parserModuleDeclaration8.types
parserModuleDeclaration9.js
parserModuleDeclaration9.types
parserModuleDeclaration10.errors.txt
parserModuleDeclaration10.js
parserModuleDeclaration11.js
parserModuleDeclaration11.types
parserModuleDeclaration12.js
parserModuleDeclaration12.types
parserNoASIOnCallAfterFunctionExpression1.errors.txt
parserNoASIOnCallAfterFunctionExpression1.js
parserNotHexLiteral1.errors.txt
parserNotHexLiteral1.js
parserNotRegex1.errors.txt
parserObjectCreation1.errors.txt
parserObjectCreation1.js
parserObjectCreation2.errors.txt
parserObjectCreation2.js
parserObjectCreationArrayLiteral1.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
parserObjectCreationArrayLiteral2.errors.txt
parserObjectCreationArrayLiteral2.js
parserObjectCreationArrayLiteral3.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
parserObjectCreationArrayLiteral4.errors.txt
parserObjectCreationArrayLiteral4.js
parserObjectLiterals1.js
parserObjectLiterals1.types
parserObjectType1.js
parserObjectType1.types
parserObjectType2.js
parserObjectType2.types
parserObjectType3.js
parserObjectType3.types
parserObjectType4.js
parserObjectType4.types
parserObjectType5.errors.txt
parserObjectType6.errors.txt
parserOptionalTypeMembers1.js
parserOptionalTypeMembers1.types
parserOverloadOnConstants1.errors.txt
parserOverloadOnConstants1.js
parserParameterList1.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
parserParameterList2.errors.txt
parserParameterList3.errors.txt
parserParameterList4.errors.txt
parserParameterList4.js
parserParameterList5.errors.txt
parserParameterList5.js
parserParameterList6.errors.txt
parserParameterList6.js
parserParameterList7.errors.txt
parserParameterList7.js
parserParameterList8.errors.txt
parserParameterList8.js
parserParameterList9.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
parserParameterList10.errors.txt
parserParameterList11.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
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 Remove 'missing' syntax kind. 2014-12-01 16:17:04 -08:00
parserPostfixUnaryExpression1.errors.txt Remove 'missing' syntax kind. 2014-12-01 16:17:04 -08:00
parserPropertySignature1.js
parserPropertySignature1.types
parserPropertySignature2.js
parserPropertySignature2.types
parserPropertySignature3.js
parserPropertySignature3.types
parserPropertySignature4.js
parserPropertySignature4.types
parserPropertySignature5.js
parserPropertySignature5.types
parserPropertySignature6.js
parserPropertySignature6.types
parserPropertySignature7.js
parserPropertySignature7.types
parserPropertySignature8.js
parserPropertySignature8.types
parserPropertySignature9.js
parserPropertySignature9.types
parserPropertySignature10.js
parserPropertySignature10.types
parserPropertySignature11.js
parserPropertySignature11.types
parserPropertySignature12.js
parserPropertySignature12.types
parserPublicBreak1.errors.txt
parserRealSource1.errors.txt
parserRealSource2.errors.txt
parserRealSource3.errors.txt
parserRealSource4.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
parserRealSource5.errors.txt
parserRealSource6.errors.txt
parserRealSource7.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
parserRealSource8.errors.txt
parserRealSource9.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
parserRealSource10.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
parserRealSource11.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
parserRealSource12.errors.txt
parserRealSource13.errors.txt
parserRealSource14.errors.txt
parserRegularExpression1.errors.txt
parserRegularExpression2.errors.txt
parserRegularExpression2.js
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 Revert changes to resources. 2014-11-20 13:36:43 -08:00
parserRegularExpressionDivideAmbiguity5.errors.txt
parserRegularExpressionDivideAmbiguity5.js
parserReturnStatement1.d.errors.txt
parserReturnStatement1.errors.txt
parserReturnStatement2.errors.txt
parserReturnStatement3.js
parserReturnStatement3.types
parserReturnStatement4.errors.txt
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 Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
parserS7.6.1.1_A1.10.types
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
parserSbp_7.9_A9_T3.types
parserSetAccessorWithTypeAnnotation1.errors.txt
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 Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
parserSkippedTokens17.errors.txt
parserSkippedTokens18.errors.txt
parserSkippedTokens19.errors.txt
parserSkippedTokens20.errors.txt
parserStatementIsNotAMemberVariableDeclaration1.errors.txt
parserStrictMode1.errors.txt
parserStrictMode1.js
parserStrictMode2.errors.txt
parserStrictMode3-negative.errors.txt
parserStrictMode3-negative.js
parserStrictMode3.errors.txt
parserStrictMode4.errors.txt
parserStrictMode5.errors.txt
parserStrictMode6-negative.errors.txt
parserStrictMode6-negative.js
parserStrictMode6.errors.txt
parserStrictMode7.errors.txt
parserStrictMode8.errors.txt
parserStrictMode9.errors.txt
parserStrictMode10.errors.txt
parserStrictMode11.errors.txt
parserStrictMode12.errors.txt
parserStrictMode13.errors.txt
parserStrictMode14.errors.txt
parserStrictMode15-negative.errors.txt
parserStrictMode15-negative.js
parserStrictMode15.errors.txt
parserStrictMode16.js
parserStrictMode16.types
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 Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
parserSyntaxWalker.generated.types
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
parserUnaryExpression6.types
parserUnaryExpression7.errors.txt
parserUnaryExpression7.js
parserUnfinishedTypeNameBeforeKeyword1.errors.txt Accepting new baselines 2014-11-28 10:06:43 -08:00
parserUnicode1.errors.txt
parserUnicode1.js
parserUnicode2.js
parserUnicode2.types
parserUnicode3.js
parserUnicode3.types
parserUnicodeWhitespaceCharacter1.js
parserUnicodeWhitespaceCharacter1.types
parserUnterminatedGeneric1.errors.txt
parserUnterminatedGeneric2.errors.txt
parserUsingConstructorAsIdentifier.errors.txt
parserUsingConstructorAsIdentifier.js
parserVariableDeclaration1.errors.txt
parserVariableDeclaration1.js
parserVariableDeclaration2.errors.txt
parserVariableDeclaration2.js
parserVariableDeclaration3.errors.txt
parserVariableDeclaration3.js
parserVariableDeclaration4.d.types
parserVariableDeclaration4.errors.txt
parserVariableDeclaration5.errors.txt
parserVariableDeclaration6.errors.txt
parserVariableDeclaration7.js
parserVariableDeclaration7.types
parserVariableDeclaration8.errors.txt
parserVariableDeclaration9.js
parserVariableDeclaration9.types
parserVariableDeclaration10.errors.txt
parserVariableDeclaration11.js
parserVariableDeclaration11.types
parserVariableStatement1.d.errors.txt
parserVariableStatement1.js
parserVariableStatement1.types
parserVariableStatement2.d.errors.txt
parserVariableStatement2.js
parserVariableStatement2.types
parserVariableStatement3.js
parserVariableStatement3.types
parserVariableStatement4.js
parserVariableStatement4.types
parserVoidExpression1.js
parserVoidExpression1.types
parservoidInQualifiedName0.js
parservoidInQualifiedName0.types
parservoidInQualifiedName1.errors.txt Don't explicitly call 'error' when parsing a type. 2014-12-01 03:15:51 -08:00
parservoidInQualifiedName2.errors.txt
parserWhileStatement1.d.errors.txt
parserWithStatement1.d.errors.txt
parserWithStatement2.errors.txt
parserX_ArrowFunction1.errors.txt
parserX_ArrowFunction2.errors.txt
parserX_ArrowFunction3.errors.txt Improve the flexibility of speculative parsing. 2014-12-04 08:53:45 -08:00
parserX_ArrowFunction4.js
parserX_ArrowFunction4.types
parserX_TypeArgumentList1.errors.txt Improve the flexibility of speculative parsing. 2014-12-04 08:53:45 -08:00
parseShortform.js
parseShortform.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
parseTypes.errors.txt
parseTypes.js
parsingClassRecoversWhenHittingUnexpectedSemicolon.errors.txt
partiallyAmbientClodule.js
partiallyAmbientClodule.types
partiallyAmbientFundule.js
partiallyAmbientFundule.types
plusOperatorInvalidOperations.errors.txt
plusOperatorWithAnyOtherType.errors.txt
plusOperatorWithAnyOtherType.js
plusOperatorWithBooleanType.js
plusOperatorWithBooleanType.types
plusOperatorWithEnumType.js
plusOperatorWithEnumType.types
plusOperatorWithNumberType.js
plusOperatorWithNumberType.types
plusOperatorWithStringType.js
plusOperatorWithStringType.types
prefixIncrementAsOperandOfPlusExpression.js
prefixIncrementAsOperandOfPlusExpression.types
preserveConstEnums.js
preserveConstEnums.types
prespecializedGenericMembers1.js
prespecializedGenericMembers1.types
primaryExpressionMods.errors.txt
primaryExpressionMods.js
primitiveConstraints1.errors.txt
primitiveConstraints1.js
primitiveConstraints2.errors.txt
primitiveConstraints2.js
primitiveMembers.errors.txt
primitiveTypeAsClassName.errors.txt
primitiveTypeAsClassName.js
primitiveTypeAsInterfaceName.errors.txt
primitiveTypeAsInterfaceName.js
primitiveTypeAsInterfaceNameGeneric.errors.txt
primitiveTypeAsInterfaceNameGeneric.js
primitiveTypeAsmoduleName.js
primitiveTypeAsmoduleName.types
primitiveTypeAssignment.errors.txt
primitiveTypeAssignment.js
primtiveTypesAreIdentical.js
primtiveTypesAreIdentical.types
privacyAccessorDeclFile.errors.txt
privacyAccessorDeclFile.js
privacyCannotNameAccessorDeclFile.errors.txt
privacyCannotNameAccessorDeclFile.js
privacyCannotNameVarTypeDeclFile.errors.txt
privacyCannotNameVarTypeDeclFile.js
privacyCheckAnonymousFunctionParameter.js
privacyCheckAnonymousFunctionParameter.types
privacyCheckAnonymousFunctionParameter2.js
privacyCheckAnonymousFunctionParameter2.types
privacyCheckCallbackOfInterfaceMethodWithTypeParameter.js
privacyCheckCallbackOfInterfaceMethodWithTypeParameter.types
privacyCheckExportAssignmentOnExportedGenericInterface1.js
privacyCheckExportAssignmentOnExportedGenericInterface1.types
privacyCheckExportAssignmentOnExportedGenericInterface2.js
privacyCheckExportAssignmentOnExportedGenericInterface2.types
privacyCheckExternalModuleExportAssignmentOfGenericClass.js
privacyCheckExternalModuleExportAssignmentOfGenericClass.types
privacyCheckOnTypeParameterReferenceInConstructorParameter.js
privacyCheckOnTypeParameterReferenceInConstructorParameter.types
privacyCheckTypeOfFunction.errors.txt
privacyCheckTypeOfFunction.js
privacyCheckTypeOfInvisibleModuleError.errors.txt
privacyCheckTypeOfInvisibleModuleError.js
privacyCheckTypeOfInvisibleModuleNoError.errors.txt
privacyCheckTypeOfInvisibleModuleNoError.js
privacyClass.js
privacyClass.types
privacyClassExtendsClauseDeclFile.errors.txt
privacyClassExtendsClauseDeclFile.js
privacyClassImplementsClauseDeclFile.errors.txt
privacyClassImplementsClauseDeclFile.js
privacyFunc.js
privacyFunc.types
privacyFunctionCannotNameParameterTypeDeclFile.errors.txt
privacyFunctionCannotNameParameterTypeDeclFile.js
privacyFunctionCannotNameReturnTypeDeclFile.errors.txt
privacyFunctionCannotNameReturnTypeDeclFile.js
privacyFunctionParameterDeclFile.errors.txt
privacyFunctionParameterDeclFile.js
privacyFunctionReturnTypeDeclFile.errors.txt
privacyFunctionReturnTypeDeclFile.js
privacyGetter.js
privacyGetter.types
privacyGloClass.js
privacyGloClass.types
privacyGloFunc.js
privacyGloFunc.types
privacyGloGetter.js
privacyGloGetter.types
privacyGloImport.errors.txt
privacyGloImport.js
privacyGloImportParseErrors.errors.txt Better spans for import/export errors. 2014-11-20 14:27:09 -08:00
privacyGloInterface.js
privacyGloInterface.types
privacyGloVar.js
privacyGloVar.types
privacyImport.errors.txt
privacyImport.js
privacyImportParseErrors.errors.txt Better spans for import/export errors. 2014-11-20 14:27:09 -08:00
privacyInterface.js
privacyInterface.types
privacyInterfaceExtendsClauseDeclFile.errors.txt
privacyInterfaceExtendsClauseDeclFile.js
privacyLocalInternalReferenceImportWithExport.errors.txt
privacyLocalInternalReferenceImportWithExport.js
privacyLocalInternalReferenceImportWithoutExport.errors.txt
privacyLocalInternalReferenceImportWithoutExport.js
privacyTopLevelAmbientExternalModuleImportWithExport.js
privacyTopLevelAmbientExternalModuleImportWithExport.types
privacyTopLevelAmbientExternalModuleImportWithoutExport.js
privacyTopLevelAmbientExternalModuleImportWithoutExport.types
privacyTopLevelInternalReferenceImportWithExport.errors.txt
privacyTopLevelInternalReferenceImportWithExport.js
privacyTopLevelInternalReferenceImportWithoutExport.errors.txt
privacyTopLevelInternalReferenceImportWithoutExport.js
privacyTypeParameterOfFunction.js
privacyTypeParameterOfFunction.types
privacyTypeParameterOfFunctionDeclFile.errors.txt
privacyTypeParameterOfFunctionDeclFile.js
privacyTypeParametersOfClass.js
privacyTypeParametersOfClass.types
privacyTypeParametersOfClassDeclFile.errors.txt
privacyTypeParametersOfClassDeclFile.js
privacyTypeParametersOfInterface.js
privacyTypeParametersOfInterface.types
privacyTypeParametersOfInterfaceDeclFile.errors.txt
privacyTypeParametersOfInterfaceDeclFile.js
privacyVar.js
privacyVar.types
privacyVarDeclFile.errors.txt
privacyVarDeclFile.js
privateAccessInSubclass1.errors.txt
privateAccessInSubclass1.js
privateClassPropertyAccessibleWithinClass.errors.txt
privateIndexer.errors.txt
privateIndexer2.errors.txt Support modifiers on object literal methods and accessors, and question tokens on object literal methods. 2014-12-10 22:30:40 -08:00
privateInstanceMemberAccessibility.errors.txt
privateInstanceVisibility.js
privateInstanceVisibility.types
privateInterfaceProperties.errors.txt
privateInterfaceProperties.js
privatePropertyUsingObjectType.js
privatePropertyUsingObjectType.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
privateStaticMemberAccessibility.errors.txt
privateStaticMemberAccessibility.js
privateStaticNotAccessibleInClodule.errors.txt
privateStaticNotAccessibleInClodule.js
privateStaticNotAccessibleInClodule2.errors.txt
privateStaticNotAccessibleInClodule2.js
privateVisibility.errors.txt
privateVisibility.js
privateVisibles.js
privateVisibles.types
promiseChaining.js
promiseChaining.types
promiseChaining1.errors.txt
promiseChaining1.js
promiseChaining2.errors.txt
promiseChaining2.js
promiseIdentity.js
promiseIdentity.types
promiseIdentity2.errors.txt
promiseIdentity2.js
promiseIdentityWithAny.js
promiseIdentityWithAny.types
promiseIdentityWithAny2.errors.txt
promiseIdentityWithAny2.js
promiseIdentityWithConstraints.js
promiseIdentityWithConstraints.types
promisePermutations.errors.txt
promisePermutations.js
promisePermutations2.errors.txt
promisePermutations2.js
promisePermutations3.errors.txt
promisePermutations3.js
promises.js
promises.types
promisesWithConstraints.js
promisesWithConstraints.types
promiseTest.js
promiseTest.types
promiseTypeInference.js
promiseTypeInference.types
propagationOfPromiseInitialization.js
propagationOfPromiseInitialization.types
properties.js
properties.js.map
properties.sourcemap.txt
properties.types
propertiesAndIndexers.errors.txt
propertiesAndIndexers.js
propertiesAndIndexers2.errors.txt
propertiesAndIndexers2.js
propertiesAndIndexersForNumericNames.errors.txt
propertiesAndIndexersForNumericNames.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
propertyAccess6.types
propertyAccess7.js
propertyAccess7.types
propertyAccessibility1.errors.txt
propertyAccessibility1.js
propertyAccessibility2.errors.txt
propertyAccessibility2.js
propertyAccessOnTypeParameterWithConstraints.js
propertyAccessOnTypeParameterWithConstraints.types
propertyAccessOnTypeParameterWithConstraints2.js
propertyAccessOnTypeParameterWithConstraints2.types
propertyAccessOnTypeParameterWithConstraints3.errors.txt
propertyAccessOnTypeParameterWithConstraints3.js
propertyAccessOnTypeParameterWithConstraints4.errors.txt
propertyAccessOnTypeParameterWithConstraints4.js
propertyAccessOnTypeParameterWithConstraints5.errors.txt
propertyAccessOnTypeParameterWithConstraints5.js
propertyAccessOnTypeParameterWithoutConstraints.js
propertyAccessOnTypeParameterWithoutConstraints.types
propertyAndAccessorWithSameName.errors.txt
propertyAndFunctionWithSameName.errors.txt
propertyAndFunctionWithSameName.js
propertyAssignment.errors.txt Address feedback 2014-11-26 20:10:49 -08:00
propertyIdentityWithPrivacyMismatch.errors.txt
propertyIdentityWithPrivacyMismatch.js
propertyNamedPrototype.errors.txt
propertyNamedPrototype.js
propertyNamesOfReservedWords.js
propertyNamesOfReservedWords.types
propertyNamesWithStringLiteral.js
propertyNamesWithStringLiteral.types
propertyNameWithoutTypeAnnotation.js
propertyNameWithoutTypeAnnotation.types
propertyOrdering.errors.txt
propertyOrdering.js
propertyOrdering2.errors.txt
propertyOrdering2.js
propertyParameterWithQuestionMark.errors.txt
propertyParameterWithQuestionMark.js
propertySignatures.errors.txt
propertySignatures.js
propertyWrappedInTry.errors.txt
Protected1.errors.txt
Protected2.errors.txt
Protected3.errors.txt
Protected4.errors.txt
Protected5.js
Protected5.types
Protected6.errors.txt
Protected7.errors.txt
Protected8.js
Protected8.types
Protected9.js
Protected9.types
protectedClassPropertyAccessibleWithinClass.js
protectedClassPropertyAccessibleWithinClass.types
protectedClassPropertyAccessibleWithinSubclass.js
protectedClassPropertyAccessibleWithinSubclass.types
protectedClassPropertyAccessibleWithinSubclass2.errors.txt
protectedClassPropertyAccessibleWithinSubclass2.js
protectedClassPropertyAccessibleWithinSubclass3.errors.txt
protectedClassPropertyAccessibleWithinSubclass3.js
protectedInstanceMemberAccessibility.errors.txt
protectedInstanceMemberAccessibility.js
protectedMembers.errors.txt
protectedStaticClassPropertyAccessibleWithinSubclass.errors.txt
protectedStaticClassPropertyAccessibleWithinSubclass.js
protectedStaticClassPropertyAccessibleWithinSubclass2.errors.txt
protectedStaticClassPropertyAccessibleWithinSubclass2.js
protectedStaticNotAccessibleInClodule.errors.txt
protectedStaticNotAccessibleInClodule.js
protoAsIndexInIndexExpression.js
protoAsIndexInIndexExpression.types
protoAssignment.errors.txt
protoAssignment.js
protoInIndexer.js
protoInIndexer.types
prototypeInstantiatedWithBaseConstraint.js
prototypeInstantiatedWithBaseConstraint.types
prototypeOnConstructorFunctions.js
prototypeOnConstructorFunctions.types
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
qualifiedName_ImportDeclarations-entity-names-referencing-a-var.types
qualify.errors.txt
qualify.js
quotedAccessorName1.errors.txt
quotedAccessorName2.errors.txt
quotedFunctionName1.js
quotedFunctionName1.types
quotedFunctionName2.js
quotedFunctionName2.types
quotedModuleNameMustBeAmbient.errors.txt
quotedPropertyName1.js
quotedPropertyName1.types
quotedPropertyName2.js
quotedPropertyName2.types
quotedPropertyName3.js
quotedPropertyName3.types
raiseErrorOnParameterProperty.errors.txt
raiseErrorOnParameterProperty.js
randomSemicolons1.js
randomSemicolons1.types
reassignStaticProp.errors.txt
reassignStaticProp.js
reboundBaseClassSymbol.js
reboundBaseClassSymbol.types
reboundIdentifierOnImportAlias.errors.txt
reboundIdentifierOnImportAlias.js
rectype.js
rectype.types
recur1.js
recur1.types
recursiveBaseCheck.errors.txt
recursiveBaseCheck.js
recursiveBaseCheck2.errors.txt
recursiveBaseCheck2.js
recursiveBaseCheck3.errors.txt
recursiveBaseCheck3.js
recursiveBaseCheck4.errors.txt
recursiveBaseCheck4.js
recursiveBaseCheck5.errors.txt
recursiveBaseCheck5.js
recursiveBaseCheck6.errors.txt
recursiveBaseCheck6.js
recursiveBaseConstructorCreation1.js
recursiveBaseConstructorCreation1.types
recursiveBaseConstructorCreation2.js
recursiveBaseConstructorCreation2.types
recursiveBaseConstructorCreation3.errors.txt
recursiveBaseConstructorCreation3.js
recursiveClassInstantiationsWithDefaultConstructors.js
recursiveClassInstantiationsWithDefaultConstructors.types
recursiveClassReferenceTest.errors.txt
recursiveClassReferenceTest.js
recursiveClassReferenceTest.js.map
recursiveClassReferenceTest.sourcemap.txt
recursiveCloduleReference.js
recursiveCloduleReference.types
recursiveComplicatedClasses.js
recursiveComplicatedClasses.types
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
recursiveExportAssignmentAndFindAliasedType7.types
recursiveFunctionTypes.errors.txt
recursiveFunctionTypes.js
recursiveFunctionTypes1.js
recursiveFunctionTypes1.types
recursiveGenericMethodCall.js
recursiveGenericMethodCall.types
recursiveGenericSignatureInstantiation.js
recursiveGenericSignatureInstantiation.types
recursiveGenericSignatureInstantiation2.js
recursiveGenericSignatureInstantiation2.types
recursiveGenericTypeHierarchy.errors.txt
recursiveGenericTypeHierarchy.js
recursiveGetterAccess.errors.txt
recursiveIdenticalAssignment.errors.txt
recursiveIdenticalAssignment.js
recursiveIdenticalOverloadResolution.js
recursiveIdenticalOverloadResolution.types
recursiveInference1.js
recursiveInference1.types
recursiveInferenceBug.errors.txt
recursiveInheritance.errors.txt
recursiveInheritance.js
recursiveInheritance2.js
recursiveInheritance2.types
recursiveInheritance3.errors.txt
recursiveInheritance3.js
recursiveInheritanceGeneric.errors.txt
recursiveInheritanceGeneric.js
recursiveInitializer.js
recursiveInitializer.types
recursivelySpecializedConstructorDeclaration.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
recursivelySpecializedConstructorDeclaration.types
recursiveMods.js
recursiveMods.types
recursiveNamedLambdaCall.errors.txt
recursiveNamedLambdaCall.js
recursiveObjectLiteral.js
recursiveObjectLiteral.types
recursiveProperties.js
recursiveProperties.types
recursiveReturns.js
recursiveReturns.types
recursiveSpecializationOfExtendedTypeWithError.js
recursiveSpecializationOfExtendedTypeWithError.types
recursiveSpecializationOfSignatures.errors.txt
recursiveTypeComparison.js
recursiveTypeComparison.types
recursiveTypeComparison2.errors.txt
recursiveTypeComparison2.js
recursiveTypeIdentity.js
recursiveTypeIdentity.types
recursiveTypeInGenericConstraint.errors.txt
recursiveTypeInGenericConstraint.js
recursiveTypeParameterConstraintReferenceLacksTypeArgs.errors.txt
recursiveTypeParameterConstraintReferenceLacksTypeArgs.js
recursiveTypeParameterReferenceError1.js
recursiveTypeParameterReferenceError1.types
recursiveTypeParameterReferenceError2.js
recursiveTypeParameterReferenceError2.types
recursiveTypes1.errors.txt
recursiveTypes1.js
recursiveTypesUsedAsFunctionParameters.errors.txt
recursiveTypesUsedAsFunctionParameters.js
recursiveTypesWithTypeof.js
recursiveTypesWithTypeof.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
redeclarationOfVarWithGenericType.js
redeclarationOfVarWithGenericType.types
redefineArray.errors.txt
redefineArray.js
regExpWithSlashInCharClass.js
regExpWithSlashInCharClass.types
relativePathMustResolve.errors.txt
relativePathMustResolve.js
relativePathToDeclarationFile.errors.txt
reorderProperties.js
reorderProperties.types
requireEmitSemicolon.js
requireEmitSemicolon.types
requireOfAnEmptyFile1.errors.txt
requireOfAnEmptyFile1.js
reservedNameOnInterfaceImport.errors.txt
reservedNameOnInterfaceImport.js
reservedNameOnModuleImport.js
reservedNameOnModuleImport.types
reservedNameOnModuleImportWithInterface.errors.txt
reservedNameOnModuleImportWithInterface.js
reservedNamesInAliases.errors.txt
reservedWords.js
reservedWords.types
resolvingClassDeclarationWhenInBaseTypeResolution.js
resolvingClassDeclarationWhenInBaseTypeResolution.types
restArgAssignmentCompat.errors.txt
restArgAssignmentCompat.js Accepting new baselines 2014-12-04 17:43:51 -08:00
restArgMissingName.errors.txt
restParamAsOptional.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
restParameterAssignmentCompatibility.js Accepting new baselines 2014-12-04 17:43:51 -08:00
restParameterAssignmentCompatibility.types
restParameterNotLast.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
restParameterNoTypeAnnotation.js Accepting new baselines 2014-12-04 17:43:51 -08:00
restParameterNoTypeAnnotation.types
restParameters.js Accepting new baselines 2014-12-04 17:43:51 -08:00
restParameters.types
restParametersOfNonArrayTypes.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
restParametersOfNonArrayTypes2.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
restParametersWithArrayTypeAnnotations.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
restParameterWithoutAnnotationIsAnyArray.errors.txt Put semantically relevant tokens in the tree. 2014-12-01 22:03:41 -08:00
restParamsWithNonRestParams.errors.txt
restParamsWithNonRestParams.js Accepting new baselines 2014-12-04 17:43:51 -08:00
returnInConstructor1.errors.txt
returnInConstructor1.js
returnStatement1.js
returnStatement1.types
returnStatements.js
returnStatements.types
returnTypeParameter.errors.txt
returnTypeParameter.js
returnTypeParameterWithModules.js
returnTypeParameterWithModules.types
returnTypeTypeArguments.errors.txt
returnTypeTypeArguments.js
returnValueInSetter.errors.txt
reuseInnerModuleMember.js
reuseInnerModuleMember.types
reversedRecusiveTypeInstantiation.js
reversedRecusiveTypeInstantiation.types
reverseInferenceInContextualInstantiation.js
reverseInferenceInContextualInstantiation.types
scanner10.1.1-8gs.errors.txt
scannerAdditiveExpression1.errors.txt
scannerAdditiveExpression1.js
scannerClass2.errors.txt
scannerEnum1.errors.txt
scannerES3NumericLiteral1.js
scannerES3NumericLiteral1.types
scannerES3NumericLiteral2.js
scannerES3NumericLiteral2.types
scannerES3NumericLiteral3.errors.txt
scannerES3NumericLiteral4.errors.txt
scannerES3NumericLiteral5.js
scannerES3NumericLiteral5.types
scannerES3NumericLiteral6.errors.txt
scannerES3NumericLiteral7.js
scannerES3NumericLiteral7.types
scannerImportDeclaration1.errors.txt
scannerImportDeclaration1.js
scannerNumericLiteral1.js
scannerNumericLiteral1.types
scannerNumericLiteral2.errors.txt
scannerNumericLiteral3.errors.txt
scannerNumericLiteral4.errors.txt
scannerNumericLiteral5.js
scannerNumericLiteral5.types
scannerNumericLiteral6.errors.txt
scannerNumericLiteral7.js
scannerNumericLiteral7.types
scannerNumericLiteral8.errors.txt
scannerNumericLiteral9.errors.txt
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
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
scannerStringLiteralWithContainingNullCharacter1.types
scannertest1.errors.txt
scannerUnexpectedNullCharacter1.errors.txt
scannerUnicodeEscapeInKeyword1.js
scannerUnicodeEscapeInKeyword1.types
scopeCheckExtendedClassInsidePublicMethod2.errors.txt
scopeCheckExtendedClassInsidePublicMethod2.js
scopeCheckExtendedClassInsideStaticMethod1.errors.txt
scopeCheckExtendedClassInsideStaticMethod1.js
scopeCheckInsidePublicMethod1.errors.txt
scopeCheckInsidePublicMethod1.js
scopeCheckInsideStaticMethod1.errors.txt
scopeCheckInsideStaticMethod1.js
scopeResolutionIdentifiers.js
scopeResolutionIdentifiers.types
scopeTests.errors.txt
scopeTests.js
scopingInCatchBlocks.errors.txt
scopingInCatchBlocks.js
selfInCallback.js
selfInCallback.types
selfInLambdas.js
selfInLambdas.types
selfRef.errors.txt
selfRef.js
selfReferencesInFunctionParameters.errors.txt
selfReferencesInFunctionParameters.js
selfReferencingFile.errors.txt
selfReferencingFile2.errors.txt
selfReferencingFile3.errors.txt
semicolonsInModuleDeclarations.errors.txt
separate1-1.errors.txt
separate1-1.js
separate1-2.js
separate1-2.types
setterBeforeGetter.errors.txt
setterWithReturn.errors.txt
shadowedInternalModule.errors.txt
shadowedInternalModule.js
shadowPrivateMembers.errors.txt
shadowPrivateMembers.js
sigantureIsSubTypeIfTheyAreIdentical.js
sigantureIsSubTypeIfTheyAreIdentical.types
simpleArrowFunctionParameterReferencedInObjectLiteral1.js
simpleArrowFunctionParameterReferencedInObjectLiteral1.types
slashBeforeVariableDeclaration1.errors.txt
sourceMap-Comment1.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
sourceMap-Comment1.js.map Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
sourceMap-Comment1.sourcemap.txt Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
sourceMap-Comment1.types
sourceMap-EmptyFile1.js
sourceMap-EmptyFile1.js.map
sourceMap-EmptyFile1.sourcemap.txt
sourceMap-EmptyFile1.types
sourceMap-FileWithComments.js
sourceMap-FileWithComments.js.map
sourceMap-FileWithComments.sourcemap.txt
sourceMap-FileWithComments.types
sourceMap-InterfacePrecedingVariableDeclaration1.js
sourceMap-InterfacePrecedingVariableDeclaration1.js.map
sourceMap-InterfacePrecedingVariableDeclaration1.sourcemap.txt
sourceMap-InterfacePrecedingVariableDeclaration1.types
sourceMap-LineBreaks.js
sourceMap-LineBreaks.js.map
sourceMap-LineBreaks.sourcemap.txt
sourceMap-LineBreaks.types
sourceMap-NewLine1.js
sourceMap-NewLine1.js.map
sourceMap-NewLine1.sourcemap.txt
sourceMap-NewLine1.types
sourceMap-SemiColon1.js
sourceMap-SemiColon1.js.map
sourceMap-SemiColon1.sourcemap.txt
sourceMap-SemiColon1.types
sourceMap-SingleSpace1.js
sourceMap-SingleSpace1.js.map
sourceMap-SingleSpace1.sourcemap.txt
sourceMap-SingleSpace1.types
sourceMap-SkippedNode.js
sourceMap-SkippedNode.js.map
sourceMap-SkippedNode.sourcemap.txt
sourceMap-SkippedNode.types
sourceMap-StringLiteralWithNewLine.js
sourceMap-StringLiteralWithNewLine.js.map
sourceMap-StringLiteralWithNewLine.sourcemap.txt
sourceMap-StringLiteralWithNewLine.types
sourceMapSample.errors.txt
sourceMapSample.js Accepting new baselines 2014-12-04 17:43:51 -08:00
sourceMapSample.js.map
sourceMapSample.sourcemap.txt Accepting new baselines 2014-12-04 17:43:51 -08:00
sourceMapValidationClass.js Accepting new baselines 2014-12-04 17:43:51 -08:00
sourceMapValidationClass.js.map
sourceMapValidationClass.sourcemap.txt Accepting new baselines 2014-12-04 17:43:51 -08:00
sourceMapValidationClass.types
sourceMapValidationClasses.js Accepting new baselines 2014-12-04 17:43:51 -08:00
sourceMapValidationClasses.js.map
sourceMapValidationClasses.sourcemap.txt Accepting new baselines 2014-12-04 17:43:51 -08:00
sourceMapValidationClasses.types
sourceMapValidationClassWithDefaultConstructor.js
sourceMapValidationClassWithDefaultConstructor.js.map
sourceMapValidationClassWithDefaultConstructor.sourcemap.txt
sourceMapValidationClassWithDefaultConstructor.types
sourceMapValidationClassWithDefaultConstructorAndCapturedThisStatement.js
sourceMapValidationClassWithDefaultConstructorAndCapturedThisStatement.js.map
sourceMapValidationClassWithDefaultConstructorAndCapturedThisStatement.sourcemap.txt
sourceMapValidationClassWithDefaultConstructorAndCapturedThisStatement.types
sourceMapValidationClassWithDefaultConstructorAndExtendsClause.js
sourceMapValidationClassWithDefaultConstructorAndExtendsClause.js.map
sourceMapValidationClassWithDefaultConstructorAndExtendsClause.sourcemap.txt
sourceMapValidationClassWithDefaultConstructorAndExtendsClause.types
sourceMapValidationDebugger.js
sourceMapValidationDebugger.js.map
sourceMapValidationDebugger.sourcemap.txt
sourceMapValidationDebugger.types
sourceMapValidationDo.js
sourceMapValidationDo.js.map
sourceMapValidationDo.sourcemap.txt
sourceMapValidationDo.types
sourcemapValidationDuplicateNames.js
sourcemapValidationDuplicateNames.js.map
sourcemapValidationDuplicateNames.sourcemap.txt
sourcemapValidationDuplicateNames.types
sourceMapValidationEnums.errors.txt
sourceMapValidationEnums.js
sourceMapValidationEnums.js.map
sourceMapValidationEnums.sourcemap.txt
sourceMapValidationExportAssignment.js
sourceMapValidationExportAssignment.js.map
sourceMapValidationExportAssignment.sourcemap.txt
sourceMapValidationExportAssignment.types
sourceMapValidationExportAssignmentCommonjs.js
sourceMapValidationExportAssignmentCommonjs.js.map
sourceMapValidationExportAssignmentCommonjs.sourcemap.txt
sourceMapValidationExportAssignmentCommonjs.types
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
sourceMapValidationFunctionExpressions.types
sourceMapValidationFunctionPropertyAssignment.js
sourceMapValidationFunctionPropertyAssignment.js.map Don't rewrite function property assignments in the AST. 2014-12-03 01:46:04 -08:00
sourceMapValidationFunctionPropertyAssignment.sourcemap.txt Don't rewrite function property assignments in the AST. 2014-12-03 01:46:04 -08:00
sourceMapValidationFunctionPropertyAssignment.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
sourceMapValidationFunctions.js Accepting new baselines 2014-12-04 17:43:51 -08:00
sourceMapValidationFunctions.js.map
sourceMapValidationFunctions.sourcemap.txt Accepting new baselines 2014-12-04 17:43:51 -08:00
sourceMapValidationFunctions.types
sourceMapValidationIfElse.js
sourceMapValidationIfElse.js.map
sourceMapValidationIfElse.sourcemap.txt
sourceMapValidationIfElse.types
sourceMapValidationImport.js
sourceMapValidationImport.js.map
sourceMapValidationImport.sourcemap.txt
sourceMapValidationImport.types
sourceMapValidationLabeled.js
sourceMapValidationLabeled.js.map
sourceMapValidationLabeled.sourcemap.txt
sourceMapValidationLabeled.types
sourceMapValidationModule.js
sourceMapValidationModule.js.map
sourceMapValidationModule.sourcemap.txt
sourceMapValidationModule.types
sourceMapValidationStatements.errors.txt
sourceMapValidationStatements.js
sourceMapValidationStatements.js.map Make 'CatchClause' have-a block, instead of be-a block. 2014-12-01 23:21:27 -08:00
sourceMapValidationStatements.sourcemap.txt Make 'CatchClause' have-a block, instead of be-a block. 2014-12-01 23:21:27 -08:00
sourceMapValidationSwitch.js
sourceMapValidationSwitch.js.map
sourceMapValidationSwitch.sourcemap.txt
sourceMapValidationSwitch.types
sourceMapValidationTryCatchFinally.js
sourceMapValidationTryCatchFinally.js.map Make 'CatchClause' have-a block, instead of be-a block. 2014-12-01 23:21:27 -08:00
sourceMapValidationTryCatchFinally.sourcemap.txt Make 'CatchClause' have-a block, instead of be-a block. 2014-12-01 23:21:27 -08:00
sourceMapValidationTryCatchFinally.types
sourceMapValidationVariables.js
sourceMapValidationVariables.js.map
sourceMapValidationVariables.sourcemap.txt
sourceMapValidationVariables.types
sourceMapValidationWhile.js
sourceMapValidationWhile.js.map
sourceMapValidationWhile.sourcemap.txt
sourceMapValidationWhile.types
sourceMapValidationWithComments.js
sourceMapValidationWithComments.js.map
sourceMapValidationWithComments.sourcemap.txt
sourceMapValidationWithComments.types
sourceMapWithCaseSensitiveFileNames.js
sourceMapWithCaseSensitiveFileNames.js.map
sourceMapWithCaseSensitiveFileNames.sourcemap.txt
sourceMapWithCaseSensitiveFileNames.types
sourceMapWithCaseSensitiveFileNamesAndOutDir.js
sourceMapWithCaseSensitiveFileNamesAndOutDir.js.map
sourceMapWithCaseSensitiveFileNamesAndOutDir.sourcemap.txt
sourceMapWithCaseSensitiveFileNamesAndOutDir.types
sourceMapWithMultipleFilesWithCopyright.js
sourceMapWithMultipleFilesWithCopyright.js.map
sourceMapWithMultipleFilesWithCopyright.sourcemap.txt
sourceMapWithMultipleFilesWithCopyright.types
sourceMapWithMultipleFilesWithFileEndingWithInterface.js
sourceMapWithMultipleFilesWithFileEndingWithInterface.js.map
sourceMapWithMultipleFilesWithFileEndingWithInterface.sourcemap.txt
sourceMapWithMultipleFilesWithFileEndingWithInterface.types
sourceMapWithNonCaseSensitiveFileNames.js
sourceMapWithNonCaseSensitiveFileNames.js.map
sourceMapWithNonCaseSensitiveFileNames.sourcemap.txt
sourceMapWithNonCaseSensitiveFileNames.types
sourceMapWithNonCaseSensitiveFileNamesAndOutDir.js
sourceMapWithNonCaseSensitiveFileNamesAndOutDir.js.map
sourceMapWithNonCaseSensitiveFileNamesAndOutDir.sourcemap.txt
sourceMapWithNonCaseSensitiveFileNamesAndOutDir.types
spaceBeforeQuestionMarkInPropertyAssignment.errors.txt Update error codes 2014-11-25 16:09:03 -08:00
specializationError.js
specializationError.types
specializationOfExportedClass.js
specializationOfExportedClass.types
specializationsShouldNotAffectEachOther.js
specializationsShouldNotAffectEachOther.types
specializedInheritedConstructors1.js
specializedInheritedConstructors1.types
specializedLambdaTypeArguments.js
specializedLambdaTypeArguments.types
specializedOverloadWithRestParameters.errors.txt
specializedOverloadWithRestParameters.js
specializedSignatureAsCallbackParameter1.errors.txt
specializedSignatureAsCallbackParameter1.js
specializedSignatureInInterface.js
specializedSignatureInInterface.types
specializedSignatureIsNotSubtypeOfNonSpecializedSignature.errors.txt
specializedSignatureIsNotSubtypeOfNonSpecializedSignature.js
specializedSignatureIsSubtypeOfNonSpecializedSignature.js
specializedSignatureIsSubtypeOfNonSpecializedSignature.types
specializedSignatureOverloadReturnTypeWithIndexers.errors.txt
specializedSignatureOverloadReturnTypeWithIndexers.js
specializedSignatureWithOptional.js
specializedSignatureWithOptional.types
specializeVarArgs1.js
specializeVarArgs1.types
standaloneBreak.errors.txt
staticAndMemberFunctions.js
staticAndMemberFunctions.types
staticAndNonStaticPropertiesSameName.js
staticAndNonStaticPropertiesSameName.types
staticAsIdentifier.errors.txt merge 2014-11-19 19:59:07 -08:00
staticClassMemberError.errors.txt
staticClassMemberError.js
staticClassProps.errors.txt
staticFactory1.js
staticFactory1.types
staticGetter1.errors.txt
staticGetter2.js
staticGetter2.types
staticGetterAndSetter.errors.txt
staticIndexer.errors.txt
staticIndexers.errors.txt Move indexer modifier checks to the grammar checker. 2014-11-19 19:04:21 -08:00
staticInheritance.js
staticInheritance.types
staticInstanceResolution.js
staticInstanceResolution.types
staticInstanceResolution2.js
staticInstanceResolution2.types
staticInstanceResolution3.js
staticInstanceResolution3.types
staticInstanceResolution4.errors.txt
staticInstanceResolution4.js
staticInstanceResolution5.errors.txt
staticInstanceResolution5.js
staticInterfaceAssignmentCompat.js
staticInterfaceAssignmentCompat.types
staticMemberAccessOffDerivedType1.js
staticMemberAccessOffDerivedType1.types
staticMemberAssignsToConstructorFunctionMembers.errors.txt
staticMemberAssignsToConstructorFunctionMembers.js
staticMemberExportAccess.errors.txt
staticMemberExportAccess.js
staticMemberInitialization.js
staticMemberInitialization.types
staticMemberOfClassAndPublicMemberOfAnotherClassAssignment.errors.txt
staticMemberOfClassAndPublicMemberOfAnotherClassAssignment.js
staticMembersUsingClassTypeParameter.errors.txt
staticMembersUsingClassTypeParameter.js
staticMemberWithStringAndNumberNames.js
staticMemberWithStringAndNumberNames.types
staticMethodReferencingTypeArgument1.errors.txt
staticMethodReferencingTypeArgument1.js
staticMethodsReferencingClassTypeParameters.errors.txt
staticMethodsReferencingClassTypeParameters.js
staticMethodWithTypeParameterExtendsClauseDeclFile.js
staticMethodWithTypeParameterExtendsClauseDeclFile.types
staticModifierAlreadySeen.errors.txt
staticMustPrecedePublic.errors.txt
staticOffOfInstance1.errors.txt
staticOffOfInstance1.js
staticOffOfInstance2.errors.txt
staticOffOfInstance2.js
staticPropertyAndFunctionWithSameName.js
staticPropertyAndFunctionWithSameName.types
staticPropertyNotInClassType.errors.txt
staticPropSuper.errors.txt
staticPropSuper.js
staticPrototypeProperty.errors.txt
staticPrototypeProperty.js
staticPrototypePropertyOnClass.js
staticPrototypePropertyOnClass.types
statics.errors.txt
statics.js
staticsInAFunction.errors.txt
staticsInConstructorBodies.errors.txt
staticsNotInScopeInClodule.errors.txt
staticsNotInScopeInClodule.js
staticVisibility.errors.txt
stradac.js
stradac.types
strictMode1.js
strictMode1.types
strictMode2.js
strictMode2.types
strictMode3.js
strictMode3.types
strictMode4.js
strictMode4.types
strictMode5.js Accepting new baselines 2014-12-04 17:43:51 -08:00
strictMode5.types
strictModeInConstructor.errors.txt
strictModeInConstructor.js
stringHasStringValuedNumericIndexer.js
stringHasStringValuedNumericIndexer.types
stringIndexerAndConstructor.errors.txt
stringIndexerAndConstructor.js
stringIndexerAndConstructor1.errors.txt
stringIndexerAndConstructor1.js
stringIndexerAssignments1.errors.txt fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
stringIndexerAssignments1.js
stringIndexerAssignments2.errors.txt
stringIndexerAssignments2.js
stringIndexerConstrainsPropertyDeclarations.errors.txt Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
stringIndexerConstrainsPropertyDeclarations2.errors.txt
stringIndexerConstrainsPropertyDeclarations2.js
stringIndexingResults.js
stringIndexingResults.types
stringLiteralObjectLiteralDeclaration1.js
stringLiteralObjectLiteralDeclaration1.types
stringLiteralPropertyNameWithLineContinuation1.js
stringLiteralPropertyNameWithLineContinuation1.types
stringLiteralsErrors.errors.txt
stringLiteralType.errors.txt
stringLiteralTypeIsSubtypeOfString.errors.txt
stringLiteralTypeIsSubtypeOfString.js Accepting new baselines 2014-12-04 17:43:51 -08:00
stringLiteralTypesInImplementationSignatures.errors.txt
stringLiteralTypesInImplementationSignatures.js
stringLiteralTypesInImplementationSignatures2.errors.txt
stringLiteralTypesInImplementationSignatures2.js
stringNamedPropertyAccess.js
stringNamedPropertyAccess.types
stringNamedPropertyDuplicates.errors.txt
stringPropCodeGen.js
stringPropCodeGen.types
stringPropertyAccess.js
stringPropertyAccess.types
stringPropertyAccessWithError.errors.txt
stringPropertyAccessWithError.js
structural1.js
structural1.types
structuralTypeInDeclareFileForModule.js
structuralTypeInDeclareFileForModule.types
styleOptions.js
styleOptions.types
subtypesOfAny.js
subtypesOfAny.types
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
subtypesOfUnion.errors.txt
subtypesOfUnion.js
subtypingTransitivity.js
subtypingTransitivity.types
subtypingWithCallSignatures.js
subtypingWithCallSignatures.types
subtypingWithCallSignatures2.js Accepting new baselines 2014-12-04 17:43:51 -08:00
subtypingWithCallSignatures2.types
subtypingWithCallSignatures3.js Accepting new baselines 2014-12-04 17:43:51 -08:00
subtypingWithCallSignatures3.types
subtypingWithCallSignatures4.js
subtypingWithCallSignatures4.types
subtypingWithCallSignaturesA.errors.txt
subtypingWithCallSignaturesA.js
subtypingWithCallSignaturesWithOptionalParameters.errors.txt
subtypingWithCallSignaturesWithOptionalParameters.js
subtypingWithCallSignaturesWithRestParameters.errors.txt
subtypingWithCallSignaturesWithRestParameters.js
subtypingWithCallSignaturesWithSpecializedSignatures.errors.txt
subtypingWithCallSignaturesWithSpecializedSignatures.js
subtypingWithConstructSignatures.js
subtypingWithConstructSignatures.types
subtypingWithConstructSignatures2.js
subtypingWithConstructSignatures2.types
subtypingWithConstructSignatures3.js
subtypingWithConstructSignatures3.types
subtypingWithConstructSignatures4.js
subtypingWithConstructSignatures4.types
subtypingWithConstructSignatures5.js
subtypingWithConstructSignatures5.types
subtypingWithConstructSignatures6.js
subtypingWithConstructSignatures6.types
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
subtypingWithObjectMembers4.types
subtypingWithObjectMembers5.errors.txt
subtypingWithObjectMembers5.js
subtypingWithObjectMembersAccessibility.errors.txt
subtypingWithObjectMembersAccessibility.js
subtypingWithObjectMembersAccessibility2.errors.txt
subtypingWithObjectMembersAccessibility2.js
subtypingWithObjectMembersOptionality.js
subtypingWithObjectMembersOptionality.types
subtypingWithObjectMembersOptionality2.errors.txt
subtypingWithObjectMembersOptionality2.js
subtypingWithObjectMembersOptionality3.js
subtypingWithObjectMembersOptionality3.types
subtypingWithObjectMembersOptionality4.js
subtypingWithObjectMembersOptionality4.types
subtypingWithOptionalProperties.js
subtypingWithOptionalProperties.types
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
super2.types
super_inside-object-literal-getters-and-setters.errors.txt
superAccess.errors.txt
superAccess.js
superAccess2.errors.txt
superAccessInFatArrow1.js
superAccessInFatArrow1.types
superCallArgsMustMatch.js
superCallArgsMustMatch.types
superCallAssignResult.errors.txt
superCallAssignResult.js
superCallFromClassThatDerivesFromGenericType1.js
superCallFromClassThatDerivesFromGenericType1.types
superCallFromClassThatDerivesFromGenericType2.js
superCallFromClassThatDerivesFromGenericType2.types
superCallInConstructorWithNoBaseType.errors.txt
superCallInConstructorWithNoBaseType.js
superCallInNonStaticMethod.errors.txt
superCallInStaticMethod.errors.txt
superCallOutsideConstructor.errors.txt
superCallOutsideConstructor.js
superCalls.js
superCalls.types
superCallsInConstructor.errors.txt
superCallsInConstructor.js
superErrors.errors.txt
superInCatchBlock1.js
superInCatchBlock1.types
superInConstructorParam1.errors.txt
superInConstructorParam1.js
superInLambdas.errors.txt
superPropertyAccess.errors.txt
superPropertyAccess1.errors.txt
superPropertyAccess2.errors.txt
superPropertyAccessNoError.errors.txt
superWithGenerics.js
superWithGenerics.types
superWithGenericSpecialization.js
superWithGenericSpecialization.types
superWithTypeArgument.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
superWithTypeArgument2.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
superWithTypeArgument3.errors.txt Add a lot of clarifying comments in the parser. 2014-11-29 14:51:25 -08:00
switchAssignmentCompat.errors.txt
switchAssignmentCompat.js
switchBreakStatements.js
switchBreakStatements.types
switchCases.js
switchCases.types
switchCasesExpressionTypeMismatch.errors.txt
switchCasesExpressionTypeMismatch.js
switchFallThroughs.js
switchFallThroughs.types
switchStatements.js
switchStatements.types
switchStatementsWithMultipleDefaults.errors.txt Simplify grammar check pass. 2014-11-20 14:10:08 -08:00
switchStatementsWithMultipleDefaults1.errors.txt Simplify grammar check pass. 2014-11-20 14:10:08 -08:00
taggedTemplateStringsTypeArgumentInference.errors.txt
taggedTemplateStringsTypeArgumentInferenceES6.errors.txt
taggedTemplateStringsTypeArgumentInferenceES6.js
taggedTemplateStringsWithIncompatibleTypedTags.errors.txt Check node for errors before recursing. 2014-11-20 13:48:23 -08:00
taggedTemplateStringsWithIncompatibleTypedTagsES6.errors.txt
taggedTemplateStringsWithIncompatibleTypedTagsES6.js
taggedTemplateStringsWithManyCallAndMemberExpressions.errors.txt
taggedTemplateStringsWithManyCallAndMemberExpressionsES6.js
taggedTemplateStringsWithManyCallAndMemberExpressionsES6.types
taggedTemplateStringsWithOverloadResolution1.errors.txt
taggedTemplateStringsWithOverloadResolution1_ES6.errors.txt
taggedTemplateStringsWithOverloadResolution1_ES6.js Accepting new baselines 2014-12-04 17:43:51 -08:00
taggedTemplateStringsWithOverloadResolution2.errors.txt
taggedTemplateStringsWithOverloadResolution2_ES6.js Accepting new baselines 2014-12-04 17:43:51 -08:00
taggedTemplateStringsWithOverloadResolution2_ES6.types
taggedTemplateStringsWithOverloadResolution3.errors.txt
taggedTemplateStringsWithOverloadResolution3_ES6.errors.txt
taggedTemplateStringsWithOverloadResolution3_ES6.js
taggedTemplateStringsWithTagsTypedAsAny.errors.txt Check node for errors before recursing. 2014-11-20 13:48:23 -08:00
taggedTemplateStringsWithTagsTypedAsAnyES6.js
taggedTemplateStringsWithTagsTypedAsAnyES6.types
taggedTemplateStringsWithTypedTags.errors.txt Check node for errors before recursing. 2014-11-20 13:48:23 -08:00
taggedTemplateStringsWithTypedTagsES6.js
taggedTemplateStringsWithTypedTagsES6.types
taggedTemplatesWithIncompleteNoSubstitutionTemplate1.errors.txt Revert changes to resources. 2014-11-20 13:36:43 -08:00
taggedTemplatesWithIncompleteNoSubstitutionTemplate2.errors.txt Revert changes to resources. 2014-11-20 13:36:43 -08:00
taggedTemplatesWithIncompleteTemplateExpressions1.errors.txt
taggedTemplatesWithIncompleteTemplateExpressions2.errors.txt
taggedTemplatesWithIncompleteTemplateExpressions3.errors.txt
taggedTemplatesWithIncompleteTemplateExpressions4.errors.txt
taggedTemplatesWithIncompleteTemplateExpressions5.errors.txt
taggedTemplatesWithIncompleteTemplateExpressions6.errors.txt
targetTypeArgs.js
targetTypeArgs.types
targetTypeBaseCalls.errors.txt
targetTypeBaseCalls.js
targetTypeCalls.js
targetTypeCalls.types
targetTypeCastTest.errors.txt
targetTypeCastTest.js
targetTypeObjectLiteral.js
targetTypeObjectLiteral.types
targetTypeObjectLiteralToAny.js
targetTypeObjectLiteralToAny.types
targetTypeTest1.errors.txt
targetTypeTest1.js
targetTypeTest2.js
targetTypeTest2.types
targetTypeTest3.errors.txt
targetTypeTest3.js
targetTypeVoidFunc.errors.txt
targetTypeVoidFunc.js
targetTypingOnFunctions.js
targetTypingOnFunctions.types
TemplateExpression1.errors.txt Don't create errors directly when parsing template spans. 2014-12-01 00:52:52 -08:00
templateStringInArray.js
templateStringInArray.types
templateStringInArrowFunction.js
templateStringInArrowFunction.types
templateStringInArrowFunctionES6.js
templateStringInArrowFunctionES6.types
templateStringInBinaryAddition.js
templateStringInBinaryAddition.types
templateStringInBinaryAdditionES6.js
templateStringInBinaryAdditionES6.types
templateStringInCallExpression.errors.txt
templateStringInCallExpression.js
templateStringInCallExpressionES6.errors.txt
templateStringInCallExpressionES6.js
templateStringInConditional.js
templateStringInConditional.types
templateStringInConditionalES6.js
templateStringInConditionalES6.types
templateStringInDeleteExpression.js
templateStringInDeleteExpression.types
templateStringInDeleteExpressionES6.js
templateStringInDeleteExpressionES6.types
templateStringInDivision.errors.txt
templateStringInDivision.js
templateStringInEqualityChecks.js
templateStringInEqualityChecks.types
templateStringInEqualityChecksES6.js
templateStringInEqualityChecksES6.types
templateStringInFunctionExpression.js
templateStringInFunctionExpression.types
templateStringInFunctionExpressionES6.js
templateStringInFunctionExpressionES6.types
templateStringInFunctionParameterType.errors.txt
templateStringInFunctionParameterTypeES6.errors.txt
templateStringInIndexExpression.js
templateStringInIndexExpression.types
templateStringInIndexExpressionES6.js
templateStringInIndexExpressionES6.types
templateStringInInOperator.js
templateStringInInOperator.types
templateStringInInOperatorES6.js
templateStringInInOperatorES6.types
templateStringInInstanceOf.errors.txt
templateStringInInstanceOf.js
templateStringInInstanceOfES6.errors.txt
templateStringInInstanceOfES6.js
templateStringInModuleName.errors.txt
templateStringInModuleNameES6.errors.txt
templateStringInModulo.errors.txt
templateStringInModulo.js
templateStringInModuloES6.errors.txt
templateStringInModuloES6.js
templateStringInMultiplication.errors.txt
templateStringInMultiplication.js
templateStringInMultiplicationES6.errors.txt
templateStringInMultiplicationES6.js
templateStringInNewExpression.errors.txt
templateStringInNewExpression.js
templateStringInNewExpressionES6.errors.txt
templateStringInNewExpressionES6.js
templateStringInNewOperator.errors.txt
templateStringInNewOperator.js
templateStringInNewOperatorES6.errors.txt
templateStringInNewOperatorES6.js
templateStringInObjectLiteral.errors.txt
templateStringInObjectLiteralES6.errors.txt
templateStringInParentheses.js
templateStringInParentheses.types
templateStringInParenthesesES6.js
templateStringInParenthesesES6.types
templateStringInPropertyAssignment.js
templateStringInPropertyAssignment.types
templateStringInPropertyAssignmentES6.js
templateStringInPropertyAssignmentES6.types
templateStringInPropertyName1.errors.txt
templateStringInPropertyName2.errors.txt
templateStringInPropertyNameES6_1.errors.txt
templateStringInPropertyNameES6_2.errors.txt
templateStringInSwitchAndCase.js
templateStringInSwitchAndCase.types
templateStringInSwitchAndCaseES6.js
templateStringInSwitchAndCaseES6.types
templateStringInTaggedTemplate.errors.txt Revert changes to resources. 2014-11-20 13:36:43 -08:00
templateStringInTaggedTemplateES6.errors.txt
templateStringInTaggedTemplateES6.js
templateStringInTypeAssertion.js
templateStringInTypeAssertion.types
templateStringInTypeAssertionES6.js
templateStringInTypeAssertionES6.types
templateStringInTypeOf.js
templateStringInTypeOf.types
templateStringInTypeOfES6.js
templateStringInTypeOfES6.types
templateStringInUnaryPlus.js
templateStringInUnaryPlus.types
templateStringInUnaryPlusES6.js
templateStringInUnaryPlusES6.types
templateStringInWhile.js
templateStringInWhile.types
templateStringInWhileES6.js
templateStringInWhileES6.types
templateStringInYieldKeyword.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
templateStringMultiline1.js Added multiline tests. 2014-12-02 13:54:10 -08:00
templateStringMultiline1.types Added multiline tests. 2014-12-02 13:54:10 -08:00
templateStringMultiline1_ES6.js Added multiline tests. 2014-12-02 13:54:10 -08:00
templateStringMultiline1_ES6.types Added multiline tests. 2014-12-02 13:54:10 -08:00
templateStringMultiline2.js Added multiline tests. 2014-12-02 13:54:10 -08:00
templateStringMultiline2.types Added multiline tests. 2014-12-02 13:54:10 -08:00
templateStringMultiline2_ES6.js Added multiline tests. 2014-12-02 13:54:10 -08:00
templateStringMultiline2_ES6.types Added multiline tests. 2014-12-02 13:54:10 -08:00
templateStringMultiline3.js Added multiline tests. 2014-12-02 13:54:10 -08:00
templateStringMultiline3.types Added multiline tests. 2014-12-02 13:54:10 -08:00
templateStringMultiline3_ES6.js Added multiline tests. 2014-12-02 13:54:10 -08:00
templateStringMultiline3_ES6.types Added multiline tests. 2014-12-02 13:54:10 -08:00
templateStringsArrayTypeDefinedInES5Mode.errors.txt Add new method on interface Boolean to ensure it is not assignable from other types 2014-12-08 11:22:52 -08:00
templateStringsArrayTypeNotDefinedES5Mode.errors.txt
templateStringsArrayTypeRedefinedInES6Mode.errors.txt Add new method on interface Boolean to ensure it is not assignable from other types 2014-12-08 11:22:52 -08:00
templateStringsArrayTypeRedefinedInES6Mode.js
templateStringTermination1.js Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination1.types Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination1_ES6.js Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination1_ES6.types Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination2.js Augment escapeString to fix downlevel template literal emit. 2014-12-01 17:27:11 -08:00
templateStringTermination2.types Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination2_ES6.js Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination2_ES6.types Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination3.js Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination3.types Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination3_ES6.js Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination3_ES6.types Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination4.js Augment escapeString to fix downlevel template literal emit. 2014-12-01 17:27:11 -08:00
templateStringTermination4.types Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination4_ES6.js Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination4_ES6.types Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination5.js Augment escapeString to fix downlevel template literal emit. 2014-12-01 17:27:11 -08:00
templateStringTermination5.types Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination5_ES6.js Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination5_ES6.types Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated1.errors.txt Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated1_ES6.errors.txt Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated2.errors.txt Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated2_ES6.errors.txt Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated3.errors.txt Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated3_ES6.errors.txt Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated4.errors.txt Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated4_ES6.errors.txt Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated5.errors.txt Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated5_ES6.errors.txt Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringWhitespaceEscapes1.js Augment escapeString to fix downlevel template literal emit. 2014-12-01 17:27:11 -08:00
templateStringWhitespaceEscapes1.types Augment escapeString to fix downlevel template literal emit. 2014-12-01 17:27:11 -08:00
templateStringWhitespaceEscapes1_ES6.js Augment escapeString to fix downlevel template literal emit. 2014-12-01 17:27:11 -08:00
templateStringWhitespaceEscapes1_ES6.types Augment escapeString to fix downlevel template literal emit. 2014-12-01 17:27:11 -08:00
templateStringWhitespaceEscapes2.js Augment escapeString to fix downlevel template literal emit. 2014-12-01 17:27:11 -08:00
templateStringWhitespaceEscapes2.types Augment escapeString to fix downlevel template literal emit. 2014-12-01 17:27:11 -08:00
templateStringWhitespaceEscapes2_ES6.js Augment escapeString to fix downlevel template literal emit. 2014-12-01 17:27:11 -08:00
templateStringWhitespaceEscapes2_ES6.types Augment escapeString to fix downlevel template literal emit. 2014-12-01 17:27:11 -08:00
templateStringWithEmbeddedAddition.js
templateStringWithEmbeddedAddition.types
templateStringWithEmbeddedAdditionES6.js
templateStringWithEmbeddedAdditionES6.types
templateStringWithEmbeddedArray.js
templateStringWithEmbeddedArray.types
templateStringWithEmbeddedArrayES6.js
templateStringWithEmbeddedArrayES6.types
templateStringWithEmbeddedArrowFunction.js
templateStringWithEmbeddedArrowFunction.types
templateStringWithEmbeddedArrowFunctionES6.js
templateStringWithEmbeddedArrowFunctionES6.types
templateStringWithEmbeddedComments.js
templateStringWithEmbeddedComments.types
templateStringWithEmbeddedCommentsES6.js
templateStringWithEmbeddedCommentsES6.types
templateStringWithEmbeddedConditional.js
templateStringWithEmbeddedConditional.types
templateStringWithEmbeddedConditionalES6.js
templateStringWithEmbeddedConditionalES6.types
templateStringWithEmbeddedDivision.js
templateStringWithEmbeddedDivision.types
templateStringWithEmbeddedDivisionES6.js
templateStringWithEmbeddedDivisionES6.types
templateStringWithEmbeddedFunctionExpression.js
templateStringWithEmbeddedFunctionExpression.types
templateStringWithEmbeddedFunctionExpressionES6.js
templateStringWithEmbeddedFunctionExpressionES6.types
templateStringWithEmbeddedInOperator.js
templateStringWithEmbeddedInOperator.types
templateStringWithEmbeddedInOperatorES6.js
templateStringWithEmbeddedInOperatorES6.types
templateStringWithEmbeddedInstanceOf.errors.txt
templateStringWithEmbeddedInstanceOf.js
templateStringWithEmbeddedInstanceOfES6.errors.txt
templateStringWithEmbeddedInstanceOfES6.js
templateStringWithEmbeddedModulo.js
templateStringWithEmbeddedModulo.types
templateStringWithEmbeddedModuloES6.js
templateStringWithEmbeddedModuloES6.types
templateStringWithEmbeddedMultiplication.js
templateStringWithEmbeddedMultiplication.types
templateStringWithEmbeddedMultiplicationES6.js
templateStringWithEmbeddedMultiplicationES6.types
templateStringWithEmbeddedNewOperator.js
templateStringWithEmbeddedNewOperator.types
templateStringWithEmbeddedNewOperatorES6.js
templateStringWithEmbeddedNewOperatorES6.types
templateStringWithEmbeddedObjectLiteral.js
templateStringWithEmbeddedObjectLiteral.types
templateStringWithEmbeddedObjectLiteralES6.js
templateStringWithEmbeddedObjectLiteralES6.types
templateStringWithEmbeddedTemplateString.js
templateStringWithEmbeddedTemplateString.types
templateStringWithEmbeddedTemplateStringES6.js
templateStringWithEmbeddedTemplateStringES6.types
templateStringWithEmbeddedTypeAssertionOnAddition.js
templateStringWithEmbeddedTypeAssertionOnAddition.types
templateStringWithEmbeddedTypeAssertionOnAdditionES6.js
templateStringWithEmbeddedTypeAssertionOnAdditionES6.types
templateStringWithEmbeddedTypeOfOperator.js
templateStringWithEmbeddedTypeOfOperator.types
templateStringWithEmbeddedTypeOfOperatorES6.js
templateStringWithEmbeddedTypeOfOperatorES6.types
templateStringWithEmbeddedUnaryPlus.js
templateStringWithEmbeddedUnaryPlus.types
templateStringWithEmbeddedUnaryPlusES6.js
templateStringWithEmbeddedUnaryPlusES6.types
templateStringWithEmbeddedYieldKeyword.errors.txt Add test baselines. 2014-11-24 22:45:33 -08:00
templateStringWithEmbeddedYieldKeywordES6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
templateStringWithEmptyLiteralPortions.js
templateStringWithEmptyLiteralPortions.types
templateStringWithEmptyLiteralPortionsES6.js
templateStringWithEmptyLiteralPortionsES6.types
templateStringWithOpenCommentInStringPortion.js
templateStringWithOpenCommentInStringPortion.types
templateStringWithOpenCommentInStringPortionES6.js
templateStringWithOpenCommentInStringPortionES6.types
templateStringWithPropertyAccess.js
templateStringWithPropertyAccess.types
templateStringWithPropertyAccessES6.js
templateStringWithPropertyAccessES6.types
ternaryExpressionSourceMap.js
ternaryExpressionSourceMap.js.map
ternaryExpressionSourceMap.sourcemap.txt
ternaryExpressionSourceMap.types
testContainerList.js
testContainerList.types
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
thisBinding2.types
thisCapture1.js
thisCapture1.types
thisExpressionInCallExpressionWithTypeArguments.errors.txt
thisExpressionInCallExpressionWithTypeArguments.js
thisExpressionInIndexExpression.js
thisExpressionInIndexExpression.types
thisExpressionOfGenericObject.js
thisExpressionOfGenericObject.types
thisInAccessors.errors.txt
thisInArrowFunctionInStaticInitializer1.errors.txt
thisInArrowFunctionInStaticInitializer1.js
thisInConstructorParameter1.errors.txt
thisInConstructorParameter1.js
thisInConstructorParameter2.errors.txt
thisInConstructorParameter2.js
thisInGenericStaticMembers.js
thisInGenericStaticMembers.types
thisInInnerFunctions.js
thisInInnerFunctions.types
thisInInstanceMemberInitializer.js
thisInInstanceMemberInitializer.types
thisInInvalidContexts.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
thisInInvalidContextsExternalModule.errors.txt Support arbitrary numbers of implements and extends clauses (with arbitrary numbers of types) for classes and interfaces. 2014-11-30 15:38:45 -08:00
thisInLambda.js
thisInLambda.types
thisInModule.errors.txt
thisInModule.js
thisInModuleFunction1.js
thisInModuleFunction1.types
thisInObjectLiterals.js
thisInObjectLiterals.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
thisInOuterClassBody.errors.txt
thisInOuterClassBody.js
thisInPropertyBoundDeclarations.js
thisInPropertyBoundDeclarations.types
thisInStaticMethod1.js
thisInStaticMethod1.types
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
thisReferencedInFunctionInsideArrowFunction1.types
thisWhenTypeCheckFails.errors.txt
thisWhenTypeCheckFails.js
throwInEnclosingStatements.js
throwInEnclosingStatements.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
throwStatements.js
throwStatements.types
throwWithoutNewLine1.errors.txt Add grammar walker test coverage cases. 2014-12-03 20:41:39 -08:00
throwWithoutNewLine2.errors.txt Add more coverage tests. 2014-12-03 21:07:50 -08:00
tooFewArgumentsInGenericFunctionTypedArgument.js
tooFewArgumentsInGenericFunctionTypedArgument.types
tooManyTypeParameters1.errors.txt
tooManyTypeParameters1.js
topLevel.js
topLevel.types
topLevelAmbientModule.js
topLevelAmbientModule.types
topLevelExports.js
topLevelExports.types
topLevelFileModule.js
topLevelFileModule.types
topLevelFileModuleMissing.errors.txt
topLevelFileModuleMissing.js
topLevelLambda.errors.txt
topLevelLambda.js
topLevelLambda2.js
topLevelLambda2.types
topLevelLambda3.js
topLevelLambda3.types
topLevelLambda4.js
topLevelLambda4.types
topLevelModuleDeclarationAndFile.errors.txt
topLevelModuleDeclarationAndFile.js
toStringOnPrimitives.js
toStringOnPrimitives.types
trailingCommaInHeterogenousArrayLiteral1.errors.txt
trailingCommaInHeterogenousArrayLiteral1.js
trailingCommasES3.js
trailingCommasES3.types
trailingCommasES5.js
trailingCommasES5.types
trailingSeparatorInFunctionCall.errors.txt
transitiveTypeArgumentInference1.js
transitiveTypeArgumentInference1.types
tryCatchFinally.js
tryCatchFinally.types
tryStatements.js
tryStatements.types
TupleType1.js
TupleType1.types
TupleType2.js
TupleType2.types
TupleType3.errors.txt
TupleType4.errors.txt
TupleType5.errors.txt
tupleTypes.errors.txt
twoAccessorsWithSameName.errors.txt
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
TwoInternalModulesThatMergeEachWithExportedAndNonExportedClassesOfTheSameName.types
TwoInternalModulesThatMergeEachWithExportedAndNonExportedInterfacesOfTheSameName.js
TwoInternalModulesThatMergeEachWithExportedAndNonExportedInterfacesOfTheSameName.types
TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.js
TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.types
TwoInternalModulesThatMergeEachWithExportedClassesOfTheSameName.errors.txt
TwoInternalModulesThatMergeEachWithExportedClassesOfTheSameName.js
TwoInternalModulesThatMergeEachWithExportedInterfacesOfTheSameName.js
TwoInternalModulesThatMergeEachWithExportedInterfacesOfTheSameName.types
TwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.errors.txt
TwoInternalModulesThatMergeEachWithExportedModulesOfTheSameName.js
TwoInternalModulesThatMergeEachWithExportedModulesOfTheSameName.types
TwoInternalModulesWithTheSameNameAndDifferentCommonRoot.js
TwoInternalModulesWithTheSameNameAndDifferentCommonRoot.types
TwoInternalModulesWithTheSameNameAndSameCommonRoot.js
TwoInternalModulesWithTheSameNameAndSameCommonRoot.types
twoMergedInterfacesWithDifferingOverloads.js
twoMergedInterfacesWithDifferingOverloads.types
twoMergedInterfacesWithDifferingOverloads2.js
twoMergedInterfacesWithDifferingOverloads2.types
typeAliases.js
typeAliases.types
typeAliasesForObjectTypes.errors.txt
typeAnnotationBestCommonTypeInArrayLiteral.js
typeAnnotationBestCommonTypeInArrayLiteral.types
typeArgInference.js
typeArgInference.types
typeArgInference2.errors.txt
typeArgInference2.js
typeArgInference2WithError.errors.txt
typeArgInference2WithError.js
typeArgInferenceWithNull.js
typeArgInferenceWithNull.types
typeArgumentConstraintResolution1.errors.txt
typeArgumentConstraintResolution1.js
typeArgumentInference.errors.txt
typeArgumentInference.js
typeArgumentInferenceConstructSignatures.errors.txt
typeArgumentInferenceConstructSignatures.js
typeArgumentInferenceErrors.errors.txt
typeArgumentInferenceErrors.js
typeArgumentInferenceOrdering.js
typeArgumentInferenceOrdering.types
typeArgumentInferenceTransitiveConstraints.errors.txt
typeArgumentInferenceTransitiveConstraints.js
typeArgumentInferenceWithConstraintAsCommonRoot.errors.txt
typeArgumentInferenceWithConstraintAsCommonRoot.js
typeArgumentInferenceWithConstraints.errors.txt
typeArgumentInferenceWithConstraints.js
TypeArgumentList1.errors.txt Improve the flexibility of speculative parsing. 2014-12-04 08:53:45 -08:00
typeArgumentsInFunctionExpressions.js
typeArgumentsInFunctionExpressions.types
typeArgumentsOnFunctionsWithNoTypeParameters.errors.txt
typeArgumentsOnFunctionsWithNoTypeParameters.js
typeArgumentsShouldDisallowNonGenericOverloads.errors.txt
typeArgumentsShouldDisallowNonGenericOverloads.js
typeAssertions.errors.txt
typeAssertions.js
typeAssertionToGenericFunctionType.errors.txt
typeAssertionToGenericFunctionType.js
typecheckCommaExpression.errors.txt
typecheckCommaExpression.js
typecheckIfCondition.errors.txt
typecheckIfCondition.js
typeCheckingInsideFunctionExpressionInArray.errors.txt
typeCheckingInsideFunctionExpressionInArray.js
typeCheckObjectCreationExpressionWithUndefinedCallResolutionData.js
typeCheckObjectCreationExpressionWithUndefinedCallResolutionData.types
typeCheckTypeArgument.errors.txt
typeCheckTypeArgument.js
typeComparisonCaching.errors.txt
typeComparisonCaching.js
typeConstraintsWithConstructSignatures.js
typeConstraintsWithConstructSignatures.types
typedArrays.js
typedArrays.types
typedGenericPrototypeMember.js
typedGenericPrototypeMember.types
typeGuardOfFormExpr1AndExpr2.js
typeGuardOfFormExpr1AndExpr2.types
typeGuardOfFormExpr1OrExpr2.js
typeGuardOfFormExpr1OrExpr2.types
typeGuardOfFormInstanceOf.js
typeGuardOfFormInstanceOf.types
typeGuardOfFormInstanceOfOnInterface.js
typeGuardOfFormInstanceOfOnInterface.types
typeGuardOfFormNotExpr.js
typeGuardOfFormNotExpr.types
typeGuardOfFormTypeOfBoolean.js
typeGuardOfFormTypeOfBoolean.types
typeGuardOfFormTypeOfEqualEqualHasNoEffect.js
typeGuardOfFormTypeOfEqualEqualHasNoEffect.types
typeGuardOfFormTypeOfNotEqualHasNoEffect.js
typeGuardOfFormTypeOfNotEqualHasNoEffect.types
typeGuardOfFormTypeOfNumber.js
typeGuardOfFormTypeOfNumber.types
typeGuardOfFormTypeOfOther.js
typeGuardOfFormTypeOfOther.types
typeGuardOfFormTypeOfString.js
typeGuardOfFormTypeOfString.types
typeGuardsDefeat.js
typeGuardsDefeat.types
typeGuardsInClassAccessors.js
typeGuardsInClassAccessors.types
typeGuardsInClassMethods.js
typeGuardsInClassMethods.types
typeGuardsInConditionalExpression.js
typeGuardsInConditionalExpression.types
typeGuardsInExternalModule.js
typeGuardsInExternalModule.types
typeGuardsInFunction.js
typeGuardsInFunction.types
typeGuardsInFunctionAndModuleBlock.js
typeGuardsInFunctionAndModuleBlock.types
typeGuardsInGlobal.js
typeGuardsInGlobal.types
typeGuardsInIfStatement.js
typeGuardsInIfStatement.types
typeGuardsInModule.js
typeGuardsInModule.types
typeGuardsInProperties.js
typeGuardsInProperties.types
typeGuardsInRightOperandOfAndAndOperator.js
typeGuardsInRightOperandOfAndAndOperator.types
typeGuardsInRightOperandOfOrOrOperator.js
typeGuardsInRightOperandOfOrOrOperator.types
typeGuardsObjectMethods.js
typeGuardsObjectMethods.types Print out methods in the types of object literals as if they were methods, not function typed properties. 2014-12-03 03:19:46 -08:00
typeGuardsWithAny.js Addressing CR feedback 2014-12-10 14:25:02 -08:00
typeGuardsWithAny.types Addressing CR feedback 2014-12-10 14:25:02 -08:00
typeIdentityConsidersBrands.errors.txt
typeIdentityConsidersBrands.js
typeInfer1.errors.txt
typeInfer1.js
typeInferenceConflictingCandidates.errors.txt
typeInferenceConflictingCandidates.js
typeInferenceFixEarly.js
typeInferenceFixEarly.types
typeInferenceReturnTypeCallback.js
typeInferenceReturnTypeCallback.types
typeInferenceWithTupleType.js
typeInferenceWithTupleType.types
typeInferenceWithTypeAnnotation.js
typeInferenceWithTypeAnnotation.types
typeLiteralCallback.js
typeLiteralCallback.types
typeMatch1.errors.txt
typeMatch1.js
typeMatch2.errors.txt
typeMatch2.js
typeName1.errors.txt fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
typeName1.js
typeofAmbientExternalModules.errors.txt
typeofAmbientExternalModules.js
typeofAnExportedType.errors.txt
typeofANonExportedType.errors.txt
typeofClass.errors.txt
typeofClass.js
typeofClass2.js
typeofClass2.types
typeofClassWithPrivates.errors.txt
typeofClassWithPrivates.js
typeofEnum.js
typeofEnum.types
typeOfEnumAndVarRedeclarations.errors.txt
typeOfEnumAndVarRedeclarations.js
typeofExternalModules.errors.txt
typeofExternalModules.js
typeofInObjectLiteralType.errors.txt
typeofInObjectLiteralType.js
typeofInterface.js
typeofInterface.types
typeofInternalModules.errors.txt
typeofInternalModules.js
typeofModuleWithoutExports.js
typeofModuleWithoutExports.types
typeOfOnTypeArg.errors.txt
typeOfOnTypeArg.js
typeOfOperator1.errors.txt
typeOfOperator1.js
typeofOperatorInvalidOperations.errors.txt
typeofOperatorWithAnyOtherType.errors.txt
typeofOperatorWithAnyOtherType.js
typeofOperatorWithBooleanType.js
typeofOperatorWithBooleanType.types
typeofOperatorWithEnumType.js
typeofOperatorWithEnumType.types
typeofOperatorWithNumberType.js
typeofOperatorWithNumberType.types
typeofOperatorWithStringType.js
typeofOperatorWithStringType.types
typeofProperty.errors.txt
typeofProperty.js
typeOfPrototype.js
typeOfPrototype.types
typeofSimple.errors.txt
typeofSimple.js
typeOfSuperCall.js
typeOfSuperCall.types
typeOfThis.errors.txt
typeOfThisInAccessor.errors.txt
typeOfThisInConstructorParamList.errors.txt
typeOfThisInConstructorParamList.js
typeOfThisInFunctionExpression.js
typeOfThisInFunctionExpression.types
typeOfThisInInstanceMember.errors.txt
typeOfThisInInstanceMember2.errors.txt
typeOfThisInMemberFunctions.js
typeOfThisInMemberFunctions.types
typeOfThisInStaticMembers.js
typeOfThisInStaticMembers.types
typeOfThisInStaticMembers2.errors.txt
typeOfThisInStaticMembers2.js
typeOfThisInStatics.errors.txt
typeofTypeParameter.errors.txt
typeofTypeParameter.js
typeofUndefined.js
typeofUndefined.types
typeofUnknownSymbol.errors.txt
typeofUnknownSymbol.js
typeParameterAndArgumentOfSameName1.js
typeParameterAndArgumentOfSameName1.types
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
typeParameterAsElementType.types
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 Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
typeParameterAsTypeArgument.types
typeParameterAsTypeParameterConstraint.errors.txt
typeParameterAsTypeParameterConstraint.js
typeParameterAsTypeParameterConstraint2.errors.txt
typeParameterAsTypeParameterConstraint2.js
typeParameterAsTypeParameterConstraintTransitively.js
typeParameterAsTypeParameterConstraintTransitively.types
typeParameterAsTypeParameterConstraintTransitively2.js
typeParameterAsTypeParameterConstraintTransitively2.types
typeParameterCompatibilityAccrossDeclarations.js
typeParameterCompatibilityAccrossDeclarations.types
typeParameterConstrainedToOuterTypeParameter.js
typeParameterConstrainedToOuterTypeParameter.types
typeParameterConstrainedToOuterTypeParameter2.js
typeParameterConstrainedToOuterTypeParameter2.types
typeParameterConstraints1.errors.txt
typeParameterDirectlyConstrainedToItself.errors.txt
typeParameterDirectlyConstrainedToItself.js
typeParameterExplicitlyExtendsAny.errors.txt
typeParameterExplicitlyExtendsAny.js
typeParameterHasSelfAsConstraint.errors.txt
typeParameterHasSelfAsConstraint.js
typeParameterInConstraint1.errors.txt more baselines. revert unintentional change to harness.ts. 2014-12-03 22:14:55 -08:00
typeParameterInConstraint1.js more baselines. revert unintentional change to harness.ts. 2014-12-03 22:14:55 -08:00
typeParameterIndirectlyConstrainedToItself.errors.txt
typeParameterIndirectlyConstrainedToItself.js
typeParameterListWithTrailingComma1.js Add grammar walker test coverage cases. 2014-12-03 20:41:39 -08:00
typeParameterListWithTrailingComma1.types Add grammar walker test coverage cases. 2014-12-03 20:41:39 -08:00
typeParameterOrderReversal.errors.txt
typeParameterOrderReversal.js
typeParametersAreIdenticalToThemselves.js
typeParametersAreIdenticalToThemselves.types
typeParametersAvailableInNestedScope.js
typeParametersAvailableInNestedScope.types
typeParametersAvailableInNestedScope2.js
typeParametersAvailableInNestedScope2.types
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 Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
typeParameterUsedAsTypeParameterConstraint3.types
typeParameterUsedAsTypeParameterConstraint4.errors.txt
typeParameterUsedAsTypeParameterConstraint4.js
typeParameterWithInvalidConstraintType.errors.txt
typeParameterWithInvalidConstraintType.js
typeParamExtendsOtherTypeParam.errors.txt
typeParamExtendsOtherTypeParam.js
typeQueryOnClass.errors.txt
typeQueryWithReservedWords.js
typeQueryWithReservedWords.types
typeResolution.js
typeResolution.js.map
typeResolution.sourcemap.txt
typeResolution.types
typesOnlyExternalModuleStillHasInstance.errors.txt
typesOnlyExternalModuleStillHasInstance.js
typesWithDuplicateTypeParameters.errors.txt
typesWithDuplicateTypeParameters.js
typesWithOptionalProperty.js
typesWithOptionalProperty.types
typesWithPrivateConstructor.errors.txt
typesWithPublicConstructor.errors.txt
typesWithPublicConstructor.js
typesWithSpecializedCallSignatures.js
typesWithSpecializedCallSignatures.types
typesWithSpecializedConstructSignatures.js
typesWithSpecializedConstructSignatures.types
typeVal.js
typeVal.types
typeValueConflict1.errors.txt
typeValueConflict1.js
typeValueConflict2.errors.txt
typeValueConflict2.js
unaryOperators1.errors.txt
unaryOperators1.js
unaryOperatorsInStrictMode.errors.txt
unaryPlus.js
unaryPlus.types
uncaughtCompilerError1.js
uncaughtCompilerError1.types
uncaughtCompilerError2.errors.txt
undeclaredBase.errors.txt
undeclaredBase.js
undeclaredMethod.errors.txt
undeclaredMethod.js
undeclaredModuleError.errors.txt
undeclaredModuleError.js Accepting new baselines 2014-12-04 17:43:51 -08:00
undeclaredVarEmit.errors.txt
undeclaredVarEmit.js
undefinedArgumentInference.js
undefinedArgumentInference.types
undefinedAssignableToEveryType.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
undefinedAssignableToEveryType.types
undefinedInferentialTyping.js
undefinedInferentialTyping.types
undefinedIsSubtypeOfEverything.js
undefinedIsSubtypeOfEverything.types
undefinedSymbolReferencedInArrayLiteral1.errors.txt
undefinedSymbolReferencedInArrayLiteral1.js
undefinedTypeArgument1.errors.txt
undefinedTypeArgument1.js
undefinedTypeArgument2.errors.txt
undefinedTypeArgument2.js
underscoreMapFirst.js
underscoreMapFirst.types
underscoreTest1.js Accepting new baselines 2014-12-04 17:43:51 -08:00
underscoreTest1.types
unexpectedStatementBlockTerminator.errors.txt
unexportedInstanceClassVariables.js
unexportedInstanceClassVariables.types
unicodeIdentifierName2.errors.txt
unicodeIdentifierNames.js
unicodeIdentifierNames.types
unionSubtypeIfEveryConstituentTypeIsSubtype.errors.txt
unionSubtypeIfEveryConstituentTypeIsSubtype.js
unionTypeCallSignatures.errors.txt
unionTypeCallSignatures.js
unionTypeConstructSignatures.errors.txt
unionTypeConstructSignatures.js
unionTypeEquivalence.errors.txt Merge branch 'master' into destructuring 2014-12-03 16:43:01 -08:00
unionTypeEquivalence.js
unionTypeFromArrayLiteral.js
unionTypeFromArrayLiteral.types
unionTypeIdentity.errors.txt
unionTypeIdentity.js
unionTypeIndexSignature.js
unionTypeIndexSignature.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
unionTypeInference.js
unionTypeInference.types
unionTypeLiterals.errors.txt Merge branch 'master' into destructuring 2014-12-03 16:43:01 -08:00
unionTypeLiterals.js
unionTypeMembers.errors.txt
unionTypeMembers.js
unionTypesAssignability.errors.txt Merge branch 'master' into unionTypeConformance 2014-11-21 01:33:13 -08:00
unionTypesAssignability.js
unknownSymbolInGenericReturnType.errors.txt
unknownSymbolInGenericReturnType.js
unknownSymbolOffContextualType1.errors.txt
unknownSymbolOffContextualType1.js
unknownSymbols1.errors.txt
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 Revert changes to resources. 2014-11-20 13:36:43 -08:00
unterminatedStringLiteralWithBackslash1.errors.txt
untypedArgumentInLambdaExpression.js
untypedArgumentInLambdaExpression.types
untypedFunctionCallsWithTypeParameters1.errors.txt
untypedFunctionCallsWithTypeParameters1.js
unusedImportDeclaration.js
unusedImportDeclaration.types
usingModuleWithExportImportInValuePosition.js
usingModuleWithExportImportInValuePosition.types
validBooleanAssignments.js
validBooleanAssignments.types
validEnumAssignments.js
validEnumAssignments.types
validMultipleVariableDeclarations.js
validMultipleVariableDeclarations.types
validNullAssignments.errors.txt
validNullAssignments.js
validNumberAssignments.js
validNumberAssignments.types
validRegexp.errors.txt
validStringAssignments.js
validStringAssignments.types
validUndefinedAssignments.js
validUndefinedAssignments.types
validUndefinedValues.js
validUndefinedValues.types
validUseOfThisInSuper.js
validUseOfThisInSuper.types
validVoidAssignments.js
validVoidAssignments.types
validVoidValues.js
validVoidValues.types
varAndFunctionShareName.errors.txt
varAndFunctionShareName.js
vararg.errors.txt
vararg.js Accepting new baselines 2014-12-04 17:43:51 -08:00
varArgConstructorMemberParameter.errors.txt
varArgParamTypeCheck.js Accepting new baselines 2014-12-04 17:43:51 -08:00
varArgParamTypeCheck.types
varArgsOnConstructorTypes.js
varArgsOnConstructorTypes.types
varArgWithNoParamName.errors.txt
varAsID.js
varAsID.types
varBlock.errors.txt
vardecl.js
vardecl.types fetch actual parameter name of indexer when printing literal type 2014-12-05 16:58:49 -08:00
VariableDeclaration1_es6.errors.txt Add parser tests for let/const. 2014-11-28 14:50:58 -08:00
VariableDeclaration2_es6.errors.txt Add parser tests for let/const. 2014-11-28 14:50:58 -08:00
VariableDeclaration3_es6.errors.txt Add parser tests for let/const. 2014-11-28 14:50:58 -08:00
VariableDeclaration4_es6.errors.txt Add parser tests for let/const. 2014-11-28 14:50:58 -08:00
VariableDeclaration5_es6.errors.txt Add parser tests for let/const. 2014-11-28 14:50:58 -08:00
VariableDeclaration6_es6.errors.txt "let" should only be considered a keyword in strict mode, or when it starts an actual construct 2014-12-04 16:45:09 -08:00
VariableDeclaration6_es6.js "let" should only be considered a keyword in strict mode, or when it starts an actual construct 2014-12-04 16:45:09 -08:00
VariableDeclaration7_es6.errors.txt Add parser tests for let/const. 2014-11-28 14:50:58 -08:00
VariableDeclaration8_es6.errors.txt Add parser tests for let/const. 2014-11-28 14:50:58 -08:00
VariableDeclaration9_es6.errors.txt Add parser tests for let/const. 2014-11-28 14:50:58 -08:00
VariableDeclaration10_es6.errors.txt Add parser tests for let/const. 2014-11-28 14:50:58 -08:00
VariableDeclaration11_es6.errors.txt Add parser tests for let/const. 2014-11-28 14:50:58 -08:00
variableDeclarationInStrictMode1.errors.txt Add grammar walker test coverage cases. 2014-12-03 20:41:39 -08:00
variableDeclarator1.js
variableDeclarator1.types
variableDeclaratorResolvedDuringContextualTyping.errors.txt
variableDeclaratorResolvedDuringContextualTyping.js
varInFunctionInVarInitializer.js
varInFunctionInVarInitializer.types
varNameConflictsWithImportInDifferentPartOfModule.errors.txt
varNameConflictsWithImportInDifferentPartOfModule.js
visibilityOfCrossModuleTypeUsage.js
visibilityOfCrossModuleTypeUsage.types
visSyntax.js
visSyntax.types
voidArrayLit.errors.txt
voidArrayLit.js
voidAsNonAmbiguousReturnType.errors.txt
voidAsNonAmbiguousReturnType.js
voidAsOperator.js
voidAsOperator.types
voidConstructor.js
voidConstructor.types
voidFunctionAssignmentCompat.js
voidFunctionAssignmentCompat.types
voidOperator1.js
voidOperator1.types
voidOperatorInvalidOperations.errors.txt
voidOperatorWithAnyOtherType.errors.txt
voidOperatorWithAnyOtherType.js
voidOperatorWithBooleanType.js
voidOperatorWithBooleanType.types
voidOperatorWithEnumType.js
voidOperatorWithEnumType.types
voidOperatorWithNumberType.js
voidOperatorWithNumberType.types
voidOperatorWithStringType.js
voidOperatorWithStringType.types
voidReturnLambdaValue.js
voidReturnLambdaValue.types
whileBreakStatements.js
whileBreakStatements.types
whileContinueStatements.js
whileContinueStatements.types
widenedTypes.errors.txt
widenedTypes.js
widenedTypes1.js
widenedTypes1.types
widenToAny1.errors.txt
widenToAny1.js
widenToAny2.errors.txt
widenToAny2.js
withExportDecl.errors.txt
withImportDecl.js
withImportDecl.types
withStatement.errors.txt
withStatement.js
withStatementErrors.errors.txt
withStatementNestedScope.errors.txt
withStatementNestedScope.js
withStatements.errors.txt
withStatements.js
witness.errors.txt
witness.js Add a dedicated 'EndOfFile' token to a SourceFile. 2014-12-02 16:09:41 -08:00
wrappedAndRecursiveConstraints.js
wrappedAndRecursiveConstraints.types
wrappedAndRecursiveConstraints2.errors.txt
wrappedAndRecursiveConstraints2.js
wrappedAndRecursiveConstraints3.js
wrappedAndRecursiveConstraints3.types
wrappedAndRecursiveConstraints4.errors.txt
wrappedAndRecursiveConstraints4.js
wrappedRecursiveGenericType.errors.txt
wrappedRecursiveGenericType.js
yieldExpression1.errors.txt Add grammar walker test coverage cases. 2014-12-03 20:41:39 -08:00
YieldExpression1_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
YieldExpression1_es6.js Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
YieldExpression2_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
YieldExpression3_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
YieldExpression4_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
YieldExpression5_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
YieldExpression6_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
YieldExpression7_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
YieldExpression8_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
YieldExpression9_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
YieldExpression10_es6.errors.txt Report errors for using yield/generators right now. 2014-11-25 12:16:31 -08:00
YieldExpression11_es6.errors.txt Report errors for using yield/generators right now. 2014-11-25 12:16:31 -08:00
YieldExpression12_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
YieldExpression13_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
YieldExpression14_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
YieldExpression15_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
YieldExpression16_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00
YieldExpression17_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
YieldExpression18_es6.errors.txt Add an _es6 suffix to prevent name collisions. 2014-11-24 22:53:55 -08:00
YieldExpression19_es6.errors.txt Report error on asterisk token. 2014-11-25 13:54:26 -08:00