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 是一个 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.