2 Repos
Uploading and managing mapping files to resolve minified code.
Distinct from JavaScript Minifiers: Focuses on the transfer and storage of maps for debugging, not the minification process itself.
Explore 2 awesome GitHub repositories matching part of an awesome list · Sourcemap Management. Refine with filters or upvote what's useful.
OpenReplay is a session replay platform and frontend debugging suite designed to record and play back user browser sessions. It functions as a user behavior monitoring system that captures interaction patterns and technical metadata to identify conversion issues and revenue loss. The platform is distinguished by its self-hosted infrastructure model, allowing the recording and analytics pipeline to be deployed on private servers for full control over data residency. It also includes a browser co-browsing tool for real-time screen sharing and direct communication to provide immediate technical
Allows the transfer of JavaScript mapping files to the server to resolve minified code during session playback.
magic-string is a low-level JavaScript library designed for compilers and bundlers to perform source code transformations. It serves as a string transformation utility and source map manipulation library that allows for modifying text while automatically tracking character offsets. The library enables the modification of source code strings through insertions, replacements, and removals without losing the relationship to original source positions. It specifically provides mechanisms to generate mapping files that link transformed output text back to original source file coordinates. Capabili
Generates standardized sourcemaps that link transformed output text back to original source file coordinates.