PSPDFKit-labs / browserslist.dev

A website to display compatible browsers from browserslist string.

Home Page:https://browserslist.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`supports es6` returns 'Feature not supported'

bartvanandel opened this issue · comments

supports es6 (or supports es6-module) is not exactly new in browserslist, but browserslist.dev returns 'Feature not supported' in network requests when this is part of the query.

Example: https://browserslist.dev/?q=c3VwcG9ydHMgZXM2

Git blame of README.md in the browserslist repo shows that this feature is at least 2 years old.

For comparison, browsersl.ist has no problem with complex queries containing this condition.