|
||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Features of the CodeThatPacker enable you to do the flowing operations with your javascript source files:
CodeThatPacker supports all JavaScript syntax including regular expressions and automatic semicolon insertion. More detailed information about the features:Removes comments Unnecessary white spaces (including spaces and tabs) are removed making your script smaller and faster. Supports all JavaScript syntax including regular expressions and automatic semicolon insertion Regular expressions like var a = /[0..9]+/i; are handled correctly. Statements ended with new lines are also supported. Can copy several js-files into one If you are developing a JavaScript web-application resembles in several js-files, you can easily compile all your files into one small compressed file. Compress JavaScript in HTML files With CodeThat packer you can compress JavaScript code embedded in your html pages (as well as php, asp, jsp pages). Replaces internal variables This is unique feature of CodeThat packer. It replaces internal JavaScript variables with short names. For example
may be replaceed with var
This makes your code smaller and more secure. Obfuscates string constants JavaScript string constants are replaced with escaped values. For example string
is replaced with
This makes your code more secure. |
||||||||||||||||||||||
|
||||||||||||||||||||||
© CodeThat.com, 2003-2008 |
||||||||||||||||||||||