summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-04-26test: cleanup npm test registry code (#23578)Bartek Iwańczuk
2024-04-26feat(ci): category & unstable tags checker (#23568)Leo Kettmeir
2024-04-26test: update for private npm registry test server (#23572)Bartek Iwańczuk
2024-04-25chore: rework TLS code in test server (#23566)Matt Mastracci
2024-04-25fix: unref stdin read (#23534)Bartek Iwańczuk
2024-04-24feat(jsr): support importing from jsr via HTTPS specifiers (except for type c...David Sherret
2024-04-24chore: update deno_doc (#23544)Leo Kettmeir
2024-04-24fix(lsp): inherit missing fmt and lint config from parent scopes (#23547)Nayeem Rahman
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-24fix(publish): --dry-publish should error for gitignored excluded files (#23540)David Sherret
2024-04-24fix(ext/net): check for TLS using undefined rather than using ReflectHas (#23...Matt Mastracci
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-04-24chore: use deno_unsync through deno_core (#23532)Matt Mastracci
2024-04-24fix(ext/node): worker_threads copies env object (#23536)Bartek Iwańczuk
2024-04-23test: add private npm registry (#23510)Bartek Iwańczuk
2024-04-23fix: Float16Array support (#23512)Kenta Moriuchi
2024-04-23fix(cli): Don't panic on invalid emit options (#23463)Nathan Whitaker
2024-04-23fix(workspace): provide workspace members as 'imports' in import map (#23492)Bartek Iwańczuk
2024-04-23feat: enable Float16Array support (#23490)Bartek Iwańczuk
2024-04-22fix(lsp): remove Document::open_data on close (#23483)Nayeem Rahman
2024-04-22feat: add jsx precompile skip element option (#23457)Marvin Hagemeister
2024-04-22perf(lsp): Batch "$projectChanged" notification in with the next JS request (...Nathan Whitaker
2024-04-21FUTURE(ext/net): remove `Deno.ConnectTlsOptions.(certFile|certChain|privateKe...Asher Gomez
2024-04-21fix(ext/node): define http.maxHeaderSize (#23479)Bartek Iwańczuk
2024-04-21FUTURE(ext/net): remove `Deno.ListenTlsOptions.(keyFile|certFile)` (#23271)Asher Gomez
2024-04-20feat(task): support running npm binary commands in deno.json (#23478)David Sherret
2024-04-21fix: Fix some typos in comments (#23470)welfuture
2024-04-20chore: auto-complete for __spec__.jsonc file (#23476)David Sherret
2024-04-20fix(ext/node): implement process.kill in Rust (#23130)Divy Srivastava
2024-04-20fix(ext/node): `cp` into non-existent parent directory (#23469)Divy Srivastava
2024-04-20fix(ext/node): Support `env` option in worker_thread (#23462)Divy Srivastava
2024-04-19feat(runtime): Allow embedders to perform additional access checks on file op...Matt Mastracci
2024-04-19feat(ext/http): Add `addr` to HttpServer (#23442)Matt Mastracci
2024-04-19FUTURE: remove `Deno.customInspect` (#23453)Asher Gomez
2024-04-19refactor: move redirect handling into deno_graph (#23444)David Sherret
2024-04-19test: fix node_compat_test (#23446)Bartek Iwańczuk
2024-04-18test: deflake tests for rejection handled (#23448)Bartek Iwańczuk
2024-04-18fix(cli): avoid `deno add` and `deno vendor` errors when deno.json is empty (...nokazn
2024-04-18chore: remove unused, unstable 'http' namespace (#23436)Matt Mastracci
2024-04-18feat(ext/net): extract TLS key and certificate from interfaces (#23327)Bartek Iwańczuk
2024-04-18fix(ext/node): Correctly send ALPN on node TLS connections (#23434)Matt Mastracci
2024-04-17test(publish): check specifiers outside fast check module graph (#23369)Asher Gomez
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-04-17fix: allow WPT to successfully exit using `--exit-zero` (#23418)Asher Gomez
2024-04-17chore: update WPT (#23389)Asher Gomez
2024-04-16fix(cli): Identify and fix a test deadlock (#23411)Matt Mastracci
2024-04-16feat(check): allow using side effect imports with unknown module kinds (ex. c...David Sherret
2024-04-16chore(lsp): Add benchmark for performance on a large real-world repo (#23395)Nathan Whitaker
2024-04-16fix(ext/node): worker_threads.receiveMessageOnPort doesn't panic (#23406)Bartek Iwańczuk
2024-04-16feat(ext/url): add `URL.parse` (#23318)Kenta Moriuchi