diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2024-03-01 21:34:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 21:34:13 +0000 |
commit | 15f5f74eb745915e68b3bc16b9ec048b94e26b97 (patch) | |
tree | 2cf1b5a4febadffa77fb0a82fb2e273093034545 /cli/main.rs | |
parent | 2e4a1fc3e89d00e060ca9d747b6887dae215f0eb (diff) |
feat(unstable/pm): support version contraints in 'deno add' (#22646)
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/main.rs b/cli/main.rs index 60d10badc..c39547daa 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -12,6 +12,7 @@ mod file_fetcher; mod graph_util; mod http_util; mod js; +mod jsr; mod lsp; mod module_loader; mod napi; |