| Package | Description |
|---|---|
| com.google.template.soy |
Root package with main API entry point and
Guice module.
|
| com.google.template.soy.error |
| Constructor and Description |
|---|
ErrorReporterImpl(SoyError.Factory defaultFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
PrettyErrorFactory
Displays
SoyErrorKinds in a useful way, with a snippet of Soy source
code containing the error and a caret pointing at the exact place where the error was found. |
| Modifier and Type | Field and Description |
|---|---|
static SoyError.Factory |
SoyError.DEFAULT_FACTORY
provides a default implementation for tests.
|