Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.ant | |
com.google.javascript.jscomp.testing |
Modifier and Type | Class and Description |
---|---|
class |
LoggerErrorManager
An error manager that logs errors and warnings using a logger in addition to
collecting them in memory.
|
class |
PrintStreamErrorManager
An error manager that prints errors and warnings to the print stream
provided in addition to the functionality of the
BasicErrorManager . |
Modifier and Type | Class and Description |
---|---|
class |
AntErrorManager
An error manager that pipes warnings and errors properly into the Ant
task infrastructure.
|
Modifier and Type | Class and Description |
---|---|
class |
TestErrorManager
An ErrorManager that compares errors with a list of expected errors.
|
Copyright © 2009-2015 Google. All Rights Reserved.