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: nodejs/import-in-the-middle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bf624758d1d233e363db038f8c2692536e8ac002
Choose a base ref
...
head repository: nodejs/import-in-the-middle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 88d15b6d450004d513b1cdcf43a4da0320dffd0b
Choose a head ref
  • 7 commits
  • 14 files changed
  • 2 contributors

Commits on Nov 30, 2023

  1. Support Node.js v21 (#40)

    * Renaming a context property
    * Importing extensionless now works
    bengl authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    155491e View commit details
    Browse the repository at this point in the history
  2. 1.5.0

    bengl committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4ca3824 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Extensionless support in 18.19 (#41)

    Node.js 18.19 backported the extensionless supported added ion Node.js
    21.0.0 and 20.10.0, so the test needed to be fixed for that.
    bengl authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3cafa99 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Fix ESM in Node v18.19.0 (#44)

    Node v18.19.0 includes a backport of ESM loading on a separate thread --
    nodejs/node@bac9b17.
    This PR updates the version check to use AST parsing on Node >= 18.19.0.
    jsumners-nr authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    96c506e View commit details
    Browse the repository at this point in the history
  2. Support export * from 'module' ESM syntax

    This change adds support for modules that export entities through the
    `export * from 'module'` ESM syntax. This resolves issue #31.
    jsumners-nr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2751faa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93ecc70 View commit details
    Browse the repository at this point in the history
  4. Fix crypto require

    jsumners-nr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    88d15b6 View commit details
    Browse the repository at this point in the history
Loading