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
·

1 repositorio

Awesome GitHub RepositoriesSource Map Implementation Libraries

Libraries providing the core primitives for generating, parsing, and consuming source map data.

Distinct from Source-to-Generated Code Mappings: The candidates are for specific mapping types (bytecode, bundle); this is a general-purpose source map library.

Explore 1 awesome GitHub repository matching development tools & productivity · Source Map Implementation Libraries. Refine with filters or upvote what's useful.

Awesome Source Map Implementation Libraries GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mozilla/source-mapAvatar de mozilla

    mozilla/source-map

    3,728Ver en GitHub↗

    This project is a source map implementation library used for generating, parsing, and consuming source maps. It provides the functional components necessary to link transformed or minified code back to original source files, acting as a tool for code transformation debugging. The library includes a source map composer for building trees of code snippets that automatically produce output strings and mappings. It also functions as a source map merger, providing mechanisms to chain and merge multiple maps to resolve multi-step code transformations across different build stages. The project cove

    Implements a full library for generating, parsing, and consuming source maps to link transformed code to original files.

    JavaScript
    Ver en GitHub↗3,728
  1. Home
  2. Development Tools & Productivity
  3. Source Map Implementation Libraries