Home / Type/ CompileOptions Type — tailwindcss Architecture

CompileOptions Type — tailwindcss Architecture

Architecture documentation for the CompileOptions type/interface in compile.ts from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  752257f4_78dc_be11_7c0e_f4724060f9ec["CompileOptions"]
  86cbca6b_bfa0_804c_ee2e_2cc7a7aef7fe["compile.ts"]
  752257f4_78dc_be11_7c0e_f4724060f9ec -->|defined in| 86cbca6b_bfa0_804c_ee2e_2cc7a7aef7fe
  style 752257f4_78dc_be11_7c0e_f4724060f9ec 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
}

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