summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-24fix(npm): better handling of optional peer dependencies (#19236)David Sherret
2023-05-23feat: top level package.json install when node_modules dir is explicitly opte...David Sherret
2023-05-24chore: upgrade rusty_v8 to 0.72.0 (#19228)Bartek Iwańczuk
2023-05-23fix(ext/node): add basic node:worker_threads support (#19192)Yoshiya Hinosawa
2023-05-23fix: better error message for malformed glob (#19225)Bartek Iwańczuk
2023-05-23fix(node): duplicate node_module suffixes (#19222)Marvin Hagemeister
2023-05-23feat: add support for globs in the config file and CLI arguments for files (#...Bartek Iwańczuk
2023-05-22feat(lsp): support lockfile and node_modules directory (#19203)David Sherret
2023-05-23refactor: further work on node http client (#19211)Leo Kettmeir
2023-05-22fix(node): make sure "setImmediate" is not clamped to 4ms (#19213)Bartek Iwańczuk
2023-05-22fix(npm): store npm binary command resolution in lockfile (#19219)David Sherret
2023-05-22chore(cli): One Rust test per JS and Node unit test file (#19199)Matt Mastracci
2023-05-22fix(runtime): JS debug log to stderr (#19217)David Sherret
2023-05-22chore(cli): Don't assume deno is in path for spawn_kill_permissions (#19198)Matt Mastracci
2023-05-22docs: be explicit in the unit of time of delay in setTimeout (#19207)Connor Burton
2023-05-22fix(ext/web): improve timers resolution for 0ms timeouts (#19212)Bartek Iwańczuk
2023-05-22fix(node): add http.Server.unref() (#19201)Bartek Iwańczuk
2023-05-21refactor(core): set function names for ops in JavaScript (#19208)Bartek Iwańczuk
2023-05-21fix(ci): simplify test assertion for http version enforcing with Deno.createH...Leo Kettmeir
2023-05-21chore: add tests for N-API symbol (#19205)Bartek Iwańczuk
2023-05-21feat(unstable): add more options to Deno.createHttpClient (#17385)Leo Kettmeir
2023-05-19chore: add Deno version information to new 1.34 deno.json properties (#19202)David Sherret
2023-05-19feat(vendor): support for npm specifiers (#19186)David Sherret
2023-05-19feat(ext/http): ref/unref for server (#19197)Matt Mastracci
2023-05-19Revert "perf: use jemalloc as global allocator (#18957)" (#19187)Bartek Iwańczuk
2023-05-18feat(ext/http): Add support for trailers w/internal API (HTTP/2 only) (#19182)Matt Mastracci
2023-05-19BREAKING(unstable): change return type of Deno.serve() API (#19189)Bartek Iwańczuk
2023-05-18feat(runtime): Provide environment-configurable options for tokio parameters ...Matt Mastracci
2023-05-19feat(compile): remove need for `--unstable` with npm specifiers (#19185)David Sherret
2023-05-18feat(cli): add `nodeModulesDir` option to config file (#19095)David Sherret
2023-05-18feat(cli): top-level `exclude` field in `deno.json` (#17778)scarf
2023-05-18feat(task): glob expansion (#19084)David Sherret
2023-05-18fix(npm): run pre and post tasks if present (#19178)Marvin Hagemeister
2023-05-18fix(npm): `process` not defined in readline (#19184)Marvin Hagemeister
2023-05-18chore: forward v1.33.4 release commit to main (#19181)denobot
2023-05-18fix(ext/websocket): order of ws writes (#19131)Divy Srivastava
2023-05-18refactor(napi): simplify types (#19179)Bartek Iwańczuk
2023-05-18fix(ext/webidl): change createPromiseConverter (#16367)Marcos Casagrande
2023-05-18fix(cli/napi): handle finalizers (#19168)Divy Srivastava
2023-05-18fix(node): support passing parent stdio streams (#19171)Marvin Hagemeister
2023-05-18fix(napi): BigInt related APIs (#19174)Bartek Iwańczuk
2023-05-18chore: lint server_test.ts (#19175)Bartek Iwańczuk
2023-05-17fix(runtime): Box the main future to avoid blowing up the stack (#19155)Matt Mastracci
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret
2023-05-17feat(ext/web): Request higher-resolution timer on Windows if user requests se...Matt Mastracci
2023-05-17fix(node): export diagnostics_channel module (#19167)Bartek Iwańczuk
2023-05-17fix(ext/node): make nodeGlobalThis configurable (#19163)Luca Casonato
2023-05-17fix(ext/node): fix whatwg url formatting (#19146)Yoshiya Hinosawa
2023-05-17fix(node): export punycode module (#19151)Bartek Iwańczuk
2023-05-17fix(kv): kv.close() interrupts in-flight operations (#19076)Heyang Zhou