This question is exactly the opposite of Which JavaScript minifier (cruncher) does the same things that the one Google uses for its JavaScript APIs?.
I want to learn how Google does its loading, so I can build my own with non-popular JavaScript toolkits.
Try http://www.jsnice.org/
I just stumbled on it and it is great. It expands the code. It has statistical variable renaming. for example, if you have this code:
Then it it turns your code into:
Pretty good guess, methinks.
It turned this:
Into this:
A library I'm working on has a couple of bugs, and after spending hours trying to decipher the code, finding this is going to save me a bunch of time.
Seriously, this tool wipes the floor with JS Beautifier.