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
subset('>=17.2.0', '^17.2.0 || >17')
true
const subset = require("semver/ranges/subset") subset('^17.2.0 || >17', '>=17.2.0') // true subset('>=17.2.0', '^17.2.0 || >17') // false subset('^17.2.0 || >=18', '>=17.2.0') // true subset('>=17.2.0', '^17.2.0 || >=18') // false
const subset = require("semver/ranges/subset") subset('^17.2.0 || >17', '>=17.2.0') // true subset('>=17.2.0', '^17.2.0 || >17') // true subset('^17.2.0 || >=18', '>=17.2.0') // true subset('>=17.2.0', '^17.2.0 || >=18') // true
https://runkit.com/scagood/662900db83c1e60008f2ccd4
eslint-community/eslint-plugin-n#253
The text was updated successfully, but these errors were encountered:
unsupported-features/node-builtins-modules
No branches or pull requests
Is there an existing issue for this?
Current Behavior
Expected Behavior
Steps To Reproduce
https://runkit.com/scagood/662900db83c1e60008f2ccd4
Environment
Other references
eslint-community/eslint-plugin-n#253
The text was updated successfully, but these errors were encountered: