All Projects → evanw → esoptimize

evanw / esoptimize

Licence: other
A JavaScript AST optimizer

Programming Languages

javascript
184084 projects - #8 most used programming language

Esoptimize

Esoptimize is a JavaScript optimizer that is designed to work well with esprima and escodegen.

Usage

Esoptimize can be installed using npm install esoptimize and used by calling esoptimize.optimize(ast) where ast is a JavaScript abstract syntax tree that conforms to the SpiderMonkey Parser API format.

Features

  • Constant propagation
  • Dead code elimination
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].