Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SAP/ui5-builder
/ resolveRelativeRequireJSName
Function
resolveRelativeRequireJSName
lib/lbt/utils/ModuleName.js:119–121 ·
view source on GitHub ↗
(path, relativeName)
Source
from the content-addressed store, hash-verified
117
}
118
119
export
function
resolveRelativeRequireJSName(path, relativeName) {
120
return
resolveRelativePath(path, relativeName +
".js"
);
121
}
122
Callers
3
onSapUiPredefine
Method · 0.90
analyzeDependencyArray
Method · 0.90
constructor
Method · 0.90
Calls
1
resolveRelativePath
Function · 0.85
Tested by
no test coverage detected