sourcemapper icon indicating copy to clipboard operation
sourcemapper copied to clipboard

Extract JavaScript source trees from Sourcemap files

Results 3 sourcemapper issues
Sort by recently updated
recently updated
newest added

I want to modify a script then make it one file again basically

Sometime the source map is self contained: ```main.js ... }(); //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ... ``` It would be nice if sourcemapper would handle such case automatically. A workaround currently is: ``` cat...

Hello, I've found an issue with embedded SVGs - they are broken and inside I see js code (this is an example): ```javascript var _path; var _excluded = ["svgRef", "title"];...