-
-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idea: @deprecated for certain aliases #1957
Comments
A solution could be to change the type of the |
As I've stated on Discord, this doesn't really suffice, a description should also be provided why this icon/alias was deprecated in the first place and what steps should be taken. |
What about this {
name: 'turtle',
depracated: true,
depracationReason: "I don't like turtles.",
aliases: [
{
name: 'turdle',
depracated: true,
depracationReason: "Spelling mistake.",
}
]
} |
Apart from the typos, yeah. We could even keep support for the current version: {
name: 'turtle',
deprecated: true,
deprecationReason: "I don't like turtles.",
aliases: [
'tortoise',
{
name: 'turdle',
deprecated: true,
deprecationReason: "Spelling mistake.",
}
]
} |
Package
Description
I would love to see aliases that are for example typos get an @deprecated.
Currently, we can only deprecate a whole icon but not an alias.
Use cases
#1956 thank you @devjayprakash for bringing this to our attention.
Checklist
The text was updated successfully, but these errors were encountered: