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

take advantage of tsserver model of code for faster TypeScript builds #7342

Open
zpdDG4gta8XKpMCd opened this issue Jun 7, 2016 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality typescript Typescript support issues
Milestone

Comments

@zpdDG4gta8XKpMCd
Copy link

zpdDG4gta8XKpMCd commented Jun 7, 2016

  • VSCode Version: 1.2
  • OS Version: Windows 7, x64

Currently a way to build a TypeScript project is to run a console command (tsc) that works separately from the tsserver. It looks like the the build could have been done faster if the model of code stored in the tsserver was used that is already parsed, bound and partially typechecked.

@dbaeumer
Copy link
Member

dbaeumer commented Jun 8, 2016

Closing as dup of the exploration item in the June iteration plan here: #7253

@dbaeumer dbaeumer closed this as completed Jun 8, 2016
@dbaeumer dbaeumer reopened this Jun 8, 2016
@dbaeumer
Copy link
Member

dbaeumer commented Jun 8, 2016

Still keeping it open since the iteration plan doesn't explicitly talk about emitting. But the idea is to use the tsserver for emit and project level type checking.

@dbaeumer dbaeumer added typescript Typescript support issues feature-request Request for new features or functionality labels Jun 8, 2016
@dbaeumer
Copy link
Member

@waderyan this ask for the builder and compileOnSave work we are discussing with the TS team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality typescript Typescript support issues
Projects
None yet
Development

No branches or pull requests

4 participants