ZIP
WinGet
deno
denoland · 1.8.1 · 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.8.1
Description
A modern runtime for JavaScript and TypeScript
License
MIT
↗
Homepage
https://deno.land
Installer URL
https://github.com/denoland/deno/releases/download/v1.8.1/deno-x86_64-pc-windows-msvc.zip
Release Notes
1.8.1 / 2021.03.09
- fix(cli/ast): Pass importsNotUsedAsValues to swc (#9714)
- fix(cli/compile): Do not append .exe depending on target (#9668)
- fix(cli/coverage): Ensure single line functions don't yield false positives
- fix(core): Shared queue assertion failure in case of js error (#9721)
- fix(runtime): Add navigator interface objects (#9685)
- fix(runtime/web_worker): Don't block self.onmessage with TLA (#9619)
- fix(webgpu): Add Uint32Array type for code in ShaderModuleDescriptor (#9730)…