-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: add esbuild option for typescript #1065
Conversation
08c0bb2
to
022de62
Compare
After #1064 is merged, I would like to add this for minor releases. |
022de62
to
6b55b7d
Compare
c5f7874
to
f17fbd6
Compare
Because this is a big change, I try to opt-in at first. |
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 looks great. Should we add a test matrix entry?
I added it! |
Co-authored-by: Daniel Roe <daniel@roe.dev>
2174148
to
f5793d8
Compare
Thank you β€οΈ |
π Linked issue
β Type of change
π Description
Migrate the transpile of typescript to
esbuild
.I decided to opt-in because I wanted to test for a while to see if there were any problems.
π Checklist