Skip to content

Conversation

sandersn
Copy link
Member

@sandersn sandersn commented Jun 6, 2017

Fixes #13066

Previously, null/undefined were removed upfront, which is incorrect. Now nullable types are removed with other non-primitives after union is lifted over spread. This produces unions, which are larger, but more correct.

Also move some spread tests into the conformance suite.

sandersn added 3 commits June 6, 2017 13:58
Previously, null/undefined were removed upfront, which is incorrect. Now
nullable types are removed with other non-primitives after union is
lifted over spread. This produces unions, which are larger, but more correct.
@sandersn sandersn merged commit 617f60e into master Jun 6, 2017
@sandersn sandersn deleted the fix-nullable-filtering-in-spreads branch June 6, 2017 22:00
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants