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
This is intentional, since enums can't be stripped (since they produce a runtime value). You can use --experimental-transform-types, transpile, or stop using enums.
Node.js Version
v23.6.0
NPM Version
10.9.2
Subsystem
TypeScript
Description
In this version we can use TypeScript native, but when I was using a enum type for my variable happend a problem with the native case
Minimal Reproduction
Output
Before You Submit
The text was updated successfully, but these errors were encountered: