-
-
Notifications
You must be signed in to change notification settings - Fork 763
Closed
Description
We found this bug in Babel's test suite, which a few days ago suddenly started failing.
Current behavior:
> browserslist("chrome 53")
[ 'chrome 53' ]
> browserslist("chromeandroid 53")
[ 'and_chr 73' ]Expected behavior:
> browserslist("chromeandroid 53")
[ 'and_chr 53' ]UPDATE
It looks like that the problem is that many browsers only list the last version 🤔
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
