Skip to content

Failed to retrieve entire script #15

@hxsllc

Description

@hxsllc

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions