- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 28
v4 #427
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
6782a2d    to
    5373696      
    Compare
  
    37c0bf8    to
    ac8ee8f      
    Compare
  
    |  | ||
| ### Dropped support for older Node.js versions. Requires Node.js >22 | ||
|  | ||
| ### Dropped support for older typescript versions. Requires typescript >5.8.x | 
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.
Appreciate that you've rolled back the Nx support. And I agree with removing old versions of TS.
Btw, not sure if you're aware of this issue: microsoft/typescript-go#516. There was some discussion about ts-go's API surface for TS plugins.
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.
Wasn't aware of this discussion. Thanks for the link. I'll keep an eye out.
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.
Np. The sentiment seems to be on the line of "first let's complete the port, and then we'll think about an API". I'm not sure if it's the most reasonable approach considering the entirely new IPC design, but what can we do :/
Highlights:
This is maintenance release for the most part. No new feature or import resolution changes.
Migration docs
Wishlist
(some of these might get released in the current version):Remove external plugins integrations (nx plugin, etc) to keep surface area small and make maintenance easier, bring nx plugin back, the entry point is small enough to keep and it seems most folks using this plugin are because of nx Why and how are you using this project? #438add support for latest typescript version (5.9.2)can be done post v4TODO
closes #145