public interface ModuleRequestResolver
Modifier and Type | Method and Description |
---|---|
com.google.javascript.jscomp.modules.UnresolvedModule |
resolve(Export e)
Returns the module that this export references, if it exists in the compilation.
|
com.google.javascript.jscomp.modules.UnresolvedModule |
resolve(Import i)
Returns the module that this import references, if it exists in the compilation.
|
@Nullable com.google.javascript.jscomp.modules.UnresolvedModule resolve(Import i)
@Nullable com.google.javascript.jscomp.modules.UnresolvedModule resolve(Export e)
Copyright © 2009-2019 Google. All Rights Reserved.