While attempting to upgrade from tsify 0.4.5 to 0.5.6, we discovered that the behavior of tsify has changed so that type-level serde renames no longer impact the name of the corresponding TypeScript type declaration. The change appears to be intentional to address issue 43.
Are there any existing mechanisms that can be used to reenable type-level renaming? If not, would it be possible to add an attribute which could be used to enable type-level renaming?
While attempting to upgrade from tsify 0.4.5 to 0.5.6, we discovered that the behavior of tsify has changed so that type-level serde renames no longer impact the name of the corresponding TypeScript type declaration. The change appears to be intentional to address issue 43.
Are there any existing mechanisms that can be used to reenable type-level renaming? If not, would it be possible to add an attribute which could be used to enable type-level renaming?