Skip to content

v8.19.2

Choose a tag to compare

@github-actions github-actions released this 20 Apr 07:06
· 1227 commits to main since this release

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