Home / Class/ SourceEntry Class — tailwindcss Architecture

SourceEntry Class — tailwindcss Architecture

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

Entity Profile

Relationship Graph

Source Code

crates/node/src/lib.rs lines 33–42

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

  /// Glob pattern
  pub pattern: String,

  /// Negated flag
  pub negated: bool,
}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free