Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-27 | Fix typo | 1 | -1/+1 | ||
Thanks @danielweck | |||||
2022-02-27 | Fix https://github.com/Jarred-Sumner/bun/issues/115 | 1 | -0/+14 | ||
2022-02-25 | Update bun-install-lockfile-status.sh | 1 | -9/+2 | ||
2022-02-25 | [bun install] Add metadata hash | 1 | -8/+19 | ||
2022-02-24 | [bun install] Skip saving the lockfile if there are no changes | 1 | -0/+61 | ||
2022-02-24 | misc | 1 | -2/+2 | ||
2022-02-24 | Add a simple HMR test | 1 | -2/+40 | ||
2022-02-24 | [bun dev] Fix bug with not transpiling files at the root | 1 | -9/+13 | ||
2022-02-24 | [bun install] Add integration test for bin links | 1 | -1/+7 | ||
2022-02-10 | [bun dev] Add test for checking that js files are transpiled at the root ↵ | 1 | -14/+26 | ||
when there is no static folder | |||||
2022-02-10 | Cleanup test output | 1 | -12/+12 | ||
2022-01-30 | [bun dev] Support HTML files in either project root or `public` folder ↵ | 2 | -0/+108 | ||
(`static`) | |||||
2022-01-02 | copy: replace Bun with bun (#99) | 1 | -2/+2 | ||
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner" | |||||
2021-12-29 | [bun install] Integration test | 1 | -0/+79 | ||
2021-12-24 | [bun create] Run with bun run | 2 | -1/+14 | ||
2021-12-16 | [npm install] Use BoringSSL for https:// requests | 1 | -1/+0 | ||
2021-12-16 | don't need sleep since not a universal binary anymore | 1 | -7/+5 | ||
2021-11-04 | [bun run] Fix bug with quotes and spaces | 2 | -7/+20 | ||
Fixes #53 | |||||
2021-11-02 | [test] Make sure we curl a jsx file in react integration test | 1 | -7/+6 | ||
2021-10-29 | Add integration test that verifies bash exported functions work in `bun run` | 1 | -1/+17 | ||
2021-10-26 | Add test that checks JIT is enabled for JavaScriptCore and crashes if it isn't | 2 | -2/+4 | ||
2021-10-26 | Simple integration test for `bun run` | 2 | -0/+21 | ||
2021-10-26 | Add a very simple integration test for `bun create next` & `bun create react` | 2 | -0/+28 | ||