never() — tailwindcss Function Reference
Architecture documentation for the never() function in decode-arbitrary-value.ts from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 30edf25d_4fa8_9a3e_c697_ce1d990fec9a["never()"] 7df4d001_f01e_1e05_13ee_91edb05bf1f8["decode-arbitrary-value.ts"] 30edf25d_4fa8_9a3e_c697_ce1d990fec9a -->|defined in| 7df4d001_f01e_1e05_13ee_91edb05bf1f8 4f9d9fc2_45b7_9326_3ba0_f8f40d302381["never()"] 4f9d9fc2_45b7_9326_3ba0_f8f40d302381 -->|calls| 30edf25d_4fa8_9a3e_c697_ce1d990fec9a d07c9a91_e1f5_792b_d5fc_9e0b6aeb8601["recursivelyDecodeArbitraryValues()"] d07c9a91_e1f5_792b_d5fc_9e0b6aeb8601 -->|calls| 30edf25d_4fa8_9a3e_c697_ce1d990fec9a style 30edf25d_4fa8_9a3e_c697_ce1d990fec9a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/tailwindcss/src/utils/decode-arbitrary-value.ts lines 91–93
function never(value: never): never {
throw new Error(`Unexpected value: ${value}`)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does never() do?
never() is a function in the tailwindcss codebase, defined in packages/tailwindcss/src/utils/decode-arbitrary-value.ts.
Where is never() defined?
never() is defined in packages/tailwindcss/src/utils/decode-arbitrary-value.ts at line 91.
What calls never()?
never() is called by 2 function(s): never, recursivelyDecodeArbitraryValues.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free