wilsonzlin/esbuild-rs

Expose Plugin API

aldonline opened this issue · 0 comments

Exposing Plugins would make it easier to integrate ESBuild with SWC, for example.

I am aware implementing this is non-trivial and will most likely require creating proxies on both sides and managing the lifecycle manually.