Skip to content

Commit

Permalink
perf: switch to using an iterative stack (#394)
Browse files Browse the repository at this point in the history
Re:
eslint-functional/eslint-plugin-functional#767

Should hopefully fix stack overflow issues when analyzing large complex
types.

It probably won't fix all stack overflow errors as I believe some are
caused by the loop never terminating. More investigation is needed.
  • Loading branch information
RebeccaStevens committed Mar 19, 2024
1 parent 89b5ba0 commit 2858ad3
Show file tree
Hide file tree
Showing 2 changed files with 653 additions and 337 deletions.
Loading

0 comments on commit 2858ad3

Please sign in to comment.