Commits
Click on a commit to change the comparison rangeperf(linter/react): remove regex patterns in `no-unknown-property` (#6536)
Initializing these `Regex`s, even if lazily, is relatively slow on a per-file basis. We can implement these much faster as simple iterators over characters.