Uses of Class
com.google.javascript.jscomp.CompilerOptions.Es6ModuleTranspilation
-
Packages that use CompilerOptions.Es6ModuleTranspilation Package Description com.google.javascript.jscomp -
-
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.Es6ModuleTranspilation
CompilerOptions. getEs6ModuleTranspilation()
static CompilerOptions.Es6ModuleTranspilation
CompilerOptions.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 void
CompilerOptions. setEs6ModuleTranspilation(CompilerOptions.Es6ModuleTranspilation value)
-