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.
The text was updated successfully, but these errors were encountered:
RReverser
changed the title
Add support for Deno (Provide an ES Module version)
Provide an ES Module version
May 31, 2020
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 allexports/require
syntax toexport/import
syntax, it works for me. But it's better to import from a CDN link directly inDeno
.The text was updated successfully, but these errors were encountered: