awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.com博客
分类

1 个仓库

Awesome GitHub RepositoriesMinified Code Debugging

Tools and techniques for mapping runtime errors in minified code back to original source files.

Distinct from Code Minifiers: Distinct from minifiers (which create the files) or unpackers (which reverse obfuscation); this is about debugging using maps.

Explore 1 awesome GitHub repository matching development tools & productivity · Minified Code Debugging. Refine with filters or upvote what's useful.

Awesome Minified Code Debugging GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mozilla/source-mapmozilla 的头像

    mozilla/source-map

    3,728在 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

    Translates runtime errors in minified or transformed code back to the original source files for troubleshooting.

    JavaScript
    在 GitHub 上查看↗3,728
  1. Home
  2. Development Tools & Productivity
  3. Minified Code Debugging