TypeScript/tests/cases/conformance/expressions
2016-09-12 14:45:42 -07:00
..
arrayLiterals
asOperator Emit parens around type-asserted binary operators 2016-07-15 15:56:22 -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 Disallow left comma operator operands which don't have side effects 2016-09-12 14:45:42 -07:00
conditonalOperator
contextualTyping
elementAccess Added tests for ASI and element access with 'let'. 2016-02-20 00:58:20 -08:00
functionCalls
functions Address PR comments 2016-05-05 15:04:17 -07:00
identifiers
literals
newOperator
objectLiterals Fix tests 2016-01-24 13:44:22 -08:00
operators
propertyAccess
superCalls
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 Added tests. 2016-06-14 19:02:47 -07:00
typeGuards [Transforms] Merge master 08/09 (#10263) 2016-08-26 15:51:10 -07:00
unaryOperators Disallow left comma operator operands which don't have side effects 2016-09-12 14:45:42 -07:00
valuesAndReferences