Uses of Class
com.google.javascript.jscomp.modules.Export
-
Packages that use Export Package Description com.google.javascript.jscomp.modules -
-
Uses of Export in com.google.javascript.jscomp.modules
Methods in com.google.javascript.jscomp.modules that return Export Modifier and Type Method Description abstract Export
Binding. originatingExport()
Returns the original export if this binding was created by an export.Methods in com.google.javascript.jscomp.modules that return types with arguments of type Export Modifier and Type Method Description abstract com.google.common.collect.ImmutableMap<java.lang.String,Export>
Module. localNameToLocalExport()
Map of local identifier name to local export definition.Methods in com.google.javascript.jscomp.modules with parameters of type Export Modifier and Type Method Description com.google.javascript.jscomp.modules.UnresolvedModule
ModuleRequestResolver. resolve(Export e)
Returns the module that this export references, if it exists in the compilation.Method parameters in com.google.javascript.jscomp.modules with type arguments of type Export Modifier and Type Method Description abstract Module.Builder
Module.Builder. localNameToLocalExport(com.google.common.collect.ImmutableMap<java.lang.String,Export> value)
-