| 1 | // This module manages manages the exclusion rule setting. An exclusion is an object with two |
| 2 | // attributes: pattern and passKeys. The exclusion rules are an array of such objects. |
| 3 | |
| 4 | const ExclusionRegexpCache = { |
nothing calls this directly
no test coverage detected