| Interface | Description |
|---|---|
| TAMEJSExporterOptions |
The set of options for exporting a module to JS.
|
| TAMEScriptIncluder |
An interface that allows the user to resolve a resource by path when the
TAMEScriptReader parses it. |
| TAMEScriptReaderOptions |
An interface for reader options.
|
| Class | Description |
|---|---|
| DefaultIncluder |
Default includer to use when none specified.
|
| DefaultJSExporterOptions |
The default set of options for exporting a module to JS.
|
| DefaultReaderOptions |
Default script reader options implementation.
|
| TAMEJSExporter |
The JavaScript exporter for TAME.
|
| TAMEScriptReader |
A TAMEScript reading class that produces scripts.
|
| Exception | Description |
|---|---|
| TAMEScriptParseException |
Thrown when an a TAME script parse goes wrong.
|