summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
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
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-27feat(init): use jsr specifier for @std/assert (#23073)Bartek Iwańczuk
2024-03-27feat(task): cross-platform shebang support (#23091)David Sherret
2024-03-26feat(add): always produce multiline config file (#23077)Bartek Iwańczuk
2024-03-26fix(kernel): Do not increase counter if store_history=false (#20848)Don Jayamanne
2024-03-26fix(bench): Fix group header printing logic + don't filter out the warmup ben...Nathan Whitaker
2024-03-26refactor(lsp): unify config file data into ConfigTree (#23032)Nayeem Rahman
2024-03-25chore(tests): Introduce integration tests for `jupyter` subcommand (#23074)Nathan Whitaker
2024-03-25feat(lint): automatically opt-in packages to `jsr` lint tag (#23072)David Sherret
2024-03-26fix(cli): output more detailed information for steps when using JUnit reporte...Yusuke Tanaka
2024-03-22feat(publish): check for uncommitted files in `deno publish --dry-run` (#22981)Asher Gomez
2024-03-21feat(unstable/publish): error when a package's module is excluded from publis...David Sherret
2024-03-21feat(lint): `deno lint --fix` and lsp quick fixes (#22615)David Sherret
2024-03-15fix(coverage): Error if no files are included in the report (#22952)Nathan Whitaker
2024-03-14fix(cli): sanitizer should ignore count of ops started before tests begin (#2...Matt Mastracci
2024-03-14chore(cli): move away from PathBuf in clap (#22036)Łukasz Czerniawski
2024-03-13fix(cli): show asserts before leaks (#22904)Matt Mastracci
2024-03-12fix(slow-types): improved exports tracing and infer type literals in as exprs...David Sherret
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret