Virtual-X

Results 2 issues of Virtual-X

Somewhat inspired by this: https://gist.github.com/WizKid/1170297, I have completely rewritten the minifier to achieve better performance. It passes the given tests and returns the same result as the upstream for all...

This is an example that fails (neither the tab not the last space are stripped): source: "{\"foo\": \"bar\"\t} ", assert: "{\"foo\":\"bar\"}" All tests in the suite end with \n, thus...