Uses of Package
com.google.javascript.jscomp.modules
Packages that use com.google.javascript.jscomp.modules
-
Classes in com.google.javascript.jscomp.modules used by com.google.javascript.jscompClassDescriptionA map containing information about all modules in the compilation.Contains metadata around modules (or scripts) that is useful for checking imports / requires.Struct containing basic information about a module/script including its type and goog namespaces.
-
Classes in com.google.javascript.jscomp.modules used by com.google.javascript.jscomp.modulesClassDescriptionRepresents a variable bound by an import or export statement, or goog.require.An
export
ed name in a module.Animport
ed name in a module.Information for modules, particularly ES modules, that is useful for rewriting.Builder forModule
.A map containing information about all modules in the compilation.Contains metadata around modules (or scripts) that is useful for checking imports / requires.Struct containing basic information about a module/script including its type and goog namespaces.Builder forModuleMetadataMap.ModuleMetadata
.Various types of Javascript modules and scripts that can be found in the JS Compiler.