Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-24 | [bun create] Run with bun run | 1 | -1/+7 | ||
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-10-26 | Add test that checks JIT is enabled for JavaScriptCore and crashes if it isn't | 1 | -1/+3 | ||
2021-10-26 | Add a very simple integration test for `bun create next` & `bun create react` | 1 | -0/+14 | ||