Investigate use of JS source maps
Opened this issue · 0 comments
laurentlb commented
Tools that generate or minify Javascript generate a source map. This is used e.g. by Javascript debuggers to show the original source code.
If Shader Minifier could generate the same format of source map, would it help tooling? Would it help users debug their shader if the compilation of the minified code fails?