Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
class |
Es6HandleDefaultParameters
Renames declarations and references in function bodies to avoid shadowing
names referenced in default parameters.
|
class |
Es6RewriteGenerators
Converts ES6 generator functions to valid ES3 code.
|
class |
Es6RewriteLetConst
Rewrites "let"s and "const"s as "var"s, renaming declarations when necessary.
|
class |
Es6SplitVariableDeclarations
Splits variable declarations that declare multiple variables into
separate declarations, if at least one of the declarations is a
destructuring declaration.
|
class |
Es6ToEs3ClassSideInheritance
Rewrites static inheritance to explicitly copy inherited properties from super class to
sub class eliminating dynamic copying from the original transpilation pass in the process.
|
class |
TransformEs6ModuleToCjsModule
Rewrites a ES6 module into a CommonJS module.
|
Copyright © 2009-2014 Google. All Rights Reserved.