[PATCH 1/4] src: add support for externally shared js builtins
authorMichael Dawson <mdawson@devrus.com>
Wed, 24 Aug 2022 02:41:29 +0000 (22:41 -0400)
committerJérémy Lal <kapouer@melix.org>
Mon, 10 Oct 2022 08:49:19 +0000 (09:49 +0100)
commitee0c6c71b5eb0d6d32591c38585e17e2ab5dcd80
tree6a237eff76dfd1e34cabbd9f974db53589a45f6e
parent9c1d8222ab136a10f2caf84046e9ccdcff8f2294
[PATCH 1/4] 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>
Gbp-Pq: Topic build
Gbp-Pq: Name shareable_builtins_PR44376.patch
BUILDING.md
configure.py
doc/contributing/maintaining-dependencies.md [new file with mode: 0644]
node.gyp
src/node_builtins.cc
src/node_builtins.h