Uses of Enum Class
com.google.javascript.jscomp.CompilerOptions.ClosureUnawareMode
Packages that use CompilerOptions.ClosureUnawareMode
-
Uses of CompilerOptions.ClosureUnawareMode in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.ClosureUnawareModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CompilerOptions.ClosureUnawareMode[]CompilerOptions.ClosureUnawareMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type CompilerOptions.ClosureUnawareModeModifier and TypeMethodDescriptionvoidCompilerOptions.setClosureUnawareMode(CompilerOptions.ClosureUnawareMode mode) Opts into experimental support for transpiling/optimizing @closureUnaware code blocks, rather than just passing them through compilation unchanged.