summaryrefslogtreecommitdiff
path: root/cli/tests/unit
AgeCommit message (Expand)Author
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
2023-01-15fix(ext/fetch) Fix request clone error in flash server (#16174)Isaiah Gamble
2023-01-14fix(ext/flash): Correctly handle errors for chunked responses (#17303)Kamil Ogórek
2023-01-14fix(runtime/fs): preserve permissions in copyFileSync for macOS (#17412)Divy Srivastava
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-12fix: check if BroadcastChannel is open before sending (#17366)Leo Kettmeir
2023-01-12feat: allow passing a ReadableStream to Deno.writeFile/Deno.writeTextFile (#1...Leo Kettmeir
2023-01-09feat(runtime/os): add `Deno.env.has()` (#17315)Leo Kettmeir
2023-01-03fix(permissions): process `URL` in `Deno.FfiPermissionDescriptor.path` for `r...Asher Gomez
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-28feat(unstable): Add Deno.Conn.ref()/unref() (#17170)Bartek Iwańczuk
2022-12-27feat(unstable): Add "Deno.osUptime()" API (#17179)Kamil Ogórek
2022-12-23fix(ext/fetch): Guard against invalid URL before its used by reqwest (#17164)Kamil Ogórek
2022-12-20fix(ext/http): close stream on resp body error (#17126)Luca Casonato
2022-12-19fix: display URL in invalid URL error (#17128)Leo Kettmeir
2022-12-19test(ext/fetch): fix test in release mode (#17125)Luca Casonato
2022-12-19fix(ext/fetch): handle errors in req body stream (#17081)Luca Casonato
2022-12-17fix(runtime): `Deno.memoryUsage().rss` should return correct value (#17088)David Sherret
2022-12-14fix: upgrade to TS 4.9.4 (#17048)David Sherret
2022-12-13feat: support `createNew` in `Deno.writeFile` (#17023)Leo Kettmeir
2022-12-13fix: default to `"inherit"` for `Deno.Command#spawn()`'s `stdout` & `stderr` ...Leo Kettmeir
2022-12-09unstable: remove Deno.spawn, Deno.spawnSync, Deno.spawnChild APIs (#16893)Bartek Iwańczuk
2022-12-07feat: upgrade to TypeScript 4.9.3 (#16973)David Sherret
2022-12-06fix(ext/fetch): new Request should soft clone (#16869)Luca Casonato
2022-12-02chore: fix flaky netListenUnrefAndRef (#16892)David Sherret
2022-12-02chore: rewrite tests and utils to use Deno.Command API (#16895)Bartek Iwańczuk
2022-11-28feat(unstable): rework Deno.Command (#16812)Leo Kettmeir
2022-11-27Revert "fix(ext/flash): graceful server startup/shutdown with unsettl… (#16...Bartek Iwańczuk
2022-11-24fix(ext/flash): graceful server startup/shutdown with unsettled promises in m...Yusuke Tanaka
2022-11-22fix(inspector): ensure console methods provided by inspector are available (#...Bartek Iwańczuk
2022-11-22test: disable commandChildUnref flaky test (#16752)Bartek Iwańczuk
2022-11-17fix(ext/webstorage): make web storages re-assignable (#16661)Yoshiya Hinosawa
2022-11-13feat(unstable): "Deno.Command()" API (#16516)Leo Kettmeir
2022-11-13fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)Yoshiya Hinosawa
2022-11-11fix(ext/flash): graceful server startup/shutdown (#16383)Divy Srivastava
2022-11-09fix(ext/flash): revert #16284 and add test case (#16576)Yoshiya Hinosawa
2022-11-04fix(ext/http): flush chunk when streaming resource (#16536)Luca Casonato
2022-11-04fix(runtime): fix Deno.hostname on windows (#16530)Yoshiya Hinosawa
2022-10-29fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...Kenta Moriuchi
2022-10-28fix(ext/crypto): fix HMAC jwk import "use" check (#16465)Filip Skokan
2022-10-28Reland "perf(core): generate inlined wrappers for async ops" (#16455)Divy Srivastava
2022-10-27Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443)Divy Srivastava
2022-10-27perf(core): generate inlined wrappers for async ops (#16428)Divy Srivastava