Uses of Class
com.google.javascript.jscomp.CompilerOptions.Es6ModuleTranspilation
-
Packages that use CompilerOptions.Es6ModuleTranspilation Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of CompilerOptions.Es6ModuleTranspilation in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.Es6ModuleTranspilation Modifier and Type Method Description CompilerOptions.Es6ModuleTranspilationCompilerOptions. getEs6ModuleTranspilation()static CompilerOptions.Es6ModuleTranspilationCompilerOptions.Es6ModuleTranspilation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompilerOptions.Es6ModuleTranspilation[]CompilerOptions.Es6ModuleTranspilation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type CompilerOptions.Es6ModuleTranspilation Modifier and Type Method Description voidCompilerOptions. setEs6ModuleTranspilation(CompilerOptions.Es6ModuleTranspilation value)
-