aboutsummaryrefslogtreecommitdiff
path: root/test/cli (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-15Make `bun run --silent` omit `"error: "..." exited with code 1` (#5459)Gravatar Jarred Sumner 1-24/+66
2023-09-13fix(runtime): require cache should not include unevaluated ESM modules. (#5233)Gravatar dave caruso 2-0/+33
2023-09-12Fix some bugs blocking Turborepo from using `bun run` (#5071)Gravatar Jarred Sumner 1-0/+58
2023-09-11fix loading env from `.env.production` and friends (#4630)Gravatar Dylan Conway 1-1/+42
2023-09-01fix(runtime): fix dns_resolver crash (#4435)Gravatar dave caruso 1-3/+3
2023-08-31`bun install` correctly join dependency URLs (#4421)Gravatar Julian 2-11/+156
2023-08-30fix(install): resolve semver matching with pre-release tags. (#4412)Gravatar Ai Hoshino 1-0/+44
2023-08-30[install] fix stale root life-cycle script in lockfile (#4411)Gravatar Alex Lam S.L 1-1/+169
2023-08-26Fix the crash when importing a module that does not exist. (#4348)Gravatar Ai Hoshino 1-0/+22
2023-08-24[install] fix stale life-cycle scripts from lockfile (#4307)Gravatar Alex Lam S.L 1-0/+100
2023-08-24[install] fix crash when installing package that uses loose semver pre-releas...Gravatar Alex Lam S.L 1-0/+135
2023-08-16`bun --inspect` (#4158)Gravatar Jarred Sumner 2-5/+5
2023-08-11Fix using uninitialized variable when formatting `config_path`. (#4129)Gravatar Ai Hoshino 1-0/+20
2023-08-10bun test: format description of test.each (#4092)Gravatar Jacques 1-0/+215
2023-08-10Fix testGravatar Jarred Sumner 1-1/+1
2023-08-09Add support for `bun --revision` (#4027)Gravatar Yash Sharma 1-0/+27
2023-08-07implement `bun update` (#4046)Gravatar Alex Lam S.L 1-0/+259
2023-08-06Bind require.resolve() (#4030)Gravatar Jarred Sumner 1-3/+5
2023-08-06[install] handle `bun add` of existing `peerDependencies` correctly (#4028)Gravatar Alex Lam S.L 2-6/+90
2023-08-04[install] handle `workspace:*` correctly (#3994)Gravatar Alex Lam S.L 1-0/+102
2023-08-04[install] store resolved workspace path in lockfile (#3974)Gravatar Alex Lam S.L 1-24/+140
2023-08-03[install] fix stale `bun.lockb` on workspaces (#3945)Gravatar Alex Lam S.L 1-0/+33
2023-08-02Rewrite built-in modules to use CommonJS over ESM (#3814)Gravatar dave caruso 1-23/+0
2023-08-01Fix expanding on .env files (#3918)Gravatar Ciro Spaciari 1-1/+67
2023-07-30Support `bun .` to run the entry point (#3891)Gravatar Jarred Sumner 1-4/+68
2023-07-27Fix hot reloading in canary (#3848)Gravatar Jarred Sumner 2-5/+9
2023-07-26[install] handle `workspace:[alias@]range` (#3819)Gravatar Alex Lam S.L 1-0/+120
2023-07-24[install] fix workspace override of aliased npm dependency (#3784)Gravatar Alex Lam S.L 1-0/+106
2023-07-23more tests for #3754 (#3774)Gravatar Alex Lam S.L 1-0/+110
2023-07-22[install] improve workspace substitution of npm dependencies (#3754)Gravatar Alex Lam S.L 1-30/+241
2023-07-21fix #3716 (#3733)Gravatar Dylan Conway 1-0/+8
2023-07-19Fixes #3670 (#3698)Gravatar Jarred Sumner 1-0/+12
2023-07-17[install] handle duplicated workspace declarations gracefully (#3662)Gravatar Alex Lam S.L 1-0/+172
2023-07-17Fix test with incorrect textGravatar Jarred Sumner 1-3/+3
2023-07-14structured clone (#3637)Gravatar Dylan Conway 1-3/+2
2023-07-13Impl. fix (#3630)Gravatar Tiramify (A.K. Daniel) 1-2/+17
2023-07-12feat(bun/test): Implement "bail" option for "bun test" (#3253)Gravatar Tiramify (A.K. Daniel) 1-0/+62
2023-07-04[install] fix run-time module loading (#3510)Gravatar Alex Lam S.L 1-16/+92
2023-07-02fix zero length env var (#3496)Gravatar dave caruso 1-0/+10
2023-06-30[install] handle `workspace:` specifier correctly (#3474)Gravatar Alex Lam S.L 2-8/+52
2023-06-28[install] workaround run-time module loading issue (#3432)Gravatar Alex Lam S.L 2-79/+97
2023-06-26[bun install] Implement `--exact` flag (#3409)Gravatar Jarred Sumner 1-0/+55
2023-06-26[install] support trustedDependencies (#3288)Gravatar Alex Lam S.L 1-1/+73
2023-06-25Add support for install with --frozen-lockfile (#3365)Gravatar Tiago Teixeira 1-0/+49
2023-06-26[install] fix hang in `bun install --production` (#3406)Gravatar Alex Lam S.L 1-10/+39
2023-06-25Add `process.mainModule`Gravatar Jarred Sumner 1-0/+5
2023-06-24Rewrite Bun's runtime CommonJS loader (#3379)Gravatar Jarred Sumner 2-0/+10
2023-06-22`expect().resolves` and `expect().rejects` (#3318)Gravatar Ashcon Partovi 1-1/+21
2023-06-22revamp dotEnv parser (#3347)Gravatar Alex Lam S.L 2-12/+86
2023-06-20Fix crash with .env files that are exactly 159 bytes long (#3369)Gravatar Jarred Sumner 1-0/+23