-
Notifications
You must be signed in to change notification settings - Fork 14
lint does not work with external typescript (sourcefile not in empty array) #245
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
Comments
There are two issues:
|
I'm sorry but i gave up this project. I suggest you that you move to wild
web developer which is based on language server protocol.
Le jeu. 11 juil. 2019 16:04, Hendrik Brummermann <notifications@github.com>
a écrit :
… There are two issues:
- The tslint plugin was renamed from tslint-language-service to
typescript-tslint-plugin which need to be updated in tsconfig.json
- The above error messages occurs if and only if
@angular/language-service is enabled.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#245?email_source=notifications&email_token=AAOXXM7L3OAZHQQFHNVWHOLP644X7A5CNFSM4IA4QLWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZWZXWY#issuecomment-510499803>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOXXM4LKUPSAQPVQNVHG2LP644X7ANCNFSM4IA4QLWA>
.
|
Here are some links about Eclipse Wild Web Developer |
Thank's @jabby for your links. @nhnb please create issues in https://github.com/eclipse/wildwebdeveloper/issues to improve TypeScript support in Eclipse. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Linting works fine with the integrated typescript compiler. But after changing typescript->runtime to an external typescript installation (version 3.4.5), no lint errors are shown.
The typescript traces contains the error message "Error processing request. Could not find sourceFile ... in []". The filename and path is valid. I don't know where the empty array originates from.
The text was updated successfully, but these errors were encountered: