MCPcopy 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
82const replaceNamespace = () => replace(/NAMESPACE\((.*?)\)/g, `${namespace}$1`);
83const tsProject = tsb.create('./tsconfig.json');
84
85gulp.task('clean-assertions', () => del(['src/test/**/*.txt.actual']));

Callers 1

gulpfile.jsFile · 0.85

Calls 1

replaceFunction · 0.85

Tested by

no test coverage detected