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
  ddd570de_fcb0_6f2b_bb73_ed27e62391cc["pre_process_input()"]
  eb5f3ab1_80da_abe4_f35c_a91e8e409b69["mod.rs"]
  ddd570de_fcb0_6f2b_bb73_ed27e62391cc -->|defined in| eb5f3ab1_80da_abe4_f35c_a91e8e409b69
  22bb7fc8_fea1_0a3c_51c0_c5c4fdfa9d91["test_ruby_syntax()"]
  22bb7fc8_fea1_0a3c_51c0_c5c4fdfa9d91 -->|calls| ddd570de_fcb0_6f2b_bb73_ed27e62391cc
  7d32b732_e249_0d34_48e1_b4414ef21592["test_pug_syntax()"]
  7d32b732_e249_0d34_48e1_b4414ef21592 -->|calls| ddd570de_fcb0_6f2b_bb73_ed27e62391cc
  f65e8023_75f2_56db_f5b4_9206eb2cb587["test_slim_syntax()"]
  f65e8023_75f2_56db_f5b4_9206eb2cb587 -->|calls| ddd570de_fcb0_6f2b_bb73_ed27e62391cc
  9c77d4f1_89b7_0b7c_0a25_57d727e16bf2["test_clojure_syntax()"]
  9c77d4f1_89b7_0b7c_0a25_57d727e16bf2 -->|calls| ddd570de_fcb0_6f2b_bb73_ed27e62391cc
  67954407_15dd_3b01_e807_264117886a63["test_svelte_shorthand_syntax()"]
  67954407_15dd_3b01_e807_264117886a63 -->|calls| ddd570de_fcb0_6f2b_bb73_ed27e62391cc
  5cd7b8b5_785f_5aeb_c56e_51e5cbf6e15e["test_haml_syntax()"]
  5cd7b8b5_785f_5aeb_c56e_51e5cbf6e15e -->|calls| ddd570de_fcb0_6f2b_bb73_ed27e62391cc
  35772b12_f0b0_0d74_5fbe_008591a6630f["test_leptos_rs_view_class_colon_syntax()"]
  35772b12_f0b0_0d74_5fbe_008591a6630f -->|calls| ddd570de_fcb0_6f2b_bb73_ed27e62391cc
  style ddd570de_fcb0_6f2b_bb73_ed27e62391cc 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, defined in crates/oxide/src/extractor/mod.rs.
Where is pre_process_input() defined?
pre_process_input() is defined in crates/oxide/src/extractor/mod.rs at line 240.
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