MCPcopy 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
36export function fromRequireJSName(name) {
37 return name + ".js";
38}
39
40export function toRequireJSName(path) {
41 if ( !path.endsWith(".js") ) {

Callers 5

onDefineMethod · 0.90
onSapUiRequireSyncMethod · 0.90
onSapUiPredefineMethod · 0.90
_analyzeCoreRequireMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected