asapach / babel-plugin-rewire-exports

Babel plugin for stubbing [ES6, ES2015] module exports
MIT License
66 stars 7 forks source link

Wish: swc/rust based module rewire plugin #36

Closed glomotion closed 2 years ago

glomotion commented 2 years ago

Firstly, just want to say that we LOVE and use this plugin very heavily! Thank you for maintaining it. Just wondering if there might be any desire to create a similar style plugin for the much speedier rust-based compilers (eg swc)? We'll probably be stuck with babel until this happens, which definitely isn't the end of the world.

sergei-startsev commented 2 years ago

@glomotion thanks for your feedback. We're trying to practice dogfooding and swc/rust isn't a part of the primary tech stack we use today, so there're no plans to create a swc plugin for now.