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
Hi there!
It looks like browserslist-generator doesn't support node as a query, is this intentional ?
browserslist-generator
import {getAppropriateEcmaVersionForBrowserslist} from 'browserslist-generator' console.log(getAppropriateEcmaVersionForBrowserslist(['node >= 12'])) // => es3 console.log(getAppropriateEcmaVersionForBrowserslist(['node >= 14'])) // => es3 console.log(getAppropriateEcmaVersionForBrowserslist(['current node'])) // => es3
Not much of a big deal since I can query for Chrome instead, but disturbing. ;)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there!
It looks like
browserslist-generator
doesn't support node as a query, is this intentional ?Not much of a big deal since I can query for Chrome instead, but disturbing. ;)
The text was updated successfully, but these errors were encountered: