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

Refactor Host Config Infra (getting rid of .inline*.js) #18240

Merged
merged 5 commits into from
Mar 7, 2020

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    bc53b70 View commit details
    Browse the repository at this point in the history
  2. Delete inline* files

    sebmarkbage committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    a52a910 View commit details
    Browse the repository at this point in the history
  3. Delete react-reconciler/persistent

    This no longer makes any sense because it react-reconciler takes
    supportsMutation or supportsPersistence as options. It's no longer based
    on feature flags.
    sebmarkbage committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    2e1352d View commit details
    Browse the repository at this point in the history
  4. Fix jest mocking

    sebmarkbage committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    bf499d4 View commit details
    Browse the repository at this point in the history
  5. Fix Flow strategy

    We now explicitly list which paths we want to be checked by a renderer.
    For every other renderer config we ignore those paths.
    
    Nothing is "any" typed. So if some transitive dependency isn't reachable
    it won't be accidentally "any" that leaks.
    sebmarkbage committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    fd4699d View commit details
    Browse the repository at this point in the history