2023-07-12 23:25:55 +08:00

5 lines
475 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Google Closure Compiler
Closure Compiler是一个使 JavaScript 下载和运行速度更快的工具。它是真正的 JavaScript 编译器。它不是从源语言编译为机器代码,而是从 JavaScript 编译为更好的 JavaScript。它解析你的 JavaScript分析它删除死代码并重写和最小化剩下的代码。它还检查语法、变量引用和类型并对常见的 JavaScript 陷阱发出警告。
https://github.com/google/closure-compiler