Uses of Class
com.google.javascript.jscomp.modules.Export
Packages that use Export
-
Uses of Export in com.google.javascript.jscomp.modules
Methods in com.google.javascript.jscomp.modules that return ExportModifier and TypeMethodDescriptionabstract @Nullable 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 ExportModifier and TypeMethodDescriptionModule.localNameToLocalExport()
Map of local identifier name to local export definition.Methods in com.google.javascript.jscomp.modules with parameters of type ExportModifier and TypeMethodDescription@Nullable com.google.javascript.jscomp.modules.UnresolvedModule
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 ExportModifier and TypeMethodDescriptionabstract Module.Builder
Module.Builder.localNameToLocalExport
(com.google.common.collect.ImmutableMap<String, Export> value)