deno/libs/config
denobot 3fbb1daddb
Some checks failed
ci / pre-build (push) Has been cancelled
ci / bench release linux-x86_64 (push) Has been cancelled
ci / test debug linux-x86_64 (push) Has been cancelled
ci / test release linux-x86_64 (push) Has been cancelled
ci / test debug macos-x86_64 (push) Has been cancelled
ci / test release macos-x86_64 (push) Has been cancelled
ci / test debug windows-x86_64 (push) Has been cancelled
ci / test release windows-x86_64 (push) Has been cancelled
ci / test debug linux-aarch64 (push) Has been cancelled
ci / test release linux-aarch64 (push) Has been cancelled
ci / test debug macos-aarch64 (push) Has been cancelled
ci / test release macos-aarch64 (push) Has been cancelled
ci / lint debug linux-x86_64 (push) Has been cancelled
ci / lint debug macos-x86_64 (push) Has been cancelled
ci / lint debug windows-x86_64 (push) Has been cancelled
ci / build libs (push) Has been cancelled
ci / publish canary (push) Has been cancelled
2.6.3 (#31690)
Bumped versions for 2.6.3

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-12-20 11:07:07 +00:00
..
deno_json feat(unstable): deploy config allow app to be optional (#31567) 2025-12-12 15:13:12 +01:00
glob refactor: remove WorkspaceDirectoryProvider (#30467) 2025-08-21 11:27:12 -04:00
testdata docs(libs): fix some typos in comment (#31250) 2025-12-02 00:50:24 +01:00
workspace feat: support publish: false in deno.json (#30852) 2025-12-02 00:48:13 +00:00
Cargo.toml 2.6.3 (#31690) 2025-12-20 11:07:07 +00:00
clippy.toml feat(unstable): ability to specify minimum dependency age in deno.json file (#31007) 2025-10-20 14:50:17 +00:00
import_map.rs fix(task): --recursive - order tasks by package dependencies (#30129) 2025-07-17 09:31:58 -04:00
lib.rs feat(unstable): ability to specify minimum dependency age in deno.json file (#31007) 2025-10-20 14:50:17 +00:00
README.md refactor: add deno_config crate back to cli (#29740) 2025-06-13 17:01:26 +00:00
util.rs feat(unstable): ability to specify minimum dependency age in deno.json file (#31007) 2025-10-20 14:50:17 +00:00

deno_config

An implementation of the Deno configuration file in Rust.