Files
bun.sh/src
Claude Bot 60388f3625 css: Fix transition.zig to remove remaining comptime/anytype
Replaced generic `property()` and `maybeFlush()` functions that used
`comptime prop: []const u8` and `val: anytype` with specific typed
functions for each transition property.

**Changes:**

- Created 4 specific property functions:
  - propertyProperties() for SmallList(PropertyId, 1)
  - propertyDurations() for SmallList(Time, 1)
  - propertyDelays() for SmallList(Time, 1)
  - propertyTimingFunctions() for SmallList(EasingFunction, 1)

- Created 4 specific maybeFlush functions:
  - maybeFlushProperties()
  - maybeFlushDurations()
  - maybeFlushDelays()
  - maybeFlushTimingFunctions()

- Updated all 8 call sites to use the specific functions

This eliminates the last remaining comptime parameter bloat in
transition property handlers, reducing instantiations from ~16 to 4.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-08 06:52:19 +00:00
..
2025-10-06 05:39:22 -07:00
2025-10-04 02:17:55 -07:00
2025-10-06 05:39:22 -07:00
2025-09-09 20:41:10 -07:00
2025-09-30 05:26:32 -07:00
2025-10-04 02:17:55 -07:00
2025-07-29 19:35:46 -07:00
2025-09-30 05:26:32 -07:00
2025-10-04 02:17:55 -07:00
2025-10-03 17:13:22 -07:00
2025-08-27 06:39:11 -07:00
2025-09-09 20:41:10 -07:00
2025-10-06 05:39:22 -07:00
2025-09-30 05:26:32 -07:00
2025-09-11 23:29:53 -07:00
2025-09-09 20:41:10 -07:00
2025-10-03 17:13:22 -07:00
2025-09-09 20:41:10 -07:00