You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core: compile static sz business logic at build time in the rust engine — trailing object overrides, static and conditional arrays, dynamic()/szv() catalogs (identifier-backed and numeric-keyed), css arbitrary properties, text/leading compounds, structured values such as gradients, and a static const spread beside one conditional prop (only the conditional stays runtime) (#40)
compiler: the same static-beside-conditional fix in the oxc path; the rust and oxc wrappers no longer run a secondary catalog pass (#40)
unplugin: key the transform cache on the native engine binary identity, so a rebuilt engine never serves stale transforms (#40)
runtime: concatenation helpers compose array and recursively nested inputs (#40)