Skip to content

doc: document console changes as breaking

I think changing the output of console methods such as console.log or console.table should be marked as breaking change because it breaks snapshots tests. While we dont consider modifying error messages breaking, console output is different because it will break ALL snapshot tests using that function. Refs: https://github.com/nodejs/node/pull/50135

I include a commit that duplicates inspect module in the internal/console, so we can keep the two implementations separated.

Merge request reports

Loading