Uses of Interface
com.google.javascript.jscomp.deps.DependencyInfo
Packages that use DependencyInfo
Package
Description
-
Uses of DependencyInfo in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement DependencyInfoModifier and TypeClassDescriptionclass
A class for the internal representation of an input to the compiler.final class
A JavaScript chunk has a unique name, consists of a list of compiler inputs, and can depend on other chunks.class
A DependencyInfo class that determines load flags by parsing the AST just-in-time.Constructors in com.google.javascript.jscomp with parameters of type DependencyInfoModifierConstructorDescriptionLazyParsedDependencyInfo
(DependencyInfo delegate, CompilerInput ast, AbstractCompiler compiler) -
Uses of DependencyInfo in com.google.javascript.jscomp.bundle
Methods in com.google.javascript.jscomp.bundle with parameters of type DependencyInfoModifier and TypeMethodDescriptionfinal Source.Builder
Source.Builder.setDependencyInfo
(DependencyInfo info) -
Uses of DependencyInfo in com.google.javascript.jscomp.deps
Classes in com.google.javascript.jscomp.deps with type parameters of type DependencyInfoModifier and TypeClassDescriptionfinal class
SortedDependencies<InputT extends DependencyInfo>
A sorted list of inputs following the ES6 module ordering spec.Classes in com.google.javascript.jscomp.deps that implement DependencyInfoModifier and TypeClassDescriptionclass
A class to hold JS dependency information for a single .js file.Methods in com.google.javascript.jscomp.deps that return DependencyInfoModifier and TypeMethodDescriptionDependencyFile.getDependencyInfo
(String symbol) Gets the dependency info for the provided symbol, if contained in this dependency file.Parses the given file and returns the dependency information that it contained.Methods in com.google.javascript.jscomp.deps that return types with arguments of type DependencyInfoModifier and TypeMethodDescriptionParses the given file and returns a list of dependency information that it contained.Parses the given file and returns a list of dependency information that it contained.DepsFileRegexParser.parseFileReader
(String filePath, Reader reader) Parses the file from the given reader and returns a list of dependency information that it contained.Methods in com.google.javascript.jscomp.deps with parameters of type DependencyInfoModifier and TypeMethodDescriptionstatic void
ClosureBundler.appendInput
(Appendable out, DependencyInfo info, String contents) Append the contents of the string to the supplied appendable.void
ClosureBundler.appendTo
(Appendable out, DependencyInfo info, com.google.common.io.CharSource content) Append the contents of the CharSource to the supplied appendable.void
ClosureBundler.appendTo
(Appendable out, DependencyInfo info, File content, Charset contentCharset) Append the contents of the file to the supplied appendable.void
ClosureBundler.appendTo
(Appendable out, DependencyInfo info, String content) Append the contents of the string to the supplied appendable.static SimpleDependencyInfo.Builder
SimpleDependencyInfo.Builder.from
(DependencyInfo copy) static void
DependencyInfo.Util.writeAddDependency
(Appendable out, DependencyInfo info) Prints a goog.addDependency call for a single DependencyInfo.Method parameters in com.google.javascript.jscomp.deps with type arguments of type DependencyInfoModifier and TypeMethodDescriptionprotected void
DepsGenerator.cleanUpDuplicatedFiles
(Map<String, DependencyInfo> depsFiles, Map<String, DependencyInfo> jsFiles) Removes duplicated depsInfo from jsFiles if this info already present in some of the parsed deps.jsModuleLoader.Builder.setInputs
(Iterable<? extends DependencyInfo> x) All inputs to the compilation process.