Skip to content

deps: update to cjs-module-lexer@0.5.2

This updates to cjs-module-lexer@0.5.2, with the patches to improve the getter detection over the previous global opt-out of getters to specifically match the exact forms used by the Babel (and RollupJS and other build tool) getter output for reexports in strict conversions, implemented in https://github.com/guybedford/cjs-module-lexer/pull/25 and https://github.com/guybedford/cjs-module-lexer/pull/26.

This fixes the regression in https://github.com/nodejs/node/issues/35893.

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

Merge request reports

Loading