I'm writing a webapp and I import a lot of minified JS libraries
Assuming they all minified using terser which is used by js-minify
How can I assert (or score) the source (which I have) is equal to the minified version ?
All I can think of is comparing AST trees using a greedy algorithm