AsaAyers / js-hyperclick

A hyperclick provider that lets you jump to where variables are defined.
MIT License
127 stars 42 forks source link

Fixes #106 Use your project's Babel config if one is found #107

Closed AsaAyers closed 5 years ago

AsaAyers commented 5 years ago

If your Babel config is a JavaScript file js-hyperclick will show it and ask if you trust it before executing it. If the config is a .babelrc, it is just read and used.