aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-macro-relay (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-31Remove bun-macro-relay and update docs (#3145)Gravatar Colin McDonnell 7-237/+0
* Update macro docs * Remove bun-macro-relay
2023-02-17update `bun.lockb`s (#2101)Gravatar Alex Lam S.L 1-0/+0
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 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-12docs(various): `.md` readability improvements (#597)Gravatar Ryan Russell 1-1/+1
2022-02-09Update readme for `bun-macro-relay`, bumpGravatar Jarred Sumner 2-19/+8
2022-02-07[bun-macro-relay] resolve the artifact directoryGravatar Jarred Sumner 1-11/+2
2022-01-02copy: replace Bun with bun (#99)Gravatar luke miles 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 correctlyGravatar Jarred Sumner 1-1/+1
2021-11-02v0.1.1v0.1.1Gravatar Jarred Sumner 1-1/+1
2021-10-24[internal] Tweak build system to better support unit tests in ZigGravatar Jarred Sumner 1-4/+7
2021-10-07Fix potential symbol collision in `bun-macro-relay`Gravatar Jarred Sumner 2-2/+4
2021-09-30Update README.mdGravatar Jarred Sumner 1-1/+1
2021-09-30Update README.mdGravatar Jarred Sumner 1-1/+1
2021-09-30Update README.mdGravatar Jarred Sumner 1-1/+1
2021-09-30Update README.mdGravatar Jarred Sumner 1-5/+5
2021-09-30Fix up readmeGravatar Jarred Sumner 2-9/+24
2021-09-30Add a readmeGravatar Jarred Sumner 3-3/+119
2021-09-30bun-macro-relay works now!Gravatar Jarred Sumner 1-21/+27
2021-09-30Support remapping macro pathsGravatar Jarred Sumner 5-8/+49
2021-09-29Most of the code & API changes necessary for supporting Relay (GraphQL)Gravatar Jarred Sumner 2-0/+74