microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 237 forks source link

releases? #763

Closed isaacl closed 3 years ago

isaacl commented 3 years ago

What is going on with this project? There's been important PRs merged since June and no release

DanielRosenwasser commented 3 years ago

Hey there, originally a release was slated around the time that TypeScript 4.0 had gone out; however, in trying out the recent changes locally, I couldn't get things working. Rather than publishing a potentially-breaking release, we opted not to publish at all, but haven't been able to dedicate the time to revisit yet.

isaacl commented 3 years ago

@DanielRosenwasser Can you do a minor release with #748? It makes using typescript 4.0 locally much easier, and since README tracks master, the docs about this PR are shown even though it's not released.

orta commented 3 years ago

I've left some notes about the blocker in #765 - if you're familiar with ST extension development, it'd be great to help debug

MatissJanis commented 3 years ago

Any update here? Would be great to finally be able to use TS v4 without doing local hacks.

orta commented 3 years ago

No updates, you're welcome to look into it 👍🏻

Actually, looks like https://github.com/microsoft/TypeScript-Sublime-Plugin/pull/767 might fix it

orta commented 3 years ago

Confirmed that #767 fixes the issue with master on Windows - this is now un-blocked for release.

talgat-ruby commented 3 years ago

Can you release now or are there still problems?

DanielRosenwasser commented 3 years ago

A release should be going out today. Thanks for the patience everyone!