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

src: add support for externally shared js builtins #44376

Closed
wants to merge 6 commits into from

Commits on Aug 26, 2022

  1. src: add support for externally shared js builtins

    Refs: nodejs#44000
    
    - add infra to support externally shared js builtins in
      support of distos that want to externalize deps that
      include JS/WASM instead of native code
    - add support for externalizing
      - cjs_module_lexer/lexer
      - cjs_module_lexer/dist/lexer
      - undici/undici
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Aug 26, 2022
    Copy the full SHA
    b7d4bcd View commit details
    Browse the repository at this point in the history
  2. squash: address linters

    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Aug 26, 2022
    Copy the full SHA
    5428aa2 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Copy the full SHA
    5dd4c99 View commit details
    Browse the repository at this point in the history
  2. squash: address comments

    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Sep 2, 2022
    Copy the full SHA
    6f6d80e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. squash: fixup

    mhdawson committed Sep 9, 2022
    Copy the full SHA
    a614c7b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eb708c8 View commit details
    Browse the repository at this point in the history