normalizeWindowsSeperators() — tailwindcss Function Reference
Architecture documentation for the normalizeWindowsSeperators() function in test-helpers.ts from the tailwindcss codebase.
Entity Profile
Relationship Graph
Source Code
packages/@tailwindcss-cli/src/utils/test-helpers.ts lines 3–5
export function normalizeWindowsSeperators(p: string) {
return path.sep === '\\' ? p.replaceAll('\\', '/') : p
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free