| Package | Description |
|---|---|
| org.jsweet.transpiler.extension |
This package contains the basic extensions of the JSweet transpiler, as
printer adapters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Java2TypeScriptAdapter.needsImport(ImportElement importElement,
String qualifiedName) |
String |
PrinterAdapter.needsImport(ImportElement importElement,
String qualifiedName)
Returns the import qualified id if the given import requires an import
statement to be printed.
|
String |
RemoveJavaDependenciesAdapter.needsImport(ImportElement importElement,
String qualifiedName) |