maximize
maximize copied to clipboard
Some js has embedded sourceMapping at the end: //# sourceMappingURL=data:application/json;charset=utf8;base64,... maximize reports error on this case: Bad URL: URL must be an HTTP(S) resource
Hey! Nice tool. Not sure if there's any reason the `file://` protocol shouldn't work, but it was a use-case for me that I had to find another solution for. Thanks!
create a gh-pages
Pin the version of `source-map` to the latest version that works with the current code
For anyone else following the trail and trying to de-minify some Javascript... if the files have a sourcemap (.js.map) then this codebase worked perfectly for me: https://github.com/davidkevork/reverse-sourcemap
I realize this project is not maintained, just trying in case... I have a codebase that has minified JS code, and it appears each JS file has a corresponding js.map...
(node:510540) DeprecationWarning: ArgumentParser(): following options are renamed: 'addHelp' -> 'add_help' (Use `node --trace-deprecation ...` to show where the warning was created) (node:510540) DeprecationWarning: _ActionsContainer.addArgument() is renamed to _ActionsContainer.add_argument() (node:510540) DeprecationWarning:...