| 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() |
Copyright © 2022. All rights reserved.