awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • danvk/source-map-explorerالصورة الرمزية لـ danvk

    danvk/source-map-explorer

    3,930عرض على GitHub↗

    source-map-explorer is a source map bundle analyzer that visualizes the space usage of bundled JavaScript files. It functions as a bundle size auditor and visualizer, using source maps to identify which original modules and files occupy the most space within a production bundle. The tool generates an interactive treemap to represent bundle composition and calculates compressed gzip sizes to estimate actual network transfer costs. It further serves as a code coverage mapper by overlaying execution data onto source maps to identify unused code segments that can be deferred or split. The utilit

    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