JavaScript Macros in Bun - Cool feature that sort of turns your code files into render templates. You import functions specifying an attribute, and use those functions in your code. They are executed during bundling, with returned values added into the final outputted code. The functions can be async like running a fetch. bun.sh #