Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ replaceBackSlashes
Function
replaceBackSlashes
tools/mcconfig.js:47–50 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
45
};
46
47
function
replaceBackSlashes(value) {
48
value = value.replace(/\\/g,
"/"
);
49
return
value;
50
}
51
52
class
MakeFile extends MAKEFILE {
53
constructor(path) {
Callers
1
run
Method · 0.85
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected