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