Home / Class/ GlobEntry Class — tailwindcss Architecture

GlobEntry Class — tailwindcss Architecture

Architecture documentation for the GlobEntry class in lib.rs from the tailwindcss codebase.

Entity Profile

Relationship Graph

Source Code

crates/node/src/lib.rs lines 23–29

pub struct GlobEntry {
  /// Base path of the glob
  pub base: String,

  /// Glob pattern
  pub pattern: String,
}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free