CompileOptions Type — tailwindcss Architecture
Architecture documentation for the CompileOptions type/interface in compile.ts from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD c8e6b938_c297_27d8_5261_b0c11e604bda["CompileOptions"] 69d3ce9e_56db_8f40_5261_64f91b0dee31["compile.ts"] c8e6b938_c297_27d8_5261_b0c11e604bda -->|defined in| 69d3ce9e_56db_8f40_5261_64f91b0dee31 style c8e6b938_c297_27d8_5261_b0c11e604bda fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/@tailwindcss-node/src/compile.ts lines 22–31
export interface CompileOptions {
base: string
from?: string
onDependency: (path: string) => void
shouldRewriteUrls?: boolean
polyfills?: Polyfills
customCssResolver?: Resolver
customJsResolver?: Resolver
}
Defined In
Source
Frequently Asked Questions
What is the CompileOptions type?
CompileOptions is a type/interface in the tailwindcss codebase, defined in packages/@tailwindcss-node/src/compile.ts.
Where is CompileOptions defined?
CompileOptions is defined in packages/@tailwindcss-node/src/compile.ts at line 22.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free