Esc. WSF: JavaScript code compression supported. Page 1/5

Source: Internet
Author: User

Purpose: compress the Javascript size. Makes JavaScript Load faster.

Usage:
Input something under cmd;
Cscript Esc. WSF-L 3-Ow ../global. js global. js

The above is a simple example: You can create a BAT file and put it under the current directory.

Cscript Esc. WSF-l compression level-ow .. /Original JS files to be compressed to that directory
1.
Level 0: no compression // No
Level 1: Comment removal // Delete comment
Level 3: newline removal // delete a new row
Level 4: Variable Substitution // replace variable
2. parameters used:
-L level
-S
-V
-$
-OA is covered by append
-Ow is overwritten.

The compressed package is attached with help documents

For examples, see the image in the compressed package.

Http://xiazai.jb51.net/201003/yuanma/ESC.rar

Introduction
ESC is an ecmascript pre-processor written in JScript, enabling an unlimited number of external scripts to be compressed/crunched into supertight, bandwidth-optimized packages. featuring several compression-techniques such as comment removal, whitespace stripping, newline stripping and variable substitution ESC can reduce the overall size of your code with up ~ 45%. single, multiple scripts and even Directories With scripts can be merged together at the compression level you decide. the processed output can later be appended or written to a file, or piped to another application for further processing via stdout. ESC do not support crunching of inline scripts. so any attempt passing HTML, ASP, JSP, PHP or other equivalent documents ents to ESC is done at your o Wn risk. ESC supports four levels of compression, where a higher level equals higher compression. beware though that levels> 2 requires your code to be syntaxically perfect or ESC will punish you by producing a broken and useless output. the compression ratio shocould hit around und 25% using the default compression level on a vanilla looking script, but results as high ~ 45% can be achieved depending on the script's design/your style of writing code. ESC's compression engine is intelligent in the meaning that it has language syntax, statement and keyword awareness and it * knows * about native objects and members provided by the most common scripting hosts. this Knowledgebase can easily be extended by pluggin in userdefined maps with additional information to further gain control of the crunching procedure. during Processing following things are taken into account: string and regexpression read-ahead
JScript Conditional compilation statements and variables
ECMA-262 core language definitions (ecmascript)
Intermediate Dom's (Level 0) and Dom Level 1
MS JScript specific objects/methods
Netscape/Mozilla/opera specific objects/methods/Properties
MS wsh (Windows Scripting host) 1 + native objects

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.