-
-
Notifications
You must be signed in to change notification settings - Fork 407
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
With Typescript 5.8's erasableSyntaxOnly
flag and with Node's type stripping support, it looks like they're pushing us away from from using TS only language features (enum, namespaces, etc) We heavily rely on the enums as generated objects for typesafety everywhere.
Would love to be able to just generate the object version of these enums in the generated output.
(I did try with templates, but was unsuccessful)
References
caoimhebyrne, if1live, scr2em, marko-hologram, BekzhanKaspakov and 1 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers