Email or username:

Password:

Forgot your password?
Deno

Deno 2 Release Candidate has dropped:

‣ Add `process` global variable, remove `window`
‣ Improve dep management
‣ Permission system updates
‣ Many stabilizations
‣ Better CommonJS support
‣ Test documentation with `deno test --doc`

deno.com/blog/v2.0-release-can

#deno #node #javascript #typescript #webdevelopment

1 comment
David Bushell

@deno_land I guess there are no plans to fix importing from source, and broken local development, with the new JSR/deno.json package stuff prior to Deno 2.0? seems a glaring oversight to me

[1] github.com/jsr-io/jsr/issues/1

[2] dbushell.com/2024/08/09/jsr-an

I don't understand why Deno didn't just go full adoption of package.json and copy Node, it's objectively superior.

Go Up