Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SAP/ui5-builder
/ fromRequireJSName
Function
fromRequireJSName
lib/lbt/utils/ModuleName.js:36–38 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
34
}
35
36
export
function
fromRequireJSName(name) {
37
return
name +
".js"
;
38
}
39
40
export
function
toRequireJSName(path) {
41
if
( !path.endsWith(
".js"
) ) {
Callers
5
onDefine
Method · 0.90
onSapUiRequireSync
Method · 0.90
onSapUiPredefine
Method · 0.90
analyzeDependencyArray
Method · 0.90
_analyzeCoreRequire
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected