payload-bot / payload-neo

The largest TF2-based Discord bot serving over 50,000 users daily.
https://payload.tf
MIT License
15 stars 5 forks source link

Feature: port to esbuild/swc #135

Closed c43721 closed 2 years ago

c43721 commented 2 years ago

11 seconds to build a bot is outrageous. Use swc or esbuild

https://github.com/sapphiredev/examples/tree/main/examples/with-tsup https://github.com/sapphiredev/examples/tree/main/examples/with-swc

swc cooler though 👀

c43721 commented 2 years ago

turns out this is literally impossible because of tsc limitations with reflector. What a shame.

https://kdy1.dev/posts/2022/1/tsc-go

c43721 commented 2 years ago

blocked by #154