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
I'm starting to build out some functionality using napi. I'm porting some stuff originally implemented in TypeScript to Rust for performance reasons, and since the existing TS code uses discriminated unions (via zod) I find myself needing the features of 3.0.0. Since 3.0.0 is still in the alpha stage I'm reticent to use it for production code, and instead use 2.x and come up with some workaround.
I haven't been able to find any timeline on when the 3.0.0 release is expected to be, which will impact my decision. I don't need an exact date, but what is the general ballpark?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm starting to build out some functionality using
napi
. I'm porting some stuff originally implemented in TypeScript to Rust for performance reasons, and since the existing TS code uses discriminated unions (viazod
) I find myself needing the features of 3.0.0. Since 3.0.0 is still in the alpha stage I'm reticent to use it for production code, and instead use 2.x and come up with some workaround.I haven't been able to find any timeline on when the 3.0.0 release is expected to be, which will impact my decision. I don't need an exact date, but what is the general ballpark?
Beta Was this translation helpful? Give feedback.
All reactions