summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2023-12-15fix: prompts when publishing (#21596)Bartek Iwańczuk
2023-12-15refactor: update reg url (#21595)Bartek Iwańczuk
2023-12-15refactor: check if scope and package exist before publish (#21575)Bartek Iwańczuk
2023-12-14chore(node-api): reuse SendPtr (#21567)Divy Srivastava
2023-12-14fix(node): support resolving a package.json import to a builtin node module (...David Sherret
2023-12-14refactor: split registry into multiple modules (#21572)Bartek Iwańczuk
2023-12-14fix(node): return false from vm.isContext (#21568)Divy Srivastava
2023-12-14chore(unstable/publish): ordered publish of packages in workspace (#21550)David Sherret
2023-12-131.39.0 (#21560)denobot
2023-12-13chore: deprecate `Deno.Reader`, `Deno.ReaderSync`, `Deno.Writer`, `Deno.Write...Asher Gomez
2023-12-13fix(zlib): handle no flush flag in handle_.write (#21432)Divy Srivastava
2023-12-14feat(unstable): append commit versionstamp to key (#21556)Heyang Zhou
2023-12-13refactor(cli): update to new deno_core promise/call methods (#21519)Matt Mastracci
2023-12-13fix(websockets): server socket field initialization (#21433)Divy Srivastava
2023-12-13fix(runtime): Make native modal keyboard interaction consistent with browsers...lionel-rowe
2023-12-13fix: implement child_process IPC (#21490)Divy Srivastava
2023-12-13test: integration tests for tarring/unfurling (#21544)Bartek Iwańczuk
2023-12-12feat(ext/kv) add backoffSchedule to enqueue (#21474)Igor Zinkovsky
2023-12-12refactor: suggest entrypoint on missing 'exports' (#21549)Bartek Iwańczuk
2023-12-12refactor: nicer warning display (#21547)Bartek Iwańczuk
2023-12-12refactor: better handling for registry urls (#21545)Bartek Iwańczuk
2023-12-12fix(coverage): rename --pretty to --detailed (#21543)Yoshiya Hinosawa
2023-12-12perf(lsp): use null types instead of stub modules (#21541)Nayeem Rahman
2023-12-12perf(lsp): collect counts and durations of all requests (#21540)Bartek Iwańczuk
2023-12-12feat(coverage): add summary reporter (#21535)Yoshiya Hinosawa
2023-12-12perf(ext/ffi): switch from middleware to tasks (#21239)Matt Mastracci
2023-12-11perf(ext/napi): port NAPI to v8 tasks (#21406)Matt Mastracci
2023-12-11fix: ignore more paths in dynamic arg module search (#21539)David Sherret
2023-12-11perf(lsp): instrument all ops with performance marks (#21536)Bartek Iwańczuk
2023-12-11fix: allow reserved word 'mod' in exports (#21537)Ryan Dahl
2023-12-11perf(lsp): simplify some of the startup code (#21538)Bartek Iwańczuk
2023-12-11fix(doc): ambient namespaces should have members as exports (#21483)David Sherret
2023-12-11fix(coverage): escape source code in html coverage report (#21531)Yoshiya Hinosawa
2023-12-11test(ext/node): enable some compat test cases (#21532)Yoshiya Hinosawa
2023-12-11fix(ext/node): basic vm.runInNewContext implementation (#21527)Divy Srivastava
2023-12-11fix(ext/node): ServerResponse getHeader() return undefined (#21525)Divy Srivastava
2023-12-11fix(ext/node): stub ServerResponse#flushHeaders (#21526)Divy Srivastava
2023-12-11refactor(coverage): separate reporter-related structs (#21528)Yoshiya Hinosawa
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-08feat(lsp): debug log file (#21500)Nayeem Rahman
2023-12-08feat(lsp): provide quick fixes for specifiers that could be resolved sloppily...David Sherret
2023-12-08fix(unstable): Honor granular unstable flags in js runtime (#21466)Julien Cayzac
2023-12-08fix(ext/node): allow null value for req.setHeader (#21391)Yoshiya Hinosawa
2023-12-08feat(test): add default to --coverage option (#21510)Yoshiya Hinosawa
2023-12-08feat(coverage): add html reporter (#21495)Yoshiya Hinosawa
2023-12-08chore: use primordials in 40_testing.js (#21422)Divy Srivastava
2023-12-07fix: add more warnings when using sloppy imports (#21503)David Sherret
2023-12-07feat: add suggestions to module not found error messages for file urls (#21498)David Sherret
2023-12-07fix(ext/node): include non-enumerable keys in `Reflect.ownKeys(globalThis)` (...ud2
2023-12-07feat(unstable): ability to resolve specifiers with no extension, specifiers f...David Sherret