Uses of Interface
com.google.javascript.jscomp.CompilerInputProvider
-
Packages that use CompilerInputProvider Package Description com.google.javascript.jscomp -
-
Uses of CompilerInputProvider in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement CompilerInputProvider Modifier and Type Class Description classAbstractCompilerAn abstract compiler, to help remove the circular dependency of passes on JSCompiler.classCompilerCompiler (and the other classes in this package) does the following: parses JS code checks for undefined variables performs optimizations such as constant folding and constants inlining renames variables (to short names) outputs compact JavaScript code External variables are declared in 'externs' files.
-