index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
args
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-03-27
feat(task): Task description in the form of comments (#23101)
Nathan Whitaker
2024-03-27
fix: less aggressive vendor folder ignoring (#23100)
David Sherret
2024-03-26
refactor(lsp): unify config file data into ConfigTree (#23032)
Nayeem Rahman
2024-03-21
feat(lint): `deno lint --fix` and lsp quick fixes (#22615)
David Sherret
2024-03-21
chore: make DENO_FUTURE a singleton (#23009)
Bartek Iwańczuk
2024-03-14
chore(cli): move away from PathBuf in clap (#22036)
Łukasz Czerniawski
2024-03-13
chore(permissions): add allow_all flag (#22890)
Matt Mastracci
2024-03-07
fix(publish): make include and exclude work (#22720)
David Sherret
2024-03-07
fix(publish): silence warnings for sloppy imports and node builtins with env ...
Bartek Iwańczuk
2024-03-06
feat(unstable/pm): support npm packages in 'deno add' (#22715)
Nayeem Rahman
2024-03-05
refactor: move deno json functionality to args module (#22710)
David Sherret
2024-02-29
feat(lsp): jsr specifier completions (#22612)
Nayeem Rahman
2024-02-28
chore(cli): rename `--trace-ops` to `--trace-leaks` (#22598)
Matt Mastracci
2024-02-27
feat(publish): discover jsr.json and jsr.jsonc files (#22587)
Bartek Iwańczuk
2024-02-24
fix(lsp): import map expansion (#22553)
David Sherret
2024-02-23
chore: improve not implemented npm system info message (#22571)
David Sherret
2024-02-23
fix(compile): add aarch64 linux to `CliOptions::npm_system_info` (#22567)
tuhana
2024-02-20
perf(jsr): fast check cache and lazy fast check graph (#22485)
David Sherret
2024-02-15
chore: add DENO_FUTURE env var (#22318)
Divy Srivastava
2024-02-14
chore: rename DENO_REGISTRY_URL to JSR_URL (#22414)
Nayeem Rahman
2024-02-07
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
David Sherret
2024-01-26
fix: make deprecation warnings less verbose (#22128)
Bartek Iwańczuk
2024-01-24
feat: Expand 'imports' section of deno.json (#22087)
Bartek Iwańczuk
2024-01-24
feat: TC39 decorator proposal support (#22040)
Bartek Iwańczuk
2024-01-23
chore: update deno_ast and deno_graph (#22033)
Bartek Iwańczuk
2024-01-22
feat(lockfile): track JSR and npm dependencies in config file (#22004)
David Sherret
2024-01-22
refactor: add "UnstableConfig" struct to cli/args/flags.rs (#21993)
Bartek Iwańczuk
2024-01-22
refactor: don't error when `.env` is not present (#21879)
Asher Gomez
2024-01-21
fix: remove conditional unstable type-checking from other commands (#21991)
Bartek Iwańczuk
2024-01-18
feat: Start warning on each use of a deprecated API (#21939)
Bartek Iwańczuk
2024-01-18
fix(lsp): regression - formatting was broken on windows (#21972)
David Sherret
2024-01-15
refactor: use globbing from deno_config (#21925)
David Sherret
2024-01-14
feat(unstable): remove --unstable-workspaces flag (#21891)
Bartek Iwańczuk
2024-01-08
perf: skip expanding exclude globs (#21817)
David Sherret
2024-01-03
fix(cli): respect `exclude` option for `deno check` command (#21779)
nokazn
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-19
fix(node): child_process IPC on Windows (#21597)
Divy Srivastava
2023-12-17
fix(jupyter): Deno.test() panic (#21606)
Bartek Iwańczuk
2023-12-15
refactor: update reg url (#21595)
Bartek Iwańczuk
2023-12-15
refactor: check if scope and package exist before publish (#21575)
Bartek Iwańczuk
2023-12-13
fix: implement child_process IPC (#21490)
Divy Srivastava
2023-12-12
refactor: better handling for registry urls (#21545)
Bartek Iwańczuk
2023-12-07
feat(unstable): ability to resolve specifiers with no extension, specifiers f...
David Sherret
2023-12-06
fix(task): handle node_modules/.bin directory with byonm (#21386)
David Sherret
2023-11-17
feat(unstable): Workspaces support (#20410)
Bartek Iwańczuk
2023-11-10
perf(cli): strace mode for ops (undocumented) (#21131)
Matt Mastracci
2023-11-07
fix(node): inspect ancestor directories when resolving cjs re-exports during ...
David Sherret
2023-11-05
chore: migrate to new deno_core and metrics (#21057)
Matt Mastracci
2023-11-01
fix(repl): jsxImportSource was not working (#21049)
David Sherret
[next]