Uses of Class
com.google.javascript.jscomp.PassFactory
-
Packages that use PassFactory Package Description com.google.javascript.jscomp -
-
Uses of PassFactory in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return PassFactory Modifier and Type Method Description PassFactory
PassFactory.Builder. build()
static PassFactory
PassFactory. createEmptyPass(java.lang.String name)
Create a no-op pass that can only run once.Methods in com.google.javascript.jscomp that return types with arguments of type PassFactory Modifier and Type Method Description protected java.util.List<PassFactory>
ConformancePassConfig. getChecks()
protected java.util.List<PassFactory>
DefaultPassConfig. getChecks()
protected abstract java.util.List<PassFactory>
PassConfig. getChecks()
Gets the checking passes to run.protected java.util.List<PassFactory>
PassConfig.PassConfigDelegate. getChecks()
protected java.util.List<PassFactory>
ConformancePassConfig. getOptimizations()
protected java.util.List<PassFactory>
DefaultPassConfig. getOptimizations()
protected abstract java.util.List<PassFactory>
PassConfig. getOptimizations()
Gets the optimization passes to run.protected java.util.List<PassFactory>
PassConfig.PassConfigDelegate. getOptimizations()
protected java.util.List<PassFactory>
DefaultPassConfig. getTranspileOnlyPasses()
protected java.util.List<PassFactory>
PassConfig. getTranspileOnlyPasses()
Gets the transpilation passesprotected java.util.List<PassFactory>
PassConfig.PassConfigDelegate. getTranspileOnlyPasses()
protected java.util.List<PassFactory>
DefaultPassConfig. getWhitespaceOnlyPasses()
protected java.util.List<PassFactory>
PassConfig. getWhitespaceOnlyPasses()
Gets additional checking passes that are run always, even in "whitespace only" mode.protected java.util.List<PassFactory>
PassConfig.PassConfigDelegate. getWhitespaceOnlyPasses()
Method parameters in com.google.javascript.jscomp with type arguments of type PassFactory Modifier and Type Method Description static void
TranspilationPasses. addEs6ModulePass(java.util.List<PassFactory> passes, com.google.javascript.jscomp.PreprocessorSymbolTable.CachedInstanceFactory preprocessorTableFactory)
static void
TranspilationPasses. addEs6ModuleToCjsPass(java.util.List<PassFactory> passes)
static void
TranspilationPasses. addEs6RewriteImportPathPass(java.util.List<PassFactory> passes)
static void
TranspilationPasses. addPostCheckTranspilationPasses(java.util.List<PassFactory> passes, CompilerOptions options)
Adds transpilation passes that should run after all checks are done.static void
TranspilationPasses. addRewritePolyfillPass(java.util.List<PassFactory> passes)
Adds the pass to inject ES2015 polyfills, which goes after the late ES2015 passes.static void
TranspilationPasses. addTranspilationRuntimeLibraries(java.util.List<PassFactory> passes, CompilerOptions options)
-