Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(linter):
react/jsx_no_undef
faster check for unbound references (
#5349) Follow-on after #5223. Now that we are getting an `IdentifierReference` with a `reference_id`, we can use that ID for a faster lookup of whether the reference is bound or not.
- Loading branch information