highlighter.ts — ui Source File
Architecture documentation for highlighter.ts, a typescript file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 8087cdf7_abb4_ea82_5d93_f00fef4f791f["highlighter.ts"] dcb4bc33_9107_1c82_e0a1_5d090d46749e["colors"] 8087cdf7_abb4_ea82_5d93_f00fef4f791f --> dcb4bc33_9107_1c82_e0a1_5d090d46749e style 8087cdf7_abb4_ea82_5d93_f00fef4f791f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { cyan, green, red, yellow } from "kleur/colors"
export const highlighter = {
error: red,
warn: yellow,
info: cyan,
success: green,
}
Dependencies
- colors
Source
Frequently Asked Questions
What does highlighter.ts do?
highlighter.ts is a source file in the ui codebase, written in typescript.
What does highlighter.ts depend on?
highlighter.ts imports 1 module(s): colors.
Where is highlighter.ts in the architecture?
highlighter.ts is located at packages/shadcn/src/utils/highlighter.ts (directory: packages/shadcn/src/utils).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free