Package com.google.javascript.jscomp.modules
package com.google.javascript.jscomp.modules
-
ClassDescriptionRepresents a variable bound by an import or export statement, or goog.require.Collects information related to and resolves ES imports and exports.An
export
ed name in a module.Utilties for ES imports for Closure files, for exampleimport array from 'goog:goog.array';
.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.Creates aModuleMap
.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.Resolves requests for other modules.