• Is there Javascript parser that can reorder code?
    3 replies, posted
I'd like to reorder some JS files I have. I know of parsers such as the ones you can find in AST explorer that can tell me loads of stuff about my file, but is there any out there that can reorder using user defined rules? Or even compare two javascript files to find duplicate functions? I'm looking for something similar to what codemaid does.
https://prettier.io
The problem is that JetBrains ides are paid and I already paid for VS. That's basically the same of AST explorer.
Sorry, you need to Log In to post a reply to this thread.