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-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 | ||