1 个仓库
Analyzing the spatial distribution of original source files within a minified bundle using source map data.
Distinct from JavaScript Source Maps: Moves from the general mapping technology (Source Maps) to the specific application of analyzing space usage within bundles.
Explore 1 awesome GitHub repository matching development tools & productivity · Bundle Space Analysis. Refine with filters or upvote what's useful.
source-map-explorer 是一个 source map 包分析器,用于可视化 JavaScript 打包文件的空间占用情况。它作为包大小审计和可视化工具,利用 source map 识别生产包中哪些原始模块和文件占用了最多的空间。 该工具生成交互式树状图来展示包构成,并计算压缩后的 gzip 大小以估算实际网络传输成本。它还通过将执行数据覆盖到 source map 上,作为代码覆盖率映射器,识别可以延迟加载或拆分的未使用代码段。 该工具提供通过正则表达式进行路径清理的功能以简化文件标签,并支持将分析结果导出为 HTML、JSON 或 TSV 格式。
Identifies which original source files occupy the most space within minified JavaScript bundles using source maps.