awesome-repositories.com
博客
awesome-repositories.com

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesExecution Coverage Visualization

Visualizing executed code segments overlaid on source maps to identify dead code for splitting.

Distinct from Code Coverage Analysis: Distinct from general coverage analysis by focusing on the visualization and spatial identification of unused code for bundle splitting.

Explore 1 awesome GitHub repository matching testing & quality assurance · Execution Coverage Visualization. Refine with filters or upvote what's useful.

Awesome Execution Coverage Visualization GitHub Repositories

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

    danvk/source-map-explorer

    3,930在 GitHub 上查看↗

    source-map-explorer 是一个 source map 包分析器,用于可视化 JavaScript 打包文件的空间占用情况。它作为包大小审计和可视化工具,利用 source map 识别生产包中哪些原始模块和文件占用了最多的空间。 该工具生成交互式树状图来展示包构成,并计算压缩后的 gzip 大小以估算实际网络传输成本。它还通过将执行数据覆盖到 source map 上,作为代码覆盖率映射器,识别可以延迟加载或拆分的未使用代码段。 该工具提供通过正则表达式进行路径清理的功能以简化文件标签,并支持将分析结果导出为 HTML、JSON 或 TSV 格式。

    Overlays execution data onto source maps to visually identify unused code segments that can be deferred or split.

    TypeScript
    在 GitHub 上查看↗3,930
  1. Home
  2. Testing & Quality Assurance
  3. Code Coverage Analysis
  4. Execution Coverage Visualization