summaryrefslogtreecommitdiff
path: root/cli/args/mod.rs
AgeCommit message (Expand)Author
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-06-05fix(npm): use configured auth for tarball urls instead of scope auth (#24111)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-05-30feat: do not require `DENO_FUTURE=1` for npmrc support (#24043)David Sherret
2024-05-30feat(lsp): support .npmrc (#24042)Nayeem Rahman
2024-05-30feat(lint): add `no-boolean-literal-for-arguments` rule and enable `no-unused...Luca Casonato
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-28fix(deno_task): more descriptive error message (#24001)Mike Mulchrone
2024-05-28FUTURE(ext/ffi,ext/webgpu): stabilize FFI and WebGPU APIs (#24011)Asher Gomez
2024-05-27FUTURE(ext/fs): stabilize file system APIs (#23968)Bartek Iwańczuk
2024-05-27fix: `--env` flag confusing message on syntax error (#23915)Hasan-Alrimawi
2024-05-23FUTURE: initial support for .npmrc file (#23560)Bartek Iwańczuk
2024-05-23fix(cli): Support deno.lock with only package.json present + fix DENO_FUTURE ...Nathan Whitaker
2024-05-17feat(serve): support `--port 0` to use an open port (#23846)Satya Rohith
2024-05-16fix(node): seperate worker module cache (#23634)Divy Srivastava
2024-05-14fix(emit): regression - keep comments in emit (#23815)David Sherret
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-05-06fix(compile): relative permissions should be retained as relative (#23719)David Sherret
2024-04-30feat(cli): add support for jsxImportSourceTypes (#23419)Luca Casonato
2024-04-29FUTURE: remove import assertions support for JavaScript (#23541)Kenta Moriuchi
2024-04-29fix: handle specifying an import map in an ancestor dir of deno.json (#23602)David Sherret
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-23fix(cli): Don't panic on invalid emit options (#23463)Nathan Whitaker
2024-04-23fix(workspace): provide workspace members as 'imports' in import map (#23492)Bartek Iwańczuk
2024-04-22feat: add jsx precompile skip element option (#23457)Marvin Hagemeister
2024-04-19perf(lsp): cleanup document dependencies (#23426)Nayeem Rahman
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-04-12fix(inspector): don't panic if port is not free (#22745)Bartek Iwańczuk
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-04-10chore: update references to `deno_std` to use JSR (#23239)Asher Gomez
2024-04-05FUTURE: override byonm with nodeModulesDir setting (#23222)David Sherret
2024-04-03FUTURE: enable BYONM by default (#23194)Bartek Iwańczuk
2024-03-27feat(task): Task description in the form of comments (#23101)Nathan Whitaker
2024-03-27fix: less aggressive vendor folder ignoring (#23100)David Sherret
2024-03-26refactor(lsp): unify config file data into ConfigTree (#23032)Nayeem Rahman
2024-03-21feat(lint): `deno lint --fix` and lsp quick fixes (#22615)David Sherret
2024-03-21chore: make DENO_FUTURE a singleton (#23009)Bartek Iwańczuk
2024-03-14chore(cli): move away from PathBuf in clap (#22036)Łukasz Czerniawski
2024-03-13chore(permissions): add allow_all flag (#22890)Matt Mastracci
2024-03-07fix(publish): make include and exclude work (#22720)David Sherret
2024-03-07fix(publish): silence warnings for sloppy imports and node builtins with env ...Bartek Iwańczuk
2024-03-06feat(unstable/pm): support npm packages in 'deno add' (#22715)Nayeem Rahman
2024-03-05refactor: move deno json functionality to args module (#22710)David Sherret
2024-02-29feat(lsp): jsr specifier completions (#22612)Nayeem Rahman
2024-02-28chore(cli): rename `--trace-ops` to `--trace-leaks` (#22598)Matt Mastracci
2024-02-27feat(publish): discover jsr.json and jsr.jsonc files (#22587)Bartek Iwańczuk
2024-02-24fix(lsp): import map expansion (#22553)David Sherret
2024-02-23chore: improve not implemented npm system info message (#22571)David Sherret
2024-02-23fix(compile): add aarch64 linux to `CliOptions::npm_system_info` (#22567)tuhana
2024-02-20perf(jsr): fast check cache and lazy fast check graph (#22485)David Sherret