5 projects
backtrace-rs
A library providing a unified interface for capturing and inspecting backtraces in Rust programs, supporting multiple backends and platforms for stack unwinding and symbol resolution
557
218
$233K
Source Map
Source Map is a specification for mapping minified/compiled JavaScript code back to its original source code, enabling better debugging by showing original file locations in developer tools. It defines a JSON format that provides a mapping between the transformed source and the original source, making it possible to debug the original source directly.
532
220
$353K
Node.js Source Map Support
A Node.js module that adds source map support for stack traces in node, making it easier to debug minified/transpiled JavaScript code by showing the original source locations in error messages
464
217
$47K
StackTrace.js
Generate, parse, and enhance JavaScript stack traces in all web browsers
Trace Mapping
Trace the original position through a source map