You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to see the code of agentmaps.js un-minified to work on path finding algorithms. I am very new to javascript. Please overlook my ignorance. While I was working on unminifying, the beautifiers do not un-minify the strings of eval functions.
The minified file is very hard to read and understand. Can I know what tool did you use to minify the agentmaps.js file. And, is there any way I can unminify the agentmaps.js file?
I tried very hard to unminify it, but I cannot find any tool that properly beautifies the code with proper indentation.
The text was updated successfully, but these errors were encountered:
I used Webpack to bundle and minify AgentMaps. You might be able to debundle it, but I suggest editing the original source and then bundling your modified version, instead of trying to edit the published bundle directly.
Thank you so much. I was able to generate the same agentmaps.js from the source using Webpack. It was really a great help. I can now work on the path-finding algorithms.
I wanted to see the code of agentmaps.js un-minified to work on path finding algorithms. I am very new to javascript. Please overlook my ignorance. While I was working on unminifying, the beautifiers do not un-minify the strings of eval functions.
The minified file is very hard to read and understand. Can I know what tool did you use to minify the agentmaps.js file. And, is there any way I can unminify the agentmaps.js file?
I tried very hard to unminify it, but I cannot find any tool that properly beautifies the code with proper indentation.
The text was updated successfully, but these errors were encountered: