Ishat Gupta
Ishat Gupta
❤️ 🦀 ❤️
Not really, no, Deno recently replaced their Rust-based plugin API with a FFI System which uses `.so` files, therefore, allowing you to use C++, GoLang, and Rust at the same...
> if we just return the raw jsx, can it work in deno runtime? Deno can deal with JSX/TSX, but also the fact that most people will be using something...
 Reconfirmation; but JSX works/runs out of box on Deno.
> Other question, how do you get the url https://esm.sh/v102/@solidjs/[email protected]/deno/dist/index.jsx.development.js ? > > It uhh..... 
> >  Reconfirmation; but JSX works/runs out of box on Deno. > > yeah i know deno supports jsx, but seems solidjs is using babel to do ATO transplile...
> > There's an ESBuild plugin to handle Solid JSX Transforms tho which we use, not sure if that's helpful. > > i think the plugin also uses babel too...
> in fact you can get the raw jsx code via https://esm.sh/@solidjs/[email protected]/dist/index.jsx I'll try around with this, thanks!
@ije I think having something like allowing to use ESBuild plugins in `esm.sh` to transform JS flavors properly could work here and also fix issues with other frameworks if there...
I was working on changing the landing page and making the docs usable until I stopped again due to time constraints, I can look into this myself when I get...