Home
bun doesn't support returning functions from macros which is like ??? :neocat_woozy: probably the most useful and popular use-case of macros is to codegen and then return a `new Function` to eval it. parcel supports it btw (also these are not exactly macros, more like comp-time evaluation, but we can emulate code-emitting macros with `eval()`/`new Function` in parcel so uhh better than nothing)