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
I want to deal with JSX in Deno, but it can only import ES Modules.
For now, I just download the acorn-jsx and change all exports/require syntax to export/import syntax, it works for me. But it's better to import from a CDN link directly in Deno.
appsforartists, thescientist13, andrewstein and p1ass