I am reverse engineering one magical script. I have an uglified source code and source map generated by uglifyjs.
Does anybody know any straightforward way how to achieve at least partly readable source code from that? I have found some obscure ways including conversions through multiple languages, but I hope something better exists.
Thank you!