Package com.google.javascript.jscomp
Class LinterMain
- java.lang.Object
-
- com.google.javascript.jscomp.LinterMain
-
@GwtIncompatible("Unnecessary") public final class LinterMain extends java.lang.Object
Minimal binary that just runs the "lint" checks which can be run on a single file at a time. This means some checks in the lintChecks DiagnosticGroup are skipped, since they depend on type information.
-
-
Constructor Summary
Constructors Constructor Description LinterMain()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException, CmdLineException
- Throws:
java.io.IOException
CmdLineException
-
-