| Modifier and Type | Method and Description |
|---|---|
default Charset |
BundlingOptions.getCharset()
The charset to use for esbuild's output.
|
Charset |
BundlingOptions.Jsii$Proxy.getCharset() |
static Charset |
Charset.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Charset[] |
Charset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.charset(Charset charset)
Sets the value of
BundlingOptions.getCharset() |
| Constructor and Description |
|---|
Jsii$Proxy(String banner,
Map<String,String> buildArgs,
Charset charset,
ICommandHooks commandHooks,
Map<String,String> define,
DockerImage dockerImage,
Map<String,String> environment,
String esbuildVersion,
List<String> externalModules,
String footer,
Boolean forceDockerBundling,
Boolean keepNames,
Map<String,String> loader,
LogLevel logLevel,
Boolean metafile,
Boolean minify,
List<String> nodeModules,
Boolean preCompilation,
Boolean sourceMap,
SourceMapMode sourceMapMode,
Boolean sourcesContent,
String target,
String tsconfig)
Constructor that initializes the object based on literal property values passed by the
BundlingOptions.Builder. |
Copyright © 2021. All rights reserved.