Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.refactoring |
Modifier and Type | Class and Description |
---|---|
class |
BasicErrorManager
Deprecated.
|
class |
BlackHoleErrorManager
An ErrorManager that silently swallows all messages.
|
class |
LoggerErrorManager
An error manager that logs errors and warnings using a logger in addition to
collecting them in memory.
|
class |
PrintStreamErrorManager
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintStreamErrorReportGenerator.generateReport(SortingErrorManager manager) |
void |
JsonErrorReportGenerator.generateReport(SortingErrorManager manager) |
void |
SortingErrorManager.ErrorReportGenerator.generateReport(SortingErrorManager manager) |
Modifier and Type | Class and Description |
---|---|
class |
FixingErrorManager
An error manager that finds a SuggestedFix for all errors if possible.
|
Copyright © 2009-2018 Google. All Rights Reserved.