-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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 file.
After some research, I came to this codebase hoping to try it out.
The error message I get after installing and running is below. This is a 2.52MB JS file, with a 9.5MB .JS.MAP file.
user@Owners-MBP-2 Github % maximize http://editor.codexxolotl.com/demo.1566f689.js
(node:68492) DeprecationWarning: ArgumentParser(): following options are renamed: 'addHelp' -> 'add_help'
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:68492) DeprecationWarning: _ActionsContainer.addArgument() is renamed to _ActionsContainer.add_argument()
(node:68492) DeprecationWarning: use add_argument('url', {...}) instead of add_argument([ 'url' ], { ... })
(node:68492) DeprecationWarning: add_argument(): following options are renamed: 'defaultValue' -> 'default'
(node:68492) DeprecationWarning: ArgumentParser.parseArgs() is renamed to ArgumentParser.parse_args()
Failed to retrieve entire script
I'm guessing this is an extreme case.
Metadata
Metadata
Assignees
Labels
No labels