jff1625
jff1625
I got this kinda somewhat working using Bun and its "define" feature. I'm not 100% sure what values I want for all of those tokens, and some of them, notably...
I've experimented with `unplugin-typia`. With bun it works great. With esbuild I couldn't figure out how to get it to do anything without patching typescript. Is it supposed to work...
> I guess this is because of transformation ordering(maybe sometimes esbuild removes type information before executing plugin, but we cannot enforce the order). This aligns with my observation. > I...