This class can be used to compact source code by removing comments and white space.
It uses the SourceMap class to extract only the relevant tokens to remove comments and white space from the original source code.
It was meant to process code in languages based on ECMAScript, like JavaScript, ActionScript, and others, but could be used to clean code in other languages.
| There are not enough user ratings to display for this class. |
| Class |
Dependency |
Why it is needed |
| SourceMap |
Required |
Use this class to map source codes |
| Class |
Dependency |
Why it is needed |
| GzOutput |
Required |
Required to remove comments and reduce sorces size |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.