pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project
MIT License
721 stars 45 forks source link

Create language service plugin #7

Open OliverJAsh opened 7 years ago

OliverJAsh commented 7 years ago

TypeScript now has support for language service plugins, which means we should be able to provide feedback about unused export errors to IDEs.

Have you got any thoughts on this?

pzavolinsky commented 7 years ago

Hi @OliverJAsh , this looks really interesting. Perfect weekend-project material. Will look into it.

mrseanryan commented 4 years ago

Interesting - but I wonder is that really necessary?

Projects like tslint or eslint generally just use an AST and then output to console.