debug-next icon indicating copy to clipboard operation
debug-next copied to clipboard

A feature-enhanced TypeScript drop-in replacement for a very popular and simple-to-use debug module.

Results 3 debug-next issues
Sort by recently updated
recently updated
newest added

# Issue Bun and Node runtimes have some differences in handling error stack which caused the package to break when running with bun. # Changes - Check for the bun...

## Description When using debug-next (v0.3.0) with Bun runtime (v1.1.30), logging functionality doesn't work as expected. The logger initialization works in the main application file but fails to properly log...

This PR aim to add a documentation on how to initialize the Logging namespace when using `ES Module`. ES modules - module system is differ from traditional commonjs. The key...