browserslist-generator icon indicating copy to clipboard operation
browserslist-generator copied to clipboard

A library that makes generating and validating Browserslists a breeze!

Results 8 browserslist-generator issues
Sort by recently updated
recently updated
newest added

This allows downstream consumers that also use these packages to agree on one version. With the current settings, broweserslist-generator would always use [email protected] and [email protected] instead of possibly more recent...

Hi there! It looks like `browserslist-generator` doesn't support node as a query, is this intentional ? ```js import {getAppropriateEcmaVersionForBrowserslist} from 'browserslist-generator' console.log(getAppropriateEcmaVersionForBrowserslist(['node >= 12'])) // => es3 console.log(getAppropriateEcmaVersionForBrowserslist(['node >= 14']))...

I like your project! Do you want to move it to `github.com/browserslist` org? Also, feel free to send PR to Browserslist with the link to your tool in `Tools` section...

Occurs on Node 20.5.1 running 2.1.0. ``` TypeError: The given feature: 'javascript.builtins.Array.at' is unknown. It must be a valid Caniuse or MDN feature! ``` I noticed the MDN import changed...

Hello! Great project! I'm just wondering about one thing: in the feature list you mention: > Generating a browserslist based on a User Agent string but in the following sections,...

Thank you for the useful library! I found duplicate matchAll in ES2020 and ES2022. https://github.com/wessberg/browserslist-generator/blob/0c1ec767ba38407e8a739853831d1017e1d5f01f/src/browserslist-generator/ecma-version.ts#L78 https://github.com/wessberg/browserslist-generator/blob/0c1ec767ba38407e8a739853831d1017e1d5f01f/src/browserslist-generator/ecma-version.ts#L93 By the way, I think the features of ES2020 are lacking. Is this by...

```log (node:54098) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) file:///Users/JounQin/Workspaces/GitHub/eslint-plugin-sonar/node_modules/browserslist-generator/dist/esm/index.js:3 import *...

Hello, Thank you for your project. I've found that when using `browsersWithSupportForFeatures` I get an error when using esmodules, but not when using commonjs. I've attached 2 test files below....