Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ replaceNamespace
Function
replaceNamespace
valdi/vscode_debugger/gulpfile.js:82–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
const
replaceNamespace = () => replace(/NAMESPACE\((.*?)\)/g, `${namespace}$1`);
83
const
tsProject = tsb.create(
'./tsconfig.json'
);
84
85
gulp.task(
'clean-assertions'
, () => del([
'src/test/**/*.txt.actual'
]));
Callers
1
gulpfile.js
File · 0.85
Calls
1
replace
Function · 0.85
Tested by
no test coverage detected