Skip to content

Wrong chromeandroid version parsing #367

@nicolo-ribaudo

Description

@nicolo-ribaudo

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 🤔

Schermata da 2019-04-26 11-25-41

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions