Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SAP/ui5-builder
/ removeHashbang
Function
removeHashbang
lib/lbt/utils/stringUtils.js:15–17 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
13
}
14
15
export
function
removeHashbang(str) {
16
return
str.replace(/^#!(.*)/,
""
);
17
}
Callers
3
writeRawModule
Method · 0.90
rewriteAMDModules
Method · 0.90
writePreloadModule
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected