-
Notifications
You must be signed in to change notification settings - Fork 889
TSLint 6.1 requires TS 3.8 to compile #4929
Comments
Interesting. Maybe we should add a CI build task that type-checks the |
Should it be possible to build TSLint with older TypeScript versions? My assumptions with #4915 was that TSLint should run against older versions, but being built with the latest was OK. |
Ah, the issue here is that if someone is running I didn't consider this when reviewing the PR and can send a quick fix to move the For folks reading this issue, you could also enable TypeScript's |
🤖 Beep boop! 👉 TSLint is deprecated 👈 and you should switch to typescript-eslint! 🤖 🔒 This issue is being locked to prevent further unnecessary discussions. Thank you! 👋 |
unintentional breaking change caused by #4915
ts.PrivateIdentifier
should not be referenced as a type because it leads to build failures like this in TS 3.7:https://app.circleci.com/pipelines/github/palantir/blueprint/30/workflows/8eef41b7-2728-43c5-9121-70a3105bace4/jobs/31261/parallel-runs/0/steps/0-104
The text was updated successfully, but these errors were encountered: