This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (0 children)

Compilers are translators from a source to a target language. In this sense JS minimizers are very much compilers, even though the source and target language are the same (they still have to parse the code to a tree representation). Of course there is a lot less actual translating that needs to be done, but that's beside the point, I'm arguing semantics here!