Home / Function/ pre_process_input() — tailwindcss Function Reference

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
  99bd82af_ea44_3bb9_15bc_4fd7af18fd2f["pre_process_input()"]
  8afc647f_cc99_91b0_c634_c37cd100672e["test_ruby_syntax()"]
  8afc647f_cc99_91b0_c634_c37cd100672e -->|calls| 99bd82af_ea44_3bb9_15bc_4fd7af18fd2f
  9b68ce4d_bef4_7f5b_de16_6071ea8839c5["test_pug_syntax()"]
  9b68ce4d_bef4_7f5b_de16_6071ea8839c5 -->|calls| 99bd82af_ea44_3bb9_15bc_4fd7af18fd2f
  11aae42e_1ab0_0f21_ead6_47c647489a76["test_slim_syntax()"]
  11aae42e_1ab0_0f21_ead6_47c647489a76 -->|calls| 99bd82af_ea44_3bb9_15bc_4fd7af18fd2f
  7930a87e_aad9_5f0c_8173_781513145610["test_clojure_syntax()"]
  7930a87e_aad9_5f0c_8173_781513145610 -->|calls| 99bd82af_ea44_3bb9_15bc_4fd7af18fd2f
  30fb41a8_c9da_7faa_e0ac_447d1f6fda5d["test_svelte_shorthand_syntax()"]
  30fb41a8_c9da_7faa_e0ac_447d1f6fda5d -->|calls| 99bd82af_ea44_3bb9_15bc_4fd7af18fd2f
  0109a41e_467f_bcc5_3e83_3109874009b7["test_haml_syntax()"]
  0109a41e_467f_bcc5_3e83_3109874009b7 -->|calls| 99bd82af_ea44_3bb9_15bc_4fd7af18fd2f
  a9ddc3c7_27f4_af7f_b185_df0b3d297426["test_leptos_rs_view_class_colon_syntax()"]
  a9ddc3c7_27f4_af7f_b185_df0b3d297426 -->|calls| 99bd82af_ea44_3bb9_15bc_4fd7af18fd2f
  style 99bd82af_ea44_3bb9_15bc_4fd7af18fd2f 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

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