Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 404 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 404 Bytes

jstype-minify

Demo

Javascript Minifier written in python, Code is simple and use grammar provided by antlr3.org

Javascript Grammar

Usage:

   python Minify.py test.js test.min.js

Key features:

  • Finds out unused identifiers
  • Finds out global/undeclared identifiers