awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesSource Mapping Iterators

Capabilities for traversing all mappings in a source map according to specific sort orders.

Distinct from Source Map Generators: Distinct from general source map generators: specifically the analysis-focused iteration over the generated mappings.

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

Awesome Source Mapping Iterators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mozilla/source-mapAvatar von mozilla

    mozilla/source-map

    3,728Auf GitHub ansehen↗

    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

    Traverses every mapping between original and generated source positions using a specified sort order for analysis.

    JavaScript
    Auf GitHub ansehen↗3,728
  1. Home
  2. Development Tools & Productivity
  3. Source Map Generators
  4. Source Mapping Iterators