Uses of Enum Class
com.google.javascript.jscomp.CompilerOptions.ChunkOutputType
Packages that use CompilerOptions.ChunkOutputType
-
Uses of CompilerOptions.ChunkOutputType in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.ChunkOutputTypeModifier and TypeMethodDescriptionCompilerOptions.getChunkOutputType()Returns the enum constant of this class with the specified name.static CompilerOptions.ChunkOutputType[]CompilerOptions.ChunkOutputType.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.ChunkOutputTypeModifier and TypeMethodDescriptionvoidCompilerOptions.setChunkOutputType(CompilerOptions.ChunkOutputType chunkOutputType) Constructors in com.google.javascript.jscomp with parameters of type CompilerOptions.ChunkOutputTypeModifierConstructorDescriptionRewriteDynamicImports(AbstractCompiler compiler, @Nullable String alias, CompilerOptions.ChunkOutputType chunkOutputType)