Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ tmpdir } from
'node:os'
;
2
import
{ basename, join } from
'node:path'
;
3
import
{ assert, test } from
'vitest'
;
4
import
type
{ NormalizedPluginOptions } from
'../buildtime/types'
;
Callers
nothing calls this directly
Calls
15
normalizePath
Function · 0.90
isGroupedLayoutName
Function · 0.90
isPageExt
Function · 0.90
isModuleExt
Function · 0.90
isPageModuleExt
Function · 0.90
isMarkdownExt
Function · 0.90
isMenuFileName
Function · 0.90
getExtension
Function · 0.90
removeExtension
Function · 0.90
createFileId
Function · 0.90
getPathnameFromDirPath
Function · 0.90
parseRouteIndexName
Function · 0.90
Tested by
no test coverage detected