Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 64f83a6fd24ddfcc74607e0e55b3fc9fe0d3c9b3
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a3003d4c7ca5ba3662e0d56d3f072a09879822f9
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Aug 19, 2021

  1. Set up test infra for dynamic Scheduler flags

    I copied the set up we use for React.
    
    In the www-variant test job, the Scheduler `__VARIANT__` flags will be
    `true`. When writing a test, we can read the value of the flag with the
    `gate` pragma and method.
    
    Note: Since these packages are currently released in lockstep, maybe we
    should remove SchedulerFeatureFlags and use ReactFeatureFlags for both.
    acdlite committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    a3003d4 View commit details
    Browse the repository at this point in the history
Loading