MCPcopy Create free account
hub / github.com/GooseMod/OpenAsar / stripHtml

Function stripHtml

scripts/strip.js:39–39  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

37
38const stripJs = (path) => writeFileSync(path, stripCode(readFileSync(path, 'utf8')));
39const stripHtml = (path) => writeFileSync(path, stripCode(fixHtml(readFileSync(path, 'utf8'))));
40
41const minJson = (data) => {
42 if (data.description) delete data.description;

Callers 1

treeFunction · 0.85

Calls 2

stripCodeFunction · 0.85
fixHtmlFunction · 0.85

Tested by

no test coverage detected