Changes
Fixes
fix: improve eslint plugin perf (#7199)
fix: improve eslint plugin perf (#7199)
Do not send the AST to the worker thread.
This changed the local test from 8.4 seconds to 6 seconds.
Adjusting the WalkTree function got it down to less than 5 seconds.
Related to #6999