awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesMulti-Step Map Merging

The process of combining several source maps to track a single piece of code through multiple transformation stages.

Distinct from Source Code Transformation Engines: Distinct from general source code transformation engines: specifically focuses on merging the associated mapping files.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Multi-Step Map Merging. Refine with filters or upvote what's useful.

Awesome Multi-Step Map Merging GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • mozilla/source-mapAvatar de mozilla

    mozilla/source-map

    3,728Voir sur 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

    Chains and merges multiple source maps to track code changes across several build stages or compilers.

    JavaScript
    Voir sur GitHub↗3,728
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. Source Code Templates
  5. Source Code Transformation Engines
  6. Multi-Step Map Merging