aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-02[node:buffer] Implement `isUtf8` and `isAscii` (#3498)Gravatar Jarred Sumner 1-1/+23
2023-07-02fix zero length env var (#3496)Gravatar dave caruso 1-0/+10
2023-07-02Fixes #3489 (#3490)Gravatar Jarred Sumner 1-0/+28
2023-07-01Use exact versions in testsGravatar Jarred Sumner 7-27/+68
2023-07-01Make this test less flakyGravatar Jarred Sumner 1-1/+1
2023-07-01Make this test less flakyGravatar Jarred Sumner 1-1/+22
2023-07-01Make this test less flakyGravatar Jarred Sumner 1-2/+10
2023-07-01Use `BunString` in `SystemError` (#3485)Gravatar Jarred Sumner 1-2/+39
2023-07-01[WIP]Fix calling `Buffer.toString` with `(offset, length, encoding)` (#3467)Gravatar Ai Hoshino 1-0/+79
2023-07-01skip private class fields (#3484)Gravatar Dylan Conway 1-0/+56
2023-07-01Add testGravatar Jarred Sumner 1-0/+9
2023-07-01[jest] fix lifecycle hook execution order (#3461)Gravatar Alex Lam S.L 2-3/+34
2023-06-30[install] handle `workspace:` specifier correctly (#3474)Gravatar Alex Lam S.L 2-8/+52
2023-06-29Fixes `node:http` and `node:stream` so `ytdl-core` works. (#3452)Gravatar dave caruso 1-1/+22
2023-06-29Make `node:os` `tmpdir` more consistent with Node.jsGravatar Jarred Sumner 1-0/+5
2023-06-29[bundler] avoid printing unnecessary declarations (#3456)Gravatar Dylan Conway 1-0/+71
2023-06-29cant believe i missed this (#3453)Gravatar dave caruso 1-0/+13
2023-06-29Revert "[jest] fix lifecycle hook execution order (#3447)" (#3455)Gravatar Jarred Sumner 2-34/+3
2023-06-28Another testGravatar Jarred Sumner 1-0/+9
2023-06-28Add GC test for errorsGravatar Jarred Sumner 1-0/+26
2023-06-28use main field over module for runtime (#3448)Gravatar Dylan Conway 1-0/+200
2023-06-28Fix bad testGravatar Jarred Sumner 1-2/+2
2023-06-28export resolve6 from dns/promises (#3450)Gravatar dave caruso 2-0/+33
2023-06-28[jest] fix lifecycle hook execution order (#3447)Gravatar Alex Lam S.L 2-3/+34
2023-06-28Make these tests do moreGravatar Jarred Sumner 1-1/+13
2023-06-28Introduce `await Bun.file(path).exists()` (#3446)Gravatar Jarred Sumner 1-0/+8
2023-06-28Error.prototype.stack gets sourcemapped stacktraces and introduce Error.appen...Gravatar Jarred Sumner 1-0/+12
2023-06-28[install] workaround run-time module loading issue (#3432)Gravatar Alex Lam S.L 2-79/+97
2023-06-27[bun:sqlite] enable FTS5 on linux build (#3431)Gravatar Benjamin Ryan 1-0/+18
2023-06-27Add builtin exports listGravatar Jarred Sumner 4-0/+30211
2023-06-27Fix `node:util.callbackify` (#3428)Gravatar Ai Hoshino 1-0/+323
2023-06-27minor build diffs (#3427)Gravatar Alex Lam S.L 1-0/+0
2023-06-26Fix default export of `"module"` modulebun-v0.6.10Gravatar Jarred Sumner 1-0/+5
2023-06-26fix #3412 (#3422)Gravatar dave caruso 1-0/+14
2023-06-26webpack test and add empty `prototype` prop to module (#3421)Gravatar Dylan Conway 5-1/+51
2023-06-26[bun install] Implement `--exact` flag (#3409)Gravatar Jarred Sumner 1-0/+55
2023-06-26Fix .rejectsGravatar Jarred Sumner 1-0/+22
2023-06-26`.randomInt()` support (#3357)Gravatar Silas Rech 1-0/+21
2023-06-26Runtime support for `__esModule` annotations (#3393)Gravatar Jarred Sumner 11-0/+86
2023-06-26test moved to `node-module-module.test.js`Gravatar Dylan Conway 1-6/+0
2023-06-26Implement writev & readv (#3419)Gravatar Jarred Sumner 1-0/+65
2023-06-26[install] support trustedDependencies (#3288)Gravatar Alex Lam S.L 1-1/+73
2023-06-26implement `_nodeModulePaths` and `require.main.paths` (#3411)Gravatar Dylan Conway 1-0/+19
2023-06-25Fix test failures in import.meta (#3403)Gravatar Jarred Sumner 1-2/+9
2023-06-25Fixes #3334 (#3401)Gravatar Jarred Sumner 1-0/+21
2023-06-25chore: update lol-html version (#3356)Gravatar Brúnó Salomon 1-0/+15
2023-06-25Add support for install with --frozen-lockfile (#3365)Gravatar Tiago Teixeira 1-0/+49
2023-06-25[fs.watch] fix reference/deinit (#3396)Gravatar Ciro Spaciari 1-1/+44
2023-06-25Fix the parameters of WriteStream constructor. (#3402)Gravatar Ai Hoshino 1-0/+38
2023-06-26[install] fix hang in `bun install --production` (#3406)Gravatar Alex Lam S.L 1-10/+39