MCPcopy
hub / github.com/QwikDev/qwik / fs.unit.ts

File fs.unit.ts

packages/qwik-city/src/utils/fs.unit.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { tmpdir } from 'node:os';
2import { basename, join } from 'node:path';
3import { assert, test } from 'vitest';
4import type { NormalizedPluginOptions } from '../buildtime/types';

Callers

nothing calls this directly

Calls 15

normalizePathFunction · 0.90
isGroupedLayoutNameFunction · 0.90
isPageExtFunction · 0.90
isModuleExtFunction · 0.90
isPageModuleExtFunction · 0.90
isMarkdownExtFunction · 0.90
isMenuFileNameFunction · 0.90
getExtensionFunction · 0.90
removeExtensionFunction · 0.90
createFileIdFunction · 0.90
getPathnameFromDirPathFunction · 0.90
parseRouteIndexNameFunction · 0.90

Tested by

no test coverage detected