Google Closure Compiler 桌面应用
The Closure Compiler is a tool for making JavaScript download and run faster. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls.
Closure Compiler是由Google所发展的一套JavaScript编译器,可以编译JavaScript,产生最佳化(最小化)JavaScript代码。Closure Tools是由Google所发展的一套网页应用程序工具组,可以帮助网页开发者快速发展大型的网页应用程序。Closure Compiler是Closure Tools的其中一项工具,它可以编译JavaScript的代码,经过最佳化处理后,产生高效能且最小化的JavaScript,让网页的加载速度与执行性能都可以提高。除了最佳化之外,Closure Compiler也会检查程序的语法,找出所有可能出问题的地方,协助程序设计者改善程序的质量,降低bugs的发生率。
更多详细文档和帮助请访问Google官方文档 https://developers.google.com/closure/compiler
软件架构说明 win32 x64
- 打开Google Closure Compiler Desktop Setup.exe
- 一直点击下一步,安装程序
- 从桌面打开程序