MCPcopy
hub / github.com/QwikDev/qwik / ensureDir

Function ensureDir

scripts/util.ts:260–264  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

258}
259
260export function ensureDir(dir: string) {
261 try {
262 mkdirSync(dir, { recursive: true });
263 } catch (e) {}
264}
265
266export async function run(
267 cmd: string,

Callers 10

submoduleBuildFunction · 0.90
bundleIndexFunction · 0.90
writePackageJsonFunction · 0.90
buildWasmBindingFunction · 0.90
buildPlatformBindingFunction · 0.90
copyPlatformBindingWasmFunction · 0.90
apiExtractorQwikFunction · 0.90
buildFunction · 0.90
generateLoaderSubmoduleFunction · 0.90
emptyDirFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…