angelozerr / tslint-language-service

TypeScript 2.2.1 plugin for tslint
MIT License
188 stars 22 forks source link

tslint-language-service does not run as part of webpack build using awesome-typescript-loader #34

Closed abierbaum closed 7 years ago

abierbaum commented 7 years ago

See: https://github.com/s-panferov/awesome-typescript-loader/issues/401

Not sure if this is an atl issue of a language service issue, but it would be very nice if we could use tslint-language-service as part of a standard webpack build of typescript to perform a full lint check along with a build of the source code.

angelozerr commented 7 years ago

I close this issue because it's not an issue of tslint-language-service. tslint-language-service is a TypeScript plugin which works with tsserver. Perhaps your need is to consume plugin with tsc ?

If it that, I suggest you that you create an issue at TypeScript.

Please not too that tsserver is able to compile (on save) typescript files which is very fast (I have implemented compile on save inside Eclipse with tsserver).

abierbaum commented 7 years ago

@angelozerr Thanks for the clarification. Not sure how I missed that plugins don't run when tsc runs. It is too bad they don't have that support. It would be great for a language service like tslint-language-service.