I am working on a project where I have to statically analyse JavaScript code. However, for a few libraries, I only have access to a minified version of the file and the corresponding source-map. Is there a method/technique with which I can generate the original file using these files?
I found a node.js library that can help do this: Maximize Corresponding github repo
If your objective is "just" to do a onetime re-construction of the original source code I did it using:
Online Source Visualization
Depending on filesize it may take a while to view the results.
The correspoding Repo is here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With