| Package | Description |
|---|---|
| org.jsweet.transpiler |
This package contains the JSweet Java to JavaScript transpiler
implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleResolution |
JSweetTranspiler.getModuleResolution() |
ModuleResolution |
JSweetOptions.getModuleResolution()
Determines how modules get resolved.
|
static ModuleResolution |
ModuleResolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleResolution[] |
ModuleResolution.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.setModuleResolution(ModuleResolution moduleResolution)
Sets the module strategy when transpiling to code using JavaScript modules.
|