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

Resolve the true entry point during tests #21505

Merged
merged 6 commits into from
Jun 3, 2021

Commits on Jun 2, 2021

  1. Resolve the entry point for tests the same way builds do

    This way the source tests, test the same entry point configuration.
    sebmarkbage committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    a808673 View commit details
    Browse the repository at this point in the history
  2. Gate test selectors on www

    These are currently only exposed in www builds
    sebmarkbage committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    955b294 View commit details
    Browse the repository at this point in the history
  3. Gate createEventHandle / useFocus on www

    These are enabled in both www variants but not OSS experimental.
    sebmarkbage committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    f5bd334 View commit details
    Browse the repository at this point in the history
  4. Temporarily disable www-modern entry point

    Use the main one that has all the exports until we fix more tests.
    sebmarkbage committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    0e204dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e48c55 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Open gates for www

    These used to not be covered because they used Cache which wasn't exposed.
    sebmarkbage committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    9889b1e View commit details
    Browse the repository at this point in the history