summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
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-23feat(task): run `npm run` commands with Deno more often (#23794)David Sherret
2024-05-23refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...Felipe Baltor
2024-05-23feat(ext/fs): stabilize `Deno.FsFile.unlock[Sync]()` and `Deno.FsFile.lock[Sy...Asher Gomez
2024-05-22feat(ext/fs): stabilize `Deno.FsFile.syncData[Sync]()` and `Deno.FsFile.sync[...Asher Gomez
2024-05-22feat(cli): Add slow test warning (#23874)Matt Mastracci
2024-05-21refactor(jupyter): use runtimelib for Jupyter structures and directory paths ...Kyle Kelley
2024-05-21fix(task): do not error if node_modules folder not exists (#23920)David Sherret
2024-05-21fix(cli/coverage): invalid line id in html reporter (#23908)Simon Lecoq
2024-05-16fix(node): seperate worker module cache (#23634)Divy Srivastava
2024-05-14fix(publish): always include config file when publishing (#23797)David Sherret
2024-05-14fix(publish): error for missing version constraints on dry-publish instead of...David Sherret
2024-05-13chore(task): various small refactorings (#23793)David Sherret
2024-05-13fix(cli): panic with `deno coverage` (#23353)Evan
2024-05-13refactor(lsp): reuse CliGraphResolverOptions::sloppy_imports_resolver (#23764)Nayeem Rahman
2024-05-09fix(task): regression where `npx <command>` sometimes couldn't find command (...David Sherret
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-05-08FUTURE: `deno install` changes (#23498)Bartek Iwańczuk
2024-05-06fix(compile): relative permissions should be retained as relative (#23719)David Sherret
2024-05-02fix(test): proper type checking for files with doc tests (#23654)Leo Kettmeir
2024-05-01refactor(jupyter): move communication methods out of data structs (#23622)David Sherret
2024-05-01chore: update deno_doc (#23621)Leo Kettmeir
2024-04-30feat(cli): add support for jsxImportSourceTypes (#23419)Luca Casonato
2024-04-29refactor: remove conditional color code in bench reporter (#23593)David Sherret
2024-04-24chore: update deno_doc (#23544)Leo Kettmeir
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-24fix(publish): --dry-publish should error for gitignored excluded files (#23540)David Sherret
2024-04-23fix(cli): Don't panic on invalid emit options (#23463)Nathan Whitaker
2024-04-20feat(task): support running npm binary commands in deno.json (#23478)David Sherret
2024-04-19refactor: move redirect handling into deno_graph (#23444)David Sherret
2024-04-19perf(lsp): cleanup document dependencies (#23426)Nayeem Rahman
2024-04-18fix(cli): avoid `deno add` and `deno vendor` errors when deno.json is empty (...nokazn
2024-04-17fix(publish): support import equals (#23421)Luca Casonato
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-04-16fix(cli): Identify and fix a test deadlock (#23411)Matt Mastracci
2024-04-16fix(cli): TestEventSender should be !Clone (#23405)Matt Mastracci
2024-04-16fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...Satya Rohith
2024-04-15fix(ext/io): Fix NUL termination error in windows named pipes (#23379)Matt Mastracci
2024-04-15refactor: move lifecycle events dispatch to Rust (#23358)Bartek Iwańczuk
2024-04-11fix(publish): do not warn about excluded external modules in node_modules dir...David Sherret
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-04-10chore: update to Rust 1.77.2 (#23262)林炳权
2024-04-10fix(ext/fs): account for all ops in leak checks (#23300)Asher Gomez
2024-04-05FUTURE: override byonm with nodeModulesDir setting (#23222)David Sherret
2024-04-04fix(cli): fix deadlock in test writer when test pipe is full (#23210)Matt Mastracci
2024-04-04refactor(flags): prepare for deno install changes (#23217)Bartek Iwańczuk
2024-03-31fix(check): ignore certain diagnostics in remote modules and when publishing ...David Sherret
2024-03-28chore: update deno_doc to 0.119.0 (#23103)Leo Kettmeir
2024-03-27feat(install): require -g / --global flag (#23060)Bartek Iwańczuk