Skip to content

[v16.x] src: add support for externally shared js builtins

Refs: https://github.com/nodejs/node/issues/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

PR-URL: https://github.com/nodejs/node/pull/44376 Reviewed-By: Gireesh Punathil gpunathi@in.ibm.com

Merge request reports

Loading