Are You Es5 Versions Save

A package to help you find out which of your node_modules aren't ES5 so you can add them to your Webpack/Rollup/Parcel transpilation steps.

1.3.0

4 years ago
  • f0667c - Ignore babel and webpack packages by default.

Use the --no-regex-filtering option to get pre 1.3.0 behavior.

1.2.4

4 years ago
  • be074e - Update instructions to mention monorepo support.

1.2.3

4 years ago

#12 - Add monorepo support by @depoulo.

1.2.2

4 years ago

#17 - ⬆️ Bump lodash from 4.17.11 to 4.17.14. #16 - 🐛 Restore pre 1.2.1 RegExp format, make fully Win compat + less greedy.

1.2.1

4 years ago

Bugfixes

#13 - Make -r RegExp Windows compatible by @depoulo. https://github.com/obahareth/are-you-es5/commit/c8bfcb64b6f291cc7b692588a27063f3692fb2bc - Ignore checking any node_module folder that begins with a ..

1.1.1

4 years ago

Fixes #10.