TypeScript/tests/cases/conformance/expressions
Klaus Meinhardt 8f40ac06cc optimize transform of optional chaining and nullish coalescing (#34951)
* optimize transform of optional chaining and nullish coalescing

* remove unnecessary condition

* typo

* fix lint

* prevent capturing of super

* swap branches again

* accept new baselines

* avoid temporary objects
2019-11-14 17:34:13 -08: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
functions
identifiers
literals
newOperator
nullishCoalescingOperator Fix reachability analysis for ?? operator (#34702) 2019-10-24 15:57:14 -07:00
objectLiterals
operators
optionalChaining optimize transform of optional chaining and nullish coalescing (#34951) 2019-11-14 17:34:13 -08:00
propertyAccess Add tests 2019-06-06 13:33:36 -07:00
superCalls
superPropertyAccess
thisKeyword
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