ZIP
WinGet
deno
denoland · 1.29.4 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
deno-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
DenoLand.Deno
Version
1.29.4
Description
A modern runtime for JavaScript and TypeScript
License
MIT
↗
Homepage
https://deno.land
Installer URL
https://github.com/denoland/deno/releases/download/v1.29.4/deno-x86_64-pc-windows-msvc.zip
Release Notes
1.29.4 / 2023.01.16
- feat(core): Reland support for async ops in realms (#17204)
- fix(cli/fmt): show filepath for InvalidData error (#17361)
- fix(core): Add Generator and AsyncGenerator to promordials (#17241)
- fix(ext/fetch) Fix request clone error in flash server (#16174)
- fix(ext/fetch): remove Response.trailer from types (#17284)
- fix(ext/ffi): use SafeMap in getTypeSizeAndAlignment (#17305)
- fix(ext/flash): Correctly handle errors for chunked responses (#17303)
- fix(ext/flash): Fix…