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

Commits on Nov 17, 2020

  1. Add Node ESM loader build

    This adds a loader build as a first-class export. This will grow in
    complexity so it deserves its own module.
    sebmarkbage committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    50e1b77 View commit details
    Browse the repository at this point in the history
  2. Add Node CommonJS regiter build

    This adds a build as a first-class export for legacy CommonJS registration
    in Node.js. This will grow in complexity so it deserves its own module.
    sebmarkbage committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    07cf810 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    543f520 View commit details
    Browse the repository at this point in the history
  4. Bump es version

    We leave async function in here which are newer than ES2015.
    sebmarkbage committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    4058e5d View commit details
    Browse the repository at this point in the history
Loading