Deno support #1674
-
I've been trying to use this library with Deno through esm.sh. There is an issue with it which I reported. Hopefully fixing that issue will make MDX compatible with Deno. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You could try and use xdm in the meantime, it’s much lighter and doesn’t need babel, and will in a couple of weeks be ported to mdx-js/mdx. |
Beta Was this translation helpful? Give feedback.
-
Trying the latest nightly release and targeting deno specifically, appears to be supported. deno eval 'import "https://esm.sh/@mdx-js/[email protected]?target=deno"' |
Beta Was this translation helpful? Give feedback.
Trying the latest nightly release and targeting deno specifically, appears to be supported.