This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2025-02-01 20:25:12 -05:00
Code
Issues
Packages
1
Wiki
Activity
6e05c24ea8
denoland-deno
/
cli
/
standalone
/
mod.rs
5 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
chore: Happy New Year 2025 (#27509)
2025-01-01 04:12:39 +09:00
// Copyright 2018-2025 the Deno authors. MIT license.
feat: denort binary (#9041) This commit adds new binary target called "denort". It is a "lite" version of "deno" binary that can only execute code embedded inside the binary itself. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-01-08 03:08:51 +01:00
feat: denort binary for `deno compile` (#22205) This introduces the `denort` binary - a slim version of deno without tooling. The binary is used as the default for `deno compile`. Improves `deno compile` final size by ~2.5x (141 MB -> 61 MB) on Linux x86_64.
2024-02-13 21:52:30 +05:30
pub
mod
binary
;
feat(compile): unstable npm and node specifier support (#19005) This is the initial support for npm and node specifiers in `deno compile`. The npm packages are included in the binary and read from it via a virtual file system. This also supports the `--node-modules-dir` flag, dependencies specified in a package.json, and npm binary commands (ex. `deno compile --unstable npm:cowsay`) Closes #16632
2023-05-10 20:06:59 -04:00
mod
virtual_fs
;
Copy permalink