1 مستودع
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.
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.