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

Flow-related work on the path to RN v0.64 upgrade, part 3. #4836

Merged
merged 23 commits into from
Jul 2, 2021

Commits on Jul 2, 2021

  1. StreamList types: Make an object type explicitly inexact.

    An instance of zulip#3452.
    chrisbobbe authored and gnprice committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    39b2ecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11fc530 View commit details
    Browse the repository at this point in the history
  3. messageActionSheet types: Make an object type exact.

    An instance of zulip#3452.
    chrisbobbe authored and gnprice committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    46cdee9 View commit details
    Browse the repository at this point in the history
  4. libdefs: Remove libdef for prop-types, which we've already removed.

    We should have done this in 28b42c9.
    chrisbobbe authored and gnprice committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    5690c62 View commit details
    Browse the repository at this point in the history
  5. libdefs: Remove two stub libdefs that duplicate non-stub libdefs.

    We're about to remove all the stub libdefs.
    chrisbobbe authored and gnprice committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    4778b34 View commit details
    Browse the repository at this point in the history
  6. flow: Remove a custom ignore.

    From experimentation, I don't see any complaints from Flow when I
    remove this. Remove it, just for that reason.
    chrisbobbe authored and gnprice committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    1a2cc5a View commit details
    Browse the repository at this point in the history
  7. libdefs: Remove stub libdefs.

    And use `$FlowFixMe[untyped-import]` where these stub libdefs were
    suppressing complaints from Flow in a way that was harder to notice.
    chrisbobbe authored and gnprice committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    45efceb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a9b267 View commit details
    Browse the repository at this point in the history
  9. prettier: Ignore Flow libdefs.

    chrisbobbe authored and gnprice committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    ee52852 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f89b976 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5976aed View commit details
    Browse the repository at this point in the history
  12. react-native-webview libdef: Make WebViewHttpError more like its fr…

    …iends.
    
    In particular, more like `WebViewError, `WebViewMessage`, etc., just
    above it.
    
    An instance of zulip#3452.
    chrisbobbe authored and gnprice committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    3f24d0f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9853f51 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6a72980 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eaf2716 View commit details
    Browse the repository at this point in the history
  16. react-intl libdef: Make MessageDescriptor exact.

    An instance of zulip#3452.
    chrisbobbe authored and gnprice committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    be63db7 View commit details
    Browse the repository at this point in the history
  17. prettier libdef: Make an object type explicitly inexact.

    I'm not so sure we need a libdef for `prettier`, actually.
    
    Anyway, an instance of zulip#3452.
    chrisbobbe authored and gnprice committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    1b8a377 View commit details
    Browse the repository at this point in the history
  18. expo-screen-orientation libdef: Make an object type exact.

    An instance of zulip#3452.
    chrisbobbe authored and gnprice committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    7de2ab8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    aceaaca View commit details
    Browse the repository at this point in the history
  20. base-64 libdef: Make an object type exact.

    An instance of zulip#3452.
    chrisbobbe authored and gnprice committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    4f06c2a View commit details
    Browse the repository at this point in the history
  21. @sentry/react-native libdef: Make object types exact or explicitly in…

    …exact.
    
    An instance of zulip#3452.
    chrisbobbe authored and gnprice committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    8b2b64a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5a3c6b9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c96da70 View commit details
    Browse the repository at this point in the history