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
perf(linter/plugins): recycle objects in token methods (#16068)
Follow-on after #16044 and #16045.
`getTokenOrCommentBefore` and `getTokenOrCommentAfter` both delegate to other methods, passing an options object. Instead of creating a new object on every call, reuse a single object which is cached at top level.
0 commit comments