summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-10-31fix(lsp): include unstable features from editor settings (#26655)Nayeem Rahman
2024-10-30docs(console): Update docstrings for install and uninstall (#26623)McSneaky
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: 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-27fix(ext/node): add path to `fs.stat` and `fs.statSync` error (#26037)familyboat
2024-10-25fix(install): cache json exports of JSR packages (#26552)Nathan Whitaker
2024-10-25fix(check): ignore resolving `jsxImportSource` when jsx is not used in graph ...David Sherret
2024-10-25feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting (#26546)Nayeem Rahman
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-24perf(compile): pass module source data from binary directly to v8 (#26494)David Sherret
2024-10-24fix: `.npmrc` settings not being passed to install/add command (#26473)Marvin Hagemeister
2024-10-24fix(node/util): support array formats in `styleText` (#26507)Marvin Hagemeister
2024-10-23fix(ext/node): only set our end of child process pipe to nonblocking mode (#2...Nathan Whitaker
2024-10-24fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls (#26486)Divy Srivastava
2024-10-23fix(install): cache all exports of JSR packages listed in `deno.json` (#26501)Nathan Whitaker
2024-10-23fix(install): cache type only module deps in `deno install` (#26497)Nathan Whitaker
2024-10-23fix(node:tls): set TLSSocket.alpnProtocol for client connections (#26476)Satya Rohith
2024-10-23fix(ext/node): map `ERROR_INVALID_NAME` to `ENOENT` on windows (#26475)Yoshiya Hinosawa
2024-10-22fix(check): support `--frozen` on deno check (#26479)Nathan Whitaker
2024-10-22refactor: add 'docs' suggestion (#26463)Bartek Iwańczuk
2024-10-22fix(ext/console): ignore casing for named colors in css parsing (#26466)Leo Kettmeir
2024-10-22refactor(runtime/ops): use concrete error types (#26409)Leo Kettmeir
2024-10-22fix(install): update lockfile when using package.json (#26458)Bartek Iwańczuk
2024-10-21fix(lsp): import-map-remap quickfix for type imports (#26454)Nayeem Rahman
2024-10-21fix(install): better json editing (#26450)David Sherret
2024-10-21feat(lsp): interactive inlay hints (#26382)Nayeem Rahman
2024-10-19chore: update nix crate (#26422)Leo Kettmeir
2024-10-18fix(info): resolve workspace member mappings (#26350)Marvin Hagemeister
2024-10-18fix(npm): ensure scoped package name is encoded in URLs (#26390)Marvin Hagemeister
2024-10-17fix(install): don't attempt to cache specifiers that point to directories (#2...Nathan Whitaker
2024-10-17chore: fix flaky COPYFILE_EXCL test (#26370)Nathan Whitaker
2024-10-17fix(node/fs): copyFile with `COPYFILE_EXCL` should not throw if the destinati...Nathan Whitaker
2024-10-17fix(cli): set napi object property properly (#26344)LongYinan
2024-10-16fix: don't warn on ignored signals on windows (#26332)Nathan Whitaker
2024-10-17fix(node/http): normalize header names in `ServerResponse` (#26339)Nathan Whitaker
2024-10-16Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications (#26325)Nayeem Rahman
2024-10-16Revert "feat(lsp): "deno/didRefreshDenoConfigurationTree" notificatio… (#26...Bartek Iwańczuk
2024-10-16fix(child_process): map node `--no-warnings` flag to `--quiet` (#26288)Nathan Whitaker
2024-10-16fix(add): exact version should not have range `^` specifier (#26302)Marvin Hagemeister
2024-10-16feat(lsp): "deno/didRefreshDenoConfigurationTree" notifications (#26215)Nayeem Rahman
2024-10-16fix(ext/node): fix dns.lookup result ordering (#26264)Yoshiya Hinosawa
2024-10-16fix: node-api function call should use preamble (#26297)snek
2024-10-16fix(cli): consolidate pkg parser for install & remove (#26298)Satya Rohith
2024-10-16fix(ext/node): timingSafeEqual account for AB byteOffset (#26292)Divy Srivastava