expandLocalLookup (fullName, options) String
private
Given a fullName and a source fullName returns the fully resolved fullName. Used to allow for local lookup.
let registry = new Registry(); // the twitter factory is added to the module system registry.expandLocalLookup('component:post-title', { source: 'template:post' }) // => component:post/post-title
Parameters:
-
fullName
String
-
options
[Object]
-
-
source
[String]
- the fullname of the request source (used for local lookups)
-
source
Returns:
-
String
- fullName
Please login to continue.