Deno 2.4: deno bundle is back | Deno
To upgrade to Deno 2.4, run the following in your terminal:
If Deno is not yet installed, run one of the following commands to install or
learn how to install it here.
curl -fsSL https://deno.land/install.sh | sh
iwr https://deno.land/install.ps1 -useb | iexWhat’s new in Deno 2.4
deno bundle
Importing text and bytes
Built-in OpenTelemetry is now stable
Modify the Deno environment with the new --preload flag
Easier dependency management with deno update
Collect script coverage with deno run --cov...
Read more at deno.com