PUBLIC_PACKAGES() — tailwindcss Function Reference
Architecture documentation for the PUBLIC_PACKAGES() function in utils.ts from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 676db4bd_8d27_abd4_2085_696c322030d0["PUBLIC_PACKAGES()"] 9ffd1dda_9675_c514_373d_0f4ab4648249["utils.ts"] 676db4bd_8d27_abd4_2085_696c322030d0 -->|defined in| 9ffd1dda_9675_c514_373d_0f4ab4648249 style 676db4bd_8d27_abd4_2085_696c322030d0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
integrations/utils.ts lines 14–15
const PUBLIC_PACKAGES = (await fs.readdir(path.join(REPO_ROOT, 'dist'))).map((name) =>
name.replace('tailwindcss-', '@tailwindcss/').replace('.tgz', ''),
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does PUBLIC_PACKAGES() do?
PUBLIC_PACKAGES() is a function in the tailwindcss codebase, defined in integrations/utils.ts.
Where is PUBLIC_PACKAGES() defined?
PUBLIC_PACKAGES() is defined in integrations/utils.ts at line 14.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free