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
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Interacting with the include and exclude APIs for Rule are not friendly, as they only allow adding paths to the Set. Any other operations require using the backing store at _include and _exclude. We should make these work similar to a ChainedSet, but this will mean another breaking change.
The text was updated successfully, but these errors were encountered:
Keeping in the spirit of making these chainable, I suppose that both the .loader and .plugin APIs don't easily allow changes either, whether being removed or cleared, etc. sigh
Interacting with the
include
andexclude
APIs for Rule are not friendly, as they only allow adding paths to the Set. Any other operations require using the backing store at_include
and_exclude
. We should make these work similar to aChainedSet
, but this will mean another breaking change.The text was updated successfully, but these errors were encountered: