-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Migrate to esbuild #4701
Migrate to esbuild #4701
Conversation
Looks like this sort of thing will work for tests:
|
Does this use ESM output for addon sources? Because thats not fully supported yet with |
It does yeah as that's something else people want (and VS Code supports now). I think we could special case the image addon in the meantime |
Putting this on hold as it was a weekend project that didn't make it in time 🙂 |
This is a work in progress, here are the goals of the change:
Currently building everything from scratch takes less than a second(!), compared to ~16 seconds for tsc on my machine:
Current issues: