types() — tailwindcss Function Reference
Architecture documentation for the types() function in types.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 17a55069_0e10_d36b_0563_2f1f5ee004eb["types()"] 08edba3a_006b_c0f4_caba_f2d75c8302a3["types.rs"] 17a55069_0e10_d36b_0563_2f1f5ee004eb -->|defined in| 08edba3a_006b_c0f4_caba_f2d75c8302a3 ae382f2c_54cb_6e9d_6f2a_9cca6dc3c17d["test_invalid_defs()"] ae382f2c_54cb_6e9d_6f2a_9cca6dc3c17d -->|calls| 17a55069_0e10_d36b_0563_2f1f5ee004eb style 17a55069_0e10_d36b_0563_2f1f5ee004eb 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