Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-31 | Remove bun-macro-relay and update docs (#3145) | 7 | -237/+0 | ||
* Update macro docs * Remove bun-macro-relay | |||||
2023-02-17 | update `bun.lockb`s (#2101) | 1 | -0/+0 | ||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 2 | -1/+1 | ||
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2022-07-12 | docs(various): `.md` readability improvements (#597) | 1 | -1/+1 | ||
2022-02-09 | Update readme for `bun-macro-relay`, bump | 2 | -19/+8 | ||
2022-02-07 | [bun-macro-relay] resolve the artifact directory | 1 | -11/+2 | ||
2022-01-02 | copy: replace Bun with bun (#99) | 1 | -8/+8 | ||
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-11-02 | [bun-macro-relay] Temporary fix until .d.ts is handled more correctly | 1 | -1/+1 | ||
2021-11-02 | v0.1.1v0.1.1 | 1 | -1/+1 | ||
2021-10-24 | [internal] Tweak build system to better support unit tests in Zig | 1 | -4/+7 | ||
2021-10-07 | Fix potential symbol collision in `bun-macro-relay` | 2 | -2/+4 | ||
2021-09-30 | Update README.md | 1 | -1/+1 | ||
2021-09-30 | Update README.md | 1 | -1/+1 | ||
2021-09-30 | Update README.md | 1 | -1/+1 | ||
2021-09-30 | Update README.md | 1 | -5/+5 | ||
2021-09-30 | Fix up readme | 2 | -9/+24 | ||
2021-09-30 | Add a readme | 3 | -3/+119 | ||
2021-09-30 | bun-macro-relay works now! | 1 | -21/+27 | ||
2021-09-30 | Support remapping macro paths | 5 | -8/+49 | ||
2021-09-29 | Most of the code & API changes necessary for supporting Relay (GraphQL) | 2 | -0/+74 | ||