summaryrefslogtreecommitdiff
path: root/cli/tests/unit
AgeCommit message (Expand)Author
2023-03-25chore(ext/kv): add limits (#18415)Heyang Zhou
2023-03-24fix(ext/kv): add missing `getMany` method (#18410)Heyang Zhou
2023-03-22fix(ext/kv): reverse mapping between `AnyValue::Bool` and `KeyPart::Bool` (#1...Heyang Zhou
2023-03-22chore(ext/kv): disable ci tests on darwin (#18364)Heyang Zhou
2023-03-22Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362)Ryan Dahl
2023-03-22chore(cli): measure performance against wall-clock (#18357)Matt Mastracci
2023-03-22test: ignore fetchWithInvalidContentLength and fetchConnectionError on Window...Bartek Iwańczuk
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
2023-03-22refactor: rename Deno.openKv() to Deno.kv() (#18349)Ryan Dahl
2023-03-22test: mark two unit tests as flaky (#18344)Bartek Iwańczuk
2023-03-22fix(ext/kv): don't request permissions for ":memory:" (#18346)Nayeem Rahman
2023-03-22feat(ext/kv): key-value store (#18232)Heyang Zhou
2023-03-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret
2023-03-21chore(ext/console): inspect anonymous function as `[Function (anonymous)]` (#...Yoshiya Hinosawa
2023-03-20feat(ext/net): Add multicasting APIs to DatagramConn (#10706) (#17811)Sam Gwilym
2023-03-19fix(runtime): Extract error code for all OS error variants (#17958)Kamil Ogórek
2023-03-17chore(ext/console): add 'quotes' internal option to Deno.inspect (#18183)Yoshiya Hinosawa
2023-03-17BREAKING(unstable): remove WebGPU (#18094)Leo Kettmeir
2023-03-17BREAKING(ext/fs): FileInfo.dev is defined on Windows (#18237)Bartek Iwańczuk
2023-03-16feat(fs): support FileInfo.dev on Windows (#18073)Bartek Iwańczuk
2023-03-15fix(ext/http): abort request signal when response errors (#17822)Timo Wilhelm
2023-03-15chore: add test for ws ping/pong (#18204)Divy Srivastava
2023-03-14refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)Bartek Iwańczuk
2023-03-13refactor: Remove call sites of "deno_core::resolve_url_or_path" (#18169)Bartek Iwańczuk
2023-03-13fix(core): `SafePromiseAll` to be unaffected by `Array#@@iterator` (#17542)Kenta Moriuchi
2023-03-09fix(ext/webstorage): check size of inputs before insert (#18087)Divy Srivastava
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05fix(ext/crypto): correctly limit ECDSA and hash algorithms (#18030)Filip Skokan
2023-03-01fix(core): introduce `SafeRegExp` to primordials (#17592)Kenta Moriuchi
2023-02-24refactor(flash): move remoteAddr to options bag (#17913)Leo Kettmeir
2023-02-23fix(webgpu): don't default to 0 for setVertexBuffer.size & properly use webid...Leo Kettmeir
2023-02-22feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)Aapo Alasuutari
2023-02-22fix(lint): revert no-deprecated-api for Deno.run (#17880)David Sherret
2023-02-15feat(flash): add 2nd param to handler to get remote address (#17633)Leo Kettmeir
2023-02-12fix: add WouldBlock error (#17339)Leo Kettmeir
2023-02-12perf(http): remove allocations checking upgrade and connection header values ...David Sherret
2023-02-12fix(ext/flash): Always send correct number of bytes when handling HEAD reques...Kamil Ogórek
2023-02-11fix(ops): Always close cancel handles for read_async/write_async (#17736)Kamil Ogórek
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-02-08fix(ext/console): Only right-align integers in console.table() (#17389)Waldir Pimenta
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-02-05fix(ext/console): log class for class constructor (#17615)Gasman
2023-01-29fix(ext): internal `structuredClone` for `ArrayBuffer` and `TypedArray` subcl...Kenta Moriuchi
2023-01-25feat: Add sync APIs for "Deno.permissions" (#17019)Asher Gomez
2023-01-24refactor: remove Deno.core (#16881)Bartek Iwańczuk
2023-01-24feat: allow first arg in test step to be a function (#17096)Leo Kettmeir
2023-01-24feat(runtime/command): make stdin default to inherit for spawn() (#17334)Leo Kettmeir
2023-01-19feat(runtime): add bigint to seek typings (#17314)Leo Kettmeir
2023-01-16chore: update dlint to v0.37.0 for GitHub Actions (#17295)Kenta Moriuchi
2023-01-15chore: update std submodule and its imports (#17408)Asher Gomez