TypeScript/tests/cases/conformance/expressions
2016-06-09 15:56:34 -07: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 Add control flow tests 2016-03-25 21:29:58 +01:00
binaryOperators Add test 2016-06-02 17:37:25 -07: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
elementAccess Added tests for ASI and element access with 'let'. 2016-02-20 00:58:20 -08:00
functionCalls Fixes concat style 2015-05-16 16:42:49 +08:00
functions Address PR comments 2016-05-05 15:04:17 -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 Fix tests 2016-01-24 13:44:22 -08: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 Instantiate this-type in super property access 2016-05-24 13:07:34 -07:00
thisKeyword Update baselines: 'this' in object literal methods 2016-03-09 13:08:09 -08:00
typeAssertions Add tests and accept baselines 2015-12-08 09:13:41 -08:00
typeGuards Merge branch 'master' into primitive-type-guards-are-order-independent 2016-06-09 15:56:34 -07: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