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
We are adding color.js to Stylelint for cool color-no-out-gamut-range rule.
color.js
color-no-out-gamut-range
But ?? operator from color.js sources breaks Node.js 12 and 14 support:
??
/home/runner/work/stylelint/stylelint/node_modules/colorjs.io/dist/color.cjs:328 let coords = options.coords ?? this.base.coords; ^ SyntaxError: Unexpected token '?'
The text was updated successfully, but these errors were encountered:
Hm, I suppose we could add Babel for the generated bundles and use a NodeJS 12 target.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
We are adding
color.js
to Stylelint for coolcolor-no-out-gamut-range
rule.But
??
operator fromcolor.js
sources breaks Node.js 12 and 14 support:The text was updated successfully, but these errors were encountered: