Skip to content

zlib: generate error code names in C++

(Splitting out from https://github.com/nodejs/node/pull/23360:)

This makes it easier to implement the lookup in a way that targets error codes from a specific compression library, as a way towards supporting multiple ones (e.g. brotli).

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

Merge request reports

Loading