TypeScript/tests/cases/conformance/es6/templates
2014-11-26 17:14:08 -08:00
..
taggedTemplateStringsTypeArgumentInference.ts Proper type arg inference with apppropriate overload res tests. 2014-11-05 18:20:40 -08:00
taggedTemplateStringsTypeArgumentInferenceES6.ts Proper type arg inference with apppropriate overload res tests. 2014-11-05 18:20:40 -08:00
taggedTemplateStringsWithIncompatibleTypedTags.ts Initial work on overload resolution with tagged templates. 2014-11-04 15:05:05 -08:00
taggedTemplateStringsWithIncompatibleTypedTagsES6.ts Initial work on overload resolution with tagged templates. 2014-11-04 15:05:05 -08:00
taggedTemplateStringsWithManyCallAndMemberExpressions.ts Initial work on overload resolution with tagged templates. 2014-11-04 15:05:05 -08:00
taggedTemplateStringsWithManyCallAndMemberExpressionsES6.ts Initial work on overload resolution with tagged templates. 2014-11-04 15:05:05 -08:00
taggedTemplateStringsWithOverloadResolution1.ts Initial work on overload resolution with tagged templates. 2014-11-04 15:05:05 -08:00
taggedTemplateStringsWithOverloadResolution1_ES6.ts Initial work on overload resolution with tagged templates. 2014-11-04 15:05:05 -08:00
taggedTemplateStringsWithOverloadResolution2.ts Proper type arg inference with apppropriate overload res tests. 2014-11-05 18:20:40 -08:00
taggedTemplateStringsWithOverloadResolution2_ES6.ts Proper type arg inference with apppropriate overload res tests. 2014-11-05 18:20:40 -08:00
taggedTemplateStringsWithOverloadResolution3.ts Proper type arg inference with apppropriate overload res tests. 2014-11-05 18:20:40 -08:00
taggedTemplateStringsWithOverloadResolution3_ES6.ts Proper type arg inference with apppropriate overload res tests. 2014-11-05 18:20:40 -08:00
taggedTemplateStringsWithTagsTypedAsAny.ts Added tests for tagged templates. Some should fail when we do typechecking. 2014-10-23 16:57:17 -07:00
taggedTemplateStringsWithTagsTypedAsAnyES6.ts Added tests for tagged templates. Some should fail when we do typechecking. 2014-10-23 16:57:17 -07:00
taggedTemplateStringsWithTypedTags.ts Added tests for tagged templates. Some should fail when we do typechecking. 2014-10-23 16:57:17 -07:00
taggedTemplateStringsWithTypedTagsES6.ts Added tests for tagged templates. Some should fail when we do typechecking. 2014-10-23 16:57:17 -07:00
TemplateExpression1.ts Parser tests for generators and yield expressions. 2014-11-24 22:40:54 -08:00
templateStringInArray.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInArrowFunction.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInArrowFunctionES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInBinaryAddition.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInBinaryAdditionES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInCallExpression.ts Fixed issue where template expression in call expressions would emit with unnecessary parentheses. 2014-11-19 17:04:34 -08:00
templateStringInCallExpressionES6.ts Fixed issue where template expression in call expressions would emit with unnecessary parentheses. 2014-11-19 17:04:34 -08:00
templateStringInConditional.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInConditionalES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInDeleteExpression.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInDeleteExpressionES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInDivision.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInEqualityChecks.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInEqualityChecksES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInFunctionExpression.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInFunctionExpressionES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInFunctionParameterType.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInFunctionParameterTypeES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInIndexExpression.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInIndexExpressionES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInInOperator.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInInOperatorES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInInstanceOf.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInInstanceOfES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInModuleName.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInModuleNameES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInModulo.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInModuloES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInMultiplication.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInMultiplicationES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInNewExpression.ts Fixed issue where template expression in call expressions would emit with unnecessary parentheses. 2014-11-19 17:04:34 -08:00
templateStringInNewExpressionES6.ts Fixed issue where template expression in call expressions would emit with unnecessary parentheses. 2014-11-19 17:04:34 -08:00
templateStringInNewOperator.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInNewOperatorES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInObjectLiteral.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInObjectLiteralES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInParentheses.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInParenthesesES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInPropertyAssignment.ts Better test coverage for templates in object literals. 2014-10-23 16:55:35 -07:00
templateStringInPropertyAssignmentES6.ts Better test coverage for templates in object literals. 2014-10-23 16:55:35 -07:00
templateStringInPropertyName1.ts Better test coverage for templates in object literals. 2014-10-23 16:55:35 -07:00
templateStringInPropertyName2.ts Better test coverage for templates in object literals. 2014-10-23 16:55:35 -07:00
templateStringInPropertyNameES6_1.ts Better test coverage for templates in object literals. 2014-10-23 16:55:35 -07:00
templateStringInPropertyNameES6_2.ts Better test coverage for templates in object literals. 2014-10-23 16:55:35 -07:00
templateStringInSwitchAndCase.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInSwitchAndCaseES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInTaggedTemplate.ts Fixed issue where template expression in call expressions would emit with unnecessary parentheses. 2014-11-19 17:04:34 -08:00
templateStringInTaggedTemplateES6.ts Fixed issue where template expression in call expressions would emit with unnecessary parentheses. 2014-11-19 17:04:34 -08:00
templateStringInTypeAssertion.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInTypeAssertionES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInTypeOf.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInTypeOfES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInUnaryPlus.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInUnaryPlusES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInWhile.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInWhileES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringInYieldKeyword.ts Parser tests for generators and yield expressions. 2014-11-24 22:40:54 -08:00
templateStringTermination1.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination1_ES6.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination2.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination2_ES6.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination3.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination3_ES6.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination4.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination4_ES6.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination5.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringTermination5_ES6.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated1.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated1_ES6.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated2.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated2_ES6.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated3.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated3_ES6.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated4.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated4_ES6.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated5.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringUnterminated5_ES6.ts Tests for terminated/unterminated template strings. 2014-11-26 17:14:08 -08:00
templateStringWithEmbeddedAddition.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedAdditionES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedArray.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedArrayES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedArrowFunction.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedArrowFunctionES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedComments.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedCommentsES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedConditional.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedConditionalES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedDivision.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedDivisionES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedFunctionExpression.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedFunctionExpressionES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedInOperator.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedInOperatorES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedInstanceOf.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedInstanceOfES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedModulo.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedModuloES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedMultiplication.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedMultiplicationES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedNewOperator.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedNewOperatorES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedObjectLiteral.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedObjectLiteralES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedTemplateString.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedTemplateStringES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedTypeAssertionOnAddition.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedTypeAssertionOnAdditionES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedTypeOfOperator.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedTypeOfOperatorES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedUnaryPlus.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedUnaryPlusES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedYieldKeyword.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmbeddedYieldKeywordES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithEmptyLiteralPortions.ts Omit empty template tail literals. 2014-10-28 18:47:43 -07:00
templateStringWithEmptyLiteralPortionsES6.ts Omit empty template tail literals. 2014-10-28 18:47:43 -07:00
templateStringWithOpenCommentInStringPortion.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithOpenCommentInStringPortionES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithPropertyAccess.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00
templateStringWithPropertyAccessES6.ts Added tests and baselines for templates. 2014-10-23 15:06:05 -07:00