-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When can it be used in deno #1580
Comments
We'd like to see "deno bundle" support to allow deployment to Netlify Edge and others. it's time for cjs to go |
@oshox the only way we could natively support deno is if their bundler supported registering custom extensions. IIRC it does not. Does any other non simple jsx framework support deno natively without nodejs tooling? |
@DylanPiercey Thanks for the clarification/correction. The only SSR frameworks using the built-in bundler are indeed "simple." (AlephJS being a possible exception?) A would be the concern for everyone hyped about Netlify Edge. I doubt many people will be concerned about B unless Deno starts to seriously displace Node. |
@oshox B is on our radar. I suspect that there are minimal if any actually changes to make for Marko to work with Netlify Edge (we already can deploy to eg cloudflare workers). We'll be investigating creating a starter project that uses Netlify Edge as well as Deno. |
A is almost working in this example: The component isn't mounting correctly. I copied the |
@oshox just wonder if you had any luck? I can't seems to access your repo. I had some luck with esm.sh unpkg. |
When can it be used in deno?
The text was updated successfully, but these errors were encountered: