Package | Description |
---|---|
com.google.javascript.jscomp.modules |
Modifier and Type | Method and Description |
---|---|
abstract Export |
Binding.originatingExport()
Returns the original export if this binding was created by an export.
|
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.collect.ImmutableMap<java.lang.String,Export> |
Module.localNameToLocalExport()
Map of local identifier name to local export definition.
|
Modifier and Type | Method and Description |
---|---|
com.google.javascript.jscomp.modules.UnresolvedModule |
ModuleRequestResolver.resolve(Export e)
Returns the module that this export references, if it exists in the compilation.
|
Modifier and Type | Method and Description |
---|---|
abstract Module.Builder |
Module.Builder.localNameToLocalExport(com.google.common.collect.ImmutableMap<java.lang.String,Export> value) |
Copyright © 2009-2020 Google. All Rights Reserved.