Skip to content

intl: Add more versions from ICU

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

intl, bootstrap_node.js

Description of change
  • Adds process.versions.cldr, .tz, and .unicode
  • Changes how process.versions.icu is loaded
  • Lazy loads the process.versions.* values for these
  • Note: "node -p process.versions" shows "[Getter]" for these values

Fixes: https://github.com/nodejs/node/issues/9237

Merge request reports

Loading