Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedHashMap<java.lang.String,Es6ToEs3ClassSideInheritance.JavascriptClass> |
Es6ToEs3ClassSideInheritance.classByAlias |
Modifier and Type | Method and Description |
---|---|
private void |
Es6ToEs3ClassSideInheritance.copyDeclarations(Es6ToEs3ClassSideInheritance.JavascriptClass superClass,
Es6ToEs3ClassSideInheritance.JavascriptClass subClass,
Node inheritsCall)
When static get/set properties are transpiled, in addition to the Object.defineProperties, they
are declared with stub GETPROP declarations so that the type checker understands that these
properties exist on the class.
|
private void |
Es6ToEs3ClassSideInheritance.copyStaticMembers(Es6ToEs3ClassSideInheritance.JavascriptClass superClass,
Es6ToEs3ClassSideInheritance.JavascriptClass subClass,
Node inheritsCall) |
private boolean |
Es6ToEs3ClassSideInheritance.isOverriden(Es6ToEs3ClassSideInheritance.JavascriptClass subClass,
java.lang.String memberName) |