Skip to content
New issue

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

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

Closed
abierbaum opened this issue May 16, 2017 · 2 comments

Comments

@abierbaum
Copy link

See: s-panferov/awesome-typescript-loader#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
Copy link
Owner

angelozerr commented May 17, 2017

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
Copy link
Author

@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.

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

No branches or pull requests

2 participants