Instead of using selector lists as 'a, p'
, I often use ['a', 'p']
so that it can be wrapped, formatted by the JS formatter, extended with comments on each line.
The fun part is that this actually works natively: document.querySelector(['a', 'p'])
thanks to .toString()
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too