MCPcopy
hub / github.com/highlightjs/highlight.js / mkdir

Function mkdir

tools/lib/makestuff.js:40–42  ·  view source on GitHub ↗
(dirname)

Source from the content-addressed store, hash-verified

38}
39
40function mkdir(dirname) {
41 fs.mkdirSync(`${process.env.BUILD_DIR}/${dirname}`, { recursive: true });
42}
43
44function renderTemplate(src, dest, data) {
45 data.path = path;

Callers 7

buildCDNFunction · 0.85
installLanguagesFunction · 0.85
installStylesFunction · 0.85
buildNodeFunction · 0.85
installDemoFunction · 0.85
installDocsFunction · 0.85
installDemoStylesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…