Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-03 | [streams] speed up `Readable` in some cases (#1708) | 3 | -14/+140 | |
2023-01-03 | Fix crash in BufferList | 1 | -2/+2 |
import assert from "assert"; import { expect, test } from "bun:test"; // https://github.com/oven-sh/bun/issues/941 test("assert as a function does not throw", () => assert(true)); test("assert as a function does throw", () => { try { assert(false); expect(false).toBe(true); } catch (e) {} }); an/github-api-option' type='application/atom+xml'/>
![]() |
index : bun | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-03 | [streams] speed up `Readable` in some cases (#1708) | 3 | -14/+140 | |
2023-01-03 | Fix crash in BufferList | 1 | -2/+2 |