summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-03-07fix(publish): properly display graph validation errors (#22775)David Sherret
2024-03-07fix(tools/publish): correctly handle importing from self in unfurling (#22774)Luca Casonato
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-06fix(publish): permissionless dry-run in GHA (#22679)Divy Srivastava
2024-03-06chore: Reuse linux symbols list on openbsd and freebsd (#22706)Divy Srivastava
2024-03-05chore(cli): remove problematic snapshot test (#22722)Matt Mastracci
2024-03-06fix(node): improve cjs tracking (#22673)David Sherret
2024-03-05perf(cli): faster standalone executable determination (#22717)Matt Mastracci
2024-03-05refactor: move deno json functionality to args module (#22710)David Sherret
2024-03-04fix(cli): remove possible deadlock in test channel (#22662)Matt Mastracci
2024-03-05chore: upgrade deno_core (#22699)Bartek Iwańczuk
2024-03-04fix(lsp): do not warn about local file "redirects" from .js to .d.ts files (#...David Sherret
2024-03-04fix(lsp): ignore code errors when type passes for non-`@deno-types` reolution...David Sherret
2024-03-04feat(lsp): include registry url in jsr import hover text (#22676)Nayeem Rahman
2024-03-04chore: fix typos (#22677)cui fliter
2024-03-04feat(publish): add `npm:` suggestion for esm.sh specifiers (#22343)Divy Srivastava
2024-03-01fix(lsp): output more information on error (#22665)David Sherret
2024-03-01fix(lsp): regression - caching in lsp broken when config with imports has com...David Sherret
2024-03-01feat(unstable/pm): support version contraints in 'deno add' (#22646)Nayeem Rahman
2024-03-01fix(cli): force flush output after test unloads (#22660)Matt Mastracci
2024-03-01perf(cli): use new deno_core timers (#22569)Matt Mastracci
2024-03-01fix(unstable/publish): repect `--no-check` in no-slow-types (#22653)David Sherret
2024-02-29chore: forward v1.41.1 release commit to main (#22643)denobot
2024-02-29fix(publish): disable provenance if not in GHA (#22638)Bartek Iwańczuk
2024-02-29fix(unstable): add `Date#toTemporalInstant` type (#22637)Kenta Moriuchi
2024-02-29feat(unstable): `deno add` subcommand (#22520)Bartek Iwańczuk
2024-02-29fix(publish): reduce warnings about dynamic imports (#22636)David Sherret
2024-02-29feat(publish): enable package provenance by default on github actions (#22635)Divy Srivastava
2024-02-29fix(publish): print a warning when .jsx or .tsx is imported (#22631)Bartek Iwańczuk
2024-02-29feat(lsp): jsr specifier completions (#22612)Nayeem Rahman
2024-02-29fix: relative dynamic imports in jsr packages (#22624)David Sherret
2024-02-28fix(cli): ensure that pre- and post-test output is flushed at the appropriate...Matt Mastracci
2024-02-28Revert "fix(publish): error if there are uncommitted changes (#22613)" (#22625)Bartek Iwańczuk
2024-02-28fix(jsr): do not allow importing a non-JSR url via unanalyzable dynamic impor...David Sherret
2024-02-28fix(publish): make the already published message look like a warning (#22620)Ryan Dahl
2024-02-28chore(cli): rename `--trace-ops` to `--trace-leaks` (#22598)Matt Mastracci
2024-02-28fix(publish): error if there are uncommitted changes (#22613)Bartek Iwańczuk
2024-02-27perf(cli): reduce overhead in test registration (#22552)Matt Mastracci
2024-02-28feat(publish): provenance attestation (#22573)Divy Srivastava
2024-02-27fix(unstable): sloppy imports should resolve .d.ts files during types resolut...David Sherret
2024-02-27feat(publish): support sloppy imports and bare node built-ins (#22588)Luca Casonato
2024-02-27chore: bump deno_core (#22596)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-23perf(fmt): reduce memory usage and improve performance (#22570)David Sherret
2024-02-23fix(compile): add aarch64 linux to `CliOptions::npm_system_info` (#22567)tuhana
2024-02-23refactor(cli): clean up test runner channels (#22422)Matt Mastracci
2024-02-23fix(compile): allow to compile for ARM linux (#22542)Bartek Iwańczuk