awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesSourcemap Management

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.

Awesome Sourcemap Management GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • openreplay/openreplayAvatar de openreplay

    openreplay/openreplay

    12,104Ver en GitHub↗

    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.

    TypeScriptanalyticsangulardevtools
    Ver en GitHub↗12,104
  • rich-harris/magic-stringAvatar de Rich-Harris

    Rich-Harris/magic-string

    2,668Ver en GitHub↗

    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.

    JavaScript
    Ver en GitHub↗2,668
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. JavaScript Minifiers
  5. Sourcemap Management