Skip to content

Conversation

@rictic
Copy link
Collaborator

@rictic rictic commented Aug 11, 2019

I'm prototyping a Kythe TypeScript indexer plugin and things are fitting together pretty well! This same method should also be useful for generating the language server index format.

This starts by adding a method on the analyzer that will yield all of the information that the analyzer has determined about a file. I started with element and attribute references as they seem like the most valuable. What else could we emit here?

I'm prototyping a Kythe TypeScript indexer plugin and things are fitting together pretty well.

This starts by adding a method on the analyzer that will yield all of the information that the analyzer has determined about a file. I started with element and attribute references as they seem like the most valuable. What else could we emit here?
@runem
Copy link
Owner

runem commented Aug 23, 2019

That sounds really exciting!

I'm not 100% sure how much Kythe covers, but off the top of my head I can't think of much else to include :-)

Maybe it would be interesting to see which custom elements are available in a given file? I already analyze this for the no-missing-import rule.

@justinfagnani
Copy link
Collaborator

@rictic do you still want to move this one forward? If you rebase I'll review!

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

Successfully merging this pull request may close these issues.

3 participants