brace-expansion.bench.ts — tailwindcss Source File
Architecture documentation for brace-expansion.bench.ts, a typescript file in the tailwindcss codebase. 3 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR dad136dd_a9a6_dcc1_d832_37584d5372a8["brace-expansion.bench.ts"] dc817c0a_ee3b_7666_cb9d_ef0ab5b72986["brace-expansion.ts"] dad136dd_a9a6_dcc1_d832_37584d5372a8 --> dc817c0a_ee3b_7666_cb9d_ef0ab5b72986 91a1286b_b296_e99a_4150_7ded5cd2aa4e["expand"] dad136dd_a9a6_dcc1_d832_37584d5372a8 --> 91a1286b_b296_e99a_4150_7ded5cd2aa4e f1e05e5f_c1b2_a3f5_b2e8_3317b9243ac3["vitest"] dad136dd_a9a6_dcc1_d832_37584d5372a8 --> f1e05e5f_c1b2_a3f5_b2e8_3317b9243ac3 style dad136dd_a9a6_dcc1_d832_37584d5372a8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
// import braces from 'braces'
import { bench } from 'vitest'
import { expand } from './brace-expansion'
const PATTERN =
'{{xs,sm,md,lg}:,}{border-{x,y,t,r,b,l,s,e},bg,text,cursor,accent}-{{red,orange,amber,yellow,lime,green,emerald,teal,cyan,sky,blue,indigo,violet,purple,fuchsia,pink,rose,slate,gray,zinc,neutral,stone}-{50,{100..900..100},950},black,white}{,/{0..100}}'
// bench('braces', () => {
// void braces.expand(PATTERN)
// })
bench('./brace-expansion', () => {
void expand(PATTERN)
})
Domain
Dependencies
- brace-expansion.ts
- expand
- vitest
Source
Frequently Asked Questions
What does brace-expansion.bench.ts do?
brace-expansion.bench.ts is a source file in the tailwindcss codebase, written in typescript. It belongs to the Oxide domain.
What does brace-expansion.bench.ts depend on?
brace-expansion.bench.ts imports 3 module(s): brace-expansion.ts, expand, vitest.
Where is brace-expansion.bench.ts in the architecture?
brace-expansion.bench.ts is located at packages/tailwindcss/src/utils/brace-expansion.bench.ts (domain: Oxide, directory: packages/tailwindcss/src/utils).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free