-
Beta Was this translation helpful? Give feedback.
Answered by
boutell
May 25, 2023
Replies: 1 comment 1 reply
-
It looks like this feature was intentionally implemented, as the comment indicates, but never documented or covered by unit tests, with the unfortunate result you are seeing. That occurred around version 2.4.0. A PR to add back support for this feature and add a unit test for it to prevent regressions would be welcome. This would involve checking that I think it should be permitted only if the value is explicitly |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
boutell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like this feature was intentionally implemented, as the comment indicates, but never documented or covered by unit tests, with the unfortunate result you are seeing. That occurred around version 2.4.0.
A PR to add back support for this feature and add a unit test for it to prevent regressions would be welcome. This would involve checking that
classes
is not explicitlyfalse
before callingforEach
on it.I think it should be permitted only if the value is explicitly
false
.