TypeScript/tests/cases/conformance/expressions
Anders Hejlsberg c404c08fde
Fix reachability analysis for ?? operator (#34702)
* Exclude ?? operator from true/false literal check in createFlowCondition

* Accept new API baselines

* Add tests

* Accept new baselines

* Address CR feedback

* Accept new API baselines
2019-10-24 15:57:14 -07:00
..
arrayLiterals Add tests 2019-06-17 16:18:13 -10:00
asOperator
assignmentOperator
binaryOperators
commaOperator
conditonalOperator
contextualTyping Fix incorrect noImplicitAny error on contextual union function signature 2019-06-24 17:37:14 -07:00
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
nullishCoalescingOperator Fix reachability analysis for ?? operator (#34702) 2019-10-24 15:57:14 -07:00
objectLiterals
operators
optionalChaining factory: correctly parenthesize conditional head (#34227) 2019-10-16 10:41:52 -07:00
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 allow const-assertion on aliased enum symbol (#32110) 2019-06-26 14:42:06 -07:00
typeGuards Make anyArray.filter(Boolean) return any[], not unknown[] (#31515) 2019-05-22 09:45:41 -07:00
unaryOperators
valuesAndReferences