prevent-abbreviations
renames exported type declarations in Typescript
#1102
Labels
prevent-abbreviations
renames exported type declarations in Typescript
#1102
Uh oh!
There was an error while loading. Please reload this page.
As opposed to with nearly any other exported declaration, prevent-abbreviations actually renames exported type declarations.
I would expect this to be left alone:
but it's actually refactored to
This is undesirable behavior, because the imports preserve the original name – consequently, it causes compilation errors
The text was updated successfully, but these errors were encountered: