Skip to content

lib: simplify the readonly properties of icu

Rodrigo Muino Tomonari requested to merge github/fork/JacksonTian/versions into master

Call Object.defineProperty() twice to set readonly property is unnecessary.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

lib/internal/bootstrap_node

Merge request reports

Loading