aboutsummaryrefslogtreecommitdiff
path: root/test/cli/install/bun-run.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-26Fix the crash when importing a module that does not exist. (#4348)Gravatar Ai Hoshino 1-0/+22
Close: #4240
2023-07-30Support `bun .` to run the entry point (#3891)Gravatar Jarred Sumner 1-4/+68
* Support `bun .` * Fix tests --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-04[install] fix run-time module loading (#3510)Gravatar Alex Lam S.L 1-16/+92
- fix version buffer confusion - improve workaround to handle cached modules fixes #3507
2023-06-30[install] handle `workspace:` specifier correctly (#3474)Gravatar Alex Lam S.L 1-8/+8
fixes #3430
2023-06-28[install] workaround run-time module loading issue (#3432)Gravatar Alex Lam S.L 1-0/+96