mdx-js / eslint-mdx

ESLint Parser/Plugin for MDX
https://npmjs.org/eslint-plugin-mdx
MIT License
259 stars 29 forks source link

circular import cause too much threads created #411

Closed EdisonSu768 closed 2 years ago

EdisonSu768 commented 2 years ago

Initial checklist

Affected packages and versions

v2.0.1

Link to runnable example

No response

Steps to reproduce

Can get the reproduce in this issue.

Expected behavior

Wish that nodejs process should not take too much host resource like memory and should not use too much threads.

image

Actual behavior

Too much threads created by synckit, in this issue we can see almost over 9000 which is not expected.

Runtime

No response

Package manager

No response

OS

No response

Build and bundle tools

No response