Deno 2.4: deno bundle is back | Deno

Deno bundle is back, alongside the addition of bytes and text imports, stabilized built-in OpenTelemetry, a new --preload flag, simplified dependency management with deno update, and more.

Deno

Does the repl of #deno have something like pythons help() function?

Help() shows the docs and signature of a method, class or module.

#deno2 #repl

Nix Gang,

I have released an opinionated Nix Flake template for Deno.

https://github.com/Ookiiboy/templates

Features include:
- direnv file - for you cool kids
- Pretty good .gitignore
- Built-in git hooks; no setup required, runs deno tooling on commit.
- Linked `.editorconfig`
- Nix formatter already setup

Should be fairly turnkey.

P.S.:
@deno_land team, if you're reading this, I have room for Dinosaur stickers on my laptop.

#nix #nixos #deno #deno2

GitHub - Ookiiboy/templates: Nix Flake Development Environement Starter Templates

Nix Flake Development Environement Starter Templates - Ookiiboy/templates

GitHub

Going to try #deno2 out for a little util. I want to download my gmail archive, process it with #duckdb and then store it somewhere as #parquet

Lots of interesting stuff in my email, links, lyrics, etc. But its also storing a lot of things I'd rather not be on the internet at all.

Last time I tried out #deno I really liked it but ran into API compat issues with the #webcrypto API so its been a little while since I used it last.

Let's see if the marketing is legit.

#programming #webdev

This extension is a fork of the official deno extension. Adds support for Deno LSP on notebooks. It also defines a new notebook type (*.nb.ts). This way you can use "import" between notebooks. Lastly, it also adds a notebook controller for vscode, so you can use deno's jupyter kernel in vscode without Python.

#deno #deno2 #typescript #jupyter #notebooks

https://github.com/redking00/vscode-nbts

GitHub - redking00/vscode-nbts: Visual Studio Code plugin for NBTS notebooks (NBTS LSP + NBTS serializer + DenoNBTS kernel)

Visual Studio Code plugin for NBTS notebooks (NBTS LSP + NBTS serializer + DenoNBTS kernel) - redking00/vscode-nbts

GitHub
Has anyone tried dropping Deno 2.0 in as a replacement for Node on a full-fledged production project? How did it go? Did you see any performance gains? Any nasty surprises? #denojs #nodejs #deno2

خب باید بگم که طبق این ویدیو deno2 بنظر خیلی جذاب میاد و حتما باهاش چندتا پروژه میزنم ببینم چطوره.
اگر انقدری که بنظر میاد خوب باشه، بنظرم ترکیب برنده برای سرور میتونه deno با typescript بعلاوه ی rust باشه.‌
عمده ی کار ها با deno, بخش‌ های محاسباتی و سنگین با rust.

https://youtu.be/8IHhvkaVqVE?feature=shared

#deno2 #javascript

Does Deno 2 really uncomplicate JavaScript?

Last week, the highly anticipated JavaScript runtime was released, with arguably the greatest launch campaign for a JavaScript tool ever made.Deno 2 Commerci...

YouTube
Announcing Deno 2

YouTube
Programming Should Be Simple

YouTube

#deno
I am on #deno2 (and fresh 1.72) now for all the Fediwork –
the clients are kept free from dependencies as far as possible and it feels so up to date.

However:
Tested tons of modules and there is currently one problem, webstandards change and so https://deno.com/blog/v2.0-release-candidate#import-assertions-are-dead-long-live-import-attributes
but not all of the modules updated !

The most popular issue I found is that denosaurs/emoji version needs to be updated to 3.1 but some popular modules like deno-gfm (for markdown) use 3.0 still.
https://github.com/denoland/deno-gfm/pull/128
Just be aware of that before upgrading

Deno 2.0 Release Candidate

This release candidate, a near-final look at Deno 2, includes the addition of Node's process global, better dependency management, and various API stabilizations, and more.

Deno Blog