-
-
Notifications
You must be signed in to change notification settings - Fork 940
feat: enable deno #531
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
feat: enable deno #531
Conversation
|
|
@matt-aitken Hi matt, looks good so far? |
|
OK, tested what I can and everything works. It's not a big change, just all runtime-specific functions now go through a JsRuntime class, other than that code is unchanged. The deno JsRuntime does not implement
docs: |
|
Regarding, docs, once we'll get this in I'll contribute a fresh integration. Any update on this? |
matt-aitken
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great @guy-borderless. Thanks a lot!
It would be great to add support for fresh. |
commit c028db2 Author: Matt Aitken <[email protected]> Date: Fri Oct 13 16:04:54 2023 +0100 Some fixes for getting the endpoint id commit e31b7ac Author: Matt Aitken <[email protected]> Date: Fri Oct 13 15:39:18 2023 +0100 Added a link in the instructions if Node isn’t detected commit 1a59cce Author: Matt Aitken <[email protected]> Date: Fri Oct 13 15:39:05 2023 +0100 Fixed some conflict issues commit 77263ed Author: Matt Aitken <[email protected]> Date: Fri Oct 13 15:38:56 2023 +0100 Added a changeset commit 1a7df3f Author: GuyBorderless <[email protected]> Date: Fri Oct 13 17:31:01 2023 +0300 feat: enable deno (#531) * adding deno reference project and JSRuntime file * accessing runtime specific functions through JsRuntime * adding support for both deno.json and deno.jsonc * no automatic setup for deno projects currently --------- Co-authored-by: Guy Kedem <[email protected]> Co-authored-by: Matt Aitken <[email protected]>
Closes #515
This is WIP branch that refactors the dev and init commands to centralize all JS runtime references and add deno support. This also adds a reference deno project using Deno's built in HTTP server.
✅ Checklist
Testing
[Describe the steps you took to test this change]
Changelog
[Short description of what has changed]
Screenshots
[Screenshots]
💯