-
Notifications
You must be signed in to change notification settings - Fork 14
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
document typescript version #10
Comments
All TypeScript features except the stage 3 decorator proposal are supported, so SWC supports 5.5.4 for now. We will always implement the support the latest TypeScript before it's published. |
Is it possible to add this information somewhere in the package, so when we update swc we can read it and update it? |
swc-project/swc#9334 adds the supported TypeScript version to the |
**Related issue:** - nodejs/amaro#10
we changed the way we interact with swc, we now get the source code from the release and build it ourself, as per node policy, so we technically dont use the |
So do you prefer documenting it in the main README.md? |
No I mean, we use swc Line 39 in 86cd3aa
|
The README file lives at |
I had a look in the release source.tar.gz https://github.com/swc-project/swc/releases/tag/v1.7.1 and the README is missing |
Oops, publish action for 1.7.2 failed. https://github.com/swc-project/swc/actions/runs/10089340507/job/27896627211 |
We need to document the supported latest typescript version.
maybe we can get it from swc @kdy1
The text was updated successfully, but these errors were encountered: