-
Notifications
You must be signed in to change notification settings - Fork 46
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
Update swc_ecmascript #37
Comments
Not sure how to fix this one... we're blocked on this.
|
I think we have to ask SWC to pin to |
It seems we can just upgrade to 1.7.0. Everything seems to work when I try that. We'll just have to update the import_map crate. |
Somewhat blocked on swc-project/swc#2801 |
Opened swc-project/swc#2808 -- Right now the REPL is broken because names are getting renamed. If we can't get this working with SWC then maybe we can use the TS compiler instead (which wouldn't be so bad for the repl) Edit: We should also wait on this one swc-project/swc#2802 |
denoland/deno#10861 and denoland/deno#12532 have been fixed by swc-project/swc#2530, but
swc_ecmascript
hasn't been updated in a while.cc @dsherret
The text was updated successfully, but these errors were encountered: