TypeScript/tests/cases/conformance/expressions
Nathan Shively-Sanders b0a387aafa Address PR comments
And address bug with contextually typed arguments that the PR changes
exposed.
2016-05-05 15:04:17 -07:00
..
arrayLiterals
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
commaOperator
conditonalOperator
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
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
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 Fixing tests 2016-04-09 18:31:19 -07:00
unaryOperators suppress reachability errors in remaining tests 2015-10-13 13:06:43 -07:00
valuesAndReferences