-
Notifications
You must be signed in to change notification settings - Fork 21
chore(scripts): replace tsc by esbuild #3425
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
Conversation
No code generatedIf you believe code should've been generated, please, report the issue. 📊 Benchmark resultsBenchmarks performed on the method using a mock server, the results might not reflect the real-world performance.
|
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.
this is hugeee
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.
huge improvements!!
🧭 What and Why
Replace tsc and ncc by esbuild which is 100 times faster, so fast that we can directly put it in the
apic
command and not worry about forgetting to build the scripts.I also discovered
node --enable-source-maps
which is a game changer, and gives us true typescript stack trace instead of the ugly js