pionxzh / wakaru

🔪📦 Javascript decompiler for modern frontend
https://wakaru.vercel.app/
MIT License
251 stars 13 forks source link

Download transformed files #42

Open madsmtm opened 9 months ago

madsmtm commented 9 months ago

Is it possible to download all the transformed files in one go, so that I can view them in my local IDE instead?

My use-case has ~170 files, it would be a pain to have to download each of them manually.

0xdevalias commented 9 months ago

The following issue is also probably tangentially relevant to this, as parsing a large file may end up in files getting silently lost along the way:

pionxzh commented 9 months ago

You can use the CLI first. Check Using the CLI.

0xdevalias commented 9 months ago

In future, the new IDE (currently WIP) might also have nicer features for this sort of use case: