You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TypeScript configuration used in this repo is insufficiently strict. The configuration should use "strict": true and should relax individual compiler options only if absolutely necessary.
For background, I have attempted to write a failing test to exercise the behvaiour described in this comment - that relates to a problem with the typing of the filter operator.
Unfortunately, I'm unable to do so as dtslint doesn't provide a mechanism for the types of errors involved in the snippet and because the compiler options used for the conventional tests are not strict enough - i.e. the snippet compiles without error.
The text was updated successfully, but these errors were encountered:
cartant
added a commit
to cartant/rxjs
that referenced
this issue
Aug 15, 2019
The TypeScript configuration used in this repo is insufficiently strict. The configuration should use
"strict": true
and should relax individual compiler options only if absolutely necessary.For background, I have attempted to write a failing test to exercise the behvaiour described in this comment - that relates to a problem with the typing of the
filter
operator.Unfortunately, I'm unable to do so as
dtslint
doesn't provide a mechanism for the types of errors involved in the snippet and because the compiler options used for the conventional tests are not strict enough - i.e. the snippet compiles without error.The text was updated successfully, but these errors were encountered: