Email or username:

Password:

Forgot your password?
7 posts total
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

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.

Show previous comments
Angelo Verlain

@deno_land am I the only one that doesn’t see any issue with this?

From the page:

> Unlike typical trademark holders who protect their trademarks by extracting licensing fees or enforcing usage restrictions, Oracle has allowed the JavaScript name to be used by anyone.

Doesn’t that mean you should just ignore the trademark? Imagine the confusion that would arise if a random third party created "Javascript Conf".

Deno

Deno 1.46 is not only the last 1.x release, but also one of the biggest:
- Simpler CLI
- Multi-threaded web servers
- HTML, CSS, YAML support in `deno fmt`
- Better Node/npm compat (support for playwright, google-cloud, etc.)
and much more 👇️

deno.com/blog/v1.46

#deno #javascript #typescript #node #npm

Deno

std/cli, tools for building interactive command line tools, is now stabilized at v1 on JSR

jsr.io/@std/cli

#jsr #deno #node #typescript #javascript #webdevelopment

Deno

#Deno 1.39 is released!

- WebGPU support
- New deno coverage reporters
- Deno and Web API updates
- deno compile enhancements
- Standard Library additions
- Enhanced Language Server
- As always, improving Node.js compatibility

Read more:
deno.com/blog/v1.39

Deno

#Deno Subhosting, the easiest and most secure way to run untrusted multi-tenant code, now has self-service options and a free tier:

deno.com/blog/subhosting

Alex Gleason
@deno_land What I actually want is for you to give me the source code to Deno Deploy, because I don't trust that you won't censor my users.
Go Up