deno 2.8.2

Provides the deno executable
1
2
3
4
5
// Copyright 2018-2026 the Deno authors. MIT license.

pub mod binary;
pub mod native_addons;
mod virtual_fs;