info() — tailwindcss Function Reference
Architecture documentation for the info() function in renderer.ts from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD f6cf39d1_9161_38f6_5e39_d0d0f34bb6a8["info()"] 9106c15d_cfb8_77f5_665e_9707020b48c8["renderer.ts"] f6cf39d1_9161_38f6_5e39_d0d0f34bb6a8 -->|defined in| 9106c15d_cfb8_77f5_665e_9707020b48c8 1ef01211_e07d_fbec_dcb1_d3c7a3bfe061["migrateJsConfig()"] 1ef01211_e07d_fbec_dcb1_d3c7a3bfe061 -->|calls| f6cf39d1_9161_38f6_5e39_d0d0f34bb6a8 18049d5a_3e65_d6cd_49d2_32e825145fa2["migratePostCSSConfig()"] 18049d5a_3e65_d6cd_49d2_32e825145fa2 -->|calls| f6cf39d1_9161_38f6_5e39_d0d0f34bb6a8 cddc9c20_5880_3c1c_34a8_c38c746645b7["migratePostCSSJSConfig()"] cddc9c20_5880_3c1c_34a8_c38c746645b7 -->|calls| f6cf39d1_9161_38f6_5e39_d0d0f34bb6a8 6066f111_c660_b87d_6993_07d8cc779b5c["run()"] 6066f111_c660_b87d_6993_07d8cc779b5c -->|calls| f6cf39d1_9161_38f6_5e39_d0d0f34bb6a8 19a2a518_82c6_9af0_df75_e0470ad350dc["log()"] f6cf39d1_9161_38f6_5e39_d0d0f34bb6a8 -->|calls| 19a2a518_82c6_9af0_df75_e0470ad350dc style f6cf39d1_9161_38f6_5e39_d0d0f34bb6a8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/@tailwindcss-upgrade/src/utils/renderer.ts lines 112–114
export function info(message: string, { prefix = '', print = eprintln } = {}) {
log(message, { art: pc.blue('\u2502'), prefix, print })
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does info() do?
info() is a function in the tailwindcss codebase, defined in packages/@tailwindcss-upgrade/src/utils/renderer.ts.
Where is info() defined?
info() is defined in packages/@tailwindcss-upgrade/src/utils/renderer.ts at line 112.
What does info() call?
info() calls 1 function(s): log.
What calls info()?
info() is called by 4 function(s): migrateJsConfig, migratePostCSSConfig, migratePostCSSJSConfig, run.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free