TypeScript/tests/cases/conformance/expressions
Anders Hejlsberg 9d2a2c9634 Add tests
2019-06-06 13:33:36 -07:00
..
arrayLiterals
asOperator
assignmentOperator
binaryOperators
commaOperator
conditonalOperator
contextualTyping
elementAccess
functionCalls Add failing test for function calls that have at least one non-spread argument, a spread argument, and overall potentially too few arguments 2019-04-04 11:47:25 -07:00
functions
identifiers
literals
newOperator
objectLiterals
operators
propertyAccess Add tests 2019-06-06 13:33:36 -07:00
superCalls
superPropertyAccess
thisKeyword Add globalThis (#29332) 2019-02-27 14:14:34 -08:00
typeAssertions Add tests 2019-01-19 10:34:38 -08:00
typeGuards Make anyArray.filter(Boolean) return any[], not unknown[] (#31515) 2019-05-22 09:45:41 -07:00
unaryOperators
valuesAndReferences