sveltejs/svelte-preprocess

Better preservation/fallback of/for source maps

Open

#377 创建于 2021年6月23日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)TypeScript (150 fork)auto 404
enhancementhelp wanted

仓库指标

Star
 (1,798 star)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe. Some preprocessors might not return a source map. This breaks the "chain" of source maps and the result is that positions due to errors for example cannot be mapped correctly anymore.

Describe the solution you'd like Investigate if there's a possibility to provide somewhat sane fallbacks for Style and Script preprocessors, like "return a source map that indicates that script/style now has this length instead of the previous one". Don't know how to phrase this better, just an idea.

How important is this feature to you? Nice to have

贡献者指南