Uses of Class
com.google.javascript.jscomp.transpile.BaseTranspiler
-
Packages that use BaseTranspiler Package Description com.google.javascript.jscomp.transpile -
-
Uses of BaseTranspiler in com.google.javascript.jscomp.transpile
Fields in com.google.javascript.jscomp.transpile declared as BaseTranspiler Modifier and Type Field Description static BaseTranspilerBaseTranspiler. ES5_TRANSPILERstatic BaseTranspilerBaseTranspiler. LATEST_TRANSPILERMethods in com.google.javascript.jscomp.transpile that return BaseTranspiler Modifier and Type Method Description static BaseTranspilerBaseTranspiler. to(FeatureSet featureSet)static BaseTranspilerBaseTranspiler. to(FeatureSet featureSet, java.lang.String runtime)
-