Package | Description |
---|---|
com.google.javascript.jscomp.modules |
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.collect.ImmutableMap<java.lang.String,Binding> |
Module.boundNames()
Map of local identifiers to originating binding.
|
abstract com.google.common.collect.ImmutableMap<java.lang.String,Binding> |
Module.namespace()
Map of exported identifiers to originating binding.
|
Modifier and Type | Method and Description |
---|---|
abstract Module.Builder |
Module.Builder.boundNames(com.google.common.collect.ImmutableMap<java.lang.String,Binding> value) |
abstract Module.Builder |
Module.Builder.namespace(com.google.common.collect.ImmutableMap<java.lang.String,Binding> value) |
Copyright © 2009-2020 Google. All Rights Reserved.