summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-01-16chore: ignore inspector_port_collision test (#21923)Bartek Iwańczuk
2024-01-16chore: upgrade clap to 4.4.17 (#21956)Bartek Iwańczuk
2024-01-16docs(ns): add a notice on file order returned by readDir (#21953)king8fisher
2024-01-15refactor: use globbing from deno_config (#21925)David Sherret
2024-01-15chore(ext/cache): remove CachePutResource in preparation for resource rewrite...Matt Mastracci
2024-01-15fix(publish): support deno.jsonc file (#21948)Bartek Iwańczuk
2024-01-14chore: upgrade deno_core to 0.246.0 (#21904)Bartek Iwańczuk
2024-01-15feat(unstable): add Temporal API support (#21738)Bartek Iwańczuk
2024-01-15chore: define removal version for `Deno.metrics()` (#21872)Asher Gomez
2024-01-14feat(unstable): remove --unstable-workspaces flag (#21891)Bartek Iwańczuk
2024-01-14feat: Stabilize Deno.connect for 'unix' transport (#21937)Bartek Iwańczuk
2024-01-14chore: define removal version for `Deno.run()` (#21863)Asher Gomez
2024-01-14feat: Deprecate 'Deno.serveHttp' API (#21874)Bartek Iwańczuk
2024-01-14feat: remove conditional unstable type-checking (#21825)Bartek Iwańczuk
2024-01-14feat: stabilize Deno.connectTls options and Deno.TlsConn.handshake (#21889)Bartek Iwańczuk
2024-01-13fix(jsr): ensure proper storage of ahead of time module infos (#21918)David Sherret
2024-01-13chore: forward v1.39.4 release commit to main (#21933)denobot
2024-01-13fix(check): should not panic when all specified files excluded (#21929)David Sherret
2024-01-13fix(config): regression - handle relative patterns with leading dot slash (#2...David Sherret
2024-01-12fix(publish): require http server for tests (#21919)Bartek Iwańczuk
2024-01-12feat: "rejectionhandled" Web event and "rejectionHandled" Node event (#21875)Bartek Iwańczuk
2024-01-12chore: forward v1.39.3 to main (#21915)Bartek Iwańczuk
2024-01-11chore(publish): add --dry-run flag (#21895)Bartek Iwańczuk
2024-01-11fix(web): use rustyline for prompt (#21893)Divy Srivastava
2024-01-11refactor(lsp): store project version on documents (#21892)Nayeem Rahman
2024-01-11fix(fast_check): analyze identifiers in type assertions/as exprs (#21899)David Sherret
2024-01-10feat(unstable): fast subset type checking of JSR dependencies (#21873)David Sherret
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-10refactor: remove snapshotting from deno_runtime (#21794)Bartek Iwańczuk
2024-01-10fix(lsp): implement host.getGlobalTypingsCacheLocation() (#21882)Nayeem Rahman
2024-01-10fix: android support (#19437)cions
2024-01-10chore: bump deno_core (#21832)Matt Mastracci
2024-01-09fix: update deno_lint and swc (#21718)Bartek Iwańczuk
2024-01-09fix(lsp): use a dedicated thread for the parent process checker (#21869)David Sherret
2024-01-09fix(ext/websocket): pass on uncaught errors in idleTimeout (#21846)Divy Srivastava
2024-01-08fix(task): do not eagerly auto-install packages in package.json when `"nodeMo...David Sherret
2024-01-08fix(unstable/tar): skip node_modules, .git, and config "exclude" (#21816)David Sherret
2024-01-08chore: rename do-not-use-publish (#21854)Ryan Dahl
2024-01-08perf: skip expanding exclude globs (#21817)David Sherret
2024-01-08perf(lsp): use host-owned cache for auto-import completions (#21852)Nayeem Rahman
2024-01-08fix(registry): wait for already pending publish (#21663)Bartek Iwańczuk
2024-01-06chore: define removal version in deprecated IO APIs (#21702)Asher Gomez
2024-01-06fix(compile): preserve granular unstable features (#21827)Bartek Iwańczuk
2024-01-06fix(kv): improve .listenQueue types (#21781)Kitson Kelly
2024-01-06feat(ext/crypto): initial support for p521 in `generateKey` and `importKey` (...Divy Srivastava
2024-01-06fix(cli): update import map url (#21824)Jovi De Croock
2024-01-05fix(ext/node): add WriteStream.isTTY (#21801)Divy Srivastava
2024-01-05refactor(tools/repl): reorganize code (#21810)Bartek Iwańczuk
2024-01-05fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)Divy Srivastava
2024-01-05fix(lsp): show test code lens for template literal names (#21798)Nayeem Rahman