Home / Type/ StringFilter Type — vite Architecture

StringFilter Type — vite Architecture

Architecture documentation for the StringFilter type/interface in pluginFilter.ts from the vite codebase.

Entity Profile

Dependency Diagram

graph TD
  fe3998ed_19e1_36e7_50be_4ff56f1fe132["StringFilter"]
  ed570918_8c20_047e_d700_db6178114e8f["pluginFilter.ts"]
  fe3998ed_19e1_36e7_50be_4ff56f1fe132 -->|defined in| ed570918_8c20_047e_d700_db6178114e8f
  style fe3998ed_19e1_36e7_50be_4ff56f1fe132 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/vite/src/node/plugins/pluginFilter.ts lines 14–20

export type StringFilter<Value = string | RegExp> =
  | Value
  | Array<Value>
  | {
      include?: Value | Array<Value>
      exclude?: Value | Array<Value>
    }

Frequently Asked Questions

What is the StringFilter type?
StringFilter is a type/interface in the vite codebase, defined in packages/vite/src/node/plugins/pluginFilter.ts.
Where is StringFilter defined?
StringFilter is defined in packages/vite/src/node/plugins/pluginFilter.ts at line 14.

Analyze Your Own Codebase

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

Try Supermodel Free