Skip to content

util: `format()` now formats bigint and booleans

This is necessary to distinguish them from other data types.

I also added a test for formatWithOptions which was untested so far and which was necessary to actually see which types are passed through to inspect.

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