This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Depending on next
causes fragile code.
#231
Comments
dtslint is still broken on version 0.7.5 & 0.7.6 |
The errors are different this time :
|
In case anyone else runs into this problem, I've published a fork which fixes this http://npmjs.org/raynos-dtslint |
I am experiencing a similar issue. Thanks for your package @Raynos it allowed me to resolved my issue perfectly! |
3 tasks
@Raynos If you want to use your version of typescript, you can specify dtslint --localTs node_modules/typescript/lib |
8 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For some reason running
tslint
locally broke. I managed to identify that it's a breaking change betweendtslint
andtypescript
.I reverted the version of
typescript
indtslint
to work around this bug.It would be great if
dtslint
did not depend onnext
because it causes me problems and unstabilities.There is a breaking change in upstream
typescript
My local version updated from 0418 to 0515.
Then when I run
tslint
it complains aboutsig.parameters
is not iterableThe text was updated successfully, but these errors were encountered: