Uses of Class
com.google.javascript.jscomp.Compiler
Packages that use Compiler
Package
Description
-
Uses of Compiler in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp with type parameters of type CompilerModifier and TypeClassDescriptionclass
AbstractCommandLineRunner<A extends Compiler,
B extends CompilerOptions> Implementations of AbstractCommandLineRunner translate flags into Java API calls on the Compiler.Methods in com.google.javascript.jscomp that return CompilerMethods in com.google.javascript.jscomp with parameters of type CompilerModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList
<JSError> ConformanceAllowlister.getConformanceErrors
(Compiler compiler, Node externs, Node ast, com.google.javascript.jscomp.Requirement requirement) static com.google.common.collect.ImmutableSet
<Node> ConformanceAllowlister.getViolatingNodes
(Compiler compiler, Node externs, Node ast, com.google.javascript.jscomp.Requirement requirement) static com.google.common.collect.ImmutableSet
<String> ConformanceAllowlister.getViolatingPaths
(Compiler compiler, Node externs, Node ast, com.google.javascript.jscomp.Requirement requirement) -
Uses of Compiler in com.google.javascript.jscomp.bundle
Methods in com.google.javascript.jscomp.bundle that return Compiler -
Uses of Compiler in com.google.javascript.jscomp.transpile
Methods in com.google.javascript.jscomp.transpile that return Compiler -
Uses of Compiler in com.google.javascript.refactoring
Methods in com.google.javascript.refactoring that return Compiler