summaryrefslogtreecommitdiff
path: root/cli/args/mod.rs
AgeCommit message (Expand)Author
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-08-02feat(unstable/fmt): move yaml formatting behind unstable flag (#24848)David Sherret
2024-08-01fix: Don't panic if failed to add system certificate (#24823)Bartek Iwańczuk
2024-07-31perf: update deno_ast to 0.41 (#24819)David Sherret
2024-07-30fix(node): Rework node:child_process IPC (#24763)Nathan Whitaker
2024-07-27fix(npmrc): skip loading .npmrc in home dir on permission error (#24758)David Sherret
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
2024-07-18fix(lsp): support npm workspaces and fix some resolution issues (#24627)David Sherret
2024-07-15fix(node): Fix `--allow-scripts` with no `deno.json` (#24533)Nathan Whitaker
2024-07-12fix(config): regression - should not discover npm workspace for nested deno.j...David Sherret
2024-07-12refactor: move importMap with imports/scopes diagnostic to deno_config (#24553)David Sherret
2024-07-10feat(jsr): support publishing jsr packages in npm workspaces (#24507)David Sherret
2024-07-10fix: memory leak when transpiling (#24490)Bartek Iwańczuk
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-09feat(compile): support --env (#24166)HasanAlrimawi
2024-07-09fix: do not download compilerOptions -> types when not type checking (#24473)David Sherret
2024-07-09fix: add warning for invalid unstable feature use in deno.json/jsonc (#24120)HasanAlrimawi
2024-07-08fix(workspace): better cli file argument handling (#24447)David Sherret
2024-07-05refactor: move `FileCollector` to deno_config (#24433)David Sherret
2024-07-05fix(publish): unfurling should always be done with the package json (#24435)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-07-02fix(compile): prevent setting unstable feature twice (#24381)HasanAlrimawi
2024-07-02chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)Bartek Iwańczuk
2024-06-28refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)Nathan Whitaker
2024-06-27fix(ext/node): discover .npmrc in user's homedir (#24021)Bartek Iwańczuk
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret
2024-06-19Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)Bartek Iwańczuk
2024-06-13chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)Bartek Iwańczuk
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