Enum Class RuntimeJsLibManager.RuntimeLibraryMode

java.lang.Object
java.lang.Enum<RuntimeJsLibManager.RuntimeLibraryMode>
com.google.javascript.jscomp.js.RuntimeJsLibManager.RuntimeLibraryMode
All Implemented Interfaces:
Serializable, Comparable<RuntimeJsLibManager.RuntimeLibraryMode>, Constable
Enclosing class:
RuntimeJsLibManager

public static enum RuntimeJsLibManager.RuntimeLibraryMode extends Enum<RuntimeJsLibManager.RuntimeLibraryMode>
What to do with the runtime libraries under the js/ directory: the compiler can ignore them completely; can validate any attempted library usage is correct but not modify the AST; or both validate invalid input: '&' add to the AST.