bigtsquery
bigtsquery copied to clipboard
Search Engine for TypeScript Code using AST Queries
TypeScript team has to reason about whether a change is "breaking" in the long tail. AFAIK they don't have a mechanism to upgrade all TS code at Microsoft to determine...
If an analysis produces edits to the source code, then the BigQuery should produce an output which is suitable to marshal into a patch that can be applied and committed...
TypeScript language service can suggest fixes for some diagnostics. In some cases the fixes should apply to strictness patterns governed by flags. It would be useful to generate the fixes...
For example, we use https://github.com/kythe/kythe to index Google's code and store the result in our datastore This is nice since you can run analyses that span languages, in a polyglot...
Related to #7 I started tinkering with how this might work, but unfortunately there doesn't seem to be any documentation on how to set up local support for functions. This...
@rbuckton and I were trying to use this to determine the number of projects that currently use an exported decorated class, but unfortunately the tool doesn't report a count of...