ES6 Sniffer is a simple CLI to identify installed Node packages that may contain ES6 features. It cribs heavily from the approach in babel-engine-plugin but meets the need without adding additional build tools.
Simply run:
pip install git+https://github.com/hancush/python-es6-snifferBasic usage:
es6-snifferFor options:
es6-sniffer --helppip install pytest
pip install -e .
# Make changes, then test
pytest -sv