1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/standalone
Bartek Iwańczuk e8d57cd3fe
refactor: remove version::is_canary(), use ReleaseChannel instead (#25053)
In preparation for https://github.com/denoland/deno/pull/25014, this
commit removes public `is_canary()` method and instead uses an enum
`ReleaseChannel` to be able to designate more "kinds" of builds.
2024-08-15 21:59:16 +02:00
..
binary.rs refactor: remove version::is_canary(), use ReleaseChannel instead (#25053) 2024-08-15 21:59:16 +02:00
file_system.rs fix(node): Implement fs.lchown (and process.getegid) (#24418) 2024-07-05 18:32:51 +00:00
mod.rs fix(compile): support workspace members importing other members (#24909) 2024-08-07 07:43:05 +00:00
virtual_fs.rs feat: codesign for deno compile binaries (#24604) 2024-08-01 09:45:13 +05:30