summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-04-03FUTURE: enable BYONM by default (#23194)Bartek Iwańczuk
2024-04-02feat(lsp): respect nested deno.json for fmt and lint config (#23159)Nayeem Rahman
2024-04-01fix: prevent cache db errors when deno_dir not exists (#23168)David Sherret
2024-04-01perf(node): put pkg json into an `Rc` (#23156)David Sherret
2024-04-01chore: forward v1.42.1 release commit to main (#23162)denobot
2024-03-31fix(check): ignore certain diagnostics in remote modules and when publishing ...David Sherret
2024-03-31fix(lsp): don't apply preload limit to workspace walk (#23123)Nayeem Rahman
2024-03-31chore(lsp): remove recursion in recurse_dependents (#23153)David Sherret
2024-03-31refactor: cleanup main entrypoint (#23145)David Sherret
2024-03-31fix: deno_graph 0.69.10 (#23147)David Sherret
2024-03-29fix(lsp): implement missing ts server host apis (#23131)Nayeem Rahman
2024-03-28fix(jsr): exclude yanked versions from 'deno add' and completions (#23113)Nayeem Rahman
2024-03-281.42.0 (#23105)denobot
2024-03-28chore: update deno_doc to 0.119.0 (#23103)Leo Kettmeir
2024-03-27feat: add `--watch-exclude` flag (#21935)Łukasz Czerniawski
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-27fix(lsp): use registry cache for completion search (#23094)Nayeem Rahman
2024-03-27fix(check): do not suggest running with `--unstable` (#23092)David Sherret
2024-03-27fix(lsp): decoding percent-encoding(non-ASCII) file path correctly (#22582)Hajime-san
2024-03-27fix(lsp): prefer cache over tsc quick fixes (#23093)Nayeem Rahman
2024-03-26feat: type declarations for new Set methods (#23090)David Sherret
2024-03-26feat: TypeScript 5.4 (#23086)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-24fix: don't panic in test and bench if ops not available (#23055)Bartek Iwańczuk
2024-03-24docs(dts): Update edge case in `prompt()` docs (#22954)Sol Boucher
2024-03-24refactor(bench): align ops to testing ops (#23038)Bartek Iwańczuk
2024-03-22perf(cli): use args_os (#23039)Matt Mastracci
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-21chore: upgrade deno_core to 0.272.0 (#23022)Bartek Iwańczuk
2024-03-21feat(node): load ES modules defined as CJS (#22945)David Sherret
2024-03-21feat: deno_task_shell 0.15 (#23019)David Sherret
2024-03-21refactor(lsp): factor out workspace walk from resolver update (#22937)Nayeem Rahman
2024-03-21chore: make DENO_FUTURE a singleton (#23009)Bartek Iwańczuk
2024-03-20chore(ext/io): remove use of deprecated `Deno.writeSync()` (#22872)Asher Gomez
2024-03-15fix(coverage): Error if no files are included in the report (#22952)Nathan Whitaker
2024-03-15fix(ext/node): worker_threads doesn't exit if there are message listeners (#2...Bartek Iwańczuk
2024-03-15fix: handle cache body file not existing when using etag (#22931)David Sherret
2024-03-14fix(cli): sanitizer should ignore count of ops started before tests begin (#2...Matt Mastracci