[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>
Wed, 9 Nov 2022 17:16:06 +0000 (17:16 +0000)
commit3c1c6ce95a152ebeae00e27123da71304b880187
tree9581de8d6b5f9a6fc40b4072bfb048b287ced524
parent51726dd6a9ec289958e0b7e732d42dcb5877c4c4
[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