Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-26 | Fix the crash when importing a module that does not exist. (#4348) | 1 | -0/+22 | ||
Close: #4240 | |||||
2023-07-30 | Support `bun .` to run the entry point (#3891) | 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) | 1 | -16/+92 | ||
- fix version buffer confusion - improve workaround to handle cached modules fixes #3507 | |||||
2023-06-30 | [install] handle `workspace:` specifier correctly (#3474) | 1 | -8/+8 | ||
fixes #3430 | |||||
2023-06-28 | [install] workaround run-time module loading issue (#3432) | 1 | -0/+96 | ||