We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
target
This proposal aims to make the API simpler to understand; it doesn't change the actual behaviour, in fact it wants to keep it.
The only difference is that instead of using the special value any I’m proposing to just use an empty value ('', undefined…) to achieve same thing.
any
''
undefined
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
🚀 Feature Proposal
This proposal aims to make the API simpler to understand; it doesn't change the actual behaviour, in fact it wants to keep it.
The only difference is that instead of using the special value
any
I’m proposing to just use an empty value (''
,undefined
…) to achieve same thing.Motivation
target
check, we just leave it emptytarget
so it would only accept valid SemVer identifiersExample
N/A
The text was updated successfully, but these errors were encountered: