| Package | Description |
|---|---|
| org.jsweet.transpiler |
This package contains the JSweet Java to JavaScript transpiler
implementation.
|
| org.jsweet.transpiler.extension |
This package contains the basic extensions of the JSweet transpiler, as
printer adapters.
|
| Constructor and Description |
|---|
JSweetTranspiler(File baseDirectory,
File configurationFile,
JSweetFactory factory,
File workingDir,
File tsOutputDir,
File jsOutputDir,
File extractedCandiesJavascriptDir,
String classPath)
Creates a JSweet transpiler.
|
JSweetTranspiler(File configurationFile,
JSweetFactory factory,
File workingDir,
File tsOutputDir,
File jsOutputDir,
File extractedCandiesJavascriptDir,
String classPath)
Creates a JSweet transpiler.
|
JSweetTranspiler(JSweetFactory factory)
Creates a JSweet transpiler, with the default values.
|
JSweetTranspiler(JSweetFactory factory,
File workingDir,
File tsOutputDir,
File jsOutputDir,
File extractedCandiesJavascriptDir,
String classPath)
Creates a JSweet transpiler.
|
JSweetTranspiler(JSweetFactory factory,
File tsOutputDir,
File jsOutputDir,
File extractedCandiesJavascriptDir,
String classPath)
Creates a JSweet transpiler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoveJavaDependenciesFactory
Tunes the transpiler to avoid using Java APIs as much as possible (JDK).
|