Skip to content
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

Running TS Server in a web worker #39707

Closed
4 tasks
mjbvz opened this issue Jul 22, 2020 · 2 comments
Closed
4 tasks

Running TS Server in a web worker #39707

mjbvz opened this issue Jul 22, 2020 · 2 comments
Labels
Meta-Issue An issue about the team, or the direction of TypeScript

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Jul 22, 2020

Tracks the high-level work required to run the TypeScript server in a web worker. #39656 has an initial draft of this work.

TODO V1

TODO: Post V1

  • Enable type acquisition

/cc @RyanCavanaugh @DanielRosenwasser

@Rheeseyb
Copy link

Rheeseyb commented Feb 8, 2021

Looks like all of V1 here has been completed - is the second part actively in progress at all? Are you looking for any help with this? In our own project we have something already implemented that is running a TS compiler in a worker thread using an in memory filesystem, which it seems would be relevant here though would need a fair amount of work to port it across to the TS server. We're likely going to have to do a version of that work anyway, so if possible we'd like to contribute that to this.

@mjbvz
Copy link
Contributor Author

mjbvz commented Aug 3, 2021

Closing this as we now have tsserver running in web

Will open new issue for type acquisition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta-Issue An issue about the team, or the direction of TypeScript
Projects
None yet
Development

No branches or pull requests

3 participants