Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.lint |
Modifier and Type | Class and Description |
---|---|
(package private) class |
Es6ExternsCheck
Checks to make sure the required ES6 externs are present.
|
class |
Es6RewriteArrowFunction
Converts ES6 arrow functions to standard anonymous ES3 functions.
|
private class |
Es6RewriteGenerators.DecomposeYields
Decomposes expressions with yields inside of them to equivalent
sequence of expressions in which all non-statement yields are
of the form:
|
(package private) static class |
ProcessCommonJSModules.FindDefineAmdStatements
This class detects the UMD pattern by checking if a node includes
a "define.amd" statement.
|
(package private) static class |
ProcessCommonJSModules.FindGoogProvideOrGoogModule
Avoid processing if we find the appearance of goog.provide or goog.module.
|
(package private) static class |
ProcessCommonJSModules.FindModuleExportStatements
This class detects the UMD pattern by checking if a node includes
a "module.exports" or "exports" statement.
|
Modifier and Type | Class and Description |
---|---|
private static class |
CheckJSDocStyle.FindNonTrivialReturn |