denoland/deno
denoland/deno
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 2/13/2020
MinorContains breaking changesdeno fmt - formats stdin and print to stdout (#3920)deno bundle by using System instead of AMD (#3965)With Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.33.0
With PowerShell:
iwr https://deno.land/x/install/install.ps1 -useb -outf install.ps1; .\install.ps1 v0.33.0
release notes
Published 2/13/2020
MinorContains breaking changesdeno fmt - formats stdin and print to stdout (#3920)deno bundle by using System instead of AMD (#3965)With Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.33.0
With PowerShell:
iwr https://deno.land/x/install/install.ps1 -useb -outf install.ps1; .\install.ps1 v0.33.0
A modern runtime for JavaScript and TypeScript.