Skip to content

Migrating from process.binding('config') to getOptions()

Change inside /lib/internal/bootstrap/node.js code from process.binding('config') to internalBinding('options).getOptions()

Changes are done for options: --experimental-modules --experimental-vm-modules --experimental-worker

Checklist
  • [x ] make -j4 test (UNIX), or vcbuild test (Windows) passes

Merge request reports

Loading