| Package | Description |
|---|---|
| org.jsweet.transpiler |
This package contains the JSweet Java to JavaScript transpiler
implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleKind |
JSweetTranspiler.getModuleKind() |
ModuleKind |
JSweetOptions.getModuleKind()
Gets the module kind when transpiling to code using JavaScript modules.
|
static ModuleKind |
ModuleKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleKind[] |
ModuleKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JSweetTranspiler.setModuleKind(ModuleKind moduleKind)
Sets the module kind when transpiling to code using JavaScript modules.
|