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
Typescript 5 introduced the namespaced export syntax for types (see here), will this be supported by knitwork? I think type exports and normal exports now have support for the exact same features, maybe genImport can be merged with genTypeImport and genExport can be merged with genTypeExport.
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
Typescript 5 introduced the namespaced export syntax for types (see here), will this be supported by knitwork? I think type exports and normal exports now have support for the exact same features, maybe
genImport
can be merged withgenTypeImport
andgenExport
can be merged withgenTypeExport
.Additional information
The text was updated successfully, but these errors were encountered: