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
  cfc07640_f3ad_1fd8_e118_770b90d7badd["pre_process_input()"]
  0fcd0fda_f6d1_052f_9575_133f5b2763a7["mod.rs"]
  cfc07640_f3ad_1fd8_e118_770b90d7badd -->|defined in| 0fcd0fda_f6d1_052f_9575_133f5b2763a7
  224513a2_95ce_e8e1_d2ae_d50f768a0589["test_ruby_syntax()"]
  224513a2_95ce_e8e1_d2ae_d50f768a0589 -->|calls| cfc07640_f3ad_1fd8_e118_770b90d7badd
  8b79553b_4ed1_95bd_8aa5_8753acb03e83["test_pug_syntax()"]
  8b79553b_4ed1_95bd_8aa5_8753acb03e83 -->|calls| cfc07640_f3ad_1fd8_e118_770b90d7badd
  242911f5_162b_6ddb_78b6_806b29091b62["test_slim_syntax()"]
  242911f5_162b_6ddb_78b6_806b29091b62 -->|calls| cfc07640_f3ad_1fd8_e118_770b90d7badd
  c6c44495_3642_2fbb_7d64_fb2d56fd9c59["test_clojure_syntax()"]
  c6c44495_3642_2fbb_7d64_fb2d56fd9c59 -->|calls| cfc07640_f3ad_1fd8_e118_770b90d7badd
  612ec3b2_226b_82b3_be5a_29bdcfbaa17d["test_svelte_shorthand_syntax()"]
  612ec3b2_226b_82b3_be5a_29bdcfbaa17d -->|calls| cfc07640_f3ad_1fd8_e118_770b90d7badd
  3cbf7660_08bd_0455_c4d8_5cf5608d9eb6["test_haml_syntax()"]
  3cbf7660_08bd_0455_c4d8_5cf5608d9eb6 -->|calls| cfc07640_f3ad_1fd8_e118_770b90d7badd
  be9c9350_44ca_4ed7_3b3a_805479e80998["test_leptos_rs_view_class_colon_syntax()"]
  be9c9350_44ca_4ed7_3b3a_805479e80998 -->|calls| cfc07640_f3ad_1fd8_e118_770b90d7badd
  style cfc07640_f3ad_1fd8_e118_770b90d7badd 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