effector / swc-plugin-legacy

SWC plugin to efficiently work with effector
https://npmjs.com/@effector/swc-plugin
27 stars 3 forks source link

Add error handling and proper diagnostics #27

Open Drevoed opened 1 year ago

Drevoed commented 1 year ago

SWC provides a handler which allows plugin authors to write and show to users their own diagnostics.

This can help with reporting issues and understanding what exactly went wrong.