TypeScript/tests/cases/conformance/expressions
2015-06-18 14:03:14 -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 Conformance tests for 'as' operator 2015-06-18 14:03:14 -07:00
assignmentOperator
binaryOperators
commaOperator
conditonalOperator
contextualTyping Merge pull request #2761 from Microsoft/conformanceContextuallyTypedFuncExp 2015-05-04 10:48:42 -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
literals
newOperator
objectLiterals
operators
propertyAccess
superCalls
superPropertyAccess
thisKeyword
typeAssertions
typeGuards Don't consume 'is' keyword if there is a preceding line terminator 2015-06-09 11:12:00 -07:00
unaryOperators
valuesAndReferences