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: dd16b789907758fb3effb316361a63198ed8d49f
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 35c1ec4f9d456f4fffcb1922ce8fc2e5ffccb8db
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 7, 2020

  1. Basic scan of the file system to find Client modules

    This does a rudimentary merge of the plugins. It still uses the global
    scan and writes to file system.
    
    Now the plugin accepts a search path or a list of referenced client files.
    In prod, the best practice is to provide a list of files that are actually
    referenced rather than including everything possibly reachable. Probably
    in dev too since it's faster.
    
    This is using the same convention as the upstream ContextModule - which
    powers the require.context helpers.
    sebmarkbage committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    c4f21e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35c1ec4 View commit details
    Browse the repository at this point in the history
Loading