Browserslist documentation gives this example config:
{
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
]
}
How are these lines combined into a single query? Query composition names three operators: or
, and
, and not
, but the documentation does not say which, if any, is used to combine the queries in a config. How are these queries interpreted? I want to know the matching browsers.
End of line is used as union combiner
parse config content
This is my understanding of why it's the Union type from the docs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With