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

feat: enable ESM support for Node v20 #3469

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat: enable ESM support for Node v20 #3469

wants to merge 2 commits into from

Commits on Jul 6, 2023

  1. feat: enable ESM support for Node v20

    All the hard work was done in import-in-the-middle#28.
    
    Refs: #3445
    trentm committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    93ddb85 View commit details
    Browse the repository at this point in the history
  2. fix notice gen (an acorn dep is MIT but doesn't ship its license text)

    Also had to uninstall/reinstall some dev deps because `npm` was unable
    to resolve where to correctly place 'acorn' (which has usage of @8 and
    @7 by various other deps) and 'acorn-import-assertions' (which has a
    peerDep on acorn@8). This unforunately resulted in updating some
    transitive deps, so it muddies the package-lock change somewhat.
    trentm committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    70f1e59 View commit details
    Browse the repository at this point in the history