TypeScript/tests/cases/conformance/expressions
2015-11-17 14:34:02 -08:00
..
arrayLiterals Add spec description to the test file and move tests that generate errors to separate file 2015-04-16 14:41:19 -07:00
asOperator Correctly emit 'as' operator left operand as expression 2015-09-28 17:24:59 -07:00
assignmentOperator addressed PR feedback, updated tests to suppress reachability errors where they are not needed 2015-10-13 10:58:55 -07:00
binaryOperators Modifying test 2015-01-25 16:25:38 -08:00
commaOperator Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
conditonalOperator Tests for Conditional operator can generate union type 2014-11-04 13:18:43 -08:00
contextualTyping addressed PR feedback, updated tests to suppress reachability errors where they are not needed 2015-10-13 10:58:55 -07:00
functionCalls Fixes concat style 2015-05-16 16:42:49 +08:00
functions Add support for parsing destructuring patterns in arrow function parameter lists 2015-04-08 18:01:21 -07:00
identifiers Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
literals Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
newOperator Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
objectLiterals Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
operators Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
propertyAccess Modifying and adding tests 2015-01-21 13:55:07 -08:00
superCalls Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
superPropertyAccess Add downlevel emit tests 2015-07-15 15:04:24 -07:00
thisKeyword Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
typeAssertions Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
typeGuards update test with pr feedback 2015-11-17 14:34:02 -08:00
unaryOperators suppress reachability errors in remaining tests 2015-10-13 13:06:43 -07:00
valuesAndReferences Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00