Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.lint |
Provides "lint" checks: Checks which are likely to provide a lot of false positives, and therefore
should not generally be turned on as errors, but which might be appropriate to include in a static
analysis tool.
|
Modifier and Type | Class and Description |
---|---|
class |
Es6RewriteScriptsToModules
Rewrites a script which was imported as a module into an ES6 module.
|
class |
ProcessCommonJSModules
Rewrites a CommonJS module http://wiki.commonjs.org/wiki/Modules/1.1.1 into a form that can be
safely concatenated.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckEs6ModuleFileStructure
Checks the file structure of ES6 modules.
|
Copyright © 2009-2018 Google. All Rights Reserved.