You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, author of Telefunc here; we'd love to write a SWC plugin for it.
The Telefunc transformer's result is different depending on whether the code is being transpiled for the client-side or for the server-side. Is there a way to get that information from within a SWC plugin?
I've been looking at current SWC plugins (swc-project/plugins) but I couldn't find any client/server discrimination so far.
Looking forward to supporting Next.js 13's --turbo development.