pre_process_input() — tailwindcss Function Reference
Architecture documentation for the pre_process_input() function in mod.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 950dd1f1_4d68_5e31_aeaa_e1d3ecf0464e["pre_process_input()"] 9343eebc_392c_614b_fd1f_0b61ee73273f["test_ruby_syntax()"] 9343eebc_392c_614b_fd1f_0b61ee73273f -->|calls| 950dd1f1_4d68_5e31_aeaa_e1d3ecf0464e f77c12ed_c119_722f_3dc5_a681c50c0d8f["test_pug_syntax()"] f77c12ed_c119_722f_3dc5_a681c50c0d8f -->|calls| 950dd1f1_4d68_5e31_aeaa_e1d3ecf0464e 8af87099_e077_d4e0_f0c3_91759383bd07["test_slim_syntax()"] 8af87099_e077_d4e0_f0c3_91759383bd07 -->|calls| 950dd1f1_4d68_5e31_aeaa_e1d3ecf0464e f98ff9a1_6340_f91b_d841_e3dc0eb6f82a["test_clojure_syntax()"] f98ff9a1_6340_f91b_d841_e3dc0eb6f82a -->|calls| 950dd1f1_4d68_5e31_aeaa_e1d3ecf0464e 56956a5d_1765_b81b_693f_1b563e6e4430["test_svelte_shorthand_syntax()"] 56956a5d_1765_b81b_693f_1b563e6e4430 -->|calls| 950dd1f1_4d68_5e31_aeaa_e1d3ecf0464e fe4f5e5f_bb44_c704_a736_4f4ae7e6252b["test_haml_syntax()"] fe4f5e5f_bb44_c704_a736_4f4ae7e6252b -->|calls| 950dd1f1_4d68_5e31_aeaa_e1d3ecf0464e b3fd9af9_b6d5_a27f_7157_bf56ee970186["test_leptos_rs_view_class_colon_syntax()"] b3fd9af9_b6d5_a27f_7157_bf56ee970186 -->|calls| 950dd1f1_4d68_5e31_aeaa_e1d3ecf0464e style 950dd1f1_4d68_5e31_aeaa_e1d3ecf0464e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/oxide/src/extractor/mod.rs lines 240–243
fn pre_process_input(input: &str, extension: &str) -> String {
let input = crate::scanner::pre_process_input(input.as_bytes(), extension);
String::from_utf8(input).unwrap()
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does pre_process_input() do?
pre_process_input() is a function in the tailwindcss codebase.
What calls pre_process_input()?
pre_process_input() is called by 7 function(s): test_clojure_syntax, test_haml_syntax, test_leptos_rs_view_class_colon_syntax, test_pug_syntax, test_ruby_syntax, test_slim_syntax, test_svelte_shorthand_syntax.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free