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

Make --watch mode more incremental #91

Open
captbaritone opened this issue Dec 23, 2023 · 3 comments
Open

Make --watch mode more incremental #91

captbaritone opened this issue Dec 23, 2023 · 3 comments

Comments

@captbaritone
Copy link
Owner

To start with, ideally we don't need to re-extract from files that have not changed

@captbaritone
Copy link
Owner Author

The most promising looking thing so far is these two methods on ts.LanguageServiceHost:

  1. .getProjectVersion()
  2. .getScriptVersion()

I suspect these will let me track changes more incrementally.

@captbaritone
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant