io.github.cdklabs.projen.javascript.Charset Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of projen Show documentation
Show all versions of projen Show documentation
CDK for software projects
The newest version!
package io.github.cdklabs.projen.javascript;
/**
* (experimental) Charset for esbuild's output.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.105.0 (build 0a2adcb)", date = "2024-11-15T17:03:55.275Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
@software.amazon.jsii.Jsii(module = io.github.cdklabs.projen.$Module.class, fqn = "projen.javascript.Charset")
public enum Charset {
/**
* (experimental) ASCII.
*
* Any non-ASCII characters are escaped using backslash escape sequences
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
ASCII,
/**
* (experimental) UTF-8.
*
* Keep original characters without using escape sequences
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
UTF8,
}