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

Add Node ESM Loader and Register Entrypoints #20274

Merged
merged 4 commits into from
Nov 17, 2020

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