Home / Type/ CacheEntry Type — tailwindcss Architecture

CacheEntry Type — tailwindcss Architecture

Architecture documentation for the CacheEntry type/interface in index.ts from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  56d95de3_285c_00ad_347f_d39d1208311b["CacheEntry"]
  2bc39c56_196b_12bc_1a08_0896427ab477["index.ts"]
  56d95de3_285c_00ad_347f_d39d1208311b -->|defined in| 2bc39c56_196b_12bc_1a08_0896427ab477
  style 56d95de3_285c_00ad_347f_d39d1208311b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/@tailwindcss-postcss/src/index.ts lines 21–29

interface CacheEntry {
  mtimes: Map<string, number>
  compiler: null | ReturnType<typeof compileAst>
  scanner: null | Scanner
  tailwindCssAst: AstNode[]
  cachedPostCssAst: Root
  optimizedPostCssAst: Root
  fullRebuildPaths: string[]
}

Frequently Asked Questions

What is the CacheEntry type?
CacheEntry is a type/interface in the tailwindcss codebase, defined in packages/@tailwindcss-postcss/src/index.ts.
Where is CacheEntry defined?
CacheEntry is defined in packages/@tailwindcss-postcss/src/index.ts at line 21.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free