Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix type widening when Any assertion is used #8494

Merged
merged 2 commits into from Sep 18, 2022

Commits on Sep 18, 2022

  1. Do not widen type to mixed and lose the existing type information w…

    …hen an `Any` assertion is used.
    
    Fixes vimeo#8084.
    pvandommelen committed Sep 18, 2022
    Copy the full SHA
    05f28ce View commit details
    Browse the repository at this point in the history
  2. Within the reconciler's fast path, do not require the existing type t…

    …o include mixed when handling an `Any` assertion.
    pvandommelen committed Sep 18, 2022
    Copy the full SHA
    2eb4ca0 View commit details
    Browse the repository at this point in the history