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 542c602e_c905_2754_738a_0cf5a56f6021["PUBLIC_PACKAGES()"] 7600373a_3645_efb1_bcbb_e7c3fcb813ac["utils.ts"] 542c602e_c905_2754_738a_0cf5a56f6021 -->|defined in| 7600373a_3645_efb1_bcbb_e7c3fcb813ac style 542c602e_c905_2754_738a_0cf5a56f6021 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