types() — tailwindcss Function Reference
Architecture documentation for the types() function in types.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 9709caf2_2ff0_485d_40cf_22a4c14d7c83["types()"] d51c6497_c250_cc24_5922_420f8b0354f8["types.rs"] 9709caf2_2ff0_485d_40cf_22a4c14d7c83 -->|defined in| d51c6497_c250_cc24_5922_420f8b0354f8 8ad54586_b1c5_eda6_5f23_75127181fe93["test_invalid_defs()"] 8ad54586_b1c5_eda6_5f23_75127181fe93 -->|calls| 9709caf2_2ff0_485d_40cf_22a4c14d7c83 style 9709caf2_2ff0_485d_40cf_22a4c14d7c83 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/types.rs lines 525–536
fn types() -> Vec<&'static str> {
vec![
"html:*.html",
"html:*.htm",
"rust:*.rs",
"js:*.js",
"py:*.py",
"python:*.py",
"foo:*.{rs,foo}",
"combo:include:html,rust",
]
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does types() do?
types() is a function in the tailwindcss codebase, defined in crates/ignore/src/types.rs.
Where is types() defined?
types() is defined in crates/ignore/src/types.rs at line 525.
What calls types()?
types() is called by 1 function(s): test_invalid_defs.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free