normalizeWindowsSeperators() — tailwindcss Function Reference
Architecture documentation for the normalizeWindowsSeperators() function in test-helpers.ts from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD baf442c1_08dc_2538_061d_ef9cd041f3a0["normalizeWindowsSeperators()"] 073dcfc0_10d3_6126_8f28_49e53d51b2ee["test-helpers.ts"] baf442c1_08dc_2538_061d_ef9cd041f3a0 -->|defined in| 073dcfc0_10d3_6126_8f28_49e53d51b2ee style baf442c1_08dc_2538_061d_ef9cd041f3a0 fill:#6366f1,stroke:#818cf8,color:#fff
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
Frequently Asked Questions
What does normalizeWindowsSeperators() do?
normalizeWindowsSeperators() is a function in the tailwindcss codebase, defined in packages/@tailwindcss-cli/src/utils/test-helpers.ts.
Where is normalizeWindowsSeperators() defined?
normalizeWindowsSeperators() is defined in packages/@tailwindcss-cli/src/utils/test-helpers.ts at line 3.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free