Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 806 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 806 Bytes

npm version npm downloads

check-es-compat

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.