summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-01chore: upgrade to rust 1.82 and LLVM 19 (#26615)Divy Srivastava
2024-10-31fix(cli): set `npm_config_user_agent` when running npm packages or tasks (#26...Nathan Whitaker
2024-10-31fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)Nathan Whitaker
2024-10-31fix(ext/node): resolve exports even if parent module filename isn't present (...Nathan Whitaker
2024-10-31fix(ext/node): convert errors from `fs.readFile/fs.readFileSync` to node form...Nathan Whitaker
2024-10-31fix: surface package.json location on dep parse failure (#26665)David Sherret
2024-10-31fix(coverage): exclude comment lines from coverage reports (#25939)Taku Amano
2024-10-31fix(fmt): fix several HTML and components issues (#26654)Pig Fang
2024-10-31fix(lsp): include unstable features from editor settings (#26655)Nayeem Rahman
2024-10-31fix: clamp smi in fast calls by default (#26506)Divy Srivastava
2024-10-30fix: remove permission check in op_require_node_module_paths (#26645)David Sherret
2024-10-30fix(ext/node): return `this` from `http.Server.ref/unref()` (#26647)Nathan Whitaker
2024-10-30fix(serve): support serve hmr (#26078)HasanAlrimawi
2024-10-30docs(console): Update docstrings for install and uninstall (#26623)McSneaky
2024-10-30chore: forward v2.0.4 release commit to main (#26636)denobot
2024-10-29fix(install): percent encodings in interactive progress bar (#26600)Marvin Hagemeister
2024-10-29fix: support watch flag to enable watching other files than the main module o...HasanAlrimawi
2024-10-29Revert "fix(ext/node): fix dns.lookup result ordering (#26264)" (#26621)Yoshiya Hinosawa
2024-10-29fix(ext/napi): export dynamic symbols list for {Free,Open}BSD (#26605)Volker Schlecht
2024-10-29fix(ext/node): compatibility with {Free,Open}BSD (#26604)Volker Schlecht
2024-10-29refactor(init): inline routing in deno init --serve template (#26595)Yoshiya Hinosawa
2024-10-29Revert "fix(ext/node): use primordials in `ext/node/polyfills/https.ts` (#263...Bartek Iwańczuk
2024-10-29fix: provide hints in terminal errors for Node.js globals (#26610)Bartek Iwańczuk
2024-10-28fix(check): expose more globals from @types/node (#26603)David Sherret
2024-10-28fix: report exceptions from nextTick (#26579)snek
2024-10-28fix(compile): regression handling redirects (#26586)David Sherret
2024-10-28fix(npm): match npm bearer token generation (#26544)Marvin Hagemeister
2024-10-28fix: do not panic when failing to write to http cache (#26591)David Sherret
2024-10-27fix(ext/node): add path to `fs.stat` and `fs.statSync` error (#26037)familyboat
2024-10-27fix(watch): don't panic on invalid file specifiers (#26577)Bartek Iwańczuk
2024-10-26docs(readme): Add winget instructions (#25136)Meir Blachman
2024-10-27fix(cli): Make --watcher CLEAR_SCREEN clear scrollback buffer as well as visi...Chris Veness
2024-10-26fix(ext/node): use primordials in ext\node\polyfills\internal\crypto\_randomI...Mayank Kumar
2024-10-26perf: pass transpiled module to deno_core as known string (#26555)David Sherret
2024-10-25fix(lsp): make missing import action fix infallible (#26539)Nayeem Rahman
2024-10-25fix(install): cache json exports of JSR packages (#26552)Nathan Whitaker
2024-10-25fix(upgrade): stop running `deno lsp` processes on windows before attempting ...David Sherret
2024-10-25fix(check): ignore resolving `jsxImportSource` when jsx is not used in graph ...David Sherret
2024-10-25fix(install): regression - do not panic when config file contains \r\n newlin...David Sherret
2024-10-25feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting (#26546)Nayeem Rahman
2024-10-25chore: forward v2.0.3 commit to main (#26535)Bartek Iwańczuk
2024-10-25build: use 'fs' feature of 'nix' crate in ext/fs (#26533)Bartek Iwańczuk
2024-10-24fix(install): don't cache json exports of JSR packages (for now) (#26530)Nathan Whitaker
2024-10-24chore: remove print debugging from test server (#26529)David Sherret
2024-10-25fix(ext/node): refactor http.ServerResponse into function class (#26210)Nicola Bovolato
2024-10-24bench: remove http benchmarks (#26484)Bartek Iwańczuk
2024-10-24fix: add 'fmt-component' to unstable features in schema file (#26526)Bartek Iwańczuk
2024-10-24perf(compile): pass module source data from binary directly to v8 (#26494)David Sherret
2024-10-24fix(fmt): --ext flag requires to pass files (#26525)Bartek Iwańczuk
2024-10-24fix: `.npmrc` settings not being passed to install/add command (#26473)Marvin Hagemeister