Skip to content

lib: migrate from process.binding to internalBinding

Rodrigo Muino Tomonari requested to merge github/fork/madeinjam/master into master

We are migrating towards using internalBinding('options').getOptions() instead of process.binding('config') to access the value of the --experimental-vm-modules command line option.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows [commit guidelines]

Merge request reports

Loading