| Package | Description |
|---|---|
| org.jsweet |
This package provides the JSweet configuration classes and some command line launchers.
|
| Modifier and Type | Field and Description |
|---|---|
protected TranspilationTask |
JSweetFileWatcher.transpilationTask
Holds the JSweet transpilation task, which is going to be executed when a
watched file changes.
|
| Constructor and Description |
|---|
JSweetFileWatcher(TranspilationTask transpilationTask)
Creates a new watcher with a JSweet transpilation task, which is going to
be executed when a watched file changes.
|