DOC

org.treblereel.gwt.javascript : closure-compiler-linter

Maven & Gradle

Apr 18, 2019
0 stars

Closure Compiler Linter · Closure Compiler is a JavaScript optimizing compiler. 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. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs. This binary checks for style issues such as incorrect or missing JSDoc usage, and missing goog.require() statements. It does not do more advanced checks such as typechecking.

Table Of Contents

Latest Version

Download org.treblereel.gwt.javascript : closure-compiler-linter Javadoc & API Documentation - Latest Versions:

All Versions

Download org.treblereel.gwt.javascript : closure-compiler-linter Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1

How to open Javadoc JAR file in web browser

  1. Rename the file closure-compiler-linter-0.1-javadoc.jar to closure-compiler-linter-0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder closure-compiler-linter-0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "closure-compiler-linter-0.1-sources.jar" -d "closure-compiler-linter-0.1-javadoc" -subpackages