We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To start with, ideally we don't need to re-extract from files that have not changed
The text was updated successfully, but these errors were encountered:
Did some research and found a few leads:
Sorry, something went wrong.
The most promising looking thing so far is these two methods on ts.LanguageServiceHost:
ts.LanguageServiceHost
.getProjectVersion()
.getScriptVersion()
I suspect these will let me track changes more incrementally.
https://github.com/vlcn-io/typed-sql/blob/main/packages/cli/src/Analyzer.ts
No branches or pull requests
To start with, ideally we don't need to re-extract from files that have not changed
The text was updated successfully, but these errors were encountered: