Skip to content

util: end of life console lookalike runtime deprecations

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/util-deprs into master

util.print(), util.puts(), util.debug() and util.error() have been runtime deprecated for nearly 6 years (v0.11.3), and console is the universal/standard way to print things.

Since this is semver-major, ping @nodejs/tsc.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading