-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build with swc instead of tsc #1923
Conversation
Should be good now |
Just noticed I accidentally committing my yarn error log... 😅 |
0f53a9b
to
6e11716
Compare
In the first place, did you feel that the build was slow? And is there any reason why you choose swc over esbuild? |
Yeah, the build was pretty slow for hot reloading and testing. Esbuild is also fairly slow in comparison to swc. |
Anyway, please rebase this with the master branch. |
it feels like a lot of friendica servers are slow or unreliable...
@h3poteto rebased, and tests pass. It's hard to find a friendica server with good uptime 🥴 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I will try it.
It seems that the issue of migrating from CommonJS to ESModules should be resolved alongside this |
swc build: 42.63ms
tsc build: 7150ms