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

Try to pre-resolve types in order to avoid Pick #2107

Merged
merged 4 commits into from Jul 4, 2019
Merged

Commits on Jul 4, 2019

  1. try to pre-resolve types

    dotansimha committed Jul 4, 2019
    Copy the full SHA
    8ed175c View commit details
    Browse the repository at this point in the history
  2. fix for flow

    dotansimha committed Jul 4, 2019
    Copy the full SHA
    200a0c3 View commit details
    Browse the repository at this point in the history
  3. added examples for preResolveTypes

    Added `preResolveTypes` to compatibility plugin to make sure to eliminate `Maybe` when referting to nested types
    dotansimha committed Jul 4, 2019
    Copy the full SHA
    bd020d6 View commit details
    Browse the repository at this point in the history
  4. fixes in live demo

    added preResolveTypes to live-demo
    tried to generate more examples for `preResolveTypes`
    dotansimha committed Jul 4, 2019
    Copy the full SHA
    4d434ac View commit details
    Browse the repository at this point in the history