CLI tool for checking JavaScript code compatibility with target browsers and Node.js versions
$ npx check-es-compat .
// .browserslistrc
Chrome >= 64
Firefox >= 58
It doesn't currently support ES modules.
➡ For more information, see the main readme.