summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-04-13fix(ext/node): promise rejection in VM contexts (#23305)Divy Srivastava
2024-04-12chore(test): use file_test_runner for spec tests (#23348)David Sherret
2024-04-12chore: upgrade deno_core to 0.274.0 (#23344)Divy Srivastava
2024-04-12test(compile): dynamic JSR imports are working correctly (#23306)Bartek Iwańczuk
2024-04-11fix(publish): do not warn about excluded external modules in node_modules dir...David Sherret
2024-04-12fix(inspector): don't panic if port is not free (#22745)Bartek Iwańczuk
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-04-11Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23...Bartek Iwańczuk
2024-04-11fix(npm): local nodeModulesDir was sometimes resolving duplicates of same pac...David Sherret
2024-04-10perf(lsp): Only evict caches on JS side when things actually change (#23293)Nathan Whitaker
2024-04-10chore: update to Rust 1.77.2 (#23262)林炳权
2024-04-10chore: update references to `deno_std` to use JSR (#23239)Asher Gomez
2024-04-10refactor(lsp): cleanup documents dependents calculation (#23295)Nayeem Rahman
2024-04-09refactor(ext/net): extract TLS key and certificate from interfaces (#23296)Matt Mastracci
2024-04-09fix(ext/node): implement MessagePort.unref() (#23278)Satya Rohith
2024-04-09fix(ext/node): `node:vm` contexts (#23202)Divy Srivastava
2024-04-08feat(ext/net): Refactor TCP socket listeners for future clustering mode (#23037)Matt Mastracci
2024-04-08fix(ext/http): Make `Deno.serveHttp()` work when proxying (#23269)Bartek Iwańczuk
2024-04-08test: use unordered assertion for node worker test (#23288)Bartek Iwańczuk
2024-04-08chore: update WPT (#23111)Asher Gomez
2024-04-08fix(ext/tls): add support EC private key (#23261)MAKS11060
2024-04-08fix(ext/node): out-of-order writes of fs.createWriteStream (#23244)Yoshiya Hinosawa
2024-04-08FUTURE(ext/net): remove `Deno.(Conn|TlsConn|Listener|TlsListener|UnixConn).pr...Asher Gomez
2024-04-07FUTURE(ext/fs): remove `Deno.FsWatcher.prototype.rid` (#23234)Asher Gomez
2024-04-07FUTURE(ext/fs): make `Deno.FsFile` constructor illegal (#23235)Asher Gomez
2024-04-05perf(lsp): use lockfile to reduce npm pkg resolution time (#23247)David Sherret
2024-04-05fix(lsp): respect DENO_FUTURE for BYONM config (#23207)Nayeem Rahman
2024-04-05FUTURE: override byonm with nodeModulesDir setting (#23222)David Sherret
2024-04-05fix(ext/node): hostname is valid IPv4 addr (#23243)Divy Srivastava
2024-04-05fix(ext/node): Add "module" to builtinsModule (#23242)Divy Srivastava
2024-04-05FUTURE: remove deprecated APIs within workers (#23220)Asher Gomez
2024-04-03fix(ext/node): polyfill node:domain module (#23088)Bartek Iwańczuk
2024-04-03fix(ext/node): patch MessagePort if provided as workerData (#23198)Satya Rohith
2024-04-03chore: ensure `python@3.11` is installed for WPT tests (#23195)Asher Gomez
2024-04-03chore(tests): rewrite tls_test to avoid any hardcoded ports (#23191)Matt Mastracci
2024-04-02fix(ext/node): Support returning tokens and option defaults in `node:util.par...Nathan Whitaker
2024-04-02feat: improve AsyncLocalStorage api (#23175)Alex Yang
2024-04-03FUTURE: enable BYONM by default (#23194)Bartek Iwańczuk
2024-04-03chore: move `tools/node_compat` to `tests/node_compat/runner` (#23025)Asher Gomez
2024-04-02feat(lsp): respect nested deno.json for fmt and lint config (#23159)Nayeem Rahman
2024-04-02fix(cli): Enforce a human delay in prompt to fix paste problem (#23184)Matt Mastracci
2024-04-02fix(ext/node): MessagePort works (#22999)Satya Rohith
2024-04-01fix(ext/node): Add fs.readv, fs.readvSync (#23166)Nathan Whitaker
2024-04-01chore(specs): add jsr and npm env vars to tests by default (#23171)David Sherret
2024-04-02chore: update `std` submodule to 0.221.0 (#23112)Asher Gomez
2024-04-01fix: prevent cache db errors when deno_dir not exists (#23168)David Sherret
2024-04-01fix(node): handle empty 'main' entry in pkg json (#23155)David Sherret
2024-03-31fix(check): ignore certain diagnostics in remote modules and when publishing ...David Sherret
2024-03-31fix(lsp): don't apply preload limit to workspace walk (#23123)Nayeem Rahman
2024-03-29chore: Make jupyter integration tests less flaky and avoid hang (#23134)Nathan Whitaker