Uses of Class
com.google.javascript.jscomp.CompilerOptions.ChunkOutputType
-
Packages that use CompilerOptions.ChunkOutputType Package Description com.google.javascript.jscomp -
-
Uses of CompilerOptions.ChunkOutputType in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.ChunkOutputType Modifier and Type Method Description CompilerOptions.ChunkOutputTypeCompilerOptions. getChunkOutputType()static CompilerOptions.ChunkOutputTypeCompilerOptions.ChunkOutputType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompilerOptions.ChunkOutputType[]CompilerOptions.ChunkOutputType. 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.ChunkOutputType Modifier and Type Method Description voidCompilerOptions. setChunkOutputType(CompilerOptions.ChunkOutputType chunkOutputType)Constructors in com.google.javascript.jscomp with parameters of type CompilerOptions.ChunkOutputType Constructor Description RewriteDynamicImports(AbstractCompiler compiler, @Nullable java.lang.String alias, CompilerOptions.ChunkOutputType chunkOutputType)
-