Contents:
- Closure Compiler Service UI
- Getting Started — The Hello World of the Closure Compiler Service UI.
- Closure Compiler Service API
- Getting Started — The Hello World of the Closure Compiler Service API.
- Tutorials
- Communicating with the API — Build your own tools and create your own work flow using the Closure Compiler Service API.
- Compressing Files with the API — Process a whole JavaScript file to achieve significant size reductions.
- API Reference — Request Parameters and Error Messages for the Closure Compiler Service API.
- Closure Compiler Application
- Getting Started — The Hello World of the Closure Compiler application.
- Advanced Topics and Reference
- Compilation Levels — Choose the right compilation level for your code.
- Restrictions Imposed by the Compiler — Write JavaScript that works with the Closure Compiler.
- Advanced Compilation — Achieve better compression rates using the Closure Compiler in advanced compilation mode.
- Annotating JavaScript for the Compiler — Declare data types for your JavaScript variables to achieve enhanced optimization and warnings.
- Externs and Exports — Communicating into and out of code compiled with advanced mode.