
com.github.jlgrock.javascriptframework.closurecompiler.ErrorLevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of closure-compiler-maven-plugin Show documentation
Show all versions of closure-compiler-maven-plugin Show documentation
The plugin that will create a debug version and run the Google Closure Compiler on the source code to create a heavily minified file.
The newest version!
package com.github.jlgrock.javascriptframework.closurecompiler;
/**
* The enumerated Google warning levels.
*/
public enum ErrorLevel {
/**
* No error reporting.
*/
NONE,
/**
* Simple error reporting.
*/
SIMPLE,
/**
* Warning-level error reporting.
*/
WARNING,
/**
* Strict error reporting.
*/
STRICT;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy