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
With the advent of Deno v1.45, Deno now has first class support for "npm workspaces", and better Node interop. We should look at the various Deno-specific parts of our codebase and consider the how best to simplify building, packaging, and publishing for Deno consumers.
Can we bring the Deno packaging into the main edgedb-js monorepo from the separate edgedb-deno repo?
Do we even need a separate build anymore? Maybe node-compat is good enough now?
Should dual-publish to JSR?
Can we split the driver and generator for Deno to match that split in our npm packaging?
The text was updated successfully, but these errors were encountered:
With the advent of Deno v1.45, Deno now has first class support for "npm workspaces", and better Node interop. We should look at the various Deno-specific parts of our codebase and consider the how best to simplify building, packaging, and publishing for Deno consumers.
edgedb-js
monorepo from the separateedgedb-deno
repo?The text was updated successfully, but these errors were encountered: